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-09-21
move most of the test to new testCtx
bit-aloo
-191
/
+152
2025-09-21
allow symlinking during test
bit-aloo
-1
/
+1
2025-09-21
remove using default toml config for test in get_toml, we handle it via using...
bit-aloo
-4
/
+0
2025-09-21
let verify method run in test settings
bit-aloo
-1
/
+1
2025-09-21
add an API in ConfigBuilder to point to config file for toml parsing
bit-aloo
-0
/
+8
2025-09-21
walk up the ancestors
bit-aloo
-6
/
+7
2025-09-21
make cargo test work for bootstrap self test
bit-aloo
-73
/
+17
2025-09-21
Port #[macro_export] to the new attribute parsing infrastructure
Jonathan Brouwer
-24
/
+30
2025-09-21
Implement output of colored messages with optional check context
Jakub Beránek
-55
/
+152
2025-09-21
Migrate the remaining tidy checks to diagnostics
Jakub Beránek
-572
/
+560
2025-09-21
Add `CheckId`, migrate the `alphabetical` check to diagnostics
Jakub Beránek
-45
/
+63
2025-09-21
Add diagnostics context and migrate the `style` check to it
Jakub Beránek
-89
/
+187
2025-09-21
Support ctr and lr as clobber-only registers in PowerPC inline assembly
Taiki Endo
-2
/
+4
2025-09-21
fix a crash in rustdoc merge finalize without input file
Iris Shi
-2
/
+4
2025-09-21
Fix not applicable on trailing comma for remove_dbg
A4-Tacks
-1
/
+16
2025-09-21
Update list of good combinations (inc. beta + nightly)
Igor S. Gerasimov
-2
/
+5
2025-09-20
Rollup merge of #146774 - Kobzol:bootstrap-relative-path, r=jieyouxu
Matthias Krüger
-5
/
+17
2025-09-20
Rollup merge of #146762 - madsmtm:test-apple-sim, r=jieyouxu
Matthias Krüger
-45
/
+66
2025-09-20
allow take union field addresses in safe rust
Kivooeo
-1
/
+60
2025-09-20
Merge pull request #20706 from A4-Tacks/stdx-replace-inplace
Shoyu Vanilla (Flint)
-3
/
+41
2025-09-20
Add some test for stdx::replace
A4-Tacks
-0
/
+30
2025-09-20
Merge pull request #20661 from A4-Tacks/suggest-if-body
Shoyu Vanilla (Flint)
-8
/
+82
2025-09-20
Fix to implements in-place stdx::replace
A4-Tacks
-3
/
+11
2025-09-20
Fix IfExpr then branch suggest
A4-Tacks
-8
/
+82
2025-09-20
Merge pull request #20710 from A4-Tacks/unused-var-shorthand
Shoyu Vanilla (Flint)
-11
/
+57
2025-09-20
Merge pull request #20709 from A4-Tacks/destruct-panic-on-not-add-deref-and-p...
Shoyu Vanilla (Flint)
-2
/
+48
2025-09-20
Merge pull request #20686 from A4-Tacks/gen-default-not-apply-selected
Shoyu Vanilla (Flint)
-0
/
+46
2025-09-20
Merge pull request #20689 from ShoyuVanilla/accurate-flycheck
David Barsky
-43
/
+213
2025-09-20
Fix selected multi variants applicable generate_default_from_enum_variant
A4-Tacks
-0
/
+46
2025-09-20
Merge pull request #20688 from A4-Tacks/fix-applicable-after-l-curly-replace-...
Shoyu Vanilla (Flint)
-0
/
+18
2025-09-20
Merge pull request #20700 from A4-Tacks/extract-var-let-expr
Shoyu Vanilla (Flint)
-1
/
+28
2025-09-20
Merge pull request #20702 from A4-Tacks/else-not-before-else
Shoyu Vanilla (Flint)
-3
/
+133
2025-09-20
Merge pull request #20708 from A4-Tacks/destruct-ref-mut-panics
Shoyu Vanilla (Flint)
-9
/
+96
2025-09-20
Auto merge of #146805 - lnicola:sync-from-ra, r=lnicola
bors
-9245
/
+38642
2025-09-20
Fix unused_variables fixes shorthand record field
A4-Tacks
-11
/
+57
2025-09-20
Fix panic `!self.data().mutable` for destructure_struct_binding
A4-Tacks
-2
/
+48
2025-09-20
Fix panics on `Foo{mut x}` for destructure_struct_binding
A4-Tacks
-9
/
+96
2025-09-20
CI: test bootstrap build
Ralf Jung
-2
/
+37
2025-09-20
Auto merge of #146771 - Kobzol:download-ci-llvm-default-value, r=jieyouxu
bors
-11
/
+4
2025-09-20
clippy
Ralf Jung
-4
/
+4
2025-09-20
Bump rustc crates once more
Laurențiu Nicola
-34
/
+32
2025-09-20
Merge ref 'ec3867107526' from rust-lang/rust
The Miri Cronjob Bot
-2798
/
+4943
2025-09-20
Prepare for merging from rust-lang/rust
The Miri Cronjob Bot
-1
/
+1
2025-09-19
[win] Use find-msvc-tools instead of cc to find the linker and rc on Windows
Daniel Paoliello
-0
/
+1
2025-09-19
chore(compiletest): Use newest anstyle-svg version
Scott Schafer
-1
/
+1
2025-09-19
Simplify default value of `download-ci-llvm`
Jakub Beránek
-11
/
+4
2025-09-19
Stop linking rs{begin,end} on x86_64-*-windows-gnu
Mateusz Mikuła
-0
/
+2
2025-09-20
fix: Make flycheck clearing dependency-aware
Shoyu Vanilla
-43
/
+213
2025-09-19
Merge pull request #20701 from A4-Tacks/track-caller-assist-test
Chayim Refael Friedman
-0
/
+1
2025-09-19
Allow running `x <cmd> <path>` from a different directory
Jakub Beránek
-5
/
+17
[prev]
[next]