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
2023-11-22
Keep rows with guards in the matrix
Nadrieril
-60
/
+52
2023-11-22
Respect `split` invariants for `Opaque`s
Nadrieril
-25
/
+59
2023-11-22
Abstract over the list of `WitnessStack`s
Nadrieril
-69
/
+106
2023-11-22
Merge `Queries::{ongoing_codegen,linker}`.
Nicholas Nethercote
-21
/
+15
2023-11-22
Make `Compiler::{sess,codegen_backend}` public.
Nicholas Nethercote
-41
/
+28
2023-11-22
Add two useful comments.
Nicholas Nethercote
-0
/
+4
2023-11-22
Add comments about a timer.
Nicholas Nethercote
-0
/
+3
2023-11-22
Tweak `lower_pattern`
Nadrieril
-2
/
+4
2023-11-22
Add some tests
Nadrieril
-202
/
+238
2023-11-22
Split critical call edges just before code generation
Tomasz Miąsko
-1
/
+1
2023-11-22
Split critical call edges in coroutine drop shim
Tomasz Miąsko
-1
/
+2
2023-11-22
Validate there are no critical call edges in optimized MIR
Tomasz Miąsko
-0
/
+53
2023-11-22
Auto merge of #118152 - matthiaskrgr:rollup-bqcck4w, r=matthiaskrgr
bors
-115
/
+286
2023-11-22
allow clippy style in windows/c.rs
Chris Denton
-0
/
+1
2023-11-22
Remove outdated reference to compiler plugins.
Nicholas Nethercote
-1
/
+1
2023-11-22
Add some comments.
Nicholas Nethercote
-0
/
+8
2023-11-21
Rollup merge of #118135 - ouz-a:fix_stable_span, r=celinval
Matthias Krüger
-10
/
+8
2023-11-21
Rollup merge of #118112 - compiler-errors:index-ambiguity-ice, r=aliemjay
Matthias Krüger
-4
/
+56
2023-11-21
Rollup merge of #118110 - compiler-errors:defining-anchor, r=aliemjay
Matthias Krüger
-4
/
+17
2023-11-21
Rollup merge of #118109 - notriddle:notriddle/search-cleanup-2, r=GuillaumeGomez
Matthias Krüger
-92
/
+77
2023-11-21
Rollup merge of #117972 - ouz-a:stable_debuginfo, r=celinval
Matthias Krüger
-5
/
+128
2023-11-21
update -Cehcont-guard and comment
Arlie Davis
-3
/
+7
2023-11-21
Auto merge of #118143 - Nilstrieb:only-borrow-what-you-need, r=compiler-errors
bors
-1174
/
+1101
2023-11-21
convert ehcont-guard to an unstable option
Arlie Davis
-5
/
+6
2023-11-21
x.py fmt
Arlie Davis
-5
/
+1
2023-11-21
Add support for generating the EHCont section
Arlie Davis
-2
/
+76
2023-11-21
Update the minimum external LLVM to 16.
Dario Nieuwenhuis
-251
/
+42
2023-11-22
Update itertools to 0.11.
Nicholas Nethercote
-5
/
+5
2023-11-22
Factor out common code in `PrintState`.
Nicholas Nethercote
-8
/
+11
2023-11-22
Streamline `PrintState`.
Nicholas Nethercote
-99
/
+83
2023-11-22
Remove unused `PrintState::generic_params_to_string` method.
Nicholas Nethercote
-4
/
+0
2023-11-22
Remove or downgrade unnecessary `pub` visibility markers.
Nicholas Nethercote
-50
/
+44
2023-11-22
Remove `NO_ANN`.
Nicholas Nethercote
-4
/
+4
2023-11-22
Remove `IterDelimited`.
Nicholas Nethercote
-52
/
+13
2023-11-22
Update itertools to 0.11.
Nicholas Nethercote
-18
/
+18
2023-11-22
Remove unnecessary derives.
Nicholas Nethercote
-2
/
+1
2023-11-22
Remove unneeded features.
Nicholas Nethercote
-2
/
+0
2023-11-21
Fix some unnecessary casts
Nilstrieb
-30
/
+18
2023-11-21
Allow `#[deprecated(since = "TBD")]`
Nilstrieb
-4
/
+8
2023-11-21
rustdoc-search: make primitives and keywords less special
Michael Howell
-79
/
+74
2023-11-21
Cancelable Initialization
Marc Schreiber
-14
/
+188
2023-11-21
rustdoc-search: clean up `checkPath`
Michael Howell
-13
/
+3
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1174
/
+1101
2023-11-21
Tighten up linkage settings for LLVM bindings
Ben Kimock
-180
/
+206
2023-11-21
Restore closure-kind error messages
Michael Goulet
-73
/
+139
2023-11-21
Remove ClosureKind predicate kind
Michael Goulet
-191
/
+76
2023-11-21
[Miri] Do not respect RUSTC_HOST_FLAGS since RUSTFLAGS isn't
Urgau
-1
/
+1
2023-11-21
Improve diagnostic for unexpected feature config name from Cargo
Urgau
-0
/
+27
2023-11-21
Remove `feature` from the list of well known check-cfg name
Urgau
-18
/
+52
2023-11-21
Uplift CanonicalVarInfo and friends
Michael Goulet
-158
/
+313
[prev]
[next]