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
2024-12-08
Auto merge of #133988 - weihanglo:update-cargo, r=weihanglo
bors
-0
/
+0
2024-12-07
Make `Copy` unsafe to implement for ADTs with `unsafe` fields
Jack Wrenn
-0
/
+1
2024-12-07
Coerce two `FnDef`s to fn pointers even if they are the same, if they are sub...
Chayim Refael Friedman
-1
/
+21
2024-12-07
add weak memory consistency test for mixing SC accesses and fences
Ralf Jung
-0
/
+30
2024-12-07
Watch for user config ratoml
Ali Bektas
-37
/
+94
2024-12-07
Merge pull request #18575 from Giga-Bowser/flip-assists
Lukas Wirth
-87
/
+217
2024-12-07
Merge pull request #18630 from Veykril/push-ystzsxpywnxn
Lukas Wirth
-19
/
+37
2024-12-07
Auto merge of #133978 - matthiaskrgr:rollup-6gh1iho, r=matthiaskrgr
bors
-25
/
+27
2024-12-07
fmt
The Miri Cronjob Bot
-15
/
+10
2024-12-07
Merge from rustc
The Miri Cronjob Bot
-1211
/
+2197
2024-12-07
Preparing for merge from rustc
The Miri Cronjob Bot
-1
/
+1
2024-12-07
compiletest: show the difference between the normalized output and the actual...
jyn
-35
/
+119
2024-12-07
Move more tests into `tests/ui/link-native-libs`
Zalathar
-6
/
+6
2024-12-06
Update cargo
Weihang Lo
-0
/
+0
2024-12-07
squashing: recommend --keep-base when squashing without a conflict (#2157)
Ralf Jung
-8
/
+14
2024-12-06
Remove polymorphization
Ben Kimock
-5
/
+0
2024-12-06
Rollup merge of #133960 - jdonszelmann:remove-eq-on-attributes, r=notriddle
Matthias Krüger
-13
/
+0
2024-12-06
Rollup merge of #133875 - onur-ozkan:early-return-rustfmt, r=jieyouxu
Matthias Krüger
-11
/
+26
2024-12-06
Rollup merge of #130254 - GrigorenkoPV:QuotaExceeded, r=dtolnay
Matthias Krüger
-1
/
+1
2024-12-06
remove a no-longer-needed work-around
Ralf Jung
-6
/
+2
2024-12-06
add test
Ralf Jung
-1
/
+41
2024-12-06
Remove all threading through of ErrorGuaranteed from the driver
bjorn3
-3
/
+5
2024-12-06
Remove all threading through of ErrorGuaranteed from the driver
bjorn3
-52
/
+38
2024-12-06
Store a single copy of the error registry in DiagCtxt
bjorn3
-13
/
+19
2024-12-06
Auto merge of #133089 - eholk:stabilize-noop-waker, r=dtolnay
bors
-10
/
+4
2024-12-06
Temporarily disable completion resolve support for neovim
Lukas Wirth
-3
/
+7
2024-12-06
Temporarily disable completion resolve support for helix
Lukas Wirth
-19
/
+33
2024-12-06
Auto merge of #133956 - bjorn3:sync_cg_clif-2024-12-06, r=bjorn3
bors
-0
/
+2
2024-12-06
Merge pull request #18629 from Veykril/push-wlsvxwomumpp
Lukas Wirth
-21
/
+29
2024-12-06
Highlight right angle as part of fat arrow in macro rules arm
Lukas Wirth
-21
/
+29
2024-12-06
Merge pull request #18628 from Veykril/push-sqpymrtxysmw
Lukas Wirth
-29
/
+69
2024-12-06
feat: Migrate `flip_comma` assist to `SyntaxEditor`
Giga Bowser
-43
/
+79
2024-12-06
minor: Add `token_tree` constructor to `SyntaxFactory`
Giga Bowser
-1
/
+27
2024-12-06
feat: Migrate `flip_trait_bound` assist to `SyntaxEditor`
Giga Bowser
-6
/
+8
2024-12-06
feat: Migrate `flip_binexpr` assist to `SyntaxEditor`
Giga Bowser
-26
/
+29
2024-12-06
minor: Add `expr_bin` constructor to `SyntaxFactory`
Giga Bowser
-0
/
+17
2024-12-06
minor: Add `token` constructor to `SyntaxFactory`
Giga Bowser
-1
/
+5
2024-12-06
fix: Don't produce `ChangedAncestor` for `SyntaxToken`s
Giga Bowser
-10
/
+52
2024-12-06
fix: Properly determine `SyntaxEditor` replacement intersection
Giga Bowser
-1
/
+1
2024-12-06
Add typing handler for param list pipe
Lukas Wirth
-29
/
+69
2024-12-06
Rename the ARM runner YAML anchor
Jakub Beránek
-4
/
+4
2024-12-06
CI: move `dist-arm-linux` to an ARM runner
Jakub Beránek
-2
/
+2
2024-12-06
Merge pull request #18627 from Veykril/push-tzvnrnytrksr
Lukas Wirth
-2
/
+25
2024-12-06
Improve heuristics for on typing semicolon insertion
Lukas Wirth
-2
/
+25
2024-12-06
Merge pull request #18551 from ShoyuVanilla/migrate-turbofish-assist
Lukas Wirth
-24
/
+77
2024-12-06
Merge pull request #18563 from alibektas/workspace_key_high_precedence
Lukas Wirth
-3
/
+1
2024-12-06
remove eq for attributes
Jonathan Dönszelmann
-13
/
+0
2024-12-06
Merge pull request #18594 from ChayimFriedman2/async-closures
Lukas Wirth
-68
/
+291
2024-12-06
Cargo decided to add serde to cg_clif's lockfile despite serde support in Cra...
bjorn3
-0
/
+2
2024-12-06
Merge pull request #18474 from Veykril/push-nvtxykxkwnvs
Lukas Wirth
-130
/
+199
[prev]
[next]