| Age | Commit message (Expand) | Author | Lines |
| 2019-02-27 | Permit unwinding through FFI by default | Mark Rousskov | -1/+1 |
| 2019-02-17 | Lower constant patterns with ascribed types. | David Wood | -4/+29 |
| 2019-02-17 | Make `intern_lazy_const` actually intern its argument. | Nicholas Nethercote | -19/+19 |
| 2019-02-04 | Fix bug in integer range matching | varkor | -7/+14 |
| 2019-02-04 | Pass correct arguments to places_conflict | Matthew Jasper | -1/+1 |
| 2019-01-15 | Rollup merge of #56044 - matthewjasper:function-param-drop-order, r=cramertj | Mazdak Farrokhzad | -7/+7 |
| 2019-01-13 | Rollup merge of #57538 - dlrobertson:fix_57472, r=zackmdavis | Mazdak Farrokhzad | -1/+8 |
| 2019-01-13 | Rollup merge of #57102 - davidtwco:issue-57100, r=nikomatsakis | Mazdak Farrokhzad | -21/+148 |
| 2019-01-13 | librustc_mir: Fix ICE with slice patterns | Dan Robertson | -1/+8 |
| 2019-01-13 | Auto merge of #57568 - Centril:rollup, r=Centril | bors | -16/+38 |
| 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 | const stabilize . | Mazdak Farrokhzad | -0/+3 |
| 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 | Improve diagnostic labels and add note. | David Wood | -20/+49 |
| 2019-01-04 | Make conflicting borrow description more robust. | David Wood | -31/+91 |
| 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 |