summaryrefslogtreecommitdiff
path: root/mesonbuild/compilers/rust.py
Commit message (Expand)AuthorAgeFilesLines
* types: import typing as T (fixes #6333)Daniel Mensinger2020-01-081-2/+2
* compilers: move language attribute to the class levelDylan Baker2019-12-121-1/+1
* Allow selecting the dynamic linkerDylan Baker2019-12-021-1/+5
* compilers: replace CompilerType with MachineInfoDylan Baker2019-10-071-2/+7
* Merge pull request #5681 from dcbaker/dynamic-linker-splitJussi Pakkanen2019-08-201-9/+6
|\
| * compilers: Dispatch to dynamic linker classDylan Baker2019-08-141-7/+4
| * compilers/rust: Proxy extra kwargs to Compiler.__init__Dylan Baker2019-08-141-2/+2
* | Pass optimization flags to rustc properly. Closes: #5788.Jussi Pakkanen2019-08-171-5/+5
|/
* Increase logging for Rust CI failures.Jussi Pakkanen2019-06-221-3/+11
* Purge `is_cross` and friends without changing user interfacesJohn Ericson2019-06-091-4/+4
* Fix setup so test suite runs with rustc + MSVC. Closes: 5099Jussi Pakkanen2019-03-241-0/+6
* Added more compiler option supportDaniel Mensinger2019-01-061-0/+8
* Absolute path generation refactoringDaniel Mensinger2019-01-061-0/+3
* Convert buildtype to optimization and debug options (#3489)Jussi Pakkanen2018-08-181-1/+15
* Add cross-compilation support for `rustc`Adam C. Foltzer2018-01-291-2/+13
* Add build_rpath as new property allowing people to specify rpath entries that...Jussi Pakkanen2017-07-211-2/+2
* Split out languages from compilers.pyAlistair Thomas2017-06-231-0/+59