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-04-11
Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-dead
Stuart Cook
-6
/
+33
2025-04-10
Merge pull request #19570 from ChayimFriedman2/fix-store-panic
Chayim Refael Friedman
-6
/
+44
2025-04-11
Fix an incorrect `ExpressionStore` that was passed
Chayim Refael Friedman
-6
/
+44
2025-04-11
fix: `make::expr_call() -> CallExpr`
Prajwal S N
-29
/
+33
2025-04-11
fix: `make::expr_method_call() -> MethodCallExpr`
Prajwal S N
-27
/
+27
2025-04-11
fix: `make::expr_closure() -> ClosureExpr`
Prajwal S N
-7
/
+6
2025-04-11
fix: `make::expr_paren() -> ParenExpr`
Prajwal S N
-12
/
+13
2025-04-11
refactor: editor for `destructure_struct_binding`
Prajwal S N
-99
/
+76
2025-04-10
compiletest: Trim the value of `dont-require-annotations`
Vadim Petrochenkov
-1
/
+1
2025-04-10
compiletest: Turn `TestProps::require_annotations` into a set
Vadim Petrochenkov
-46
/
+19
2025-04-10
compiletest: Make `SUGGESTION` annotations viral
Vadim Petrochenkov
-3
/
+10
2025-04-10
Auto merge of #137412 - scottmcm:redo-swap, r=cuviper
bors
-0
/
+30
2025-04-10
Remove the use of Rayon iterators
John Kåre Alsaker
-2
/
+1
2025-04-10
Merge pull request #4261 from CraftSpider/windows-rtl-to-dos
Ralf Jung
-1
/
+29
2025-04-10
Implement RtlNtStatusToDosError and shim test for it
Rune Tynan
-1
/
+29
2025-04-10
Merge pull request #19565 from davidbarsky/davidbarsky/add-prime-caches-subco...
David Barsky
-13
/
+108
2025-04-10
internal: cleanup CLI flag documentation
David Barsky
-10
/
+10
2025-04-10
Rollup merge of #139630 - RalfJung:miri-sync, r=RalfJung
Matthias Krüger
-229
/
+1531
2025-04-10
Rollup merge of #139609 - jieyouxu:compiletest-path-misc, r=Kobzol
Matthias Krüger
-22
/
+23
2025-04-10
Rollup merge of #139606 - jieyouxu:compiletest-edition2024, r=compiler-errors
Matthias Krüger
-15
/
+44
2025-04-10
Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-dead
Matthias Krüger
-5
/
+5
2025-04-10
internal: add `prime-caches` subcommand
David Barsky
-6
/
+101
2025-04-10
Merge pull request #19566 from flodiebold/push-vzpyzvpkwkyt
Florian Diebold
-5
/
+4
2025-04-10
Fix dyn compatibility code bypassing callable_item_signature query
Florian Diebold
-5
/
+4
2025-04-10
Bump crossbeam-channel from 0.5.14 to 0.5.15
dependabot[bot]
-2
/
+2
2025-04-10
chore(deps): bump crossbeam-channel from 0.5.14 to 0.5.15
dependabot[bot]
-3
/
+3
2025-04-10
fix: Walk const block expressions for unsafety checking
Lukas Wirth
-0
/
+21
2025-04-10
run all 'thread' tests on FreeBSD, and also on 32bit
Ralf Jung
-4
/
+4
2025-04-10
fix: Fix invalid signature bitflags
Lukas Wirth
-103
/
+100
2025-04-10
Allow drivers to supply a list of extra symbols to intern
Alex Macleod
-6
/
+33
2025-04-10
Merge from rustc
Ralf Jung
-244
/
+174
2025-04-10
Preparing for merge from rustc
Ralf Jung
-1
/
+1
2025-04-10
Merge pull request #19461 from Hmikihiro/shadow_by_module
Lukas Wirth
-7
/
+180
2025-04-10
Merge pull request #19555 from Urgau/patch-1
Lukas Wirth
-0
/
+6
2025-04-10
Merge pull request #4262 from RalfJung/win-path
Ralf Jung
-36
/
+107
2025-04-10
make GetFullPathNameW more correct on non-Windows hosts
Ralf Jung
-38
/
+104
2025-04-10
Rollup merge of #139507 - Zalathar:trim-env-name, r=jieyouxu
Matthias Krüger
-16
/
+13
2025-04-10
Merge pull request #4209 from LorrensP-2158466/freebsd_futex
Ralf Jung
-1
/
+521
2025-04-10
Merge pull request #19559 from ChayimFriedman2/rust-186
Lukas Wirth
-1258
/
+1010
2025-04-10
feature: implement WAIT & WAKE operations of FreeBSD _umtx_op syscall for Fut...
LorrensP-2158466
-1
/
+521
2025-04-10
Remove all upcasts!
Chayim Refael Friedman
-1257
/
+1009
2025-04-10
Update MSRV to Rust 1.86.0
Chayim Refael Friedman
-1
/
+1
2025-04-10
include --edition in the compiletest stamp
Pietro Albini
-0
/
+1
2025-04-10
prevent configuring the edition with //@compile-flags
Pietro Albini
-1
/
+7
2025-04-10
ensure //@compile-flags are last even when passing --edition
Pietro Albini
-2
/
+6
2025-04-10
Update crates/hir-def/src/resolver.rs
Hayashi Mikihiro
-1
/
+1
2025-04-10
TypeNs contain module
Hayashi Mikihiro
-88
/
+71
2025-04-10
return single option
Hayashi Mikihiro
-78
/
+59
2025-04-10
fix: shadow type by module
Hayashi Mikihiro
-72
/
+281
2025-04-10
compiletest: update to Edition 2024
Jieyou Xu
-15
/
+44
[prev]
[next]