| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2018-08-10 | [nll] librustc_mir: enable feature(nll) for bootstrap | memoryruins | -0/+1 |
| 2018-08-05 | Remove bad features after rebase | varkor | -1/+0 |
| 2018-08-05 | Remove unnecessary feature attributes that sneaked in | varkor | -3/+0 |
| 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 |