| Age | Commit message (Expand) | Author | Lines |
| 2017-11-20 | Strongly improve search path | Guillaume Gomez | -10/+37 |
| 2017-11-19 | Fix path search in docs | Guillaume Gomez | -82/+114 |
| 2017-11-18 | Auto merge of #46073 - GuillaumeGomez:rollup, r=GuillaumeGomez | bors | -107/+115 |
| 2017-11-18 | Rollup merge of #46071 - LooMaclin:fix-46001, r=estebank | Guillaume Gomez | -32/+19 |
| 2017-11-18 | Rollup merge of #46066 - GuillaumeGomez:primitive-search, r=QuietMisdreavus | Guillaume Gomez | -45/+43 |
| 2017-11-18 | Rollup merge of #46044 - collinanderson:py3, r=kennytm | Guillaume Gomez | -24/+25 |
| 2017-11-18 | Rollup merge of #45767 - QuietMisdreavus:who-docs-the-doc-tool, r=frewsxcv | Guillaume Gomez | -6/+28 |
| 2017-11-18 | Auto merge of #46000 - kennytm:fix-45640-extern-type-ice-in-rustdoc, r=QuietM... | bors | -3/+67 |
| 2017-11-18 | Remove return_ty from Mir | loomaclin | -32/+19 |
| 2017-11-18 | Auto merge of #45999 - jseyfried:def_site_span, r=nrc | bors | -7/+8 |
| 2017-11-18 | Auto merge of #45989 - davidtwco:issue-45360, r=nikomatsakis | bors | -25/+119 |
| 2017-11-18 | Auto merge of #45899 - eddyb:meta-race, r=alexcrichton | bors | -18/+35 |
| 2017-11-17 | Auto merge of #45853 - nikomatsakis:chalk-simplify-hr-lub-glb, r=arielb1 | bors | -226/+232 |
| 2017-11-17 | Fix primitive types not showing up | Guillaume Gomez | -45/+43 |
| 2017-11-17 | Fixed bug with the implementation that was suppressing expected errors from t... | David Wood | -4/+6 |
| 2017-11-17 | Corrected error output with many labels. | David Wood | -4/+2 |
| 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 #45996 - eddyb:even-mirer-1, r=arielb1 | bors | -23/+36 |
| 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-17 | Modified to output intended error. | David Wood | -21/+83 |
| 2017-11-17 | Updated test to reflect expected Mir output. | David Wood | -5/+18 |
| 2017-11-16 | Deduplicated borrow checking errors. | David Wood | -10/+29 |
| 2017-11-17 | MIR: hide .rodata constants vs by-ref ABI clash in trans. | Eduard-Mihai Burtescu | -23/+36 |
| 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 | fix some python3 incompatibilities | Collin Anderson | -24/+25 |
| 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 |