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-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
2024-03-05
Rename `SubdiagnosticMessageOp` as `SubdiagMessageOp`.
Nicholas Nethercote
-2
/
+2
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-6
/
+5
2024-02-20
Reduce capabilities of `Diagnostic`.
Nicholas Nethercote
-3
/
+7
2024-02-15
make better async fn kind errors
Michael Goulet
-0
/
+10
2024-02-08
Add `SubdiagnosticMessageOp` as a trait alias.
Nicholas Nethercote
-5
/
+2
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-12
/
+8
2024-01-03
Rename some `Diagnostic` setters.
Nicholas Nethercote
-10
/
+7
2023-12-19
Add `level` arg to `into_diagnostic`.
Nicholas Nethercote
-5
/
+7
2023-12-18
Rename many `DiagCtxt` arguments.
Nicholas Nethercote
-2
/
+2
2023-12-18
Rename `Handler` as `DiagCtxt`.
Nicholas Nethercote
-2
/
+2
2023-08-07
Migrate a trait selection error to use diagnostic translation
Deadbeef
-1
/
+35
2023-06-28
convert to fluent, make plurals work
Michael Goulet
-1
/
+35
2023-05-04
IAT: Introduce AliasKind::Inherent
León Orell Valerian Liehr
-0
/
+8
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-5
/
+6
2023-01-11
Move autoderef to rustc_hir_analysis
Michael Goulet
-13
/
+0
2022-11-10
Don't print full paths in overlap errors
Michael Goulet
-5
/
+5
[next]