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
/
rustc_trait_selection
/
src
/
errors.rs
Age
Commit message (
Expand
)
Author
Lines
2025-06-09
Make E0621 missing lifetime suggestion verbose
Esteban Küber
-4
/
+8
2025-06-05
Auto merge of #138677 - shepmaster:consistent-elided-lifetime-syntax, r=travi...
bors
-1
/
+1
2025-06-03
Add `iter` macro
Oli Scherer
-2
/
+3
2025-06-03
Rename `LifetimeSyntax` variants to lang-team-approved names
Jake Goulding
-1
/
+1
2025-05-17
do away with `_Self` and `TraitName` and check generic params for rustc_on_un...
mejrs
-0
/
+7
2025-05-09
Disarm `time` bomb (diagnostics)
Jieyou Xu
-2
/
+0
2025-05-05
Rollup merge of #140307 - mejrs:condition_parser, r=nnethercote
Trevor Gross
-14
/
+42
2025-05-02
Refactor rustc_on_unimplemented's filter parser
mejrs
-14
/
+42
2025-04-23
Extend HIR to track the source and syntax of a lifetime
Jake Goulding
-20
/
+7
2025-04-16
Move eager translation to a method on `Diag`
Jake Goulding
-61
/
+17
2025-04-11
`NonGenericOpaqueTypeParam::ty` to `arg`
lcnr
-1
/
+1
2025-04-08
Remove unnecessary dyn Display in favor of str
Michael Goulet
-1
/
+1
2025-04-03
move `check_opaque_type_parameter_valid`
lcnr
-1
/
+12
2025-03-28
Don't use `kw::Empty` in `hir::Lifetime::ident`.
Nicholas Nethercote
-8
/
+11
2025-03-18
Move `hir::Item::ident` into `hir::ItemKind`.
Nicholas Nethercote
-1
/
+1
2025-02-25
Teach structured errors to display short `Ty`
Esteban Küber
-3
/
+3
2025-02-22
Rollup merge of #137333 - compiler-errors:edition-2024-fresh, r=Nadrieril
Matthias Krüger
-8
/
+5
2025-02-22
Fix binding mode problems
Michael Goulet
-8
/
+5
2025-02-22
Even more dead code -- we don't HIR regionck anymore
Michael Goulet
-3
/
+0
2025-02-22
More dead code
Michael Goulet
-16
/
+0
2025-02-21
Move methods from Map to TyCtxt, part 3.
Nicholas Nethercote
-2
/
+1
2025-02-17
Move some `Map` methods onto `TyCtxt`.
Nicholas Nethercote
-1
/
+1
2025-02-02
Tweak fn pointer suggestion span
Esteban Küber
-9
/
+3
2025-01-30
Rework rustc_dump_vtable
Michael Goulet
-10
/
+1
2025-01-29
Rollup merge of #133382 - mu001999-contrib:diag/fnitem, r=lcnr
Matthias Krüger
-0
/
+6
2025-01-28
Suggest considering casting fn item as fn pointer in more cases
mu001999
-0
/
+6
2025-01-23
`visit_x_unambig`
Boxy
-3
/
+3
2025-01-23
Split hir `TyKind` and `ConstArgKind` in two and update `hir::Visitor`
Boxy
-7
/
+6
2025-01-21
remove support for the #[start] attribute
Ralf Jung
-7
/
+0
2025-01-10
mir_transform: implement forced inlining
David Wood
-2
/
+9
2025-01-04
turn hir::ItemKind::Fn into a named-field variant
Ralf Jung
-1
/
+1
2024-12-18
Re-export more `rustc_span::symbol` things from `rustc_span`.
Nicholas Nethercote
-2
/
+1
2024-12-17
small refactor to region error handling
lcnr
-2
/
+2
2024-12-10
Rudimentary heuristic to insert parentheses when needed for RPIT overcaptures...
Michael Goulet
-5
/
+30
2024-11-12
Make precise capturing suggestion machine-applicable only if it has not APITs
Michael Goulet
-1
/
+9
2024-11-09
Dont suggest use<APIT>
Michael Goulet
-13
/
+20
2024-11-09
Suggest turning APITs into generics in opaque overcaptures
Michael Goulet
-3
/
+121
2024-09-22
Reformat using the new identifier sorting from rustfmt
Michael Goulet
-3
/
+3
2024-08-28
Emit specific message for `time<0.3.35` inference failure
Esteban Küber
-0
/
+2
2024-08-21
Use bool in favor of Option<()> for diagnostics
Michael Goulet
-3
/
+3
2024-07-30
Auto merge of #128083 - Mark-Simulacrum:bump-bootstrap, r=albertlarsan68
bors
-4
/
+1
2024-07-29
Reformat `use` declarations.
Nicholas Nethercote
-10
/
+7
2024-07-28
step cfg(bootstrap)
Mark Rousskov
-4
/
+1
2024-07-21
Move all error reporting into rustc_trait_selection
Michael Goulet
-5
/
+1634
2024-06-18
Use a dedicated type instead of a reference for the diagnostic context
Oli Scherer
-2
/
+2
2024-05-10
Lift `TraitRef` into `rustc_type_ir`
Michael Goulet
-1
/
+1
2024-04-29
Remove `extern crate rustc_macros` from numerous crates.
Nicholas Nethercote
-1
/
+1
2024-04-21
Pass translation closure to add_to_diag_with() as reference
Xiretza
-1
/
+1
2024-03-11
Rename `AddToDiagnostic` as `Subdiagnostic`.
Nicholas Nethercote
-4
/
+4
2024-03-11
Rename `IntoDiagnostic` as `Diagnostic`.
Nicholas Nethercote
-4
/
+4
[next]