| Age | Commit message (Expand) | Author | Lines |
| 2018-10-18 | Copy extern prelude from resolver to global context | Vadim Petrochenkov | -2/+4 |
| 2018-10-02 | Use full name to identify a macro in a `FileName`. | Diogo Sousa | -0/+1 |
| 2018-09-15 | rustc: support extern crates loaded after query engine creation. | Eduard-Mihai Burtescu | -2/+15 |
| 2018-09-14 | Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddyb | bors | -19/+57 |
| 2018-09-14 | Rollup merge of #54095 - kenta7777:kenta7777#53719, r=davidtwco | kennytm | -6/+6 |
| 2018-09-13 | introduce SelfCtor | F001 | -1/+2 |
| 2018-09-12 | Merge branch 'master' into kenta7777#53719 | kenta7777 | -14/+5 |
| 2018-09-12 | Rollup merge of #54074 - toidiu:ak-spimplifyOrd, r=eddyb | kennytm | -12/+2 |
| 2018-09-11 | renamed emit_nil to emit_unit | kenta7777 | -1/+1 |
| 2018-09-11 | renamed is_nil to is_unit | kenta7777 | -1/+1 |
| 2018-09-11 | Revert "renamed emit_nil to emit_unit" | kenta7777 | -1/+1 |
| 2018-09-11 | Revert "renamed read_nil to read_unit" | kenta7777 | -1/+1 |
| 2018-09-11 | Revert "renamed is_nil to is_unit" | kenta7777 | -1/+1 |
| 2018-09-11 | Revert "renamed mk_nil_ptr to mk_unit_ptr" | kenta7777 | -1/+1 |
| 2018-09-11 | Silence dead code warning for the assertion statics | Oliver Schneider | -0/+2 |
| 2018-09-11 | Properly access `std::mem::size_of` | Oliver Schneider | -2/+2 |
| 2018-09-11 | Use assertion-like static assertions | Oliver Schneider | -2/+2 |
| 2018-09-11 | Split `CrateNum` into an enum instead of having magic constants | Oliver Schneider | -5/+4 |
| 2018-09-11 | only allow restricting scalar layouts | Oliver Schneider | -1/+2 |
| 2018-09-11 | Address attribute naming and use `Bound` enum | Oliver Schneider | -37/+42 |
| 2018-09-11 | Get rid of the `non_zero` lang item in favour of arbitrary range specifications | Oliver Schneider | -7/+38 |
| 2018-09-10 | generalize `AscribeUserType` to handle sub or super type | Niko Matsakis | -0/+1 |
| 2018-09-10 | add the `AscribeUserType` statement kind | Niko Matsakis | -2/+2 |
| 2018-09-10 | renamed mk_nil_ptr to mk_unit_ptr | kenta7777 | -1/+1 |
| 2018-09-10 | renamed mk_nil to mk_unit | kenta7777 | -4/+4 |
| 2018-09-10 | renamed is_nil to is_unit | kenta7777 | -1/+1 |
| 2018-09-10 | renamed read_nil to read_unit | kenta7777 | -1/+1 |
| 2018-09-10 | renamed emit_nil to emit_unit | kenta7777 | -1/+1 |
| 2018-09-09 | simplify ordering for Kind | toidiu | -12/+2 |
| 2018-09-08 | Auto merge of #53903 - GabrielMajeri:opt-miri-array-slice, r=oli-obk | bors | -1/+1 |
| 2018-09-08 | Auto merge of #53705 - ms2300:tmp, r=oli-obk | bors | -30/+30 |
| 2018-09-08 | Rollup merge of #53315 - nikomatsakis:newtype-index, r=Mark-Simulacrum | kennytm | -26/+17 |
| 2018-09-08 | Optimize miri checking of integer array/slices | Gabriel Majeri | -1/+1 |
| 2018-09-07 | remove use of `from_u32_unchecked` | Niko Matsakis | -6/+2 |
| 2018-09-07 | switch to using `NonZeroU32` to represent indices | Niko Matsakis | -2/+2 |
| 2018-09-07 | remove all references to `private` from outside the macro | Niko Matsakis | -3/+7 |
| 2018-09-07 | change from tuple struct to brace struct | Niko Matsakis | -4/+4 |
| 2018-09-07 | make field always private, add `From` impls | Niko Matsakis | -13/+0 |
| 2018-09-07 | change syntax of `newtype_index` to look like a struct decl | Niko Matsakis | -7/+11 |
| 2018-09-06 | crates that provide a `panic_handler` are exempt from `unused_extern_crates` | Jorge Aparicio | -0/+8 |
| 2018-09-06 | Auto merge of #53721 - arielb1:exhaustively-unpun, r=nikomatsakis | bors | -11/+66 |
| 2018-09-05 | Changing TyAnon -> TyOpaque and relevant functions | ms2300 | -30/+30 |
| 2018-09-04 | Breaking change upgrades | Mark Rousskov | -2/+2 |
| 2018-09-03 | Auto merge of #53673 - michaelwoerister:incr-thinlto-2000, r=alexcrichton | bors | -8/+1 |
| 2018-09-01 | move the is_field_list_non_exhaustive flag to VariantDef | Ariel Ben-Yehuda | -44/+66 |
| 2018-09-01 | Auto merge of #53884 - kennytm:rollup, r=kennytm | bors | -19/+1 |
| 2018-08-31 | Make codegen not be a query (since it's not a real query anyway). | Michael Woerister | -8/+1 |
| 2018-08-31 | trip const_to_alloc query | csmoe | -19/+1 |
| 2018-08-31 | Implement the `min_const_fn` feature gate | Oliver Schneider | -0/+31 |
| 2018-08-31 | Auto merge of #53832 - pietroalbini:rollup, r=pietroalbini | bors | -7/+8 |