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
/
src
Age
Commit message (
Expand
)
Author
Lines
2025-06-12
avoid `&mut P<T>` in `visit_expr` etc methods
Deadbeef
-3
/
+3
2025-06-12
Ditch the unnecessary smallvec
Lukas Wirth
-12
/
+15
2025-06-12
Coalesce item tree data maps
Lukas Wirth
-181
/
+138
2025-06-12
`AttrOwner` needs no `ModItem`
Lukas Wirth
-47
/
+36
2025-06-12
Remove `FileItemTreeId`
Lukas Wirth
-181
/
+116
2025-06-12
Remove `ItemTreeId`
Lukas Wirth
-86
/
+52
2025-06-12
Merge pull request #19981 from Veykril/push-tzzunsrqqunv
Lukas Wirth
-5
/
+6
2025-06-12
fix: Do not force descend into derives for goto IDE features
Lukas Wirth
-5
/
+6
2025-06-12
`ItemTree`'s `ItemVisibilities` has no identity, so deduplicate
Lukas Wirth
-38
/
+39
2025-06-12
Auto merge of #141205 - rust-lang:cargo_update, r=Mark-Simulacrum
bors
-84
/
+97
2025-06-12
Merge pull request #19837 from ChayimFriedman2/stable-astid
Lukas Wirth
-1945
/
+2256
2025-06-12
LRU ast id map
Chayim Refael Friedman
-0
/
+1
2025-06-12
Ignore ast id hashes in typos check
Chayim Refael Friedman
-0
/
+1
2025-06-12
Remove most of the item tree
Chayim Refael Friedman
-443
/
+52
2025-06-12
Avoid referring to the item tree except in the def map
Chayim Refael Friedman
-955
/
+981
2025-06-12
Use stable AST IDs
Chayim Refael Friedman
-556
/
+1230
2025-06-12
Merge pull request #19942 from ChayimFriedman2/faux
Lukas Wirth
-28
/
+26
2025-06-12
Merge from rustc
The rustc-dev-guide Cronjob Bot
-1788
/
+3774
2025-06-12
Preparing for merge from rustc
The rustc-dev-guide Cronjob Bot
-1
/
+1
2025-06-12
Rollup merge of #142303 - Kobzol:bootstrap-cleanup-1, r=jieyouxu
Matthias Krüger
-353
/
+381
2025-06-11
Add new permitted dependencies
Mark Rousskov
-0
/
+1
2025-06-11
cargo update
github-actions
-84
/
+96
2025-06-11
chore(deps-dev): bump brace-expansion in /editors/code
dependabot[bot]
-15
/
+15
2025-06-11
Rollup merge of #142374 - Kobzol:fix-newline, r=tmiasko
Matthias Krüger
-1
/
+2
2025-06-11
Rollup merge of #142364 - Kobzol:download-ci-incremental-warning-remove, r=Ra...
Matthias Krüger
-2
/
+1
2025-06-11
Rollup merge of #142346 - Shourya742:2025-06-11-add-tracing-import-to-executi...
Matthias Krüger
-1
/
+6
2025-06-11
Add bootstrap option to compile a tool with features
Stypox
-2
/
+34
2025-06-11
Use `rustc_thread_pool` instead of `rustc-rayon-core`
Celina G. Val
-1
/
+1
2025-06-11
Merge pull request #4383 from LorrensP-2158466/remove-leaky-syncobj
Ralf Jung
-129
/
+153
2025-06-11
Auto merge of #142358 - matthiaskrgr:rollup-fxe6m7k, r=matthiaskrgr
bors
-3
/
+33
2025-06-11
mutex, rwlock: move some methods around so we borrow the RefCell less often
Ralf Jung
-80
/
+75
2025-06-11
use RwLockRef instead of RwLockId
LorrensP-2158466
-72
/
+101
2025-06-11
Fix missing newline trim in bootstrap
Jakub Beránek
-1
/
+2
2025-06-11
hir-ty: test (the absence of) incremental trait solving
David Barsky
-1
/
+87
2025-06-11
stabilize gai
Boxy
-11
/
+10
2025-06-11
Do not warn on `rust.incremental` when using download CI rustc
Jakub Beránek
-2
/
+1
2025-06-11
Rollup merge of #142298 - jieyouxu:loongarch-maintainer-list, r=fee1-dead
Matthias Krüger
-2
/
+2
2025-06-11
Rollup merge of #142297 - jieyouxu:needs-target-std, r=Kobzol
Matthias Krüger
-1
/
+31
2025-06-11
Update extracted-doctest feature documentation
Guillaume Gomez
-5
/
+20
2025-06-11
put flag check at the end of command chain in mingw-check-2
bit-aloo
-4
/
+5
2025-06-11
Merge pull request #19973 from Veykril/push-ppltxvqvqmkk
Lukas Wirth
-3
/
+9
2025-06-11
fix: Hide dyn inlay hints for incomplete `impl`s
Lukas Wirth
-3
/
+9
2025-06-11
add comment over ci change
bit-aloo
-1
/
+3
2025-06-11
add tracing flag in bootstrap check cmd in mingw-check-2 ci workflow
bit-aloo
-1
/
+1
2025-06-11
Revert "add `Cargo.lock` to CI-rustc allowed list for non-CI env"
Jakub Beránek
-34
/
+21
2025-06-11
Merge pull request #4384 from RalfJung/diag-no-repeat
Oli Scherer
-874
/
+727
2025-06-11
add trace_cmd import in tracing feature in execution context
bit-aloo
-0
/
+2
2025-06-11
miri: we can use apfloat's mul_add now
Ralf Jung
-10
/
+6
2025-06-11
miri: add flag to suppress float non-determinism
Ralf Jung
-4
/
+31
2025-06-11
that was phrased like a separate sentence
Tshepang Mbambo
-1
/
+1
[prev]
[next]