| Age | Commit message (Expand) | Author | Lines |
| 2019-01-13 | Rollup merge of #57564 - varkor:update-const_fn-tracking-issue, r=Centril | Mazdak Farrokhzad | -2/+2 |
| 2019-01-13 | Rollup merge of #57351 - oli-obk:cheap_const_ops, r=RalfJung | Mazdak Farrokhzad | -14/+36 |
| 2019-01-13 | Update the const fn tracking issue to the new metabug | varkor | -2/+2 |
| 2019-01-12 | Auto merge of #57542 - Centril:rollup, r=Centril | bors | -272/+94 |
| 2019-01-12 | Rollup merge of #57535 - varkor:stabilise-if-while-let-patterns, r=Centril | Mazdak Farrokhzad | -39/+18 |
| 2019-01-12 | Rollup merge of #57530 - insideoutclub:master, r=estebank | Mazdak Farrokhzad | -1/+1 |
| 2019-01-12 | Rollup merge of #57175 - oli-obk:const_let_stabilization, r=nikomatsakis | Mazdak Farrokhzad | -214/+51 |
| 2019-01-12 | Rollup merge of #56906 - blitzerr:master, r=nikomatsakis | Mazdak Farrokhzad | -18/+24 |
| 2019-01-12 | Auto merge of #57532 - Centril:stabilize-2175, r=varkor | bors | -1/+1 |
| 2019-01-12 | Stabilise irrefutable if-let and while-let patterns | varkor | -39/+18 |
| 2019-01-12 | Auto merge of #57234 - Centril:const-stabilizations-2, r=oli-obk | bors | -7/+30 |
| 2019-01-11 | stabilize top level or-pats in if/while let. | Mazdak Farrokhzad | -1/+1 |
| 2019-01-11 | Fixing a typographical error. | David Sanders | -1/+1 |
| 2019-01-11 | Remove unneeded but benign change | Oliver Scherer | -1/+0 |
| 2019-01-09 | Not seeing the forest because there are too many trees in the way | Oliver Scherer | -1/+1 |
| 2019-01-09 | Explain the arguments of the `mk_*_eval_cx` functions | Oliver Scherer | -0/+13 |
| 2019-01-09 | Document the `mk_*_eval_cx` functions | Oliver Scherer | -2/+10 |
| 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-08 | addressing Niko's comments | Blitzerr | -32/+36 |
| 2019-01-08 | [Cleanup] This is the first in the series of removals of with_freevars usage. | Blitzerr | -38/+39 |
| 2019-01-08 | Some more refactoring. | Blitzerr | -0/+1 |
| 2019-01-08 | Auto merge of #56638 - matthewjasper:remove-ref-region, r=nikomatsakis | bors | -55/+34 |
| 2019-01-08 | Make `mk_eval_cx` private to const eval | Oliver Scherer | -1/+1 |
| 2019-01-08 | Manually push a stack frame where no valid frame is needed | Oliver Scherer | -35/+12 |
| 2019-01-07 | Auto merge of #57304 - davidtwco:issue-57280, r=nikomatsakis | bors | -4/+63 |
| 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-05 | Rollup merge of #57249 - frewsxcv:frewsxcv-second-edition, r=KodrAus | kennytm | -2/+2 |
| 2019-01-05 | Rollup merge of #57219 - matthewjasper:mir-cleanup, r=nikomatsakis | kennytm | -14/+0 |
| 2019-01-05 | Remove `Region` from HAIR | Matthew Jasper | -55/+34 |
| 2019-01-05 | Don't actually create a full MIR stack frame when not needed | Oliver Scherer | -3/+27 |
| 2019-01-05 | Auto merge of #57099 - davidtwco:issue-57098, r=nikomatsakis | bors | -39/+43 |
| 2019-01-05 | Auto merge of #56837 - arielb1:nonprincipal-trait-objects, r=nikomatsakis | bors | -22/+33 |
| 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 | -171/+224 |
| 2019-01-04 | add support for principal-less trait object types | Ariel Ben-Yehuda | -22/+33 |
| 2019-01-03 | Fix bug in associated constant type annotations. | David Wood | -4/+63 |
| 2019-01-03 | Auto merge of #55517 - nikomatsakis:universes, r=scalexm | bors | -21/+33 |
| 2019-01-03 | Auto merge of #56507 - nikomatsakis:polonius-integrate, r=MatthewJasper | bors | -5/+47 |
| 2019-01-02 | rename `type_moves_by_default` to `type_is_copy_modulo_regions` | Niko Matsakis | -14/+21 |
| 2019-01-02 | generalize region highlights into a struct | Niko Matsakis | -7/+12 |
| 2019-01-02 | Add missing 'static bound for the Machine trait | Matthew Jasper | -1/+1 |
| 2019-01-02 | Wf-check the output type of a function in MIR-typeck | Matthew Jasper | -1/+1 |
| 2019-01-02 | adopt polonius-engine 0.6.2 | Niko Matsakis | -1/+1 |
| 2019-01-02 | generate invalidations from 2-phase-borrow activations | Niko Matsakis | -4/+46 |
| 2019-01-01 | rebase fallout | Oliver Scherer | -14/+28 |
| 2019-01-01 | Pacify tidy | Oliver Scherer | -1/+2 |
| 2019-01-01 | Undo a few - now unnecessary - changes | Oliver Scherer | -4/+2 |
| 2019-01-01 | Simplify bit inspection of a constant | Oliver Scherer | -14/+10 |