| Age | Commit message (Expand) | Author | Lines |
| 2020-04-23 | Rename `Item` to `ConstCx`. | Oliver Scherer | -28/+28 |
| 2020-04-22 | Auto merge of #71044 - ecstatic-morse:body-predecessor-cache, r=oli-obk | bors | -14/+14 |
| 2020-04-22 | Don't use `*` for deref-coercion | Dylan MacKenzie | -14/+14 |
| 2020-04-22 | Rollup merge of #71401 - spastorino:remove-visit-place-base, r=wesleywiser | Dylan DPC | -5/+4 |
| 2020-04-22 | Rollup merge of #71336 - ecstatic-morse:check-consts-asm, r=oli-obk | Dylan DPC | -5/+27 |
| 2020-04-22 | Rollup merge of #70970 - eddyb:trait-vs-impl-mismatch, r=oli-obk | Dylan DPC | -1/+1 |
| 2020-04-21 | visit_place_base is just visit_local | Santiago Pastorino | -5/+4 |
| 2020-04-21 | Assign correct span to new illegal ops | Dylan MacKenzie | -0/+2 |
| 2020-04-19 | Note that some terminators should cause an error | Dylan MacKenzie | -0/+2 |
| 2020-04-19 | Exhaustively match on `TerminatorKind` during const checking | Dylan MacKenzie | -1/+11 |
| 2020-04-19 | Exhaustively match on `StatementKind` during const checking | Dylan MacKenzie | -3/+8 |
| 2020-04-19 | Check for `llvm_asm` in a const context | Dylan MacKenzie | -1/+4 |
| 2020-04-19 | Dogfood more or_patterns in the compiler | Josh Stone | -5/+2 |
| 2020-04-18 | Detect mistyped associated consts in `Instance::resolve`. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-04-15 | remove rustfmt-induced spurious trailing comma | Ralf Jung | -1/+1 |
| 2020-04-15 | remove an impossible branch from check_consts | Ralf Jung | -6/+5 |
| 2020-04-02 | direct imports for langitem stuff | Mazdak Farrokhzad | -1/+1 |
| 2020-03-31 | Use Place directly in place_as_reborrow, it's Copy | Santiago Pastorino | -3/+3 |
| 2020-03-30 | rustc -> rustc_middle part 3 (rustfmt) | Mazdak Farrokhzad | -4/+4 |
| 2020-03-30 | rustc -> rustc_middle part 2 | Mazdak Farrokhzad | -5/+5 |
| 2020-03-29 | Use `&` to do deref coercion for `ReadOnlyBodyAndCache` | Dylan MacKenzie | -1/+1 |
| 2020-03-29 | Make `Visitor::visit_body` take a simple `Body` | Dylan MacKenzie | -1/+1 |
| 2020-03-27 | Auto merge of #68404 - Amanieu:llvm-asm, r=estebank | bors | -1/+1 |
| 2020-03-26 | Update imports from `dataflow::generic` to `dataflow` | Dylan MacKenzie | -1/+1 |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -1/+1 |
| 2020-03-16 | Rollup merge of #67335 - ecstatic-morse:qualif-refactor, r=eddyb | Dylan DPC | -1/+1 |
| 2020-03-14 | Return feature gate as a `Symbol` | Dylan MacKenzie | -1/+1 |
| 2020-03-14 | Simplify `Qualif` interface | Dylan MacKenzie | -1/+1 |
| 2020-03-14 | Make downstream crates compile. | Camille GILLOT | -1/+2 |
| 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 |