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
Rollup merge of #140374 - compiler-errors:global_asm-bug, r=lcnr
Guillaume Gomez
-1
/
+1
2025-05-05
Auto merge of #140664 - RalfJung:miri-sync, r=RalfJung
bors
-1541
/
+1796
2025-05-05
Implement RFC 3503: frontmatters
Deadbeef
-1
/
+18
2025-05-05
Merge pull request #19750 from Veykril/push-zvvsopwxovrn
Lukas Wirth
-5
/
+0
2025-05-05
Auto merge of #140651 - lnicola:sync-from-ra, r=lnicola
bors
-1704
/
+2427
2025-05-05
fix: Remove unnecessary token length check for macros in renaming
Lukas Wirth
-5
/
+0
2025-05-05
Merge pull request #19749 from Veykril/push-tsxvxzzmlxpq
Lukas Wirth
-56
/
+4
2025-05-05
Merge pull request #19748 from Veykril/push-qvmtutwtonou
Lukas Wirth
-10
/
+4
2025-05-05
refactor: Remove unnecessary `AsAny` trait
Lukas Wirth
-56
/
+4
2025-05-05
github: Direct users to discussions instead of issues for questions
Lukas Wirth
-10
/
+4
2025-05-05
Handle rustc_middle cases of rustc::potential_query_instability lint
ismailarilik
-31
/
+31
2025-05-05
fix: negative nums in `concat!` expansion
Vishruth-Thimmaiah
-3
/
+36
2025-05-05
Merge pull request #19747 from Veykril/push-kqxvxrxozswr
Lukas Wirth
-18
/
+111
2025-05-05
Rename Instance::new to Instance::new_raw and add a note that it is raw
Michael Goulet
-1
/
+1
2025-05-05
Merge pull request #4310 from RalfJung/addr-space-conservation
Ralf Jung
-8
/
+17
2025-05-05
Merge pull request #4309 from RalfJung/both-borrows-tests
Ralf Jung
-532
/
+94
2025-05-05
fix: Fix `move_bounds` assists not working for lifetimes
Lukas Wirth
-47
/
+196
2025-05-05
alloc_addresses: when we are running out of addresses, start reusing more agg...
Ralf Jung
-8
/
+17
2025-05-05
consistent folder naming: stacked-borrows -> stacked_borrows
Ralf Jung
-6
/
+6
2025-05-05
Merge pull request #19746 from Veykril/push-swvuyqwwplrt
Lukas Wirth
-44
/
+415
2025-05-05
fix: Fix proc-macro API creating malformed negative literals
Lukas Wirth
-29
/
+85
2025-05-05
Merge pull request #4306 from yoctocell/fix-unsafecell-inside-box
Ralf Jung
-1
/
+43
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
[prev]
[next]