| Age | Commit message (Expand) | Author | Lines |
| 2019-04-03 | Deny internal lints on librustc_mir | flip1995 | -0/+1 |
| 2019-03-12 | Stabilize Range*::contains. | Steven Malis | -1/+0 |
| 2019-03-06 | Make misc checking 2 more parallel | John Kåre Alsaker | -1/+0 |
| 2019-02-25 | Auto merge of #58302 - SimonSapin:tryfrom, r=alexcrichton | bors | -1/+0 |
| 2019-02-13 | Stabilize TryFrom and TryInto | Simon Sapin | -1/+0 |
| 2019-02-12 | Stabilize slice_sort_by_cached_key | Scott McMurray | -1/+0 |
| 2019-02-08 | Remove #[macro_use] extern crate bitflags | Taiki Endo | -2/+0 |
| 2019-02-08 | Use real try blocks | Taiki Endo | -8/+1 |
| 2019-02-08 | Revert removed #![feature(nll)] | Taiki Endo | -0/+1 |
| 2019-02-08 | librustc_mir => 2018 | Taiki Endo | -15/+5 |
| 2019-01-26 | Bump bootstrap compiler to 1.33 beta | Mark Rousskov | -2/+0 |
| 2019-01-11 | stabilize top level or-pats in if/while let. | Mazdak Farrokhzad | -1/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -10/+0 |
| 2018-12-17 | Stabilize `underscore_imports` | Vadim Petrochenkov | -1/+1 |
| 2018-11-03 | Move collect_and_partition_mono_items to rustc_mir | bjorn3 | -0/+1 |
| 2018-10-31 | Bump nightly to 1.32.0 | Alex Crichton | -1/+0 |
| 2018-10-26 | Auto merge of #53821 - oli-obk:sanity_query, r=RalfJung | bors | -0/+1 |
| 2018-10-25 | Auto merge of #54490 - wesleywiser:rewrite_it_in_mir, r=oli-obk | bors | -0/+1 |
| 2018-10-25 | Report const eval error inside the query | Oliver Schneider | -0/+1 |
| 2018-10-19 | Stabilize impl_header_lifetime_elision in 2015 | Scott McMurray | -1/+1 |
| 2018-10-03 | Rewrite the `UnconditionalRecursion` lint to use MIR | Wesley Wiser | -0/+1 |
| 2018-09-27 | Bump to 1.31.0 and bootstrap from 1.30 beta | Josh Stone | -2/+0 |
| 2018-09-24 | Add a MIR transform to remove fake reads | Matthew Jasper | -1/+1 |
| 2018-09-20 | rename evaluator -> interpreter to make eddyb happy | Ralf Jung | -1/+1 |
| 2018-09-14 | Auto merge of #54032 - oli-obk:layout_scalar_ranges, r=eddyb | bors | -0/+2 |
| 2018-09-12 | Auto merge of #53793 - toidiu:ak-stabalize, r=nikomatsakis | bors | -1/+0 |
| 2018-09-11 | stabalize infer outlives requirements (RFC 2093). | toidiu | -1/+0 |
| 2018-09-11 | Forbid the upper indices of `IndexVec` indices to allow for niche optimizations | Oliver Schneider | -0/+2 |
| 2018-09-10 | propagate user-ascribes types down onto resulting bindings | Niko Matsakis | -0/+1 |
| 2018-09-07 | add `const_fn` feature | Niko Matsakis | -0/+1 |
| 2018-09-03 | Auto merge of #53697 - Cyres:const-fn-int-ops, r=oli-obk | bors | -0/+1 |
| 2018-09-01 | Auto merge of #53884 - kennytm:rollup, r=kennytm | bors | -1/+0 |
| 2018-09-01 | rebase | Tim | -0/+1 |
| 2018-08-31 | trip const_to_alloc query | csmoe | -1/+0 |
| 2018-08-31 | Restrict most uses of `const_fn` to `min_const_fn` | Oliver Schneider | -1/+0 |
| 2018-08-29 | Auto merge of #53671 - RalfJung:miri-refactor, r=oli-obk | bors | -0/+1 |
| 2018-08-28 | Auto merge of #53314 - nikomatsakis:nll-invert-liveness, r=pnkfelix | bors | -0/+1 |
| 2018-08-27 | enable feature `impl_header_lifetime_elision` | Niko Matsakis | -0/+1 |
| 2018-08-27 | move const_eval out of rustc_mir::interpret | Ralf Jung | -0/+1 |
| 2018-08-24 | remove dupe attribute | toidiu | -1/+0 |
| 2018-08-24 | check that adding infer-outlives requirement to all crates works | Niko Matsakis | -0/+1 |
| 2018-08-23 | Auto merge of #53384 - gootorov:use-servo-smallvec, r=michaelwoerister | bors | -0/+1 |
| 2018-08-23 | Auto merge of #52602 - scottmcm:tryblock-expr, r=nikomatsakis | bors | -1/+8 |
| 2018-08-23 | Use optimized SmallVec implementation | Igor Gutorov | -0/+1 |
| 2018-08-22 | miri/CTFE refactor | Ralf Jung | -1/+2 |
| 2018-08-22 | Auto merge of #50912 - varkor:exhaustive-integer-matching, r=arielb1 | bors | -0/+1 |
| 2018-08-19 | Parse try blocks with the try keyword instead of do catch placeholder | Scott McMurray | -1/+8 |
| 2018-08-19 | Stabilize macro_vis_matcher | Jakub Kozlowski | -1/+1 |
| 2018-08-16 | Add equivalence class splitting for range constructors | varkor | -0/+1 |
| 2018-08-15 | Suggest match ergonomics, not `ref`/`ref mut` | ashtneoi | -0/+1 |