| Age | Commit message (Expand) | Author | Lines |
| 2020-03-06 | mir::Local is Copy we can pass it by value in these cases | Santiago Pastorino | -6/+6 |
| 2020-02-20 | Auto merge of #68847 - ecstatic-morse:const-impl, r=oli-obk | bors | -3/+17 |
| 2020-02-18 | Check for trait methods on concrete types in const checking | Dylan MacKenzie | -3/+17 |
| 2020-02-19 | Auto merge of #69113 - ecstatic-morse:unified-dataflow-borrowed, r=wesleywiser | bors | -18/+19 |
| 2020-02-16 | Make librustc_mir compile. | Camille GILLOT | -1/+2 |
| 2020-02-13 | Ignore mut borrow from drop terminator in const-eval | Dylan MacKenzie | -0/+6 |
| 2020-02-13 | Rename `MaybeBorrowedLocals` constructors | Dylan MacKenzie | -1/+1 |
| 2020-02-12 | Use `MaybeMutBorrowedLocals` for const-checking | Dylan MacKenzie | -18/+13 |
| 2020-02-12 | Auto merge of #68241 - ecstatic-morse:unified-dataflow-impls, r=pnkfelix | bors | -4/+5 |
| 2020-02-10 | Add an `into_engine` method to `Analysis` | Dylan MacKenzie | -4/+5 |
| 2020-02-09 | Make issue references consistent | Matthias Prechtl | -4/+7 |
| 2020-02-04 | Auto merge of #68804 - ecstatic-morse:qualif-cursor-lazy, r=estebank | bors | -39/+16 |
| 2020-02-03 | Treat `Rvalue::AddressOf` the same as `Rvalue::Ref` | Dylan MacKenzie | -18/+11 |
| 2020-02-03 | Eliminate "eager" qualif getter | Dylan MacKenzie | -22/+6 |
| 2020-02-03 | Take `FnMut` instead of `Fn` in `Qualif` methods | Dylan MacKenzie | -1/+1 |
| 2020-01-31 | Auto merge of #68080 - varkor:declared-here, r=petrochenkov | bors | -1/+1 |
| 2020-01-28 | Place::ty_from takes local by value | Santiago Pastorino | -3/+3 |
| 2020-01-24 | Normalise notes with the/is | varkor | -1/+1 |
| 2020-01-21 | Auto merge of #65672 - ecstatic-morse:unified-dataflow-proto, r=pnkfelix | bors | -9/+6 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -1/+0 |
| 2020-01-14 | Use unified dataflow framework in `check_consts` | Dylan MacKenzie | -9/+6 |
| 2020-01-10 | Remove PlaceBase enum and make Place base field be local: Local | Santiago Pastorino | -31/+18 |
| 2020-01-10 | Remove Static from PlaceBase | Santiago Pastorino | -17/+7 |
| 2020-01-09 | Rollup merge of #67781 - cjgillot:passes-const, r=oli-obk | Yuki Okushi | -3/+4 |
| 2020-01-08 | Move `is_min_const_fn` query to librustc_mir. | Camille GILLOT | -3/+4 |
| 2020-01-08 | - remove syntax::{span_warn!, span_err!, span_fatal!. struct_err!} | Mazdak Farrokhzad | -0/+1 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -1/+1 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -1/+1 |
| 2019-12-22 | Format the world | Mark Rousskov | -169/+124 |
| 2019-12-18 | Add Rvalue::AddressOf to MIR | Matthew Jasper | -41/+71 |
| 2019-12-08 | Rollup merge of #66991 - Nashenas88:body_cache_cleanup, r=eddyb | Mazdak Farrokhzad | -3/+3 |
| 2019-12-06 | Rollup merge of #66606 - christianpoveda:mut-refs-in-const-fn, r=oli-obk | Mazdak Farrokhzad | -3/+10 |
| 2019-12-05 | rustc: Apply clearer naming to BodyAndCache, fix Deref impl, remove unneeded ... | Paul Daniel Faria | -3/+3 |
| 2019-12-04 | Auto merge of #66275 - oli-obk:organize-intrinsics-promotion-checks, r=RalfJung | bors | -19/+1 |
| 2019-12-03 | rustc: expose the mir::Body reference lifetime from mir::ReadOnlyBodyCache (#... | Eduard-Mihai Burtescu | -8/+8 |
| 2019-12-03 | Only check `min_const_fn` for const fns | Oliver Scherer | -1/+1 |
| 2019-12-03 | Check intrinsics for callability in const fns | Mahmut Bulut | -18/+0 |
| 2019-12-02 | Fix issues caused during rebasing | Paul Daniel Faria | -1/+1 |
| 2019-12-02 | Disallow cell borrowing | Christian Poveda | -3/+10 |
| 2019-12-02 | Fix rebasing errors, convert some BodyCache::body() calls to reborrows | Paul Daniel Faria | -8/+8 |
| 2019-12-02 | Fix type errors created during rebasing | Paul Daniel Faria | -14/+14 |
| 2019-12-02 | Rollup merge of #66654 - ecstatic-morse:check-consts-ref, r=eddyb,matthewjasper | Ralf Jung | -97/+95 |
| 2019-12-01 | Incorporate fixes from review | Dylan MacKenzie | -5/+3 |
| 2019-11-30 | Merge match branches | Christian Poveda | -4/+1 |
| 2019-11-27 | Don't treat a reference to a `static` as a reborrow | Dylan MacKenzie | -0/+13 |
| 2019-11-27 | Remove `CheckOpResult` | Dylan MacKenzie | -14/+6 |
| 2019-11-27 | Remove `derived_from_illegal_borrow` | Dylan MacKenzie | -41/+1 |
| 2019-11-27 | Handle `Rvalue::Ref` in one place | Dylan MacKenzie | -71/+106 |
| 2019-11-26 | Change way of checking SetDiscriminant | Christian Poveda | -3/+2 |