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-09-05
Bump stage0 rustfmt
León Orell Valerian Liehr
-121
/
+121
2025-09-05
compiler: Add Windows resources to rustc-main and rustc_driver
Aleksey Kliger
-5
/
+5
2025-09-05
Optimize Cargo with LTO
Jakub Beránek
-2
/
+4
2025-09-05
Fix condition
Jakub Beránek
-1
/
+1
2025-09-05
Auto merge of #146121 - Muscraft:filter-suggestion-parts, r=petrochenkov
bors
-8
/
+4
2025-09-05
Add a comment about the "specialization" feature required because of `im-rc`
Jakub Beránek
-0
/
+2
2025-09-05
Update renamed `take_region_var_origins`
Ada Alakbarova
-2
/
+2
2025-09-05
Add snapshot test for disting compiler docs
Jakub Beránek
-1
/
+53
2025-09-05
Respect top stage when documenting Cargo
Jakub Beránek
-2
/
+15
2025-09-05
Allow `specialization` feature when documenting Cargo
Jakub Beránek
-4
/
+16
2025-09-05
Update link to `resolve_regions_and_report_errors`
Ada Alakbarova
-1
/
+1
2025-09-05
rustc-dev-guide: update docs for `run-make-cargo`
Jieyou Xu
-30
/
+39
2025-09-05
tidy: account for moved `tests/run-make/uefi-qemu`
Jieyou Xu
-1
/
+1
2025-09-05
ci: update jobs to also run `tests/run-make-cargo`
Jieyou Xu
-7
/
+9
2025-09-05
`run-make-support`: handle unavailable in-tree cargo under `run-make` test suite
Jieyou Xu
-6
/
+13
2025-09-05
compiletest: implement {`run-make`,`run-make-cargo`} test suite split
Jieyou Xu
-7
/
+10
2025-09-05
bootstrap: split `run-make` into {`run-make`,`run-make-cargo`} test suites
Jieyou Xu
-21
/
+80
2025-09-05
atomic rmw intrinsics: RHS must be an integer
Ralf Jung
-1
/
+2
2025-09-05
Merge pull request #4569 from RalfJung/atomic-rmw
Ralf Jung
-127
/
+83
2025-09-05
atomics: unify handling min/max and the other RMWs
Ralf Jung
-127
/
+83
2025-09-05
change file-is-generated doc comment to inner
Marijn Schouten
-1
/
+1
2025-09-05
avoid inline external links
Tshepang Mbambo
-3
/
+4
2025-09-05
sembr
Tshepang Mbambo
-3
/
+9
2025-09-05
clarify typo pr guidance
Tshepang Mbambo
-2
/
+4
2025-09-05
Fix indent for unresolved_field fixes
A4-Tacks
-13
/
+52
2025-09-05
Merge pull request #4568 from RalfJung/duration-from-nanos
Ralf Jung
-8
/
+2
2025-09-05
make use of Duration::from_nanos_u128
Ralf Jung
-8
/
+2
2025-09-05
Merge ref 'b3cfb8faf84c' from rust-lang/rust
The Miri Cronjob Bot
-2114
/
+5859
2025-09-05
Prepare for merging from rust-lang/rust
The Miri Cronjob Bot
-1
/
+1
2025-09-05
Merge pull request #20609 from ChayimFriedman2/update-rustc
Shoyu Vanilla (Flint)
-579
/
+446
2025-09-05
Auto merge of #146218 - flip1995:clippy-subtree-update, r=Manishearth
bors
-1641
/
+4536
2025-09-04
fix: Filter suggestion parts that match existing code
Scott Schafer
-8
/
+4
2025-09-05
Fix precedence parenthesis for replace_arith_op
A4-Tacks
-1
/
+22
2025-09-04
Merge commit 'e9b70454e4c9584be3b22ddabd26b741aeb06c10' into clippy-subtree-u...
Philipp Krones
-1641
/
+4536
2025-09-04
Auto merge of #145911 - notriddle:stringdex-tweak-3, r=GuillaumeGomez
bors
-162
/
+645
2025-09-04
Upgrade rustc crates
Chayim Refael Friedman
-579
/
+446
2025-09-04
Move float non determinism helpers to math.rs
LorrensP-2158466
-134
/
+140
2025-09-04
Rollup merge of #146151 - FrancescoV1985:issue-146047-fix, r=Kobzol
Matthias Krüger
-11
/
+9
2025-09-04
Rollup merge of #145976 - beepster4096:configure_debugbreak, r=clubby789
Matthias Krüger
-2
/
+15
2025-09-04
Document Cargo with in-tree rustdoc
Jakub Beránek
-24
/
+63
2025-09-04
Fix user facing string
Emmet Horgan
-2
/
+2
2025-09-04
Update src/compiler-debugging.md
emmet-horgan
-1
/
+1
2025-09-04
Update src/appendix/code-index.md
emmet-horgan
-1
/
+1
2025-09-04
Merge pull request #20607 from ChayimFriedman2/ns-dyn-mismatch
Chayim Refael Friedman
-1
/
+22
2025-09-04
Add a regression test for a fixed new trait solver bug
Chayim Refael Friedman
-1
/
+22
2025-09-04
Fix typo in config
Chayim Refael Friedman
-1
/
+1
2025-09-04
Auto merge of #146192 - jhpratt:rollup-mam0bss, r=jhpratt
bors
-116
/
+437
2025-09-04
Add cfg_attr predicate completion
A4-Tacks
-1
/
+53
2025-09-04
improved solution for function is_non_auto_or_matches
FrancescoV1985
-13
/
+11
2025-09-04
Rollup merge of #146168 - dpaoliello:bootstrapdeps, r=jieyouxu
Jacob Pratt
-34
/
+108
[prev]
[next]