| Age | Commit message (Expand) | Author | Lines |
| 2019-04-25 | Update mir_const_qualif | John Kåre Alsaker | -7/+4 |
| 2019-04-22 | Never stop due to errors before borrow checking | Esteban Küber | -1/+3 |
| 2019-04-20 | Auto merge of #59987 - saleemjaffer:refactor_adjust_castkinds, r=oli-obk | bors | -5/+1 |
| 2019-04-16 | refactor Adjustment to use new PointerCast enum | Saleem Jaffer | -6/+2 |
| 2019-04-15 | basic refactor. Adding PointerCast enum | Saleem Jaffer | -6/+6 |
| 2019-04-10 | Documentation should have proper grammar | Oliver Scherer | -3/+6 |
| 2019-04-08 | Elaborate on implicit promotability | Oliver Scherer | -1/+4 |
| 2019-04-08 | Pacify tidy | Oliver Scherer | -2/+5 |
| 2019-04-08 | Get rid of "is not const" naming | Oliver Scherer | -16/+16 |
| 2019-04-08 | Explicit promotion is indistinguishable from explicit promotion | Oliver Scherer | -10/+8 |
| 2019-04-08 | Generalize initial "not const" assignments | Oliver Scherer | -18/+13 |
| 2019-04-07 | Update comment | Oliver Scherer | -1/+1 |
| 2019-04-07 | Add more regression tests for accidental promotion | Oliver Scherer | -2/+2 |
| 2019-04-07 | Function arguments should never get promoted | Oliver Scherer | -1/+1 |
| 2019-04-03 | Rollup merge of #59514 - tmandry:remove-adt-def-from-projection-elem, r=eddyb | Mazdak Farrokhzad | -9/+9 |
| 2019-04-02 | Remove adt_def from PlaceTy and make it a struct | Tyler Mandry | -9/+9 |
| 2019-04-02 | Rollup merge of #59585 - rust-lang:shallow-borrow-fixes, r=pnkfelix | Mazdak Farrokhzad | -1/+4 |
| 2019-04-01 | Allow closure to unsafe fn coercion | Taiki Endo | -1/+1 |
| 2019-03-31 | Fixes for shallow borrows | Matthew Jasper | -1/+4 |
| 2019-03-24 | code review fixes | Saleem Jaffer | -1/+3 |
| 2019-03-23 | adding mir::StaticKind enum for static and promoted | Saleem Jaffer | -11/+20 |
| 2019-03-18 | fixed all compilation errors | Saleem Jaffer | -2/+2 |
| 2019-03-18 | cleaner code as per review | Saleem Jaffer | -61/+51 |
| 2019-03-18 | promoted is still left in 2 places | Saleem Jaffer | -54/+65 |
| 2019-03-16 | Revert the `LazyConst` PR | Oliver Scherer | -3/+4 |
| 2019-03-15 | rustc: rename item_path to def_path (except the module in ty). | Eduard-Mihai Burtescu | -1/+1 |
| 2019-03-11 | Auto merge of #58784 - oli-obk:accidental_promotion, r=eddyb | bors | -5/+4 |
| 2019-03-03 | Auto merge of #58673 - matthewjasper:typeck-ptr-coercions, r=pnkfelix | bors | -0/+1 |
| 2019-03-01 | Schedule the demolition of `IsNotPromotable` | Oliver Scherer | -0/+2 |
| 2019-03-01 | Put Local, Static and Promoted as one Base variant of Place | Santiago Pastorino | -14/+22 |
| 2019-02-27 | Don't promote function calls to nonpromotable things | Oliver Scherer | -5/+2 |
| 2019-02-23 | Type check coercions to pointer types | Matthew Jasper | -0/+1 |
| 2019-02-16 | Rollup merge of #58196 - varkor:const-fn-feature-gate-error, r=oli-obk | kennytm | -1/+11 |
| 2019-02-14 | Add specific error for unstable const fn features | varkor | -1/+11 |
| 2019-02-14 | rustc_mir: compute all the qualification bits separately in qualify_consts. | Eduard-Mihai Burtescu | -363/+504 |
| 2019-02-14 | rustc_mir: rename qualify_consts::Qualifier to ConstCx and keep in Checker as... | Eduard-Mihai Burtescu | -34/+35 |
| 2019-02-14 | rustc_mir: do not treat NEEDS_DROP as unexpected in qualify_consts. | Eduard-Mihai Burtescu | -8/+3 |
| 2019-02-14 | rustc_mir: avoid having an Option around each local qualification in qualify_... | Eduard-Mihai Burtescu | -59/+48 |
| 2019-02-14 | rustc_mir: rename `Qualif::for_ty to `Qualif::any_value_of_ty`. | Eduard-Mihai Burtescu | -14/+19 |
| 2019-02-14 | rustc_mir: remove qualify_consts::Qualif::FN_ARGUMENT. | Eduard-Mihai Burtescu | -12/+4 |
| 2019-02-14 | rustc_mir: remove outdated `const fn` stability diagnostic. | Eduard-Mihai Burtescu | -22/+4 |
| 2019-02-14 | rustc_mir: split qualify_consts' checking and value qualification. | Eduard-Mihai Burtescu | -451/+608 |
| 2019-02-14 | rustc_mir: split off some qualify_consts::Checker fields into a State struct. | Eduard-Mihai Burtescu | -61/+73 |
| 2019-02-14 | rustc_mir: rename qualify_consts::Qualifier to Checker. | Eduard-Mihai Burtescu | -18/+18 |
| 2019-02-13 | HirId-ify hir::BodyId | ljedrz | -2/+2 |
| 2019-02-12 | Auto merge of #58341 - alexreg:cosmetic-2-doc-comments, r=steveklabnik | bors | -3/+3 |
| 2019-02-12 | Auto merge of #58098 - oli-obk:maybe_allow_internal_unstable, r=petrochenkov | bors | -1/+1 |
| 2019-02-12 | Auto merge of #58246 - pmccarter:master, r=oli-obk | bors | -0/+2 |
| 2019-02-11 | Require a list of features to allow in `allow_internal_unstable` | Oliver Scherer | -1/+1 |
| 2019-02-10 | rustc: doc comments | Alexander Regueiro | -3/+3 |