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
/
src
/
librustc
/
infer
/
error_reporting
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2019-02-14
Rollup merge of #58267 - estebank:match-arms, r=matthewjasper
Mazdak Farrokhzad
-12
/
+21
2019-02-13
Rollup merge of #58273 - taiki-e:rename-dependency, r=matthewjasper
Mazdak Farrokhzad
-3
/
+3
2019-02-13
Cleanup imports
Taiki Endo
-3
/
+3
2019-02-13
Rename rustc_errors dependency in rust 2018 crates
Taiki Endo
-1
/
+1
2019-02-10
rustc: doc comments
Alexander Regueiro
-2
/
+2
2019-02-10
Auto merge of #58151 - ljedrz:HirIdify_rustc, r=Zoxc
bors
-10
/
+8
2019-02-08
review comments: (marginally) reduce memory consumtion
Esteban Küber
-5
/
+9
2019-02-07
Reweork incompatible match arms error
Esteban Küber
-12
/
+17
2019-02-05
rustc: partially HirIdify
ljedrz
-10
/
+8
2019-02-05
move librustc to 2018
Mark Mansi
-11
/
+11
2019-01-26
remove `_with_applicability` from suggestion fns
Andy Russell
-4
/
+4
2019-01-20
Add "dereference boxed value" suggestion.
David Wood
-2
/
+19
2019-01-13
Suggest removal of semicolon when appropriate
Esteban Küber
-1
/
+9
2019-01-13
Tweak output of type mismatch between "then" and `else` `if` arms
Esteban Küber
-2
/
+6
2019-01-12
Don't add label to the match expr when the type is not fully realized
Esteban Küber
-1
/
+3
2019-01-12
Reword label as per review comment
Esteban Küber
-1
/
+1
2019-01-12
Point at the match discriminant when arm pattern has a type mismatch
Esteban Küber
-0
/
+3
2019-01-02
improve handling for subtype
Niko Matsakis
-11
/
+36
2019-01-02
introduce placeholder-placeholder errors for trait matching
Niko Matsakis
-1
/
+2
2019-01-02
dump out the exact state in error reporting debugs
Niko Matsakis
-0
/
+10
2018-12-29
Use `same_type` instead of duplicating logic
Esteban Küber
-19
/
+12
2018-12-28
Suggest `.as_ref()` when appropriate for `Option` and `Result`
Esteban Küber
-0
/
+74
2018-12-25
Remove licenses
Mark Rousskov
-10
/
+0
2018-12-12
Account for `impl Trait` when suggesting lifetime
Esteban Küber
-11
/
+20
2018-12-06
Use a function to access the Hir map to be able to turn it into a query later
John Kåre Alsaker
-13
/
+13
2018-11-14
capture_disjoint_fields(rust-lang#53488)
Blitzerr
-1
/
+1
2018-11-08
Rollup merge of #55638 - pnkfelix:issue-55608-ice-reempty-msg_span_from_free_...
Mark Rousskov
-0
/
+1
2018-11-03
Remove `ReCanonical` in favor of `ReLateBound`
scalexm
-1
/
+1
2018-11-03
Sidestep an ICE by providing *some* description for `ReEmpty` when it arises.
Felix S. Klock II
-0
/
+1
2018-10-27
back out bogus `Ok`-wrapping suggestion on `?` arm type mismatch
Zack M. Davis
-11
/
+1
2018-10-04
rename skolemized to placeholder
Niko Matsakis
-2
/
+2
2018-10-01
Rollup merge of #54641 - ljedrz:cleanup_rustc_infer, r=estebank
kennytm
-9
/
+8
2018-09-29
don't elide lifetimes in paths in librustc/
Zack M. Davis
-6
/
+6
2018-09-29
rustc/infer: miscellaneous minor code improvements
ljedrz
-4
/
+4
2018-09-29
rustc/infer: convert single-branch matches to if-let
ljedrz
-5
/
+4
2018-09-26
rustfmt `error_reporting/mod.rs` and `dropck.rs`
Niko Matsakis
-63
/
+69
2018-09-26
convert from an `UnlessNll` flag to a `SuppressRegionErrors` flag
Niko Matsakis
-15
/
+6
2018-09-26
use a `UnlessNll` flag to consolidate error reporting paths
Niko Matsakis
-3
/
+3
2018-09-15
Make rustc::middle::region::Scope's fields public
Marshall Bowers
-1
/
+1
2018-09-11
Simplify Scope/ScopeData to have less chance of introducing UB or size increases
Oliver Schneider
-6
/
+6
2018-09-07
make field always private, add `From` impls
Niko Matsakis
-2
/
+0
2018-09-01
Remove 'not reporting regions error due to nll' warning
Basile Desloges
-33
/
+10
2018-08-27
Rename hir::map::NodeKind to hir::Node
varkor
-12
/
+12
2018-08-27
Remove path prefixes from NodeKind
varkor
-12
/
+12
2018-08-27
Rename hir::map::Node to hir::map::NodeKind
varkor
-11
/
+11
2018-08-23
use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...
Matthias Krüger
-1
/
+1
2018-08-22
Remove Ty prefix from Ty{Bool|Char|Int|Uint|Float|Str}
varkor
-4
/
+4
2018-08-22
Remove Ty prefix from Ty{Foreign|Param}
varkor
-1
/
+1
2018-08-22
Remove Ty prefix from Ty{Adt|Array|Slice|RawPtr|Ref|FnDef|FnPtr|Dynamic|Closu...
varkor
-16
/
+16
2018-08-22
Rename ty::TyVariants to ty::TyKind
varkor
-3
/
+3
[next]