index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Lines
2025-08-01
Multiple bounds checking elision failures
lucarlig
-0
/
+19
2025-08-01
LLVM error with unsupported expression in static initializer for const pointe...
lucarlig
-0
/
+18
2025-08-01
Update compiler/rustc_const_eval/src/interpret/memory.rs
zachs18
-1
/
+1
2025-08-01
Do not specialize for `if_chain` any longer (#15362)
dswij
-37
/
+14
2025-08-01
Fix more docs
Ifeanyi Orizu
-6
/
+8
2025-08-01
Update documentation for overrideCommand config options
Ifeanyi Orizu
-7
/
+21
2025-08-01
Fix issues in count_leading_zeroes
Antoni Boucher
-1
/
+8
2025-08-01
Cleanup the definition of `group_type`
Jonathan Brouwer
-25
/
+36
2025-08-01
move dist and gcc config to the top of parse method
bit-aloo
-12
/
+12
2025-08-01
move llvm config to the top of parse method
bit-aloo
-31
/
+36
2025-08-01
Add failing LTO test
Antoni Boucher
-0
/
+1
2025-08-01
move rust config to the top of parse method
bit-aloo
-59
/
+58
2025-08-01
move install config to the top of parse method
bit-aloo
-12
/
+15
2025-08-01
move build config to the top of parse method
bit-aloo
-12
/
+13
2025-08-01
make build toml fields follow a specific naming convention
bit-aloo
-125
/
+120
2025-08-01
make install toml fields follow a specific naming convention
bit-aloo
-14
/
+14
2025-08-01
make dist toml fields follow a specific naming convention
bit-aloo
-14
/
+14
2025-08-01
make gcc toml fields follow a specific naming convention
bit-aloo
-2
/
+2
2025-08-01
make llvm toml fields follow a specific naming convention
bit-aloo
-59
/
+59
2025-08-01
add rust default implementation
bit-aloo
-200
/
+175
2025-08-01
add llvm default implementation
bit-aloo
-111
/
+97
2025-08-01
add gcc and dist default implementation
bit-aloo
-32
/
+32
2025-08-01
add install default implementation
bit-aloo
-10
/
+26
2025-08-01
Fix verbosity setting
bit-aloo
-8
/
+10
2025-08-01
Fix logging of config skip values
bit-aloo
-28
/
+27
2025-08-01
Override some build TOML values by flags
bit-aloo
-127
/
+149
2025-08-01
Split TOML postprocessing into a separate function
bit-aloo
-99
/
+114
2025-08-01
Extract TOML config loading and src directory computation into separate funct...
bit-aloo
-89
/
+117
2025-08-01
Force initializing ExecutionContext with verbosity and fail_fast mode
bit-aloo
-8
/
+6
2025-08-01
move rust config to parse_inner
bit-aloo
-261
/
+251
2025-08-01
move llvm parsing to parse_inner
bit-aloo
-127
/
+123
2025-08-01
move install to parse_inner
bit-aloo
-20
/
+13
2025-08-01
move target parsing to parse_inner
bit-aloo
-71
/
+64
2025-08-01
move dist to parse_inner
bit-aloo
-31
/
+25
2025-08-01
move gcc config parsing to parse_inner
bit-aloo
-19
/
+11
2025-08-01
Fix LTO errors by not adding AlwaysInline to __rust_alloc_error_handler_shoul...
Antoni Boucher
-1
/
+2
2025-08-01
compiletest: Improve diagnostics for line annotation mismatches 2
Vadim Petrochenkov
-19
/
+18
2025-08-01
Merge pull request #2530 from lcnr/type-system-invariants
lcnr
-1
/
+2
2025-08-01
rarw
lcnr
-1
/
+2
2025-08-01
Clarify comments on Cargo (self-)test steps
Jakub Beránek
-4
/
+14
2025-08-01
Make `x test cargo` stage N test rustc stage N
Jakub Beránek
-13
/
+47
2025-08-01
Fix `x test cargo`
Jakub Beránek
-36
/
+31
2025-08-01
Make build compiler explicit in `dist::Cargo`
Jakub Beránek
-16
/
+25
2025-08-01
Add snapshot tests for `test cargo` and update Cargo snapshot tests
Jakub Beránek
-2
/
+35
2025-08-01
Update `CargoTest`
Jakub Beránek
-9
/
+39
2025-08-01
Make `Cargo` a `ToolTarget` tool
Jakub Beránek
-12
/
+4
2025-08-01
Add basic Cargo snapshot test
Jakub Beránek
-0
/
+15
2025-08-01
Appease Clippy
Jakub Beránek
-1
/
+0
2025-08-01
Rename `link_compiler` to `target_compiler`
Jakub Beránek
-27
/
+30
2025-08-01
Port codegen backends to `RustcPrivateCompilers`
Jakub Beránek
-61
/
+45
[prev]
[next]