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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
Lines
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
2024-12-06
Merge pull request #18610 from Veykril/push-kynytqktmnxq
Lukas Wirth
-2
/
+157
2024-12-06
Add implict unsafety inlay hints for extern blocks
Lukas Wirth
-2
/
+157
2024-12-06
Make bracket typing handler work on more things
Lukas Wirth
-130
/
+199
2024-12-06
fix SC fence logic
Ralf Jung
-4
/
+8
2024-12-06
Rollup merge of #133930 - chriskrycho:mdbook-trpl-package, r=ehuss
Matthias Krüger
-29
/
+32
2024-12-06
Rollup merge of #133211 - Strophox:miri-correct-state-update-ffi, r=RalfJung
Matthias Krüger
-47
/
+366
2024-12-06
Rollup merge of #130777 - azhogin:azhogin/reg-struct-return, r=workingjubilee
Matthias Krüger
-0
/
+15
2024-12-06
handle `json_output` in `test::run_cargo_test`
onur-ozkan
-0
/
+5
2024-12-06
skip formatting when `--json-output` is used
onur-ozkan
-11
/
+21
2024-12-06
Merge pull request #4057 from RalfJung/scfix
Ralf Jung
-241
/
+225
2024-12-06
Merge pull request #18625 from Veykril/push-npnxwpxuzlqz
Lukas Wirth
-4
/
+71
2024-12-06
Merge from rustc
The Miri Cronjob Bot
-250
/
+148
2024-12-06
Preparing for merge from rustc
The Miri Cronjob Bot
-1
/
+1
2024-12-06
fix: Fix parser getting stuck for bad asm expressions
Lukas Wirth
-4
/
+71
2024-12-06
Update src/doc/rustc/src/platform-support/powerpc64le-unknown-linux-musl.md
Jens Reidel
-1
/
+1
2024-12-06
Fix markdown link
Jens Reidel
-1
/
+1
2024-12-06
Promote powerpc64le-unknown-linux-musl to tier 2 with host tools
Jens Reidel
-5
/
+101
2024-12-05
Rollup merge of #133827 - ojeda:ci-rfl, r=lqd
Guillaume Gomez
-2
/
+2
2024-12-05
Rollup merge of #133821 - Kobzol:replace-black-with-ruff, r=onur-ozkan
Guillaume Gomez
-1007
/
+1514
2024-12-05
Rollup merge of #133256 - MarcoIeni:use-linux-free-runners, r=Kobzol
Guillaume Gomez
-26
/
+77
2024-12-05
Stabilize noop_waker
Eric Holk
-10
/
+4
2024-12-05
Improve positioning of "..." in collapsed impl block
Guillaume Gomez
-3
/
+8
2024-12-05
Use text ellipsis instead of bottom blurring
Guillaume Gomez
-11
/
+16
2024-12-05
Turn `markdown_split_summary_and_content` into a method of `Markdown`
Guillaume Gomez
-49
/
+52
2024-12-05
Update browser-ui-test version to 0.18.2
Guillaume Gomez
-1
/
+1
2024-12-05
Always display first line of impl blocks even when collapsed
Guillaume Gomez
-47
/
+141
2024-12-05
extend Miri to correctly pass mutable pointers through FFI
Strophox
-47
/
+366
2024-12-05
Merge pull request #18622 from Veykril/push-wlzptrukvyup
Lukas Wirth
-3
/
+68
2024-12-05
fix: Fix parsing of dyn T in generic arg on 2015 edition
Lukas Wirth
-3
/
+68
2024-12-05
Merge pull request #18538 from tareknaser/syntax_factory_sort_items
David Barsky
-23
/
+21
2024-12-05
Merge pull request #18483 from tareknaser/syntax_factory_introduce_named_generic
David Barsky
-27
/
+123
[prev]
[next]