| Age | Commit message (Expand) | Author | Lines |
| 2017-01-30 | cleanup: Refactor away `DtorKind` | Vadim Petrochenkov | -24/+1 |
| 2017-01-30 | Implement Drop for Box | Vadim Petrochenkov | -26/+4 |
| 2017-01-30 | Merge ty::TyBox into ty::TyAdt | Vadim Petrochenkov | -75/+83 |
| 2017-01-28 | Auto merge of #39305 - eddyb:synelide, r=nikomatsakis | bors | -67/+7 |
| 2017-01-28 | rustc: remove unused `bounds` field from `RegionParameterDef`. | Eduard-Mihai Burtescu | -23/+6 |
| 2017-01-28 | rustc: move object default lifetimes to resolve_lifetimes. | Eduard-Mihai Burtescu | -44/+1 |
| 2017-01-27 | Rollup merge of #39351 - nikomatsakis:incr-comp-skip-typeck-1, r=eddyb | Alex Crichton | -7/+7 |
| 2017-01-27 | Rollup merge of #39321 - king6cong:master, r=frewsxcv | Alex Crichton | -1/+1 |
| 2017-01-27 | Rollup merge of #39290 - canndrew:hide-uninhabitedness, r=nikomatsakis | Alex Crichton | -5/+1 |
| 2017-01-27 | move `cast_kinds` into `TypeckTables` where it belongs | Niko Matsakis | -7/+7 |
| 2017-01-26 | Point to immutable arg/fields when trying to use as &mut | Esteban Küber | -1/+3 |
| 2017-01-27 | doc comment typo fix | king6cong | -1/+1 |
| 2017-01-26 | rustc: don't call the HIR AST. | Eduard-Mihai Burtescu | -16/+16 |
| 2017-01-26 | rustc: rename TyCtxt's `map` field to `hir`. | Eduard-Mihai Burtescu | -52/+52 |
| 2017-01-25 | rename `Tables` to `TypeckTables` | Niko Matsakis | -11/+11 |
| 2017-01-25 | Hide uninhabitedness checks behind feature gate | Andrew Cann | -5/+1 |
| 2017-01-22 | better comment wording | king6cong | -1/+1 |
| 2017-01-19 | Rollup merge of #39151 - canndrew:feature-gate-uninhabited-references, r=brson | Guillaume Gomez | -1/+7 |
| 2017-01-18 | Feature gate `&Void`'s uninhabitedness. | Andrew Cann | -1/+7 |
| 2017-01-12 | E0034: provide disambiguated syntax for candidates | Esteban Küber | -0/+11 |
| 2017-01-09 | Make unions never have needs_drop | Manish Goregaokar | -0/+5 |
| 2017-01-06 | rustc: store ty::Tables separately for each body (except closures'). | Eduard-Mihai Burtescu | -14/+33 |
| 2017-01-06 | rustc: keep track of tables everywhere as if they were per-body. | Eduard-Mihai Burtescu | -15/+36 |
| 2017-01-06 | Auto merge of #38069 - canndrew:empty-sub-patterns-again, r=nikomatsakis | bors | -71/+400 |
| 2017-01-04 | simplify Copy implementation error reporting | Ariel Ben-Yehuda | -22/+8 |
| 2017-01-03 | normalize field types in copy implementations | Ariel Ben-Yehuda | -23/+29 |
| 2017-01-03 | Fix make tidy | Andrew Cann | -2/+2 |
| 2017-01-03 | Change file structure, add comments for inhabitedness.rs | Andrew Cann | -123/+222 |
| 2017-01-03 | Spelling. s/forrest/forest | Andrew Cann | -61/+61 |
| 2017-01-03 | Fix build after rebase. | Andrew Cann | -102/+111 |
| 2017-01-03 | Fix inhabitedness bug | Andrew Cann | -12/+13 |
| 2017-01-03 | Refactor is_uninhabited | Andrew Cann | -74/+279 |
| 2017-01-03 | More pattern matching for empty types changes | Andrew Cann | -9/+24 |
| 2017-01-01 | Auto merge of #38653 - Mark-Simulacrum:dropless-arena, r=eddyb | bors | -82/+55 |
| 2016-12-31 | Utilize new in_arena method instead of hashing for Lifting interned items | Mark Simulacrum | -25/+13 |
| 2016-12-31 | Split CtxtArenas into GlobalArenas and CtxtInterners. | Mark Simulacrum | -58/+43 |
| 2016-12-31 | Calculate discriminant bounds within 64 bits | Simonas Kazlauskas | -7/+13 |
| 2016-12-30 | Fix rebase fallout | est31 | -1/+3 |
| 2016-12-30 | Fix rebase fallout | Simonas Kazlauskas | -0/+4 |
| 2016-12-30 | Fix i128 alignment calculation | Simonas Kazlauskas | -11/+19 |
| 2016-12-30 | Such large. Very 128. Much bits. | Simonas Kazlauskas | -15/+42 |
| 2016-12-28 | rustc: simplify constant cross-crate loading and rustc_passes::consts. | Eduard-Mihai Burtescu | -13/+3 |
| 2016-12-28 | rustc: move function arguments into hir::Body. | Eduard-Mihai Burtescu | -1/+1 |
| 2016-12-28 | rustc: separate bodies for static/(associated)const and embedded constants. | Eduard-Mihai Burtescu | -4/+4 |
| 2016-12-28 | rustc: separate TraitItem from their parent Item, just like ImplItem. | Eduard-Mihai Burtescu | -26/+20 |
| 2016-12-28 | hir: lower `ImplicitSelf` to resolved `Self` TyQPath's. | Eduard-Mihai Burtescu | -1/+1 |
| 2016-12-26 | More systematic error reporting in path resolution | Vadim Petrochenkov | -3/+2 |
| 2016-12-25 | Auto merge of #38490 - jseyfried:def_id_vis, r=nrc | bors | -24/+30 |
| 2016-12-24 | Use `DefId`s instead of `NodeId`s for `pub(restricted)` visibilities. | Jeffrey Seyfried | -24/+30 |
| 2016-12-21 | Disable field reordering | Austin Hicks | -0/+4 |