| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2019-01-22 | Get rid of the fake stack frame | Oliver Scherer | -4/+2 |
| 2019-01-21 | Declare some unconst operations as unsafe in const fn | Oliver Scherer | -20/+77 |
| 2019-01-21 | Differentiate between closure and function bodies | Oliver Scherer | -8/+5 |
| 2019-01-18 | Remove delay_span_bug from qualify_min_const_fn | Philipp Hansch | -7/+1 |
| 2019-01-13 | Auto merge of #57568 - Centril:rollup, r=Centril | bors | -1/+1 |
| 2019-01-13 | const stabilize . | Mazdak Farrokhzad | -0/+3 |
| 2019-01-13 | Update the const fn tracking issue to the new metabug | varkor | -1/+1 |
| 2019-01-12 | Rollup merge of #57175 - oli-obk:const_let_stabilization, r=nikomatsakis | Mazdak Farrokhzad | -214/+51 |
| 2019-01-12 | Auto merge of #57234 - Centril:const-stabilizations-2, r=oli-obk | bors | -7/+30 |
| 2019-01-11 | Remove unneeded but benign change | Oliver Scherer | -1/+0 |
| 2019-01-09 | Fix irrefutable slice patterns in const fn | Oliver Scherer | -6/+3 |
| 2019-01-09 | Stabilize `let` bindings and destructuring in constants and const fn | Oliver Scherer | -208/+49 |
| 2019-01-06 | Remove unused code | Shotaro Yamada | -30/+0 |
| 2019-01-05 | Rollup merge of #57342 - phansch:make_public, r=Centril | kennytm | -1/+1 |
| 2019-01-04 | librustc_mir: Make qualify_min_const_fn module public | Philipp Hansch | -1/+1 |
| 2019-01-04 | Auto merge of #56723 - oli-obk:lazy_const, r=nikomatsakis | bors | -18/+22 |
| 2019-01-02 | rename `type_moves_by_default` to `type_is_copy_modulo_regions` | Niko Matsakis | -2/+5 |
| 2019-01-01 | Pacify tidy | Oliver Scherer | -1/+2 |
| 2019-01-01 | Undo a few - now unnecessary - changes | Oliver Scherer | -2/+1 |
| 2019-01-01 | Simplify bit inspection of a constant | Oliver Scherer | -14/+10 |
| 2019-01-01 | `const_to_op` is now `lazy_const_to_op` | Oliver Scherer | -2/+2 |
| 2019-01-01 | Add `unwrap_usize` to `LazyConst`, too | Oliver Scherer | -6/+5 |
| 2019-01-01 | Move the `Unevaluated` constant arm upwards in the type structure | Oliver Scherer | -25/+34 |
| 2018-12-31 | const-stabilize const_int_ops + reverse_bits | Mazdak Farrokhzad | -0/+5 |
| 2018-12-31 | qualify_min_const_fn: improve note. | Mazdak Farrokhzad | -1/+2 |
| 2018-12-31 | stabilize const_int_rotate | Mazdak Farrokhzad | -5/+7 |
| 2018-12-31 | stabilize const_int_wrapping. | Mazdak Farrokhzad | -7/+22 |
| 2018-12-30 | Refactor `UserTypeAnnotation`. | David Wood | -0/+1 |
| 2018-12-25 | Remove licenses | Mark Rousskov | -240/+0 |
| 2018-12-23 | Rollup merge of #57067 - Centril:stabilize-min_const_unsafe_fn, r=oli-obk | Mazdak Farrokhzad | -28/+1 |
| 2018-12-23 | Rollup merge of #56916 - oli-obk:static_mut_beta_regression, r=davidtwco | Mazdak Farrokhzad | -1/+1 |
| 2018-12-23 | stabilize min_const_unsafe_fn in 1.33. | Mazdak Farrokhzad | -28/+1 |
| 2018-12-23 | Rollup merge of #56981 - RalfJung:miri-infallible-alloc, r=oli-obk | kennytm | -1/+1 |
| 2018-12-21 | Fix a recently introduces regression | Oliver Scherer | -1/+1 |
| 2018-12-20 | Auto merge of #56741 - RalfJung:retag-to-raw, r=oli-obk | bors | -42/+31 |
| 2018-12-20 | Auto merge of #56649 - davidtwco:issue-46589, r=pnkfelix | bors | -6/+6 |
| 2018-12-19 | miri: allocation is infallible | Ralf Jung | -1/+1 |
| 2018-12-18 | Auto merge of #56160 - oli-obk:const_fn_let, r=nikomatsakis | bors | -5/+41 |
| 2018-12-18 | treat ref-to-raw cast like a reborrow: do a special kind of retag | Ralf Jung | -42/+31 |
| 2018-12-18 | Explain that lack of short circuiting support in constants is temporary | Oliver Scherer | -1/+4 |
| 2018-12-18 | Properly worded diagnostic message | Oliver Scherer | -1/+1 |
| 2018-12-17 | Add required lifetime parameter to BitDenotation. | David Wood | -6/+6 |
| 2018-12-17 | Auto merge of #56764 - sinkuu:simpcfg_bb0, r=matthewjasper | bors | -1/+26 |
| 2018-12-13 | Make SimplifyCfg collapse goto chains from bb0 | Shotaro Yamada | -1/+26 |
| 2018-12-12 | Manually inline trivial function | Oliver Scherer | -9/+5 |