| Age | Commit message (Expand) | Author | Lines |
| 2018-07-31 | introduce, but do not use, `free_region_relation` computation | Niko Matsakis | -0/+2 |
| 2018-07-27 | Auto merge of #52336 - ishitatsuyuki:dyn-rollup, r=Mark-Simulacrum | bors | -2/+0 |
| 2018-07-25 | split into two matrices | Niko Matsakis | -0/+1 |
| 2018-07-25 | Deny bare_trait_objects globally | Tatsuyuki Ishi | -2/+0 |
| 2018-07-25 | implement `Step` for `Idx` types | Niko Matsakis | -0/+1 |
| 2018-07-13 | Auto merge of #52352 - kennytm:rollup, r=kennytm | bors | -0/+2 |
| 2018-07-12 | Reimplement some "add `mut`" suggestions under NLL | ashtneoi | -0/+2 |
| 2018-07-12 | Deny bare trait objects in the rest of rust | ljedrz | -0/+2 |
| 2018-06-19 | Parallelize trans item collection | John Kåre Alsaker | -0/+3 |
| 2018-06-14 | rustc: rename ty::maps to ty::query. | Eduard-Mihai Burtescu | -1/+1 |
| 2018-05-29 | Use polonius_output | Santiago Pastorino | -0/+1 |
| 2018-05-24 | Use AllFacts from polonius-engine | Santiago Pastorino | -0/+1 |
| 2018-05-17 | Stabilise inclusive_range_methods | varkor | -1/+0 |
| 2018-05-17 | Switch to 1.26 bootstrap compiler | Mark Simulacrum | -12/+1 |
| 2018-05-16 | Stabilize num::NonZeroU* | Simon Sapin | -1/+0 |
| 2018-05-11 | Add a query to convert from ConstValue to Allocation | John Kåre Alsaker | -0/+1 |
| 2018-05-05 | add `-Znll-facts` switch that dumps facts for new analysis | Niko Matsakis | -0/+1 |
| 2018-05-01 | Auto merge of #50198 - oli-obk:const_prop, r=eddyb | bors | -2/+0 |
| 2018-05-01 | Removed direct field usage of RangeInclusive in rustc itself. | kennytm | -1/+1 |
| 2018-04-30 | Remove the `rustc_const_math` crate | Oliver Schneider | -2/+0 |
| 2018-04-28 | Rollup merge of #49968 - christianpoveda:stabilize_dyn, r=nikomatsakis | kennytm | -1/+1 |
| 2018-04-27 | dyn_trait feature-gate just for stage0 | Christian Poveda | -1/+1 |
| 2018-04-26 | Rename rustc_back::target to rustc_target::spec. | Irina Popa | -1/+1 |
| 2018-04-21 | Add back missing `#![feature(never_type)]`s | kennytm | -0/+1 |
| 2018-04-15 | relocate `BorrowData` etc into `borrow_check::borrow_set` | Niko Matsakis | -0/+1 |
| 2018-04-12 | Auto merge of #49371 - scottmcm:catch-wrapping, r=nikomatsakis | bors | -0/+11 |
| 2018-04-11 | Rollup merge of #49525 - varkor:sort_by_cached_key-conversion, r=scottmcm | kennytm | -0/+1 |
| 2018-04-11 | Auto merge of #49715 - Mark-Simulacrum:deny-warnings, r=alexcrichton | bors | -2/+0 |
| 2018-04-10 | Add ok-wrapping to catch blocks, per RFC | Scott McMurray | -0/+11 |
| 2018-04-10 | Auto merge of #48914 - gaurikholkar:e0389, r=nikomatsakis | bors | -0/+1 |
| 2018-04-09 | Convert sort_by_key to sort_by_cached_key | varkor | -0/+1 |
| 2018-04-08 | Move deny(warnings) into rustbuild | Mark Simulacrum | -2/+0 |
| 2018-04-05 | Merge branch 'master' of https://github.com/rust-lang/rust into e0389 | gaurikholkar | -9/+8 |
| 2018-04-05 | Bump the bootstrap compiler to 1.26.0 beta | Alex Crichton | -6/+0 |
| 2018-04-03 | Remove all unstable placement features | Aidan Hobson Sayers | -2/+0 |
| 2018-03-29 | Stabilize underscore lifetimes | Taylor Cramer | -1/+1 |
| 2018-03-28 | Stabilize match_default_bindings | Taylor Cramer | -1/+1 |
| 2018-03-26 | Stabilize i128_type | Mark Mansi | -1/+1 |
| 2018-03-26 | Stabilize conservative_impl_trait | Taylor Cramer | -1/+1 |
| 2018-03-15 | Keep the fields of RangeInclusive unstable. | kennytm | -0/+1 |
| 2018-03-15 | Stabilize `inclusive_range_syntax` language feature. | kennytm | -1/+1 |
| 2018-03-15 | Stabilize `inclusive_range` library feature. | kennytm | -1/+0 |
| 2018-03-14 | stabilise feature(never_type) | Andrew Cann | -1/+2 |
| 2018-03-10 | add collect_writes.rs | gaurikholkar | -0/+1 |
| 2018-03-08 | Merge const linting pass into const prop | Oliver Schneider | -1/+0 |
| 2018-03-08 | Move the pattern checking code to hair | Oliver Schneider | -2/+2 |
| 2018-03-08 | only export the two check* functions from check_match | Oliver Schneider | -1/+1 |
| 2018-03-08 | The `const_eval` module is no more | Oliver Schneider | -2/+3 |
| 2018-03-08 | Move librustc_const_eval to librustc_mir | Oliver Schneider | -1/+5 |
| 2018-03-02 | Remove allow(bare_trait_object) from librustc_mir | Manish Goregaokar | -1/+0 |