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
random: Add comment on `RandomSource::fill_bytes` about multiple calls
Josh Triplett
-0
/
+5
2025-07-09
triagebot.toml: ping lolbinarycat if tidy extra checks were modified
binarycat
-0
/
+4
2025-07-09
Update LLVM submodule
Daniel Paoliello
-0
/
+0
2025-07-09
test: Verify frontmatter unpretty behavior
Ed Page
-0
/
+17
2025-07-09
Auto merge of #143538 - compiler-errors:instantiate-auto-trait, r=lcnr
bors
-212
/
+245
2025-07-09
Merge pull request #732 from FractalFir/thread_soundness_fix
antoyo
-2
/
+5
2025-07-09
Inserted a local variable in volatile_load, to ensure reads don't move across...
FractalFir
-1
/
+5
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
Merge pull request #20211 from Hmikihiro/migrate-convert_named_struct
Laurențiu Nicola
-6
/
+9
2025-07-09
Skip needlessly setting the default visibility on functions
FractalFir
-1
/
+1
2025-07-09
Update MSRV to 1.88.0
Chayim Refael Friedman
-1
/
+1
2025-07-09
Change the implementation of supports_parallel to signal tha cg_gcc is not th...
FractalFir
-2
/
+5
2025-07-09
miri: fix out-of-bounds error for ptrs with negative offsets
Ralf Jung
-22
/
+78
2025-07-09
std: sys: net: uefi: tcp4: Add timeout support
Ayush Singh
-25
/
+97
2025-07-09
Make AsyncDrop check that it's being implemented on a local ADT
Michael Goulet
-3
/
+53
2025-07-09
Auto merge of #143502 - scottmcm:aggregate-simd, r=oli-obk
bors
-86
/
+261
2025-07-09
Add opaque TypeId handles for CTFE
Oli Scherer
-2
/
+8
2025-07-09
Avoid creating a helper allocation for creating new `TypeId` values in the in...
Oli Scherer
-38
/
+29
2025-07-09
Add opaque TypeId handles for CTFE
Oli Scherer
-148
/
+438
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
Remove `verify_inside_clippy_dir` since we always set the current directory.
Jason Newcomb
-38
/
+0
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
[prev]
[next]