| Age | Commit message (Expand) | Author | Lines |
| 2020-07-20 | mir: `unused_generic_params` query | David Wood | -0/+1 |
| 2020-07-16 | apply bootstrap cfgs | Mark Rousskov | -2/+0 |
| 2020-07-05 | Use for<'tcx> fn pointers in Providers, instead of having Providers<'tcx>. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-06-28 | Remove uses of `const_loop` in `rustc` | Dylan MacKenzie | -1/+1 |
| 2020-06-28 | Remove `const_if_match` feature gate from libraries | Dylan MacKenzie | -1/+1 |
| 2020-05-24 | Removed all instances of const_field. | Rakshith Ravi | -4/+0 |
| 2020-05-10 | use min_specialization for some rustc crates where it requires no changes | Ralf Jung | -1/+1 |
| 2020-05-03 | Support backward dataflow analyses | Dylan MacKenzie | -1/+3 |
| 2020-04-27 | share some common code for compile-time miri instances | Ralf Jung | -0/+1 |
| 2020-04-08 | Suggest move for closures and async blocks in more cases. | Alex Aktsipetrov | -0/+1 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -2/+2 |
| 2020-03-26 | add 'fn write_u16s'(rustc_mir::interpret::Memory) | JOE1994 | -0/+1 |
| 2020-03-17 | Add requisite feature gates for const assert | Dylan MacKenzie | -0/+3 |
| 2020-02-21 | MIR is not an experiment anymore | Santiago Pastorino | -1/+1 |
| 2020-02-07 | Remove unused feature gates from librustc_mir | bjorn3 | -6/+0 |
| 2020-01-31 | Drop cfg(bootstrap) code | Mark Rousskov | -1/+0 |
| 2020-01-18 | slice_patterns: remove internal uses of gate | Mazdak Farrokhzad | -1/+1 |
| 2020-01-14 | perf: eagerly convert literals to consts, this avoids creating loads on uneva... | Ben Lewis | -1/+1 |
| 2020-01-12 | Split `rustc_mir::{build, hair, lints}` into their own crate | Matthew Jasper | -4/+4 |
| 2020-01-10 | Remove unnecessary `const_fn` feature gates | Dylan MacKenzie | -1/+0 |
| 2020-01-09 | Rollup merge of #67781 - cjgillot:passes-const, r=oli-obk | Yuki Okushi | -0/+1 |
| 2020-01-08 | Move `is_min_const_fn` query to librustc_mir. | Camille GILLOT | -0/+1 |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -2/+0 |
| 2019-12-27 | Stabilize the `matches!` macro | Simon Sapin | -1/+0 |
| 2019-12-22 | Format the world | Mark Rousskov | -8/+10 |
| 2019-12-22 | Add simpler entry points to const eval for common usages. | Ben Lewis | -1/+1 |
| 2019-12-14 | Revert "Stabilize the `never_type`, written `!`." | Niko Matsakis | -1/+1 |
| 2019-12-06 | Fix rebase issues | varkor | -1/+0 |
| 2019-12-06 | Use `to_option` in various places | varkor | -0/+1 |
| 2019-11-27 | Add `#![feature(matches_macro)]` | Dylan MacKenzie | -0/+1 |
| 2019-11-27 | Auto merge of #66677 - wesleywiser:fix_const_prop_alloc_id_ice, r=oli-obk | bors | -0/+1 |
| 2019-11-24 | Respond to CR feedback | Wesley Wiser | -0/+1 |
| 2019-11-21 | Introduce MIR optimizations for simplifying `x?` on `Result`s. | Mazdak Farrokhzad | -0/+1 |
| 2019-11-21 | Stabilize the `never_type`, written `!`. | Mazdak Farrokhzad | -1/+1 |
| 2019-11-15 | Remove `qualify_consts` completely | Dylan MacKenzie | -1/+0 |
| 2019-11-14 | Update to use new librustc_error_codes library | Guillaume Gomez | -2/+0 |
| 2019-11-06 | Implement pass to remove branches on uninhabited variants | Wesley Wiser | -0/+1 |
| 2019-10-27 | Always use consteval to codegen caller_location. | Adam Perry | -0/+1 |
| 2019-10-16 | Enable `drain_filter` | Dylan MacKenzie | -0/+1 |
| 2019-10-08 | Stabilize mem::take (mem_take) | Jon Gjengset | -1/+0 |
| 2019-09-30 | Avoid `chain()` in `find_constraint_paths_between_regions()`. | Nicholas Nethercote | -0/+1 |
| 2019-09-25 | Rollup merge of #64508 - Centril:or-pat-hir, r=matthewjasper | Mazdak Farrokhzad | -0/+1 |
| 2019-09-19 | Rollup merge of #64566 - ecstatic-morse:generic-dataflow, r=oli-obk | Mazdak Farrokhzad | -0/+1 |
| 2019-09-18 | Rollup merge of #64207 - sinkuu:pub_dataflow, r=tmandry | Tyler Mandry | -1/+1 |
| 2019-09-18 | Publish `rustc_mir::dataflow` and remove `#[allow(unused)]` | Dylan MacKenzie | -1/+1 |
| 2019-09-17 | Add generic dataflow impl | Dylan MacKenzie | -0/+1 |
| 2019-09-17 | Get rid of special const intrinsic query in favour of `const_eval` | Oliver Scherer | -1/+0 |
| 2019-09-15 | check_match: misc cleanup. | Mazdak Farrokhzad | -0/+1 |
| 2019-09-06 | Make rustc_mir::dataflow module pub | Shotaro Yamada | -1/+1 |
| 2019-09-05 | Remove rustc_diagnostic_macros feature | Mark Rousskov | -1/+0 |