| Age | Commit message (Expand) | Author | Lines |
| 2017-04-16 | Compress ReprOptions a little bit | Simonas Kazlauskas | -1/+1 |
| 2017-03-13 | some style fixes | Tshepang Lekhonkhobe | -31/+31 |
| 2017-02-28 | Rollup merge of #39977 - frewsxcv:error-reporting-cleanup, r=eddyb | Corey Farwell | -0/+18 |
| 2017-02-25 | rustc_typeck: hook up collect and item/body check to on-demand. | Eduard-Mihai Burtescu | -1/+1 |
| 2017-02-25 | rustc: combine BareFnTy and ClosureTy into FnSig. | Eduard-Mihai Burtescu | -35/+17 |
| 2017-02-20 | Move `TraitRef` `impl` next to `struct` definition. | Corey Farwell | -0/+18 |
| 2017-02-10 | Use global recursion limit when evaluating inhabitedness | Andrew Cann | -3/+3 |
| 2017-02-09 | Add recursion limit to inhabitedness check | Andrew Cann | -1/+1 |
| 2017-02-05 | make lifetimes that only appear in return type early-bound | Niko Matsakis | -15/+10 |
| 2017-02-03 | Add is_defaulted_unit helper method | Andrew Cann | -0/+9 |
| 2017-02-03 | Add warning for () to ! switch | Andrew Cann | -3/+7 |
| 2017-01-30 | Implement Drop for Box | Vadim Petrochenkov | -2/+1 |
| 2017-01-30 | Merge ty::TyBox into ty::TyAdt | Vadim Petrochenkov | -12/+13 |
| 2017-01-26 | Point to immutable arg/fields when trying to use as &mut | Esteban Küber | -1/+1 |
| 2017-01-12 | E0034: provide disambiguated syntax for candidates | Esteban Küber | -0/+11 |
| 2017-01-03 | Fix make tidy | Andrew Cann | -1/+1 |
| 2017-01-03 | Change file structure, add comments for inhabitedness.rs | Andrew Cann | -10/+41 |
| 2017-01-03 | Spelling. s/forrest/forest | Andrew Cann | -2/+2 |
| 2017-01-03 | Fix build after rebase. | Andrew Cann | -5/+5 |
| 2017-01-03 | Refactor is_uninhabited | Andrew Cann | -20/+12 |
| 2016-12-20 | Start of implementation of proposal for E0308 | Guillaume Gomez | -0/+1 |
| 2016-12-05 | Refactor FnSig to contain a Slice for its inputs and outputs. | Mark-Simulacrum | -19/+10 |
| 2016-12-05 | Refactor ty::FnSig to privatize all fields | Mark-Simulacrum | -6/+24 |
| 2016-12-02 | Auto merge of #38053 - eddyb:lazy-9, r=nikomatsakis | bors | -2/+2 |
| 2016-11-29 | rustc: simplify AdtDef by removing the field types and ty::ivar. | Eduard-Mihai Burtescu | -2/+2 |
| 2016-11-28 | Refactor TyTrait to contain a interned ExistentialPredicate slice. | Mark-Simulacrum | -55/+139 |
| 2016-11-28 | Remove BuiltinBound and BuiltinBounds. | Mark-Simulacrum | -69/+1 |
| 2016-11-28 | Refactor BuiltinBounds to Vec<DefId> on TraitObject. | Mark-Simulacrum | -13/+21 |
| 2016-11-28 | Privatize TraitObject.principal and add a method accessor, returning Option. | Mark-Simulacrum | -3/+20 |
| 2016-11-22 | Use FxHashSet instead of HashMap | Andrew Cann | -3/+3 |
| 2016-11-22 | Make is_uninhabited respect privacy | Andrew Cann | -9/+10 |
| 2016-11-22 | Expand is_uninhabited for references | Andrew Cann | -4/+3 |
| 2016-11-22 | Expand `is_uninhabited` to recurse into datatypes | Andrew Cann | -2/+13 |
| 2016-11-22 | Expand is_uninhabited for ! and tuples | Andrew Cann | -5/+3 |
| 2016-11-20 | Move `syntax::util::interner` -> `syntax::symbol`, cleanup. | Jeffrey Seyfried | -1/+1 |
| 2016-11-12 | rustc: move closure upvar types to the closure substs | Ariel Ben-Yehuda | -7/+16 |
| 2016-11-10 | rustc: clean up lookup_item_type and remove TypeScheme. | Eduard Burtescu | -2/+2 |
| 2016-10-21 | only remove keys that mention skolemized regions | Niko Matsakis | -1/+30 |
| 2016-09-20 | rustc_metadata: remove ty{en,de}code and move to auto-derived serialization. | Eduard Burtescu | -25/+30 |
| 2016-09-20 | rustc_metadata: side-step ty{en,de}code for everything but Ty. | Eduard Burtescu | -5/+5 |
| 2016-09-20 | rustc_metadata: combine DecodeContext and rbml::reader::Decoder. | Eduard Burtescu | -28/+4 |
| 2016-09-20 | rustc_metadata: use specialization for {en,de}coding Ty and Substs. | Eduard Burtescu | -2/+2 |
| 2016-09-13 | Make sure that projection bounds in ty::TraitObject are sorted in a way that ... | Michael Woerister | -9/+12 |
| 2016-09-08 | Refactor `TyStruct`/`TyEnum`/`TyUnion` into `TyAdt` | Vadim Petrochenkov | -30/+13 |
| 2016-09-04 | Replace `_, _` with `..` | Vadim Petrochenkov | -3/+3 |
| 2016-09-03 | Fix rebase + address comments | Vadim Petrochenkov | -1/+1 |
| 2016-09-03 | Some better support for unions through the compiler | Vadim Petrochenkov | -3/+4 |
| 2016-09-03 | Add union types | Vadim Petrochenkov | -0/+6 |
| 2016-08-27 | rustc: use Vec<Kind> in Substs, where Kind is a &TyS | &Region tagged pointer. | Eduard Burtescu | -7/+6 |
| 2016-08-27 | rustc: pass ty::Region behind an interned 'tcx reference. | Eduard Burtescu | -3/+12 |