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
path:
root
/
compiler
Age
Commit message (
Expand
)
Author
Lines
2023-11-27
Make tidy test happy
Hirochika Matsumoto
-1
/
+1
2023-11-27
Detect Python-like slicing and suggest how to fix
Hirochika Matsumoto
-0
/
+21
2023-11-27
Suggest swapping the order of `ref` and `box`
Hirochika Matsumoto
-2
/
+19
2023-11-27
rename method
Deadbeef
-9
/
+18
2023-11-27
Detect and reject malformed repr(Rust) hints
León Orell Valerian Liehr
-3
/
+3
2023-11-27
Rollup merge of #118338 - nnethercote:backticks, r=compiler-errors
Matthias Krüger
-7
/
+7
2023-11-26
Cut code size for feature hashing
Mark Rousskov
-6
/
+14
2023-11-27
Dont suggest `!` for path in function call if it has generic args
Michael Goulet
-6
/
+16
2023-11-27
Auto merge of #117584 - bjorn3:eager_output_filenames, r=b-naber
bors
-53
/
+46
2023-11-26
Simplify indenting in THIR printing
Mark Rousskov
-2
/
+8
2023-11-27
Deparameterize `Results` and `ResultsCursor`.
Nicholas Nethercote
-72
/
+27
2023-11-27
Remove `ResultsCloned` and `ResultsClonedCursor`.
Nicholas Nethercote
-26
/
+4
2023-11-27
Remove uses of `ResultsClonedCursor`.
Nicholas Nethercote
-17
/
+17
2023-11-27
Remove `ResultsRefCursor`.
Nicholas Nethercote
-29
/
+2
2023-11-27
Remove another use of `as_results_cursor`.
Nicholas Nethercote
-40
/
+62
2023-11-27
Remove one use of `as_results_cursor`.
Nicholas Nethercote
-4
/
+4
2023-11-27
Remove `CloneAnalysis`.
Nicholas Nethercote
-29
/
+5
2023-11-27
Remove some unused code relating to `ResultsCloned`.
Nicholas Nethercote
-39
/
+2
2023-11-27
Use typedefs to clarify some impls.
Nicholas Nethercote
-2
/
+5
2023-11-26
Use helpers
Michael Goulet
-10
/
+10
2023-11-27
Fix some backticks in comments.
Nicholas Nethercote
-1
/
+1
2023-11-27
Put backticks around some attributes in doc comments.
Nicholas Nethercote
-6
/
+6
2023-11-26
Auto merge of #118316 - Mark-Simulacrum:delete-copy-to-upvars, r=cjgillot
bors
-50
/
+35
2023-11-26
Remove Upvar duplication
Mark Rousskov
-50
/
+35
2023-11-26
move comment about local trait
Ryan Mehri
-1
/
+2
2023-11-26
Turn write_dep_info into a regular function
bjorn3
-13
/
+10
2023-11-26
Mostly revert "Accept crate name instead of attributes in build_output_filena...
bjorn3
-6
/
+16
2023-11-26
Ensure macro expansion runs before writing the dep info
bjorn3
-0
/
+5
2023-11-26
Feed the output filenames into the TyCtxt
bjorn3
-11
/
+16
2023-11-26
Serialize OutputFilenames into rmeta file
bjorn3
-27
/
+22
2023-11-26
don't add redundant help for object safety violations
Ryan Mehri
-34
/
+75
2023-11-26
Accept crate name instead of attributes in build_output_filenames
bjorn3
-18
/
+10
2023-11-26
Inline and remove pre_configure
bjorn3
-15
/
+4
2023-11-26
Auto merge of #118319 - GuillaumeGomez:rollup-vte50yq, r=GuillaumeGomez
bors
-343
/
+86
2023-11-26
Rollup merge of #118311 - bvanjoi:merge_coroutinue_into_closure, r=petrochenkov
Guillaume Gomez
-91
/
+82
2023-11-26
Rollup merge of #118302 - mu001999:dead_code/clean, r=cjgillot
Guillaume Gomez
-252
/
+4
2023-11-26
Auto merge of #117301 - saethlin:finish-rmeta-encoding, r=WaffleLapkin
bors
-40
/
+80
2023-11-26
merge `DefKind::Coroutine` into `DefKind::Closure`
bohan
-91
/
+82
2023-11-26
move remaining legacy polonius fact generation out of NLL module
Rémy Rakic
-40
/
+46
2023-11-26
merge NLL "constraint generation" into liveness
Rémy Rakic
-81
/
+82
2023-11-26
Auto merge of #118267 - compiler-errors:ambiguity-causes, r=spastorino
bors
-67
/
+54
2023-11-26
remove polonius fact generation from NLL constraint generation
Rémy Rakic
-202
/
+21
2023-11-26
small polish of loan invalidations fact generation
Rémy Rakic
-22
/
+12
2023-11-26
rename polonius constraint generation to what it actually does: emit loan kills
Rémy Rakic
-28
/
+20
2023-11-26
simplify polonius constraint generation
Rémy Rakic
-107
/
+83
2023-11-26
remove NLL liveness from polonius constraint generation
Rémy Rakic
-81
/
+7
2023-11-26
extract polonius "constraint generation"
Rémy Rakic
-2
/
+280
2023-11-26
another trivial cleanup
Rémy Rakic
-3
/
+2
2023-11-26
extract polonius loan invalidations fact generation
Rémy Rakic
-25
/
+42
2023-11-26
extract polonius universal regions fact generation
Rémy Rakic
-35
/
+50
[prev]
[next]