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-07-11
x: clippy fixes
Marijn Schouten
-8
/
+5
2025-07-11
Rollup merge of #143708 - epage:pretty, r=compiler-errors
Matthias Krüger
-26
/
+25
2025-07-11
update cargo_metadata to 0.21.0
asahi-myzk
-5
/
+36
2025-07-11
Split up the `unknown_or_malformed_diagnostic_attributes` lint
mejrs
-0
/
+4
2025-07-10
Merge pull request #20228 from ChayimFriedman2/fix-use-display
Chayim Refael Friedman
-0
/
+1
2025-07-11
Fix display of `use<>` syntax
Chayim Refael Friedman
-0
/
+1
2025-07-10
Merge commit 'cdbbf3afda0b1bf51568b368f629b1d828507f98' into clippy-subtree-u...
Philipp Krones
-476
/
+2760
2025-07-10
interpret/allocation: expose init + write_wildcards on a range
Nia Espera
-3
/
+4
2025-07-10
Rollup merge of #143683 - jieyouxu:rms-cleanup, r=Kobzol
Matthias Krüger
-188
/
+85
2025-07-10
Rollup merge of #136906 - chenyukang:yukang-fix-136741-closure-body, r=oli-obk
Matthias Krüger
-6
/
+12
2025-07-10
Merge pull request #20054 from Young-Flash/folding_all
Shoyu Vanilla (Flint)
-3
/
+52
2025-07-10
Migrate `generate_impl` assist to use `SyntaxEditor`
Hayashi Mikihiro
-9
/
+16
2025-07-10
Rollup merge of #143398 - lolbinarycat:tidy-extra-checks-auto, r=Kobzol
Trevor Gross
-41
/
+226
2025-07-10
silence clippy
Ralf Jung
-0
/
+1
2025-07-10
Merge pull request #20210 from ChayimFriedman2/naked-asm-safe
Shoyu Vanilla (Flint)
-84
/
+303
2025-07-10
Only provide `is_windows_msvc` to gate on windows-msvc
Jieyou Xu
-34
/
+29
2025-07-10
remove unnecessary parens in rust-analyzer
yukang
-1
/
+1
2025-07-10
Revert "remove `if-let` chains"
Laurențiu Nicola
-7
/
+6
2025-07-10
fmt
The Miri Cronjob Bot
-1
/
+3
2025-07-10
Merge from rustc
The Miri Cronjob Bot
-714
/
+3107
2025-07-10
Preparing for merge from rustc
The Miri Cronjob Bot
-1
/
+1
2025-07-10
Merge pull request #20212 from ChayimFriedman2/dyn-hint
Shoyu Vanilla (Flint)
-5
/
+31
2025-07-10
Migrate `convert_match_to_let_else` assist to use `SyntaxEditor`
Hayashi Mikihiro
-13
/
+15
2025-07-10
Put the expression stuff in the expression store behind an `Option<Box>`
Chayim Refael Friedman
-271
/
+419
2025-07-10
Remove uncessary parens in closure body with unused lint
yukang
-5
/
+11
2025-07-09
feat(lexer): Allow including frontmatter with 'tokenize'
Ed Page
-26
/
+25
2025-07-09
Make `AsmExpr` have `AstId`
Chayim Refael Friedman
-10
/
+29
2025-07-09
Merge pull request #20214 from rust-lang/update-msrv
Chayim Refael Friedman
-1
/
+1
2025-07-09
Update MSRV to 1.88.0
Chayim Refael Friedman
-1
/
+1
2025-07-09
miri: fix out-of-bounds error for ptrs with negative offsets
Ralf Jung
-0
/
+53
2025-07-09
Put `dyn` inlay hints in their correct place in presence of parentheses
Chayim Refael Friedman
-3
/
+14
2025-07-09
Disable the `diagnostics_dont_block_typing` test on CI
Chayim Refael Friedman
-1
/
+2
2025-07-09
Don't show `dyn` hint in a HRTB bound
Chayim Refael Friedman
-2
/
+17
2025-07-10
migrate `convert_named_struct_to_tuple_struct` assist to use 'SyntaxEditor'
Hayashi Mikihiro
-6
/
+9
2025-07-09
Make `global_asm!()` work
Chayim Refael Friedman
-36
/
+58
2025-07-09
Merge pull request #20109 from Hmikihiro/generate_new_tuple_field
Shoyu Vanilla (Flint)
-24
/
+385
2025-07-09
Differentiate between `asm!()`, `global_asm!()` and `naked_asm!()`, and make ...
Chayim Refael Friedman
-16
/
+198
2025-07-09
Don't hash the `SyntaxKind` in the ast id
Chayim Refael Friedman
-41
/
+36
2025-07-09
Massage `lib.rs` so it can be rustfmt'd
Jieyou Xu
-66
/
+42
2025-07-09
Sort and document `run-make-support` dependencies
Jieyou Xu
-4
/
+13
2025-07-09
Bump `run-make-support` to Edition 2024
Jieyou Xu
-1
/
+1
2025-07-09
Don't attempt to version `run-make-support`
Jieyou Xu
-1
/
+1
2025-07-09
Remove `run-make-support` CHANGELOG
Jieyou Xu
-83
/
+0
2025-07-09
Auto merge of #143472 - dianne:deref-pat-column-check, r=Nadrieril
bors
-0
/
+8
2025-07-09
various native-lib-trace-related fixups
Nia Espera
-338
/
+312
2025-07-08
Rollup merge of #143520 - Stypox:enter_trace_span-closure, r=RalfJung
Trevor Gross
-2
/
+10
2025-07-09
Merge pull request #20200 from rust-lang/revert-20157-push-nxrvpywtvoys
Shoyu Vanilla (Flint)
-13
/
+13
2025-07-08
Auto merge of #140525 - lqd:stabilize-lld, r=petrochenkov
bors
-0
/
+3
2025-07-08
tidy: assume all files are modified in CI
binarycat
-0
/
+4
2025-07-08
tidy: warn when --extra-checks is passed an invalid lang:kind combo
binarycat
-3
/
+25
[prev]
[next]