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
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
do not invent a name
Tshepang Mbambo
-1
/
+1
2025-07-09
distcheck had only one possible invocation
Tshepang Mbambo
-1
/
+3
2025-07-09
add missing word
Tshepang Mbambo
-1
/
+1
2025-07-09
Update LLVM submodule
Daniel Paoliello
-0
/
+0
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
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
-1
/
+1
2025-07-09
Remove `run-make-support` CHANGELOG
Jieyou Xu
-83
/
+0
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
-0
/
+8
2025-07-09
various native-lib-trace-related fixups
Nia Espera
-338
/
+312
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
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
use a consistent (and recommended) invocation
Tshepang Mbambo
-7
/
+7
2025-07-08
Rollup merge of #143606 - lambdageek:configure-write-last-key, r=Kobzol
Trevor Gross
-8
/
+18
2025-07-08
Rollup merge of #143520 - Stypox:enter_trace_span-closure, r=RalfJung
Trevor Gross
-2
/
+10
2025-07-08
Rollup merge of #142357 - Kobzol:simplify-llvm-bitcode-linker, r=jieyouxu
Trevor Gross
-30
/
+82
2025-07-09
Merge pull request #20200 from rust-lang/revert-20157-push-nxrvpywtvoys
Shoyu Vanilla (Flint)
-13
/
+13
2025-07-08
Disable docs for `compiler-builtins` and `sysroot`
Josh Stone
-4
/
+0
2025-07-08
Auto merge of #140525 - lqd:stabilize-lld, r=petrochenkov
bors
-66
/
+110
2025-07-08
bootstrap: add change tracker entry for new --extra-checks=auto: feature
binarycat
-0
/
+5
2025-07-08
tidy: assume all files are modified in CI
binarycat
-0
/
+4
[prev]
[next]