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
/
tools
Age
Commit message (
Expand
)
Author
Lines
2025-09-08
feat: support navigation on primitives
Ryan Mehri
-17
/
+27
2025-09-08
Remove support for register_attr
Wilfred Hughes
-62
/
+14
2025-09-08
tidy extra checks: use Error::FailedCheck correctly
binarycat
-3
/
+3
2025-09-08
tidy extra checks that interact with --bless now all recommend using it
binarycat
-6
/
+25
2025-09-08
tidy: py:lint extra check now works with --bless
binarycat
-2
/
+9
2025-09-08
all tidy extra checks now print what they do in present tense
binarycat
-2
/
+8
2025-09-08
move math foreign_items into their own file
Ralf Jung
-232
/
+266
2025-09-08
extract core operation name instead of listing all function name variants
Ralf Jung
-17
/
+26
2025-09-08
move math intrinsics to their own file
Ralf Jung
-287
/
+315
2025-09-08
clippy
Ralf Jung
-1
/
+1
2025-09-08
Merge ref 'a09fbe2c8372' from rust-lang/rust
Ralf Jung
-727
/
+555
2025-09-08
Prepare for merging from rust-lang/rust
Ralf Jung
-1
/
+1
2025-09-08
Auto merge of #146173 - Kmeakin:km/unicode-data/no-ascii, r=jhpratt
bors
-0
/
+5
2025-09-08
Merge pull request #4566 from Patrick-6/miri-genmc-rmw
Ralf Jung
-207
/
+1478
2025-09-08
Merge pull request #20620 from A4-Tacks/let-else-completion
Laurențiu Nicola
-17
/
+220
2025-09-08
print proper error when using unsupported synchronization primitive with GenMC
Ralf Jung
-76
/
+52
2025-09-08
Merge pull request #20626 from A4-Tacks/make-record-ws
Laurențiu Nicola
-36
/
+39
2025-09-07
Implement more features for GenMC mode
Patrick-6
-136
/
+1431
2025-09-07
Improve make::struct_ field_list whitespace
A4-Tacks
-36
/
+39
2025-09-07
optimization: Don't include ASCII characters in Unicode tables
Karl Meakin
-0
/
+5
2025-09-07
Auto merge of #146216 - LorrensP-2158466:miri-float-nondet-foreign-items-take...
bors
-278
/
+489
2025-09-06
Rollup merge of #146200 - GuillaumeGomez:simplify-rustdoc-gui-tests, r=lolbin...
Matthias Krüger
-418
/
+13
2025-09-06
Change stdlib float tests to account for miri nondet floats.
LorrensP-2158466
-4
/
+3
2025-09-06
Implement nondet behaviour and change/add tests.
LorrensP-2158466
-169
/
+375
2025-09-06
Auto merge of #146233 - jieyouxu:run-make-fission, r=Kobzol
bors
-14
/
+24
2025-09-06
Simplify rustdoc-gui tester by calling directly `browser-ui-test`
Guillaume Gomez
-418
/
+13
2025-09-06
bump-stage0: pick highest common `toml` version, add a workaround
Jieyou Xu
-2
/
+6
2025-09-06
Add allow `else` keyword completion in LetStmt
A4-Tacks
-17
/
+220
2025-09-05
Rollup merge of #146234 - hkBst:file-generated-header, r=tgross35
León Orell Valerian Liehr
-1
/
+1
2025-09-05
Rollup merge of #146041 - lolbinarycat:tidy-escheck-bless, r=Kobzol
León Orell Valerian Liehr
-10
/
+22
2025-09-05
Auto merge of #146121 - Muscraft:filter-suggestion-parts, r=petrochenkov
bors
-8
/
+4
2025-09-05
tidy: account for moved `tests/run-make/uefi-qemu`
Jieyou Xu
-1
/
+1
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
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
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
-1730
/
+4878
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-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
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
[prev]
[next]