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-05-05
move tests that are identical between SB and TB to shared files
Ralf Jung
-764
/
+326
2025-05-05
minor: Add more proc-macro tests for parsing negative literals
Lukas Wirth
-26
/
+341
2025-05-05
Merge pull request #19745 from Veykril/push-rnqulnqvltro
Lukas Wirth
-0
/
+118
2025-05-05
minor: Add a mbe test for parsing negative literals
Lukas Wirth
-0
/
+118
2025-05-05
Merge pull request #19740 from vishruth-thimmaiah/unwrap_path_type
Lukas Wirth
-0
/
+175
2025-05-05
feat: add an assist to unwrap a type with a generic arg
Vishruth-Thimmaiah
-0
/
+175
2025-05-05
refactor: De-arc defmap queries
Lukas Wirth
-455
/
+498
2025-05-05
Merge pull request #4307 from JoJoDeveloping/remove-unique-is-unique
Ralf Jung
-451
/
+12
2025-05-05
Merge pull request #19742 from Veykril/push-ykmuwtkzruqm
Lukas Wirth
-22
/
+303
2025-05-05
Fix incorrect handling of unresolved non-module imports in name resolution
Lukas Wirth
-22
/
+303
2025-05-05
Auto merge of #140353 - rust-lang:cargo_update, r=Mark-Simulacrum
bors
-62
/
+135
2025-05-04
Fix tidy dep list
Mark Rousskov
-7
/
+3
2025-05-04
Remove -Zunique-is-unique
Johannes Hostert
-451
/
+12
2025-05-04
compiletest: Support matching on non-json lines in compiler output
Vadim Petrochenkov
-90
/
+49
2025-05-04
Auto merge of #140616 - petrochenkov:noannempty, r=jieyouxu
bors
-10
/
+13
2025-05-04
Merge pull request #19739 from Veykril/push-kpozprqnsmkk
Lukas Wirth
-12
/
+12
2025-05-04
Disable fixpoint for variance computation temporarily
Lukas Wirth
-12
/
+12
2025-05-04
Rollup merge of #140551 - mejrs:test4, r=jieyouxu
Stuart Cook
-10
/
+0
2025-05-04
cargo update
github-actions
-55
/
+132
2025-05-03
compiletest: Do not require annotations on empty labels and suggestions
Vadim Petrochenkov
-10
/
+13
2025-05-03
Move some tests out of tests/ui
mejrs
-10
/
+0
2025-05-03
Rollup merge of #140582 - GuillaumeGomez:update-sysinfo, r=Kobzol
Matthias Krüger
-1
/
+1
2025-05-03
Improve let snippet
A4-Tacks
-6
/
+6
2025-05-03
Rollup merge of #140546 - LegNeato:anyhowbacktrace, r=jieyouxu
Matthias Krüger
-1
/
+1
2025-05-03
Improve the let code snippet
A4-Tacks
-6
/
+101
2025-05-03
Merge from rustc
The Miri Cronjob Bot
-734
/
+1952
2025-05-03
Preparing for merge from rustc
The Miri Cronjob Bot
-1
/
+1
2025-05-02
Implement Iterator::last for vec::IntoIter
Thalia Archibald
-7
/
+46
2025-05-02
Merge pull request #19733 from ShoyuVanilla/issue-19724
Lukas Wirth
-13
/
+82
2025-05-02
Merge pull request #19732 from ShoyuVanilla/issue-19730
Lukas Wirth
-1
/
+27
2025-05-03
fix: Implement mut to const ptr cast for method resolution
Shoyu Vanilla
-13
/
+82
2025-05-02
Construct test so that it would fail for old code
Xinglu Chen
-5
/
+22
2025-05-02
Rollup merge of #140521 - RalfJung:oob-error, r=saethlin
Matthias Krüger
-106
/
+106
2025-05-02
Correctly handle interior mutable data in `Box`
Xinglu Chen
-1
/
+26
2025-05-02
Merge pull request #19731 from Veykril/push-mmvowomkpwxy
Lukas Wirth
-175
/
+113
2025-05-03
fix: Correct assoc ty bound var starting index
Shoyu Vanilla
-1
/
+27
2025-05-02
refactor: Simplify macro call id construction
Lukas Wirth
-175
/
+113
2025-05-02
Implement skeleton code for adding GenMC support to Miri (not yet functional).
Patrick-6
-307
/
+1254
2025-05-02
Render more lifetimes
Lukas Wirth
-149
/
+201
2025-05-02
Update sysinfo to `0.35.0` in `src/tools/opt-dist`
Guillaume Gomez
-1
/
+1
2025-05-02
Auto merge of #140540 - flip1995:clippy-subtree-update, r=Manishearth
bors
-582
/
+1819
2025-05-02
Merge pull request #4305 from RalfJung/squash
Ralf Jung
-10
/
+84
2025-05-02
add ./miri squash
Ralf Jung
-10
/
+84
2025-05-01
Rollup merge of #140556 - GuillaumeGomez:improve-rustdoc-gui-tool-error-outpu...
Guillaume Gomez
-4
/
+13
2025-05-01
Rollup merge of #140034 - RalfJung:simd_select_bitmask-padding, r=workingjubilee
Guillaume Gomez
-42
/
+14
2025-05-01
Improve error output in case `nodejs` or `npm` is not installed for rustdoc-g...
Guillaume Gomez
-4
/
+13
2025-05-01
Remove backtrace dep from anyhow in features status dump tool
Christian Legnitto
-1
/
+1
2025-05-01
Merge pull request #4273 from yoctocell/new-cell-state
Ralf Jung
-72
/
+141
2025-05-01
remove a couple of clones
Matthias Krüger
-90
/
+71
2025-05-01
Add `Cell` state to Tree Borrows
Xinglu Chen
-72
/
+141
[prev]
[next]