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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
compiler
/
rustc_hir_analysis
/
src
/
astconv
/
errors.rs
Age
Commit message (
Expand
)
Author
Lines
2024-03-15
Clean up AstConv
León Orell Valerian Liehr
-1
/
+113
2024-02-28
Rename `DiagnosticBuilder` as `Diag`.
Nicholas Nethercote
-3
/
+3
2024-02-19
Prefer `DiagnosticBuilder` over `Diagnostic` in diagnostic modifiers.
Nicholas Nethercote
-3
/
+3
2024-02-17
Remove astconv::ConvertedBinding
León Orell Valerian Liehr
-10
/
+14
2024-02-17
Update comments and variable names
León Orell Valerian Liehr
-10
/
+11
2024-02-14
clean up potential_query_instability with FxIndexMap and UnordMap
yukang
-2
/
+2
2024-02-06
Rollup merge of #120632 - trevyn:issue-109195, r=oli-obk
Matthias Krüger
-0
/
+51
2024-02-05
Create helper `maybe_report_similar_assoc_fn`
trevyn
-0
/
+51
2024-02-02
Remove unnecessary `.to_string()`/`.as_str()`s
trevyn
-1
/
+1
2024-01-30
Rollup merge of #120400 - estebank:bound-error-cleanup, r=oli-obk
Guillaume Gomez
-11
/
+21
2024-01-29
review comments
Esteban Küber
-16
/
+9
2024-01-29
Stop using `String` for error codes.
Nicholas Nethercote
-1
/
+3
2024-01-26
Use only one label for multiple unsatisfied bounds on type (astconv)
Esteban Küber
-11
/
+28
2024-01-13
Add check for ui_testing via promoting parameters from `ParseSess` to `Session`
George-lewis
-2
/
+2
2024-01-11
Taint more aggressively in astconv
Oli Scherer
-2
/
+4
2024-01-10
Rename `struct_span_err!` as `struct_span_code_err!`.
Nicholas Nethercote
-4
/
+4
2024-01-08
Make `DiagnosticBuilder::emit` consuming.
Nicholas Nethercote
-3
/
+3
2024-01-05
Auto merge of #119192 - michaelwoerister:mcp533-push, r=cjgillot
bors
-2
/
+3
2024-01-04
Replace a number of FxHashMaps/Sets with stable-iteration-order alternatives.
Michael Woerister
-2
/
+3
2024-01-04
Silence redundant warning when E0038 will be emitted
Esteban Küber
-1
/
+1
2023-12-24
Remove `Session` methods that duplicate `DiagCtxt` methods.
Nicholas Nethercote
-14
/
+14
2023-12-07
Resolve assoc item bindings by namespace
León Orell Valerian Liehr
-79
/
+146
2023-12-06
Point out shadowed associated types
TheLazyDutchman
-4
/
+58
2023-11-26
rustc: `hir().local_def_id_to_hir_id()` -> `tcx.local_def_id_to_hir_id()` cle...
Vadim Petrochenkov
-1
/
+1
2023-11-21
Fix `clippy::needless_borrow` in the compiler
Nilstrieb
-1
/
+1
2023-11-19
Avoid iterating over hashmaps in astconv
Nilstrieb
-6
/
+4
2023-11-15
Re-format code with new rustfmt
Mark Rousskov
-14
/
+12
2023-10-30
Sort errors
Esteban Küber
-4
/
+6
2023-10-30
Detect object safety errors when assoc type is missing
Esteban Küber
-9
/
+38
2023-10-18
AliasTy::new instead of tcx method
lcnr
-1
/
+1
2023-10-13
Tweak wording
Esteban Küber
-1
/
+2
2023-10-13
Suggest trait bounds for used associated type on type param
Esteban Küber
-5
/
+52
2023-09-08
E0220: only suggests associated types if there's only one candidate
Lieselotte
-25
/
+19
2023-09-08
Improve "associated type not found" diagnostics
Lieselotte
-11
/
+42
2023-08-22
Do not emit invalid suggestion in E0191 when spans overlap
Esteban Küber
-1
/
+15
2023-07-25
inline format!() args from rustc_codegen_llvm to the end (4)
Matthias Krüger
-3
/
+3
2023-07-14
Rollup merge of #113698 - compiler-errors:rpitit-check, r=spastorino
Matthias Krüger
-2
/
+2
2023-07-14
Make it clearer that we're just checking for an RPITIT
Michael Goulet
-2
/
+2
2023-07-14
refactor(rustc_middle): Substs -> GenericArg
Mahdi Dibaiee
-5
/
+7
2023-07-05
Move `TyCtxt::mk_x` to `Ty::new_x` where applicable
Boxy
-1
/
+1
2023-06-23
Fix associated type suggestion when -Zlower-impl-trait-in-trait-to-assoc-ty
Santiago Pastorino
-6
/
+14
2023-06-19
s/Clause/ClauseKind
Michael Goulet
-2
/
+2
2023-05-03
Restrict `From<S>` for `{D,Subd}iagnosticMessage`.
Nicholas Nethercote
-8
/
+8
2023-04-01
fix clippy::iter_kv_map
Matthias Krüger
-2
/
+2
2023-03-28
Add `(..)` syntax for RTN
Michael Goulet
-7
/
+15
2023-03-10
feat: implement better error for manual impl of `Fn*` traits
Ezra Shaw
-35
/
+72
2023-02-24
Rename many interner functions.
Nicholas Nethercote
-1
/
+1
2023-02-22
diagnostics: if AssocFn has self argument, describe as method
Michael Howell
-4
/
+1
2023-02-20
Rollup merge of #108200 - jhpratt:restricted-damerau-levenshtein-distance, r=...
Matthias Krüger
-1
/
+1
2023-02-19
Add some FIXMEs for follow-up PRs
León Orell Valerian Liehr
-2
/
+6
[next]