index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
compilers
/
rust.py
Age
Commit message (
Expand
)
Author
2021-10-21
compilers/rust: fix typo in standard description
Dylan Baker
2021-10-21
compilers/rust: add support for the 2021 edition
Dylan Baker
2021-09-24
compilers/rust: Add support for clippy
Dylan Baker
2021-09-24
rustc: implement pic args
Dylan Baker
2021-09-24
compilers/rust: Implement warning levels
Dylan Baker
2021-09-24
rust: Add werror arguments
Dylan Baker
2021-06-29
fix: Always explicitly set encoding for text files (fixes #8263)
Daniel Mensinger
2021-05-19
rust: override get_linker_always_args
Dylan Baker
2021-03-19
split program related classes and functions out of dependencies
Dylan Baker
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-01-04
use OptionKey for builtin and base options
Dylan Baker
2021-01-04
move OptionKey to mesonlib
Dylan Baker
2021-01-04
use OptionKey for compiler_options
Dylan Baker
2020-11-13
compilers/rust: add and use an implementation of use_linker_args
Dylan Baker
2020-11-10
compilers/rust: Add color output
Dylan Baker
2020-11-10
compilers/rust: Add vs_crt support
Dylan Baker
2020-11-05
rust: implement support for --edition
Dylan Baker
2020-10-01
compilers/rust: add type annotations
Dylan Baker
2020-10-01
compilers/cuda: make type safe
Dylan Baker
2020-09-24
compilers: make is_cross part of the base Compiler class
Dylan Baker
2020-09-24
compilers: put name_string method in base compiler
Dylan Baker
2020-09-24
compilers/compilers: Fully type annotate
Dylan Baker
2020-01-08
types: import typing as T (fixes #6333)
Daniel Mensinger
2019-12-12
compilers: move language attribute to the class level
Dylan Baker
2019-12-02
Allow selecting the dynamic linker
Dylan Baker
2019-10-07
compilers: replace CompilerType with MachineInfo
Dylan Baker
2019-08-20
Merge pull request #5681 from dcbaker/dynamic-linker-split
Jussi Pakkanen
2019-08-17
Pass optimization flags to rustc properly. Closes: #5788.
Jussi Pakkanen
2019-08-14
compilers: Dispatch to dynamic linker class
Dylan Baker
2019-08-14
compilers/rust: Proxy extra kwargs to Compiler.__init__
Dylan Baker
2019-06-22
Increase logging for Rust CI failures.
Jussi Pakkanen
2019-06-09
Purge `is_cross` and friends without changing user interfaces
John Ericson
2019-03-24
Fix setup so test suite runs with rustc + MSVC. Closes: 5099
Jussi Pakkanen
2019-01-06
Added more compiler option support
Daniel Mensinger
2019-01-06
Absolute path generation refactoring
Daniel Mensinger
2018-08-18
Convert buildtype to optimization and debug options (#3489)
Jussi Pakkanen
2018-01-29
Add cross-compilation support for `rustc`
Adam C. Foltzer
2017-07-21
Add build_rpath as new property allowing people to specify rpath entries that...
Jussi Pakkanen
2017-06-23
Split out languages from compilers.py
Alistair Thomas