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
Age
Commit message (
Expand
)
Author
Lines
2017-12-25
"incompatible arm" diagnostic span tweak
Esteban Küber
-2
/
+12
2017-12-20
when using feature(nll), don't warn about AST-based region errors
Niko Matsakis
-2
/
+11
2017-12-20
Add nll feature and make nll imply nll_dump_cause
Santiago Pastorino
-1
/
+1
2017-12-20
refactor `report_generic_bound_failure` to be usable by NLL code
Niko Matsakis
-13
/
+22
2017-12-20
connect NLL machinery to the `NiceRegionError` code
Niko Matsakis
-1
/
+1
2017-12-20
give precedence to `try_report_named_anon_conflict` method
Niko Matsakis
-2
/
+2
2017-12-20
use `Option<ErrorReported>` instead of `bool`
Niko Matsakis
-34
/
+25
2017-12-20
introduce a `NiceRegionError` type and define methods on that
Niko Matsakis
-82
/
+137
2017-12-20
nice_region_error: rustfmt
Niko Matsakis
-83
/
+98
2017-12-20
extract `find_anon_type` into its own module
Niko Matsakis
-263
/
+296
2017-12-20
make `util` fns private to nice_region_error
Niko Matsakis
-8
/
+8
2017-12-20
move nice-region-error reporting into its own module
Niko Matsakis
-5
/
+16
2017-12-15
add a new RegionKind variant: ReClosureBound
Niko Matsakis
-0
/
+8
2017-12-09
Use Try syntax for Option in place of macros or match
Matt Brubeck
-4
/
+2
2017-11-29
Include lifetime on highlighted ref type mismatch
Esteban Küber
-28
/
+26
2017-11-28
On type mismatch error highlight `&` when type matches
Esteban Küber
-0
/
+58
2017-11-22
Implement in-band lifetime bindings
Taylor Cramer
-8
/
+11
2017-11-18
give better error messages when a cycle arises
Niko Matsakis
-18
/
+45
2017-11-18
move the signature into the closure type
Niko Matsakis
-3
/
+1
2017-11-17
issue better error message when LUB/GLB diverge under new behavior
Niko Matsakis
-1
/
+8
2017-11-16
factor out `free_region_binding_scope` helper
Niko Matsakis
-7
/
+1
2017-11-16
formalize giving ownership of region vars to region inf. context
Niko Matsakis
-0
/
+1
2017-11-16
rename `region_inference` module to `region_constraints`
Niko Matsakis
-1
/
+1
2017-11-16
move `RegionResolutionError` into `lexical_region_resolve`
Niko Matsakis
-5
/
+6
2017-11-16
region_inference: tighten up `pub`, stop re-exporting enum variants
Niko Matsakis
-29
/
+32
2017-11-15
convert EXTRA_REQUIREMENT_IN_IMPL into a hard error
Niko Matsakis
-7
/
+4
2017-11-12
Improve SubSupConflict case with one named, one anonymous lifetime parameter ...
Cengiz Can
-0
/
+2
2017-11-07
Rollup merge of #45751 - estebank:issue-44684, r=nikomatsakis
kennytm
-30
/
+42
2017-11-06
review comments
Esteban Küber
-2
/
+2
2017-11-06
Auto merge of #45668 - nikomatsakis:nll-free-region, r=arielb1
bors
-0
/
+21
2017-11-05
Handle anon lifetime arg being returned with named lifetime return type
Esteban Küber
-30
/
+42
2017-11-02
emit less info when we warn
Niko Matsakis
-3
/
+2
2017-11-02
convert (lexical) region errors to warn when NLL is enabled
Niko Matsakis
-9
/
+10
2017-11-02
ignore region errors if NLL is enabled
Niko Matsakis
-0
/
+21
2017-11-01
Improve display of error E0308 for structs
Josh Leeb-du Toit
-13
/
+40
2017-10-02
fix handling of `Self`
Ariel Ben-Yehuda
-1
/
+2
2017-10-01
fix handling of Self
Ariel Ben-Yehuda
-2
/
+1
2017-10-01
handle nested generics in Generics::type_param/region_param
Ariel Ben-Yehuda
-1
/
+1
2017-09-29
Rollup merge of #44124 - gaurikholkar:return_self, r=arielb1
Mark Simulacrum
-81
/
+104
2017-09-27
Auto merge of #44782 - estebank:issue-36700, r=GuillaumeGomez
bors
-10
/
+60
2017-09-26
minor fixes
gaurikholkar
-2
/
+1
2017-09-26
remove random newlines from error messages, fix compile-fail test
Niko Matsakis
-4
/
+4
2017-09-26
use present tense consistently and update references
Niko Matsakis
-2
/
+2
2017-09-26
tidy fix
gaurikholkar
-1
/
+1
2017-09-26
modify message for return time having multiple lifetimes
gaurikholkar
-10
/
+2
2017-09-26
merge fixes, addressing CR comments
gaurikholkar
-82
/
+114
2017-09-24
Point at parameter type on E0301
Esteban Küber
-10
/
+60
2017-09-24
move Scope behind an enum
Ariel Ben-Yehuda
-7
/
+9
2017-09-24
sort the list of inference errors by span
Ariel Ben-Yehuda
-2
/
+11
2017-09-18
incr.comp.: Fix rebase fallout.
Michael Woerister
-8
/
+4
[next]