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
/
src
/
librustc
/
infer
/
error_reporting
Age
Commit message (
Expand
)
Author
Lines
2019-09-26
Rename `Ty.node` to `Ty.kind`
varkor
-2
/
+2
2019-09-26
Rename `TraitItem.node` to `TraitItem.kind`
varkor
-2
/
+2
2019-09-26
Rename `ImplItem.node` to `ImplItem.kind`
varkor
-2
/
+2
2019-09-26
Rename `Expr.node` to `Expr.kind`
varkor
-6
/
+6
2019-09-26
Rename `subst::Kind` to `subst::GenericArg`
varkor
-2
/
+2
2019-09-25
Rename `sty` to `kind`
varkor
-14
/
+14
2019-09-23
Auto merge of #64272 - Mark-Simulacrum:parallel-handler, r=estebank
bors
-1
/
+1
2019-09-17
Rollup merge of #64394 - nnethercote:shrink-SubregionOrigin, r=Mark-Simulacrum
Tyler Mandry
-9
/
+9
2019-09-17
Remove Handler::cancel
Mark Rousskov
-1
/
+1
2019-09-16
Tweak unsatisfied HRTB errors
Esteban Küber
-22
/
+31
2019-09-12
Shrink `SubregionOrigin`.
Nicholas Nethercote
-9
/
+9
2019-09-09
Shrink `ObligationCauseCode` by boxing `IfExpression`.
Nicholas Nethercote
-2
/
+3
2019-09-09
Shrink `ObligationCauseCode` by boxing `MatchExpressionArm`.
Nicholas Nethercote
-11
/
+13
2019-09-05
Rollup merge of #64157 - gilescope:opaque-type-location, r=cramertj,Centril
Mazdak Farrokhzad
-2
/
+9
2019-09-05
Opaque type locations in error message for clarity.
Giles Cope
-2
/
+9
2019-09-05
Rollup merge of #64110 - estebank:receiver-type, r=Centril
Mazdak Farrokhzad
-1
/
+1
2019-09-02
Refer to "`self` type" instead of "receiver type"
Esteban Küber
-1
/
+1
2019-09-02
Emit error on intrinsic to fn ptr casts
Mark Rousskov
-0
/
+3
2019-08-27
Cleanup: Consistently use `Param` instead of `Arg` #62426
Kevin Per
-51
/
+51
2019-08-26
Auto merge of #63901 - estebank:unknown-receiver-type, r=zackmdavis
bors
-7
/
+32
2019-08-25
Point at method call on missing annotation error
Esteban Küber
-7
/
+32
2019-08-21
Fix typo in E0308 if/else label
Esteban Küber
-1
/
+1
2019-08-19
Auto merge of #63463 - matthewjasper:ty_param_cleanup, r=petrochenkov
bors
-2
/
+2
2019-08-14
review comments
Esteban Küber
-64
/
+73
2019-08-13
Suggest giving return type to closures on E0282
Esteban Küber
-70
/
+141
2019-08-13
review comments
Esteban Küber
-4
/
+4
2019-08-12
Fix tidy
Esteban Küber
-1
/
+1
2019-08-12
Resolve types when suggesting boxed closure
Esteban Küber
-4
/
+20
2019-08-12
When needing type annotations in local bindings, account for impl Trait and c...
Esteban Küber
-2
/
+16
2019-08-11
Remove `is_self` and `has_self_ty` methods
Matthew Jasper
-2
/
+2
2019-08-09
Be more accurate when mentioning type of found match arms
Esteban Küber
-28
/
+10
2019-08-04
Rename `ItemImplKind::Type` to `ItemImplKind::TyAlias`
varkor
-1
/
+1
2019-08-02
Replace "existential" by "opaque"
varkor
-1
/
+1
2019-07-11
Rename some things in `syntax_pos/hygiene`
Vadim Petrochenkov
-3
/
+3
2019-07-04
infer: fix a Region-related debug message
ljedrz
-6
/
+1
2019-07-04
infer::error_reporting: adjust 2 debug messages
ljedrz
-8
/
+2
2019-07-04
rename hir::map::local_def_id to local_def_id_from_node_id
ljedrz
-3
/
+3
2019-07-02
rename to "member constraints"
Niko Matsakis
-6
/
+6
2019-07-02
preliminary integration of "pick constraints" into nll solver
Niko Matsakis
-2
/
+2
2019-07-02
enforce and report pick-constraint errors
Niko Matsakis
-1
/
+21
2019-06-24
HIR: rename find_by_hir_id to find
ljedrz
-2
/
+2
2019-06-20
rename hir::map::get_by_hir_id to get
ljedrz
-3
/
+3
2019-06-20
rename hir::map::expect_expr_by_hir_id to expect_expr
ljedrz
-2
/
+2
2019-06-20
rename hir::map::name_by_hir_id to ::name
ljedrz
-5
/
+5
2019-06-20
replace NodeId with HirId in infer::SubregionOrigin
ljedrz
-2
/
+2
2019-06-19
Rollup merge of #61941 - cramertj:no-more-yield-errors, r=centril
Mazdak Farrokhzad
-5
/
+4
2019-06-18
Preserve generator and yield source for error messages
Taylor Cramer
-5
/
+4
2019-06-18
rustc: remove 'x: 'y bounds (except from comments/strings).
Eduard-Mihai Burtescu
-1
/
+1
2019-06-17
remove _by_hir_id if there is no NodeId counterpart
ljedrz
-7
/
+7
2019-06-17
replace some uses of NodeId with HirId
ljedrz
-12
/
+12
[prev]
[next]