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-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
2025-04-10
path: add more Windows tests
Ralf Jung
-1
/
+6
2025-04-10
Fix a small bug with catastrophic effects
Chayim Refael Friedman
-1
/
+1
2025-04-10
compiletest: add `needs-crate-type` directive
Jieyou Xu
-2
/
+117
2025-04-10
compiletest: don't use stringly paths for `compose_and_run`
Jieyou Xu
-22
/
+23
2025-04-10
Auto merge of #139279 - BoxyUwU:bump-boostrap, r=jieyouxu
bors
-3
/
+0
2025-04-10
Rename some `name` variables as `ident`.
Nicholas Nethercote
-5
/
+5
2025-04-10
update miniz_oxide to 0.8.8
oyvindln
-4
/
+4
2025-04-09
Enable `[canonicalize-issue-links]` and `[no-mentions]` in triagebot
Urgau
-0
/
+6
2025-04-09
triagebot: enable `[canonicalize-issue-links]` and `[no-mentions]`
Urgau
-0
/
+6
2025-04-09
Rollup merge of #139489 - petrochenkov:noreqann, r=jieyouxu
Matthias Krüger
-15
/
+41
2025-04-09
Merge pull request #19553 from davidbarsky/davidbarsky/fix-rustdoc-tests
David Barsky
-4
/
+4
2025-04-09
internal: fix `NameGenerator`'s and `AnyMap`'s rustdocs
David Barsky
-4
/
+4
2025-04-09
internal: rename `children_modules` to `child_modules`
David Barsky
-39
/
+45
[prev]
[next]