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-06-24
Move some `issues-*` tests to better homes
Trevor Gross
-3
/
+1
2025-06-24
Remove special casing in command factory (revert changes in ctx.ts), update m...
Mark Pots
-12
/
+3
2025-06-24
Rollup merge of #140622 - petrochenkov:annusexp, r=jieyouxu
Guillaume Gomez
-76
/
+159
2025-06-24
Merge pull request #20012 from lnicola/bump-literal-escaper
Lukas Wirth
-169
/
+139
2025-06-24
Merge pull request #20080 from Veykril/push-vnrwqppplykm
Lukas Wirth
-39
/
+60
2025-06-24
Cleanup `folding_ranges` and support more things
Lukas Wirth
-39
/
+60
2025-06-24
Merge pull request #20061 from ChayimFriedman2/wrap-ret-ty
Lukas Wirth
-34
/
+133
2025-06-24
Merge pull request #20064 from Wilfred/document_sysroot_project
Lukas Wirth
-0
/
+3
2025-06-24
Merge pull request #20036 from Veykril/push-yquvoyrxkksx
Lukas Wirth
-70
/
+70
2025-06-24
Do not default to 'static for trait object lifetimes
Lukas Wirth
-70
/
+70
2025-06-24
Merge pull request #20062 from ChayimFriedman2/doctests
Lukas Wirth
-0
/
+32
2025-06-24
Merge pull request #20072 from Veykril/push-sorvvvzskywv
Lukas Wirth
-10
/
+44
2025-06-23
Enable reproducible-build-2 for Windows
Daniel Paoliello
-1
/
+7
2025-06-23
Rollup merge of #142908 - psumbera:solaris-tr, r=jieyouxu
Jubilee
-4
/
+4
2025-06-23
Rollup merge of #142827 - GuillaumeGomez:tidy-error-code-removal, r=Kobzol
Jubilee
-46
/
+103
2025-06-23
feat: Extend vscode 'run' command with optional mode argument for running tes...
Mark Pots
-4
/
+70
2025-06-23
compiletest: Improve diagnostics for line annotation mismatches
Vadim Petrochenkov
-76
/
+159
2025-06-23
Merge pull request #20076 from ChayimFriedman2/faq
Laurențiu Nicola
-0
/
+12
2025-06-23
Add troubleshooting FAQ to the book
Chayim Refael Friedman
-0
/
+12
2025-06-23
fix: Respect `.cargo/config.toml` `build.target-dir`
Lukas Wirth
-10
/
+44
2025-06-24
fix: Use `ROOT` hygiene for `args` inside new `format_args!` expansion
Shoyu Vanilla
-27
/
+36
2025-06-23
Auto merge of #142907 - lnicola:sync-from-ra, r=lnicola
bors
-1241
/
+2756
2025-06-23
Update clippy source code to changes on `source_span_for_markdown_range`
Guillaume Gomez
-2
/
+2
2025-06-23
Merge pull request #20069 from Veykril/push-mnqkqxomtlxn
Lukas Wirth
-1
/
+29
2025-06-23
fix: Fix cargo project manifest not pointing to the workspace root
Lukas Wirth
-1
/
+29
2025-06-23
mbe: Restructure `macro_metavar_expr` tests
Trevor Gross
-1
/
+0
2025-06-23
Fix install-template.sh for Solaris tr
Petr Sumbera
-4
/
+4
2025-06-23
Move error code explanation removal check into tidy
Guillaume Gomez
-2
/
+32
2025-06-23
Create new `CiInfo` type in tidy checks to centralize CI related checks
Guillaume Gomez
-44
/
+71
2025-06-23
Document sysroot_project field in rust-project.json
Wilfred Hughes
-0
/
+3
2025-06-23
Merge from rust-lang/rust
Laurențiu Nicola
-276
/
+508
2025-06-23
Preparing for merge from rust-lang/rust
Laurențiu Nicola
-1
/
+1
2025-06-23
Auto merge of #142901 - matthiaskrgr:rollup-topt4p6, r=matthiaskrgr
bors
-6
/
+31
2025-06-23
update to literal-escaper 0.0.4 for better API without `unreachable` and fast...
Marijn Schouten
-4
/
+5
2025-06-23
Rollup merge of #142875 - GuillaumeGomez:rustdoc-json-types-version-update, r...
Matthias Krüger
-0
/
+25
2025-06-22
Update cargo
Eric Huss
-0
/
+0
2025-06-23
Don't run doctests
Chayim Refael Friedman
-0
/
+32
2025-06-23
In "Wrap return type" assist, don't wrap exit points if they already have the...
Chayim Refael Friedman
-34
/
+133
2025-06-22
Port `#[no_mangle]` to new attribute parsing infrastructure
Jonathan Brouwer
-6
/
+6
2025-06-22
Rollup merge of #142877 - yotamofek:pr/rustdoc/comment-eslint-installation-re...
Guillaume Gomez
-0
/
+3
2025-06-22
Document why tidy checks if `eslint` is installed via `npm`
Yotam Ofek
-0
/
+3
2025-06-22
Check rustdoc-json-types FORMAT_VERSION correct change
Guillaume Gomez
-0
/
+25
2025-06-22
Port `#[must_use]` to new attribute parsing infrastructure
Jonathan Brouwer
-20
/
+40
2025-06-22
Rollup merge of #142776 - dtolnay:hirattrstyle2, r=jdonszelmann
Jacob Pratt
-3
/
+10
2025-06-22
Merge pull request #20056 from ShoyuVanilla/fmt-args-new
Chayim Refael Friedman
-46
/
+412
2025-06-22
Minic rustc's new `format_args!` expansion
Shoyu Vanilla
-41
/
+366
2025-06-22
Implement region negation to minicore and add a flag `fmt_before_1_89_0`
Shoyu Vanilla
-8
/
+49
2025-06-22
forward the bootstrap `runner` to `run-make`
Folkert de Vries
-1
/
+28
2025-06-21
Merge pull request #20050 from LHolten/better-docs-for-exclude-imports-in-sym...
Chayim Refael Friedman
-3
/
+11
2025-06-21
All HIR attributes are outer
David Tolnay
-3
/
+10
[prev]
[next]