| Age | Commit message (Expand) | Author | Lines |
| 2020-03-26 | Rename asm! to llvm_asm! | Amanieu d'Antras | -1/+1 |
| 2020-03-18 | Rollup merge of #69920 - Centril:hir-cleanup, r=Zoxc | Mazdak Farrokhzad | -2/+2 |
| 2020-03-16 | Rollup merge of #67335 - ecstatic-morse:qualif-refactor, r=eddyb | Dylan DPC | -197/+171 |
| 2020-03-16 | use direct imports for `rustc::{lint, session}`. | Mazdak Farrokhzad | -2/+2 |
| 2020-03-14 | Return feature gate as a `Symbol` | Dylan MacKenzie | -29/+32 |
| 2020-03-14 | Simplify `Qualif` interface | Dylan MacKenzie | -197/+171 |
| 2020-03-14 | Make downstream crates compile. | Camille GILLOT | -1/+2 |
| 2020-03-10 | Rollup merge of #69714 - spastorino:place-ref-lifetime, r=oli-obk | Mazdak Farrokhzad | -3/+3 |
| 2020-03-06 | mir::Local is Copy we can pass it by value in these cases | Santiago Pastorino | -6/+6 |
| 2020-03-04 | PlaceRef<'a, 'tcx> -> PlaceRef<'tcx> | Santiago Pastorino | -3/+3 |
| 2020-03-04 | Make PlaceRef lifetimes of in_projection be both 'tcx | Santiago Pastorino | -3/+3 |
| 2020-02-27 | Remove unneeded calls to format!() | Björn Steinbrink | -4/+2 |
| 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 | -19/+20 |
| 2020-02-18 | Rollup merge of #69146 - matthewjasper:literal-qualif, r=eddyb | Mazdak Farrokhzad | -17/+8 |
| 2020-02-16 | Make librustc_mir compile. | Camille GILLOT | -1/+2 |
| 2020-02-15 | Always qualify literals by type | Matthew Jasper | -17/+8 |
| 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 | -19/+14 |
| 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 | -52/+35 |
| 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 | Pass correct closure type to `Qualif` methods | Dylan MacKenzie | -4/+10 |
| 2020-02-03 | Take `FnMut` instead of `Fn` in `Qualif` methods | Dylan MacKenzie | -10/+10 |
| 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 | -5/+5 |
| 2020-01-28 | Local field on PlaceRef and RootPlace is not a reference anymore | Santiago Pastorino | -4/+4 |
| 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 | -10/+12 |
| 2020-01-18 | remove rustc_error_codes deps except in rustc_driver | Mazdak Farrokhzad | -3/+0 |
| 2020-01-14 | Use unified dataflow framework in `check_consts` | Dylan MacKenzie | -10/+12 |
| 2020-01-11 | Auto merge of #67000 - spastorino:remove-promoted-from-place, r=oli-obk | bors | -55/+34 |
| 2020-01-11 | Rollup merge of #68079 - varkor:E0013-clarify, r=Centril | Mazdak Farrokhzad | -5/+7 |
| 2020-01-11 | simplify feature_err imports | Mazdak Farrokhzad | -1/+1 |
| 2020-01-10 | Clarify suggestion for E0013 | varkor | -5/+7 |
| 2020-01-10 | Remove PlaceBase enum and make Place base field be local: Local | Santiago Pastorino | -41/+31 |
| 2020-01-10 | Remove Static from PlaceBase | Santiago Pastorino | -20/+7 |
| 2020-01-10 | Promote `Ref`s to constants instead of static | Santiago Pastorino | -1/+3 |
| 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 | -10/+9 |
| 2020-01-05 | Remove rustc_hir reexports in rustc::hir. | Mazdak Farrokhzad | -3/+4 |
| 2020-01-02 | Normalize `syntax::symbol` imports. | Mazdak Farrokhzad | -2/+2 |
| 2020-01-01 | Rename `syntax_pos` to `rustc_span` in source code | Vadim Petrochenkov | -3/+3 |
| 2019-12-25 | Use the correct type for static qualifs | Matthew Jasper | -9/+8 |