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