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_infer
/
src
/
errors
Age
Commit message (
Expand
)
Author
Lines
2023-12-12
Move some methods from `tcx.hir()` to `tcx`
zetanumbers
-3
/
+1
2023-12-10
remove redundant imports
surechen
-1
/
+1
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-17
replace unnecessary folder impls with fold_region
lcnr
-1
/
+1
2023-11-14
finish `RegionKind` rename
lcnr
-3
/
+3
2023-11-13
rename `ReLateBound` to `ReBound`
lcnr
-2
/
+5
2023-10-13
Format all the let chains in compiler
Michael Goulet
-3
/
+1
2023-10-04
Point to where missing return type should go
Michael Goulet
-5
/
+5
2023-09-24
Remove span from BrAnon.
Camille GILLOT
-5
/
+2
2023-09-23
Remove dead error code.
Camille GILLOT
-12
/
+1
2023-09-19
rustc_hir_analysis: add a helper to check function the signature mismatches
Eduardo Sánchez Muñoz
-0
/
+8
2023-07-30
inline format!() args up to and including rustc_codegen_llvm
Matthias Krüger
-10
/
+8
2023-07-12
Re-format let-else per rustfmt update
Mark Rousskov
-1
/
+2
2023-06-08
More robust as_ref/as_deref suggestions
Michael Goulet
-24
/
+0
2023-04-17
Spelling - compiler
Josh Soref
-7
/
+7
2023-04-12
Auto merge of #110249 - matthiaskrgr:rollup-7iig04q, r=matthiaskrgr
bors
-3
/
+3
2023-04-12
Rollup merge of #110153 - DaniPopes:compiler-typos, r=Nilstrieb
Matthias Krüger
-3
/
+3
2023-04-12
Inline and remove `DescriptionCtx::from_early_bound_and_free_regions`.
Nicholas Nethercote
-67
/
+44
2023-04-12
Inline and remove `DescriptionCtx::add_to`.
Nicholas Nethercote
-8
/
+4
2023-04-11
Remove the unused `anon_num_here` error.
Nicholas Nethercote
-2
/
+0
2023-04-10
Fix typos in compiler
DaniPopes
-3
/
+3
2023-04-10
Auto merge of #108698 - IntQuant:issue-100717-infer-6, r=davidtwco
bors
-12
/
+377
2023-04-06
Remove index from BrAnon
Jack Huey
-1
/
+1
2023-04-06
Don't use BrAnon index in diagnostics
Jack Huey
-3
/
+2
2023-04-04
A more general implementation of `IntoDiagnosticArg` for `Binder` (Also remov...
IQuant
-10
/
+2
2023-04-04
Renamed TypeErrorAdditionalDiags (was Error0308Subdiags) and ObligationCauseF...
IQuant
-14
/
+14
2023-04-04
Migrate (most of) report_and_explain_type_error
IQuant
-15
/
+158
2023-04-04
Migrate TupleTrailingCommaSuggestion
IQuant
-0
/
+16
2023-04-04
Migrate SuggestTuplePattern
IQuant
-0
/
+36
2023-04-04
Migrate SuggestBoxingForReturnImplTrait, Fix typo in infer_fn_consider_casting
IQuant
-1
/
+19
2023-04-04
Migrate SuggestAccessingField
IQuant
-0
/
+28
2023-04-04
Migrate SuggestAsRefWhereAppropriate
IQuant
-0
/
+72
2023-04-04
Ported FunctionPointerSuggestion
IQuant
-0
/
+60
2023-03-03
Migrate diagnostic
Michael Goulet
-0
/
+10
2023-02-22
errors: generate typed identifiers in each crate
David Wood
-20
/
+20
2023-02-14
Specify correct spans in suggest_await_on_expect_found
IQuant
-7
/
+1
2023-02-14
Port PlaceholderRelationLfNotSatisfied diagnostic
IQuant
-0
/
+59
2023-02-14
Port ConsiderAddingAwait
IQuant
-0
/
+43
2023-02-14
Port SuggestRemoveSemiOrReturnBinding
IQuant
-0
/
+44
2023-02-14
Make sure tests pass
Nikita Tomashevich
-1
/
+1
2023-02-14
Port WhereClauseSuggestions
Nikita Tomashevich
-0
/
+26
2023-02-14
Resolve rebase
Nikita Tomashevich
-14
/
+0
2023-02-14
Port another diagnostic
Nikita Tomashevich
-0
/
+4
2023-02-14
Port RefLongerThanData
Nikita Tomashevich
-0
/
+14
2023-02-14
Port "BorrowedTooLong" diagnostic
Nikita Tomashevich
-2
/
+16
2023-02-14
Port OutlivesContent, OutlivesBound, FUllfillReqLifetime, LfBoundNotSatisfied...
Nikita Tomashevich
-7
/
+66
2023-02-09
Change to `ReError(ErrorGuaranteed)`
Esteban Küber
-1
/
+1
2023-02-09
Introduce `ReError`
Esteban Küber
-0
/
+2
2023-01-18
Fix #107090, fix missing arguments for fluent
yukang
-0
/
+2
2023-01-07
Rollup merge of #101936 - IntQuant:issue-100717-infer-4, r=compiler-errors
Matthias Krüger
-5
/
+416
[next]