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-19
Rollup merge of #146484 - notriddle:stringdex-js-opt, r=GuillaumeGomez
Stuart Cook
-140
/
+290
2025-09-19
Fix `else` completion before else keyword
A4-Tacks
-3
/
+133
2025-09-19
Document how to test with iOS/tvOS/watchOS/visionOS simulator
Mads Marquart
-41
/
+51
2025-09-19
Allow running remote-test-server on Apple simulators
Mads Marquart
-4
/
+15
2025-09-19
fix clippy warning
Ralf Jung
-2
/
+2
2025-09-19
fix miri bootstrap build
Ralf Jung
-2
/
+16
2025-09-19
Add `#[track_caller]` for check_assist_by_label
A4-Tacks
-0
/
+1
2025-09-19
Fix extract_variable on LetExpr
A4-Tacks
-1
/
+28
2025-09-19
Merge pull request #2580 from rust-lang/tshepang-patch-2
许杰友 Jieyou Xu (Joe)
-0
/
+4
2025-09-19
Set WithCachedTypeInfo::stable_hash when in-tree
Laurențiu Nicola
-0
/
+6
2025-09-18
fix negative const generic integer literals
Oblarg
-1
/
+24
2025-09-18
Merge pull request #4592 from RalfJung/sqrt
Ralf Jung
-38
/
+54
2025-09-18
Merge pull request #2587 from GuillaumeGomez/gcc-backend-missing-docs
Guillaume Gomez
-2
/
+55
2025-09-18
fix tidy spellchecking on windows
beepster4096
-1
/
+1
2025-09-18
share sqrt implemention across float types
Ralf Jung
-39
/
+25
2025-09-18
implement sqrt for f16 and f128
Ralf Jung
-15
/
+45
2025-09-18
Merge pull request #4583 from Patrick-6/miri-genmc-estimation
Ralf Jung
-170
/
+395
2025-09-19
fix: Fix one more thing in `in-rust-tree`
Shoyu Vanilla
-1
/
+1
2025-09-18
tweak genmc error report note
Ralf Jung
-14
/
+23
2025-09-18
Merge pull request #20694 from ShoyuVanilla/bump-rustc
Laurențiu Nicola
-49
/
+62
2025-09-19
minor: Yet another rustc crates bump
Shoyu Vanilla
-49
/
+62
2025-09-19
fix: Fix `indexmap` with `in-rust-tree`
Shoyu Vanilla
-6
/
+1
2025-09-18
Allow windows resource compiler to be overridden
Erick Tryzelaar
-0
/
+14
2025-09-18
Bump rustc crates again
Laurențiu Nicola
-57
/
+50
2025-09-18
Merge commit '20ce69b9a63bcd2756cd906fe0964d1e901e042a' into clippy-subtree-u...
Philipp Krones
-2474
/
+4375
2025-09-18
chore: Update rustc deps
Shoyu Vanilla
-30
/
+44
2025-09-18
Fix applicable after l_curly for replace_is_method_with_if_let_method
A4-Tacks
-0
/
+18
2025-09-18
Auto merge of #146671 - ZuseZ4:update-enzyme-submodule, r=davidtwco
bors
-0
/
+0
2025-09-18
Add GenMC estimation mode. Improve error handling and output printing.
Patrick-6
-170
/
+386
2025-09-18
Rollup merge of #146694 - camsteffen:impl-subject, r=compiler-errors
Stuart Cook
-5
/
+5
2025-09-18
Rollup merge of #146664 - fmease:clean-up-dyn, r=jdonszelmann
Stuart Cook
-4
/
+4
2025-09-18
Rollup merge of #146645 - yotamofek:pr/rustdoc/fndecl_inner_full_print, r=fmease
Stuart Cook
-51
/
+62
2025-09-18
Merge pull request #20664 from ChayimFriedman2/coerce-ns
Chayim Refael Friedman
-3944
/
+9358
2025-09-17
Remove ImplSubject
Cameron Steffen
-5
/
+5
2025-09-17
Merge pull request #4589 from LorrensP-2158466/freebsd-readdir
Ralf Jung
-27
/
+46
2025-09-17
about-this-guide.md: improve a bit
Tshepang Mbambo
-4
/
+4
2025-09-17
readdir for freebsd
LorrensP-2158466
-27
/
+46
2025-09-17
Rollup merge of #146654 - samueltardieu:issue142534, r=Kobzol
Jana Dönszelmann
-3
/
+3
2025-09-17
Rollup merge of #146598 - bjorn3:feature_llvm_enzyme, r=davidtwco
Jana Dönszelmann
-7
/
+3
2025-09-17
Rollup merge of #146458 - Hayden602:bootstrap, r=Kobzol
Jana Dönszelmann
-1
/
+22
2025-09-17
Cleanup `FnDecl::inner_full_print`
Yotam Ofek
-51
/
+62
2025-09-17
Merge pull request #20682 from A4-Tacks/fix-change-vis-applicable-on-variant
Shoyu Vanilla (Flint)
-0
/
+14
2025-09-17
Fix applicable on variant field for change_visibility
A4-Tacks
-0
/
+14
2025-09-17
Merge pull request #20583 from btj/comments-enable
Chayim Refael Friedman
-18
/
+156
2025-09-17
Add the `rust-analyzer.semanticHighlighting.comments.enable` configuration value
Bart Jacobs
-18
/
+156
2025-09-17
Adds AArch64 GCS support
Reuben Cruise
-0
/
+1
2025-09-17
update enzyme submodule
Manuel Drehwald
-0
/
+0
2025-09-17
a valid state is achieved by passing the test suite
Tshepang Mbambo
-1
/
+1
2025-09-17
Auto merge of #146666 - Zalathar:rollup-m2b8low, r=Zalathar
bors
-108
/
+144
2025-09-17
Fix complete type in nested pattern
A4-Tacks
-0
/
+20
[prev]
[next]