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_middle
/
src
/
ty
/
error.rs
Age
Commit message (
Expand
)
Author
Lines
2021-03-03
Fix tests
Ryan Levick
-2
/
+0
2021-02-19
Rollup merge of #81496 - guswynn:expected_async_block, r=oli-obk
Dylan DPC
-3
/
+3
2021-02-18
Rollup merge of #82066 - matthewjasper:trait-ref-fix, r=jackh726
Dylan DPC
-6
/
+34
2021-02-16
Auto merge of #81611 - cjgillot:meowner, r=estebank
bors
-2
/
+2
2021-02-15
Only store a LocalDefId in hir::ImplItem.
Camille GILLOT
-1
/
+1
2021-02-15
Only store a LocalDefId in hir::TraitItem.
Camille GILLOT
-1
/
+1
2021-02-15
name async generators something more human friendly in type error diagnostics
Gus Wynn
-3
/
+3
2021-02-13
Make ProjectionTy::trait_ref truncate substs again
Matthew Jasper
-6
/
+34
2021-02-13
Heat up the ICE-y error reporting
Ellen
-4
/
+9
2021-02-02
Bump rustfmt version
Mark Rousskov
-4
/
+7
2021-01-18
Use `rustc_type_ir::{IntTy,UintTy,FloatTy} instead of the `rustc_ast` ones in...
LeSeulArtichaut
-2
/
+1
2021-01-13
Auto merge of #77524 - Patryk27:fixes/66228, r=estebank
bors
-1
/
+1
2021-01-12
Separate out a `hir::Impl` struct
Joshua Nelson
-1
/
+2
2021-01-10
Rework diagnostics for wrong number of generic args
Patryk Wychowaniec
-1
/
+1
2020-12-24
use matches!() macro in more places
Matthias Krüger
-5
/
+2
2020-12-18
Make BoundRegion have a kind of BoungRegionKind
Jack Huey
-4
/
+4
2020-12-11
Move binder for dyn to each list item
Jack Huey
-1
/
+1
2020-10-23
Add more `.await` suggestions on E0308
Esteban Küber
-24
/
+13
2020-10-21
Lift: take self by value
Bastian Kauschke
-1
/
+1
2020-09-30
Remove trailing space in error message
Camelid
-1
/
+1
2020-09-28
Rollup merge of #76711 - davidtwco:issue-51154-param-closure, r=estebank
Ralf Jung
-0
/
+12
2020-09-21
Rollup merge of #76914 - lcnr:path-no-more, r=ecstatic-morse
ecstatic-morse
-2
/
+2
2020-09-21
Rollup merge of #76888 - matthiaskrgr:clippy_single_match_2, r=Dylan-DPC
ecstatic-morse
-7
/
+4
2020-09-21
check for cycles when unifying const variables
Bastian Kauschke
-3
/
+5
2020-09-20
use if let instead of single match arm expressions to compact code and reduce...
Matthias Krüger
-7
/
+4
2020-09-19
take `TyCtxt` by value
Bastian Kauschke
-2
/
+2
2020-09-19
don't take `TyCtxt` by reference
Bastian Kauschke
-6
/
+6
2020-09-18
don't take `TyCtxt` by reference
Bastian Kauschke
-6
/
+6
2020-09-14
diag: improve closure/generic parameter mismatch
David Wood
-0
/
+12
2020-09-04
Change ty.kind to a method
LeSeulArtichaut
-7
/
+10
2020-08-30
mv compiler to compiler/
mark
-0
/
+897