summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/rust.py
AgeCommit message (Expand)Author
2021-10-21compilers/rust: fix typo in standard descriptionDylan Baker
2021-10-21compilers/rust: add support for the 2021 editionDylan Baker
2021-09-24compilers/rust: Add support for clippyDylan Baker
2021-09-24rustc: implement pic argsDylan Baker
2021-09-24compilers/rust: Implement warning levelsDylan Baker
2021-09-24rust: Add werror argumentsDylan Baker
2021-06-29fix: Always explicitly set encoding for text files (fixes #8263)Daniel Mensinger
2021-05-19rust: override get_linker_always_argsDylan Baker
2021-03-19split program related classes and functions out of dependenciesDylan Baker
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-01-04use OptionKey for builtin and base optionsDylan Baker
2021-01-04move OptionKey to mesonlibDylan Baker
2021-01-04use OptionKey for compiler_optionsDylan Baker
2020-11-13compilers/rust: add and use an implementation of use_linker_argsDylan Baker
2020-11-10compilers/rust: Add color outputDylan Baker
2020-11-10compilers/rust: Add vs_crt supportDylan Baker
2020-11-05rust: implement support for --editionDylan Baker
2020-10-01compilers/rust: add type annotationsDylan Baker
2020-10-01compilers/cuda: make type safeDylan Baker
2020-09-24compilers: make is_cross part of the base Compiler classDylan Baker
2020-09-24compilers: put name_string method in base compilerDylan Baker
2020-09-24compilers/compilers: Fully type annotateDylan Baker
2020-01-08types: import typing as T (fixes #6333)Daniel Mensinger
2019-12-12compilers: move language attribute to the class levelDylan Baker
2019-12-02Allow selecting the dynamic linkerDylan Baker
2019-10-07compilers: replace CompilerType with MachineInfoDylan Baker
2019-08-20Merge pull request #5681 from dcbaker/dynamic-linker-splitJussi Pakkanen
2019-08-17Pass optimization flags to rustc properly. Closes: #5788.Jussi Pakkanen
2019-08-14compilers: Dispatch to dynamic linker classDylan Baker
2019-08-14compilers/rust: Proxy extra kwargs to Compiler.__init__Dylan Baker
2019-06-22Increase logging for Rust CI failures.Jussi Pakkanen
2019-06-09Purge `is_cross` and friends without changing user interfacesJohn Ericson
2019-03-24Fix setup so test suite runs with rustc + MSVC. Closes: 5099Jussi Pakkanen
2019-01-06Added more compiler option supportDaniel Mensinger
2019-01-06Absolute path generation refactoringDaniel Mensinger
2018-08-18Convert buildtype to optimization and debug options (#3489)Jussi Pakkanen
2018-01-29Add cross-compilation support for `rustc`Adam C. Foltzer
2017-07-21Add build_rpath as new property allowing people to specify rpath entries that...Jussi Pakkanen
2017-06-23Split out languages from compilers.pyAlistair Thomas