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
Age
Commit message (
Expand
)
Author
Lines
2018-01-01
Fix docs for future pulldown migration
Malo Jaffré
-17
/
+31
2017-12-25
"incompatible arm" diagnostic span tweak
Esteban Küber
-2
/
+12
2017-12-20
improve comment about instantiating anon types
Niko Matsakis
-6
/
+34
2017-12-20
when using feature(nll), don't warn about AST-based region errors
Niko Matsakis
-7
/
+51
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-20
connect NLL type checker to the impl trait code
Niko Matsakis
-5
/
+42
2017-12-20
extract the writeback code for anon types into InferCtxt
Niko Matsakis
-1
/
+102
2017-12-20
extract `constrain_anon_types` to the `InferCtxt`
Niko Matsakis
-15
/
+284
2017-12-20
extract `instantiate_anon_types` to the `InferCtxt`
Niko Matsakis
-0
/
+201
2017-12-15
add a new RegionKind variant: ReClosureBound
Niko Matsakis
-1
/
+29
2017-12-13
Add more debug logs
Santiago Pastorino
-1
/
+15
2017-12-13
Check Repeat Rvalue
Santiago Pastorino
-0
/
+4
2017-12-10
infer: Fix typo in README.
Emilio Cobos Álvarez
-1
/
+1
2017-12-09
Use Try syntax for Option in place of macros or match
Matt Brubeck
-4
/
+2
2017-12-07
replace `InferCtxt::fn_sig` with `closure_sig`
Niko Matsakis
-32
/
+12
2017-12-07
mir-borrowck returns closure requirements, mir-typeck enforces
Niko Matsakis
-0
/
+5
2017-12-04
outlives/env: fix comment, say must and not should
Niko Matsakis
-1
/
+1
2017-12-04
outlives/env: Fix comment that lost surrounding context.
Niko Matsakis
-3
/
+2
2017-12-04
free_region_map: Fix typo in comment: r_a <= r_b
Niko Matsakis
-1
/
+1
2017-12-04
rename `greater_than` to `reachable_from`
Niko Matsakis
-13
/
+0
2017-12-04
rename `implied_bounds` module to `bounds`
Niko Matsakis
-3
/
+3
2017-12-04
extract the code to create `OutlivesBounds` into its own module
Niko Matsakis
-98
/
+110
2017-12-04
make `no_late_bound_regions` a method on `Binder<T>`
Niko Matsakis
-3
/
+3
2017-12-04
make `resolve_regions_and_report_errors` take an `OutlivesEnv`
Niko Matsakis
-36
/
+35
2017-12-04
move `free_regions_map` into `infer::outlives`
Niko Matsakis
-3
/
+143
2017-12-04
extract the `implied_bounds` code into a helper function
Niko Matsakis
-172
/
+201
2017-12-02
Auto merge of #46349 - estebank:highlight-ref, r=arielb1
bors
-0
/
+56
2017-12-01
MIR: s/Lvalue/Place in type names.
Eduard-Mihai Burtescu
-5
/
+5
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-25
comments
Ariel Ben-Yehuda
-12
/
+0
2017-11-25
avoid type-live-for-region obligations on dummy nodes
Ariel Ben-Yehuda
-0
/
+1
2017-11-23
Auto merge of #46054 - nikomatsakis:nll-master-to-rust-master-1, r=arielb1
bors
-14
/
+14
2017-11-22
Implement in-band lifetime bindings
Taylor Cramer
-8
/
+11
2017-11-22
Make RegionVid use newtype_index!
Santiago Pastorino
-14
/
+14
2017-11-21
check that def_id is a local closure in InferCtxt::fn_sig
Niko Matsakis
-12
/
+21
2017-11-18
give better error messages when a cycle arises
Niko Matsakis
-20
/
+61
2017-11-18
remove the `generator_sigs` map, query, and plumbing
Niko Matsakis
-119
/
+1
2017-11-18
`TyClosure` no longer needs to use `freshen_closure_like`
Niko Matsakis
-13
/
+3
2017-11-18
remove the `closure_tys` map from `TypeckTables`
Niko Matsakis
-3
/
+11
2017-11-18
move the signature into the closure type
Niko Matsakis
-3
/
+1
[next]