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
2023-10-19
rust: Always link dll and exe with the correct vscrt
Xavier Claessens
2023-09-19
Rust: Use Popen_safe_logged in sanity checks
Xavier Claessens
2023-08-11
treewide: automatic rewriting of all comment-style type annotations
Eli Schwartz
2023-07-15
rust: disable overflow-checks by default
Dylan Baker
2023-06-26
linkers: delay implementations import until detect is run
Eli Schwartz
2023-06-07
rust: PIC is always enabled
Xavier Claessens
2023-05-20
rust: Add system libs used by rust std to staticlib external deps
Xavier Claessens
2023-05-20
rust: Use Popen_safe() for sanity checks
Xavier Claessens
2023-05-16
rust compiler: use better sanity check logging comparable to the clike one
Eli Schwartz
2023-04-21
rust: add support for b_ndebug
Dylan Baker
2023-04-14
rust: Don't pass dependency compile arguments to the compiler
Sebastian Dröge
2023-04-11
Change "can not" to "cannot" throughout project
HiPhish
2022-10-25
compilers: Make sure to not use ccache in compiler checks
Xavier Claessens
2022-10-25
Compilers: Keep ccache and exelist separated
Xavier Claessens
2022-10-09
compilers: Add optimization=plain option
Jan Tojnar
2022-09-19
pylint: enable use-maxsplit-arg
Dylan Baker
2022-06-10
treewide: various cleanups to move imports for mypy into typechecking blocks
Eli Schwartz
2022-04-30
linkers: Add support for mold linker
Fini Jastrow
2022-03-22
OptionOverrideProxy: Make it immutable to avoid copies
Xavier Claessens
2022-01-10
compilers: push the compiler id to a class variable
Dylan Baker
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
[next]