| Age | Commit message (Expand) | Author | Lines |
| 2016-09-16 | Fix issue #36036. | Felix S. Klock II | -1/+1 |
| 2016-08-16 | Auto merge of #35162 - canndrew:bang_type_coerced, r=nikomatsakis | bors | -123/+71 |
| 2016-08-14 | Rollup merge of #35611 - jonathandturner:ptr-helper, r=nikomatsakis | Eduard-Mihai Burtescu | -1/+18 |
| 2016-08-13 | Revert Ty::is_uninhabited to its original state | Andrew Cann | -3/+3 |
| 2016-08-13 | Default diverging types based on feature gate. | Andrew Cann | -0/+8 |
| 2016-08-13 | Un-improve Ty::is_uninabited | Andrew Cann | -3/+7 |
| 2016-08-13 | Rename empty/bang to never | Andrew Cann | -36/+41 |
| 2016-08-13 | Minor fixups based on @eddyb's feedback | Andrew Cann | -5/+1 |
| 2016-08-13 | Remove obsolete divergence related stuff | Andrew Cann | -111/+11 |
| 2016-08-13 | Fix super_relate_tys so that ! == ! | Andrew Cann | -0/+1 |
| 2016-08-13 | Switch on TyEmpty | Andrew Cann | -6/+13 |
| 2016-08-13 | Add EmptyToAny adjustment | Andrew Cann | -4/+11 |
| 2016-08-13 | Start implementation of RFC 1216 (make ! a type) | Andrew Cann | -9/+29 |
| 2016-08-11 | Improve &-ptr printing | Jonathan Turner | -1/+18 |
| 2016-08-12 | typeck: leak auto trait obligations through impl Trait. | Eduard Burtescu | -7/+21 |
| 2016-08-12 | rustc: add TyAnon (impl Trait) to the typesystem. | Eduard Burtescu | -12/+54 |
| 2016-08-12 | rustc: always normalize projections in ty::layout regardless where they appear. | Eduard Burtescu | -25/+42 |
| 2016-08-12 | rustc: rename ProjectionMode and its variant to be more memorable. | Eduard Burtescu | -4/+3 |
| 2016-08-09 | incorporate resolve results into hashing | Niko Matsakis | -0/+11 |
| 2016-08-09 | Auto merge of #35166 - nikomatsakis:incr-comp-ice-34991-2, r=mw | bors | -7/+14 |
| 2016-08-06 | Rewrite TypeId computation to not miss anything and work cross-crate. | Eduard Burtescu | -143/+146 |
| 2016-08-02 | use memoized pattern for SizedConstraint | Niko Matsakis | -6/+13 |
| 2016-08-02 | remap Hir(InlinedDefId) to MetaData(OriginalDefId) | Niko Matsakis | -1/+1 |
| 2016-07-31 | Suppress unused type parameter error when type has error field | Seo Sanghyeon | -0/+15 |
| 2016-07-28 | Store `crate_disambiguator` as an `InternedString` | Niko Matsakis | -1/+1 |
| 2016-07-22 | remove rustc_typeck::same_type_err | Ariel Ben-Yehuda | -0/+13 |
| 2016-07-12 | Auto merge of #34755 - jonas-schievink:minor-differences, r=eddyb | bors | -5/+0 |
| 2016-07-11 | Auto merge of #34686 - alexcrichton:new-stage, r=luqmana | bors | -3/+1 |
| 2016-07-11 | Get rid of `node_levels` and `node_lint_levels` | Jonas Schievink | -5/+0 |
| 2016-07-08 | Remove unnecessary accessor function VariantDefData::kind | Vadim Petrochenkov | -8/+0 |
| 2016-07-08 | Rewrite check_pat_enum, split it into check_pat_tuple_struct and check_pat_path | Vadim Petrochenkov | -4/+22 |
| 2016-07-08 | Better support for associated types in struct patterns | Vadim Petrochenkov | -1/+1 |
| 2016-07-06 | rustc: Update stage0 to beta-2016-07-06 | Alex Crichton | -3/+1 |
| 2016-07-03 | prefer `if let` to match with `None => {}` arm in some places | Zack M. Davis | -19/+13 |
| 2016-06-23 | Move errors from libsyntax to its own crate | Jonathan Turner | -11/+11 |
| 2016-06-20 | trans: generalize immediate temporaries to all MIR locals. | Eduard Burtescu | -0/+7 |
| 2016-06-10 | Introduce TyCtxt::expect_def/expect_resolution helpers and use them where pos... | Vadim Petrochenkov | -33/+24 |
| 2016-06-09 | fix damage in librustc | Ariel Ben-Yehuda | -9/+11 |
| 2016-06-05 | rustc: add ReErased to be used by trait selection, MIR and trans. | Eduard Burtescu | -9/+12 |
| 2016-06-04 | Auto merge of #33622 - arielb1:elaborate-drops, r=nikomatsakis | bors | -1/+15 |
| 2016-06-04 | Auto merge of #33816 - nikomatsakis:projection-cache-2, r=arielb1 | bors | -14/+40 |
| 2016-06-04 | Auto merge of #33998 - nikomatsakis:incr-comp-dep-node-trait, r=mw | bors | -7/+27 |
| 2016-06-03 | Auto merge of #33460 - shepmaster:16-bit-pointers, r=Aatch | bors | -0/+4 |
| 2016-06-03 | correct misspelled word | Niko Matsakis | -1/+1 |
| 2016-06-03 | fix ICEs with RUST_LOG | Ariel Ben-Yehuda | -1/+15 |
| 2016-05-31 | add def-ids from nominal types into TraitSelect | Niko Matsakis | -1/+22 |
| 2016-05-31 | expand `DepNode::TraitSelect` to include type ids | Niko Matsakis | -7/+6 |
| 2016-05-31 | projection predicates can be copy | Niko Matsakis | -1/+1 |
| 2016-05-31 | add trailing comma | Niko Matsakis | -1/+1 |
| 2016-05-31 | add trailing comma | Niko Matsakis | -1/+1 |