| Age | Commit message (Expand) | Author | Lines |
| 2021-09-07 | Rename rustc_mir to rustc_const_eval. | Camille GILLOT | -56/+0 |
| 2021-09-07 | Move the dataflow framework to its own crate. | Camille GILLOT | -4/+0 |
| 2021-09-07 | Move monomorphize code to its own crate. | Camille GILLOT | -4/+0 |
| 2021-09-07 | Move rustc_mir::transform to rustc_mir_transform. | Camille GILLOT | -5/+0 |
| 2021-09-07 | Move rustc_mir::borrow_check to new crate rustc_borrowck. | Camille GILLOT | -18/+9 |
| 2021-08-18 | Remove box syntax from rustc_mir | est31 | -1/+0 |
| 2021-08-17 | Auto merge of #86977 - vakaras:body_with_borrowck_facts, r=nikomatsakis | bors | -0/+3 |
| 2021-08-07 | Auto merge of #87408 - kornelski:try_reserve_error, r=yaahc | bors | -0/+1 |
| 2021-07-27 | Auto merge of #85305 - MarcusDunn:master, r=pnkfelix | bors | -1/+1 |
| 2021-07-24 | Hide allocator details from TryReserveError | Kornel | -0/+1 |
| 2021-07-22 | Enable compiler consumers to obtain Body with Polonius facts. | Vytautas Astrauskas | -0/+3 |
| 2021-06-29 | Support allocation failures when interperting MIR | Smitty | -0/+1 |
| 2021-06-06 | Add variance-related information to lifetime error messages | Aaron Hill | -0/+1 |
| 2021-06-04 | replaced feature-gate use with cfg_attr | marcusdunn | -1/+1 |
| 2021-05-31 | Remove unused feature gates | bjorn3 | -4/+0 |
| 2021-05-26 | Specialize implementations | Jacob Pratt | -0/+1 |
| 2021-05-24 | remove cfg(bootstrap) | Pietro Albini | -1/+0 |
| 2021-05-18 | CTFE core engine allocation & memory API improvemenets | Ralf Jung | -0/+2 |
| 2021-04-18 | fix feature use in rustc libs | Ralf Jung | -1/+0 |
| 2021-03-26 | Use iter::zip in compiler/ | Josh Stone | -0/+1 |
| 2021-03-19 | stabilize or_patterns | mark | -1/+1 |
| 2021-03-18 | Remove unwrap_none/expect_none from compiler/. | Mara Bos | -1/+2 |
| 2021-03-12 | Implement valtree | Oli Scherer | -0/+4 |
| 2021-03-10 | Rename Option::get_or_insert_default | Cameron Steffen | -1/+1 |
| 2021-03-08 | Use Option::get_or_default | Cameron Steffen | -0/+1 |
| 2021-02-09 | Stabilize str_split_once | Jacob Pratt | -1/+0 |
| 2021-01-23 | Prevent query cycles during inlining | oli | -0/+2 |
| 2020-12-07 | Dogfood 'str_split_once() with `compiler/` | Eric Arellano | -0/+1 |
| 2020-10-30 | TypeVisitor: use `ControlFlow` in rustc_{mir,privacy,traits,typeck} | LeSeulArtichaut | -0/+1 |
| 2020-09-26 | Auto merge of #70743 - oli-obk:eager_const_to_pat_conversion, r=eddyb | bors | -0/+4 |
| 2020-09-20 | Auto merge of #76964 - RalfJung:rollup-ybn06fs, r=RalfJung | bors | -3/+2 |
| 2020-09-20 | Add a query for dereferencing constants of reference type | Oliver Scherer | -0/+4 |
| 2020-09-20 | Rollup merge of #76825 - lcnr:array-windows-apply, r=varkor | Ralf Jung | -0/+1 |
| 2020-09-20 | Rollup merge of #76821 - est31:remove_redundant_nightly_features, r=oli-obk,M... | Ralf Jung | -3/+0 |
| 2020-09-20 | Rollup merge of #76818 - hbina:dont_compile_regex_all_the_time, r=ecstatic-morse | Ralf Jung | -0/+1 |
| 2020-09-20 | Auto merge of #74949 - oli-obk:validate_const_eval_raw, r=RalfJung | bors | -2/+2 |
| 2020-09-20 | use `array_windows` instead of `windows` in the compiler | Bastian Kauschke | -0/+1 |
| 2020-09-19 | Reflect the "do not call this query directly" mentality in its name | Oliver Scherer | -1/+1 |
| 2020-09-19 | Unify the names of const eval queries and their return types | Oliver Scherer | -2/+2 |
| 2020-09-19 | Rename const eval queries to reflect the validation changes | Oliver Scherer | -2/+2 |
| 2020-09-18 | Implement a destination propagation pass | Jonas Schievink | -0/+1 |
| 2020-09-17 | Remove redundant #![feature(...)] 's from compiler/ | est31 | -3/+0 |
| 2020-09-17 | Don't compile regex at every function call. | Hanif Bin Ariffin | -0/+1 |
| 2020-08-30 | Extend dataflow framework to support arbitrary lattices | Dylan MacKenzie | -0/+1 |
| 2020-08-30 | mv compiler to compiler/ | mark | -0/+61 |