| Age | Commit message (Expand) | Author | Lines |
| 2017-11-17 | use a BTreeMap instead of an FxHasMap for the skol regions | Niko Matsakis | -10/+13 |
| 2017-11-17 | strip old lub-glb tests from `librustc_driver` | Niko Matsakis | -212/+0 |
| 2017-11-17 | issue better error message when LUB/GLB diverge under new behavior | Niko Matsakis | -1/+138 |
| 2017-11-17 | make LUB/GLB of higher-ranked things actually do EQ | Niko Matsakis | -3/+81 |
| 2017-11-17 | Auto merge of #46004 - michaelwoerister:cached-mir-wip-3, r=nikomatsakis | bors | -370/+1161 |
| 2017-11-17 | Auto merge of #45595 - scottmcm:iter-try-fold, r=dtolnay | bors | -182/+929 |
| 2017-11-17 | Auto merge of #45991 - gnzlbg:fix_i586, r=alexcrichton | bors | -0/+1 |
| 2017-11-17 | Auto merge of #45980 - Keruspe:master, r=alexcrichton | bors | -1/+12 |
| 2017-11-16 | Auto merge of #45897 - tromey:trait-object-debug, r=michaelwoerister | bors | -1/+136 |
| 2017-11-16 | Auto merge of #45825 - nikomatsakis:nll-factor-region-inference, r=arielb1 | bors | -3616/+4835 |
| 2017-11-16 | Auto merge of #46029 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -190/+144 |
| 2017-11-16 | Add doc comment for LocalDefId. | Michael Woerister | -2/+7 |
| 2017-11-16 | Fix some tidy errors in ty::codec. | Michael Woerister | -8/+16 |
| 2017-11-16 | incr.comp.: Remove default serialization implementations for things in rustc:... | Michael Woerister | -62/+81 |
| 2017-11-16 | Auto merge of #45528 - alexcrichton:avx512, r=arielb1 | bors | -3/+8 |
| 2017-11-16 | incr.comp.: Remove some code duplication around TyDecoder by factoring things... | Michael Woerister | -222/+142 |
| 2017-11-16 | incr.comp.: Encode DefIds as DefPathHashes instead of recomputing those durin... | Michael Woerister | -73/+65 |
| 2017-11-16 | Introduce LocalDefId which provides a type-level guarantee that the DefId is ... | Michael Woerister | -31/+98 |
| 2017-11-16 | Auto merge of #46028 - oli-obk:clippy, r=kennytm | bors | -19/+8 |
| 2017-11-16 | infer/outlives/obligations.rs: wrap some long lines | Niko Matsakis | -1/+3 |
| 2017-11-16 | obligations.rs: rustfmt | Niko Matsakis | -7/+11 |
| 2017-11-16 | Nit: fix typo | Niko Matsakis | -1/+1 |
| 2017-11-16 | Nit: reset more state after `take_and_reset_data` | Niko Matsakis | -4/+50 |
| 2017-11-16 | Nit: improve comment to explain why we wait until regionck | Niko Matsakis | -9/+13 |
| 2017-11-16 | Nit: rework region obligations to a snapshotted vector | Niko Matsakis | -18/+31 |
| 2017-11-16 | Nit: fix wording in README | Niko Matsakis | -9/+9 |
| 2017-11-16 | leak the affects of closures on the free-region-map, like we used to | Niko Matsakis | -2/+92 |
| 2017-11-16 | factor out `free_region_binding_scope` helper | Niko Matsakis | -7/+30 |
| 2017-11-16 | fix mir-opt NLL tests -- variable `'_#0r` is now `'static` | Niko Matsakis | -25/+25 |
| 2017-11-16 | add FIXME for converting RegionVid to use `newtype_index!` | Niko Matsakis | -1/+1 |
| 2017-11-16 | convert TODO in traits into a FIXME | Niko Matsakis | -5/+8 |
| 2017-11-16 | infer/outlives: add license | Niko Matsakis | -0/+10 |
| 2017-11-16 | update READMEs to describe the new situation | Niko Matsakis | -483/+482 |
| 2017-11-16 | integrate NLL with MIR type-checker | Niko Matsakis | -162/+256 |
| 2017-11-16 | region_infer: improved debug logging | Niko Matsakis | -9/+35 |
| 2017-11-16 | renumber: debug logs, use `visit_region` rather than `visit_rvalue` | Niko Matsakis | -22/+29 |
| 2017-11-16 | renumber: handle ReturnTy better | Niko Matsakis | -6/+15 |
| 2017-11-16 | MIR-dump: print return type from local_decls for `_0` | Niko Matsakis | -1/+1 |
| 2017-11-16 | erase regions in MIR borrowck when checking if type moves by default | Niko Matsakis | -4/+13 |
| 2017-11-16 | simplify lifetime annotations for `MirBorrowckCtxt` | Niko Matsakis | -37/+35 |
| 2017-11-16 | formalize giving ownership of region vars to region inf. context | Niko Matsakis | -88/+102 |
| 2017-11-16 | infer: extract total number of region variables from infcx | Niko Matsakis | -13/+6 |
| 2017-11-16 | infer: give access to region variable origins | Niko Matsakis | -2/+21 |
| 2017-11-16 | IndexVec: add `'_` to make clear where borrowing is happening | Niko Matsakis | -2/+3 |
| 2017-11-16 | replace `RegionIndex` with `RegionVid` (which now impls Idx) | Niko Matsakis | -54/+44 |
| 2017-11-16 | replace `usize` with `RegionIndex` in indices map | Niko Matsakis | -17/+20 |
| 2017-11-16 | MIR typeck: refactor to track region constraints | Niko Matsakis | -72/+250 |
| 2017-11-16 | MIR typeck: rustfmt | Niko Matsakis | -10/+4 |
| 2017-11-16 | rustfmt `lexical_region_resolve` | Niko Matsakis | -32/+24 |
| 2017-11-16 | add method `take_and_reset_region_constraints` to `InferCtxt` | Niko Matsakis | -1/+26 |