| Age | Commit message (Expand) | Author | Lines |
| 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-03-16 | Schedule the demolition of `IsNotPromotable` | Oliver Scherer | -0/+2 |
| 2019-03-16 | Don't promote function calls to nonpromotable things | Oliver Scherer | -5/+2 |
| 2019-02-25 | Auto merge of #57609 - matthewjasper:more-restrictive-match, r=pnkfelix | bors | -85/+20 |
| 2019-02-24 | Rollup merge of #58511 - oli-obk:const_to_op, r=RalfJung | Mazdak Farrokhzad | -1/+1 |
| 2019-02-21 | Simplify the cleanup_post_borrowck passes | Matthew Jasper | -85/+20 |
| 2019-02-20 | hir: HirId-ify intravisit | ljedrz | -1/+1 |
| 2019-02-17 | Rollup merge of #58509 - phansch:add_myself_to_clippy_toolstate_maintainers, ... | kennytm | -14/+26 |
| 2019-02-16 | Add `eval` prefix to clarify what the function does | Oliver Scherer | -1/+1 |
| 2019-02-16 | Expose const -> op functions that don't allow violiting const eval invariants | Oliver Scherer | -1/+1 |
| 2019-02-16 | Rollup merge of #58196 - varkor:const-fn-feature-gate-error, r=oli-obk | kennytm | -1/+11 |
| 2019-02-15 | Auto merge of #57880 - Zoxc:error-on-cycle, r=michaelwoerister | bors | -14/+26 |
| 2019-02-15 | Always emit an error for a query cycle | John Kåre Alsaker | -14/+26 |
| 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-14 | Rollup merge of #58301 - RalfJung:fat-ptr-eq, r=oli-obk | Mazdak Farrokhzad | -18/+16 |
| 2019-02-13 | make bin_op and unary_op APIs consistently work on ImmTy | Ralf Jung | -5/+4 |
| 2019-02-13 | make OpTy.op private, and ImmTy.imm public instead | Ralf Jung | -13/+12 |
| 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 | -12/+12 |
| 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/+4 |
| 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 | -12/+12 |
| 2019-02-10 | Auto merge of #58103 - RalfJung:mir-shim-dump, r=eddyb | bors | -70/+75 |
| 2019-02-09 | Auto merge of #58207 - nnethercote:intern_lazy_const, r=oli-obk | bors | -3/+3 |
| 2019-02-09 | fix rebase fallout | Ralf Jung | -27/+27 |
| 2019-02-09 | pass full InstanceDef to run_passes | Ralf Jung | -43/+48 |
| 2019-02-08 | Remove #[macro_use] extern crate bitflags | Taiki Endo | -1/+1 |
| 2019-02-08 | librustc_mir => 2018 | Taiki Endo | -83/+87 |
| 2019-02-06 | Allow const assignment for int saturating_sub() for #58030 | Patrick McCarter | -0/+2 |
| 2019-02-06 | Auto merge of #56123 - oli-obk:import_miri_from_future, r=eddyb | bors | -2/+27 |
| 2019-02-06 | Make `intern_lazy_const` actually intern its argument. | Nicholas Nethercote | -3/+3 |
| 2019-02-05 | Allow const assignment for int saturating_add() calls for #58030 | Patrick McCarter | -0/+2 |
| 2019-02-02 | hir: add HirId to main Hir nodes | ljedrz | -1/+1 |
| 2019-01-31 | Add a forever unstable opt-out of const qualification checks | Oliver Scherer | -2/+27 |
| 2019-01-29 | Only store the result of mir_borrowck for closures | John Kåre Alsaker | -2/+2 |
| 2019-01-27 | Update generator transform and generated function signature | Wim Looman | -0/+45 |
| 2019-01-22 | Span fixup | Oliver Scherer | -1/+1 |