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
/
compiler
Age
Commit message (
Expand
)
Author
Lines
2025-06-24
Check CoerceUnsized impl validity before coercing
Michael Goulet
-1
/
+14
2025-06-24
Emit a single error when importing a path with `_`
Esteban Küber
-4
/
+14
2025-06-24
Don't include current rustc version string in feature removed help
Jieyou Xu
-3
/
+1
2025-06-24
Rollup merge of #142944 - nnethercote:stats-tweaks, r=lqd
Guillaume Gomez
-32
/
+68
2025-06-24
Rollup merge of #142742 - dpaoliello:arm64eclinking, r=bjorn3
Guillaume Gomez
-50
/
+142
2025-06-24
Rollup merge of #142704 - tgross35:remove-concat_idents, r=fee1-dead
Guillaume Gomez
-98
/
+14
2025-06-24
rustc_session: Add a structure for keeping both explicit and default sysroots
Vadim Petrochenkov
-79
/
+82
2025-06-24
Error on invalid signatures for interrupt ABIs
Folkert de Vries
-31
/
+104
2025-06-24
Merge commit '8c848e0604b5d26fad120914f822f564fe05c52a' into sync_cg_clif-202...
bjorn3
-125
/
+95
2025-06-24
Remove the deprecated `concat_idents!` macro
Trevor Gross
-98
/
+14
2025-06-24
Rollup merge of #142933 - compiler-errors:refactor-solver-api, r=lcnr
Guillaume Gomez
-68
/
+41
2025-06-24
Rollup merge of #142695 - GrigorenkoPV:attributes/rustc_skip_during_method_di...
Guillaume Gomez
-41
/
+132
2025-06-24
Fix normalization in linker-warning
bjorn3
-14
/
+0
2025-06-24
mbe: Use `TokenTree` as the fallback for invalid fragment specifiers
Trevor Gross
-3
/
+3
2025-06-24
mbe: Clean up code with non-optional `NonterminalKind`
Trevor Gross
-82
/
+67
2025-06-24
mbe: Unnest nested matches with let-else and let chains
Trevor Gross
-58
/
+63
2025-06-24
Update test.
Camille GILLOT
-1
/
+2
2025-06-24
Tweak `-Zinput-stats` and `-Zmeta-stats` output.
Nicholas Nethercote
-9
/
+11
2025-06-24
Reverse order of `-Zinput-stats` and `-Zmeta-stats` output.
Nicholas Nethercote
-0
/
+2
2025-06-24
Make stats code nicer.
Nicholas Nethercote
-30
/
+62
2025-06-24
Apply fast path to old solver too
Michael Goulet
-2
/
+10
2025-06-24
Introduce trivial WF functions, use it in fast path
Michael Goulet
-1
/
+84
2025-06-24
Tweak `-Zmacro-stats` measurement.
Nicholas Nethercote
-20
/
+12
2025-06-23
Simplify API of solver a bit
Michael Goulet
-68
/
+41
2025-06-23
Uplift find_const_ty_from_env
Michael Goulet
-52
/
+42
2025-06-23
Add note to find_const_ty_from_env
Michael Goulet
-9
/
+35
2025-06-23
Rollup merge of #142923 - folkertdev:min-function-alignment-no-attributes, r=...
Jubilee
-6
/
+4
2025-06-23
Rollup merge of #142873 - Urgau:issue-139830, r=BoxyUwU
Jubilee
-1
/
+3
2025-06-23
Port `#[rustc_skip_during_method_dispatch]` to the new attribute system
Pavel Grigorenko
-41
/
+132
2025-06-23
Rollup merge of #142784 - Kobzol:timings-codegen, r=nnethercote
Jubilee
-4
/
+50
2025-06-23
[Arm64EC] Only decorate functions with `#`
Daniel Paoliello
-50
/
+142
2025-06-23
Add `#[loop_match]` for improved DFA codegen
bjorn3
-45
/
+1002
2025-06-23
fix `-Zmin-function-alignment` without attributes
Folkert de Vries
-6
/
+4
2025-06-23
unsupported_calling_conventions: print which ABI this is about
Ralf Jung
-1
/
+3
2025-06-23
Clarify note in rustc_ast_lowering still applies
Jubilee Young
-2
/
+3
2025-06-23
compiler: Remove unsupported_fn_ptr_calling_conventions lint
Jubilee Young
-31
/
+7
2025-06-23
hir_analysis: Avoid repeating unsupported ABI errors
Jubilee Young
-8
/
+2
2025-06-23
compiler: plug unsupported ABI leakage from the AST
Jubilee Young
-4
/
+24
2025-06-23
Skip `late_lint_mod_inner` if all built-in lints can be skipped
Jakub Beránek
-3
/
+12
2025-06-23
Fix doc comment
Jakub Beránek
-1
/
+1
2025-06-23
Improve code and documentation
Guillaume Gomez
-15
/
+24
2025-06-23
Update tests to work with new DocFragment field and `redundant_explicit_links...
Guillaume Gomez
-2
/
+4
2025-06-23
Do not emit `redundant_explicit_links` rustdoc lint if the doc comment comes ...
Guillaume Gomez
-32
/
+50
2025-06-23
Rollup merge of #142892 - jdonszelmann:fix-142891, r=oli-obk
Jana Dönszelmann
-1
/
+9
2025-06-23
move naked checks out of check_attr.rs
Jana Dönszelmann
-172
/
+189
2025-06-23
make warnings methods on cx so it's easier to emit them elsewhere too
Jana Dönszelmann
-8
/
+28
2025-06-23
rewrite #[naked] parser
Jana Dönszelmann
-16
/
+44
2025-06-23
fix 142891
Jana Dönszelmann
-1
/
+9
2025-06-23
inspect: merge `[Canonical]GoalEvaluation`
lcnr
-97
/
+33
2025-06-23
`evaluate_goal`: avoid unnecessary step
lcnr
-73
/
+47
[prev]
[next]