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
Age
Commit message (
Expand
)
Author
Lines
2025-07-09
Put `dyn` inlay hints in their correct place in presence of parentheses
Chayim Refael Friedman
-3
/
+14
2025-07-09
Auto-add `S-waiting-on-author` when the PR is/switches to draft state
Urgau
-0
/
+3
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-09
core: Change `BorrowedCursor::written`'s origin
Benoît du Garreau
-10
/
+4
2025-07-09
core: Remove `BorrowedCursor::uninit_mut`
Benoît du Garreau
-12
/
+3
2025-07-09
core: Remove `BorrowedCursor::init_ref` method
Benoît du Garreau
-16
/
+4
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
Do not remove method call if type is adjusted (#15181)
Jason Newcomb
-2
/
+47
2025-07-09
use `--dynamic-list` for exporting executable symbols
usamoi
-16
/
+55
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
Reduce clippy lints page size
Guillaume Gomez
-179
/
+181
2025-07-09
Merge pull request #1854 from Amanieu/new-maintainers
Amanieu d'Antras
-1
/
+1
2025-07-09
Add uninlined_format_args example: `:?` formatting
Aljoscha Meyer
-0
/
+2
2025-07-09
bootstrap/miri: avoid rebuilds for test builds
Ralf Jung
-2
/
+8
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
-2
/
+2
2025-07-09
Remove `run-make-support` CHANGELOG
Jieyou Xu
-83
/
+0
2025-07-09
Add sayantn and folkertdev as reviewers
Amanieu d'Antras
-1
/
+1
2025-07-09
Make `LlvmBitcodeLinker` a `ToolTarget` tool
Jakub Beránek
-37
/
+49
2025-07-09
Extend dist extended tools test
Jakub Beránek
-5
/
+14
2025-07-09
Make `LldWrapper` a `ToolTarget` tool
Jakub Beránek
-50
/
+78
2025-07-09
Make `WasmComponentLd` a `ToolTarget` tool
Jakub Beránek
-16
/
+111
2025-07-09
Port `RemoteTestServer` to `ToolTarget`
Jakub Beránek
-16
/
+21
2025-07-09
Add `Mode::ToolTarget`
Jakub Beránek
-39
/
+104
2025-07-09
Rename `compiler` to `build_compiler`
Jakub Beránek
-30
/
+31
2025-07-09
Auto merge of #143472 - dianne:deref-pat-column-check, r=Nadrieril
bors
-53
/
+142
2025-07-09
Merge pull request #4435 from nia-e/trace-fixups
Ralf Jung
-338
/
+312
2025-07-09
improve lint doc text
Marijn Schouten
-5
/
+4
2025-07-09
various native-lib-trace-related fixups
Nia Espera
-338
/
+312
2025-07-09
triagebot: enable issue transfer (#14874)
Philipp Krones
-0
/
+2
2025-07-09
Create summary comment for lintcheck runs (#14816)
Philipp Krones
-49
/
+200
2025-07-09
Add doc cross-compilation test
Jakub Beránek
-0
/
+16
2025-07-09
Add `doc library` test for a no_std target
Jakub Beránek
-1
/
+17
2025-07-09
tests: Don't check for self-printed output in std-backtrace.rs test
Martin Nordholts
-6
/
+2
2025-07-09
Auto merge of #143667 - tgross35:rollup-yqitltm, r=tgross35
bors
-169
/
+347
2025-07-09
Add a new maintainer to the wasm32-wasip1 target
Marcin Kolny
-0
/
+1
2025-07-09
tweak some git clone commands
Tshepang Mbambo
-6
/
+6
2025-07-09
Merge pull request #2496 from rust-lang/tshepang-a-convenience
Tshepang Mbambo
-7
/
+7
2025-07-09
use a consistent (and recommended) invocation
Tshepang Mbambo
-7
/
+7
2025-07-09
Fix VxWorks build errors
B I Mohammed Abbas
-2
/
+1
2025-07-08
Rollup merge of #143606 - lambdageek:configure-write-last-key, r=Kobzol
Trevor Gross
-8
/
+18
2025-07-08
Rollup merge of #143532 - compiler-errors:mut-ref-sugg, r=davidtwco
Trevor Gross
-5
/
+42
2025-07-08
Rollup merge of #143520 - Stypox:enter_trace_span-closure, r=RalfJung
Trevor Gross
-23
/
+36
2025-07-08
Rollup merge of #143499 - compiler-errors:predicates-of-crate, r=davidtwco
Trevor Gross
-13
/
+57
[prev]
[next]