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
2024-06-14
Replace direct indexing with named methods.
Jussi Pakkanen
2024-06-08
Use helper method in Rust compiler class.
Jussi Pakkanen
2024-05-23
Refactor option classes to their own file.
Jussi Pakkanen
2024-04-24
rust: Fix warning_level=everything case
Xavier Claessens
2024-03-28
Pass Environment down from Backend
Sam James
2024-03-15
Improve error messages for invalid option values
Charles Brunet
2024-03-15
rust: Get native-static-libs even when it cannot run host binaries
Xavier Claessens
2024-03-15
compilers: No need to pass exe_wrapper everywhere
Xavier Claessens
2024-01-17
rust: fix linking static executables
Alyssa Ross
2023-12-23
Remove `get_buildtype_args` function
Charles Brunet
2023-12-13
Use SPDX-License-Identifier consistently
Dylan Baker
2023-12-05
compilers: drop dead code
Eli Schwartz
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
[next]