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
/
mod.rs
Age
Commit message (
Expand
)
Author
Lines
2018-06-20
Refactor hir::GenericParam as a struct
varkor
-3
/
+9
2018-05-20
suggestion applicabilities for libsyntax and librustc, run-rustfix tests
Zack M. Davis
-2
/
+5
2018-05-08
Insert fields from TypeAndMut into TyRef to allow layout optimization
John Kåre Alsaker
-10
/
+12
2018-04-24
Make Binder's field private and clean up its usage
Tyler Mandry
-1
/
+1
2018-04-15
s/`use_mir`/`use_mir_borrowck`/
Niko Matsakis
-1
/
+1
2018-04-15
remove -Znll -- borrowck=mir implies nll now
Niko Matsakis
-4
/
+4
2018-04-08
Print region in case of ICE
Shotaro Yamada
-1
/
+1
2018-03-13
add `canonicalize` method to `InferCtxt` [VIC]
Niko Matsakis
-0
/
+1
2018-03-13
make regions "traceable" so you can do `infcx.at(..).eq(r1, r2)`
Niko Matsakis
-0
/
+1
2018-03-08
Rollup merge of #48682 - spastorino:make_causal_lazy, r=nikomatsakis
Manish Goregaokar
-3
/
+16
2018-03-07
Rollup merge of #48698 - ishitatsuyuki:burn-equate, r=nikomatsakis
Alex Crichton
-2
/
+0
2018-03-06
Make causal tracking lazy
Santiago Pastorino
-3
/
+16
2018-03-05
Turn features() into a query.
Michael Woerister
-2
/
+2
2018-03-04
Remove ty::Predicate::Equate and ty::EquatePredicate (dead code)
Tatsuyuki Ishi
-2
/
+0
2018-03-01
rustfmt over error_reporting, explain_borrow and region_infer mods
Santiago Pastorino
-334
/
+404
2018-03-01
Make explain borrow work for Universal lifetimes
Santiago Pastorino
-6
/
+27
2018-03-01
Refactor note_and_explain_region to call note_and_explain_free_region
Santiago Pastorino
-86
/
+92
2018-02-17
fix more typos found by codespell.
Matthias Krüger
-2
/
+2
2018-02-03
Auto merge of #47791 - estebank:mismatched-trait-impl, r=nikomatsakis
bors
-23
/
+48
2018-01-28
Point only at method signatures and point at trait
Esteban Küber
-3
/
+3
2018-01-28
For named lifetimes point only at method signature
Esteban Küber
-20
/
+45
2018-01-27
end_point handling multibyte characters correctly.
David Wood
-1
/
+2
2018-01-15
Move diagnostic logic to its own module
Esteban Küber
-37
/
+1
2018-01-15
Handle case of moving into vec with uninferred lifetime
Esteban Küber
-7
/
+15
2018-01-15
Generalize cases where specific move error ocurrs
Esteban Küber
-2
/
+1
2018-01-15
Reword diagnostic
Esteban Küber
-10
/
+6
2018-01-15
Custom error when moving arg outside of its closure
Esteban Küber
-1
/
+35
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
introduce a `NiceRegionError` type and define methods on that
Niko Matsakis
-3
/
+1
2017-12-20
move nice-region-error reporting into its own module
Niko Matsakis
-4
/
+1
2017-12-15
add a new RegionKind variant: ReClosureBound
Niko Matsakis
-0
/
+8
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-18
give better error messages when a cycle arises
Niko Matsakis
-18
/
+45
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
-1
/
+2
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
-3
/
+2
2017-11-06
Auto merge of #45668 - nikomatsakis:nll-free-region, r=arielb1
bors
-0
/
+21
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
[prev]
[next]