| 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-04-02 | Permit unwinding through FFI by default | Mark Rousskov | -1/+1 |
| 2019-03-16 | Make migrate mode work at item level granularity | Matthew Jasper | -23/+5 |
| 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-03-16 | Handle type annotations in promoted MIR correctly | Matthew Jasper | -15/+17 |
| 2019-03-16 | Remove unnecessary parameter | Matthew Jasper | -4/+2 |
| 2019-03-16 | Include bounds from promoted constants in NLL | Matthew Jasper | -19/+107 |
| 2019-02-25 | Auto merge of #58302 - SimonSapin:tryfrom, r=alexcrichton | bors | -1/+0 |
| 2019-02-25 | Rollup merge of #58687 - kenta7777:reduce-miri-code-repetition, r=oli-obk | Mazdak Farrokhzad | -2/+1 |
| 2019-02-25 | Auto merge of #57609 - matthewjasper:more-restrictive-match, r=pnkfelix | bors | -812/+742 |
| 2019-02-24 | Rollup merge of #58511 - oli-obk:const_to_op, r=RalfJung | Mazdak Farrokhzad | -114/+105 |
| 2019-02-24 | Auto merge of #58232 - ljedrz:HirIdification_continued, r=Zoxc | bors | -1/+1 |
| 2019-02-24 | reduce miri code repetition like (n << amt) >> amt | kenta7777 | -2/+1 |
| 2019-02-23 | Rollup merge of #58667 - kenta7777:reduce-mir-code-repetition, r=petrochenkov | Mazdak Farrokhzad | -2/+2 |
| 2019-02-23 | Rollup merge of #58658 - pmccarter:align_msg, r=matthewjasper | Mazdak Farrokhzad | -2/+4 |
| 2019-02-23 | Rollup merge of #58199 - clintfred:partial-move-err-msg, r=estebank | Mazdak Farrokhzad | -2/+8 |
| 2019-02-23 | reduce an mir code repetition like (n << amt) >> amt | kenta7777 | -2/+2 |
| 2019-02-22 | Change byte align message wording #58617 | Patrick McCarter | -1/+1 |
| 2019-02-22 | Invalid byte alignment expected/provided in message #58617 | Patrick McCarter | -2/+4 |
| 2019-02-22 | Rollup merge of #58615 - RalfJung:ref-to-place-alignment, r=oli-obk | Mazdak Farrokhzad | -2/+8 |
| 2019-02-22 | Rollup merge of #58607 - gurgalex:fail_E0505_for_2018_edition, r=matthewjasper | Mazdak Farrokhzad | -15/+22 |
| 2019-02-21 | Move the exit block of the match to the end | Matthew Jasper | -5/+9 |
| 2019-02-21 | Fix error index example | Matthew Jasper | -2/+2 |
| 2019-02-21 | Simplify the cleanup_post_borrowck passes | Matthew Jasper | -85/+20 |
| 2019-02-21 | Activate two phase borrows on all uses | Matthew Jasper | -28/+16 |
| 2019-02-21 | Use normal mutable borrows in MIR match lowering | Matthew Jasper | -161/+111 |
| 2019-02-21 | Match discriminant -> scrutinee | Matthew Jasper | -22/+22 |
| 2019-02-21 | Clean up MIR match lowering | Matthew Jasper | -534/+579 |
| 2019-02-21 | Improve error message and add tests for borrowck match handling | Matthew Jasper | -11/+19 |
| 2019-02-21 | remark about the one place where place computation calls size_and_align_of | Ralf Jung | -2/+4 |
| 2019-02-21 | explain why we use static alignment in ref-to-place conversion | Ralf Jung | -0/+4 |
| 2019-02-20 | Remove braces from most E0505 examples | Alex Gurganus | -15/+9 |
| 2019-02-20 | Fixes #58586: Make E0505 explain example fail for 2018 edition | Alex Gurganus | -3/+16 |
| 2019-02-20 | Run rustfmt | Santiago Pastorino | -117/+155 |
| 2019-02-20 | Fix erroneous loop diagnostic in nll | Santiago Pastorino | -56/+123 |
| 2019-02-20 | Use successor_within_block helper | Santiago Pastorino | -4/+1 |
| 2019-02-20 | hir: HirId-ify intravisit | ljedrz | -1/+1 |
| 2019-02-20 | Rollup merge of #58569 - kenta7777:reduce-code-repetition, r=oli-obk | kennytm | -6/+4 |
| 2019-02-20 | Rollup merge of #58562 - dlrobertson:fix_nits, r=alexreg | kennytm | -29/+33 |
| 2019-02-19 | reduced some code repetitions. | kenta7777 | -6/+4 |
| 2019-02-19 | Auto merge of #58503 - varkor:const-generics-hir, r=petrochenkov | bors | -1/+4 |
| 2019-02-18 | Fix style nits | Dan Robertson | -29/+33 |
| 2019-02-17 | Rollup merge of #58509 - phansch:add_myself_to_clippy_toolstate_maintainers, ... | kennytm | -14/+26 |
| 2019-02-16 | Limit the visibility further and expand on a comment | Oliver Scherer | -2/+3 |
| 2019-02-16 | Update docs and visibilities of const to op methods | Oliver Scherer | -3/+3 |
| 2019-02-16 | Add `eval` prefix to clarify what the function does | Oliver Scherer | -3/+3 |
| 2019-02-16 | Make `may_normalize` explicit in the type system | Oliver Scherer | -34/+38 |