| Age | Commit message (Expand) | Author | Lines |
| 2019-04-10 | Update ui test | Lzu Tao | -1/+1 |
| 2019-04-07 | bless the ui tests | Pietro Albini | -3/+3 |
| 2019-04-07 | Only run SIMD tests on x86 | Oliver Scherer | -3/+9 |
| 2019-04-07 | Add more regression tests for accidental promotion | Oliver Scherer | -0/+37 |
| 2019-04-07 | Function arguments should never get promoted | Oliver Scherer | -0/+18 |
| 2019-04-06 | Don't report deprecation lints in derive expansions | Oliver Scherer | -0/+18 |
| 2019-03-26 | Auto merge of #59259 - petrochenkov:bderval, r=estebank | bors | -83/+141 |
| 2019-03-19 | bless ui tests | Pietro Albini | -2/+2 |
| 2019-03-19 | resolve: Account for new importable entities | Vadim Petrochenkov | -0/+42 |
| 2019-03-17 | Do not accidentally treat multi-segment meta-items as single-segment | Vadim Petrochenkov | -83/+141 |
| 2019-03-16 | Add regression test for #58886 | Esteban Küber | -0/+53 |
| 2019-03-16 | Collect unclosed delimiters in parent parser | Esteban Küber | -31/+32 |
| 2019-03-16 | Emit missing unclosed delimiter errors | Esteban Küber | -40/+37 |
| 2019-03-16 | Reduce test case | Esteban Küber | -18/+4 |
| 2019-03-16 | Emit unclosed delimiters during recovery | Esteban Küber | -1/+13 |
| 2019-03-16 | Bail when encountering a second unexpected token in the same span | Esteban Küber | -74/+15 |
| 2019-03-16 | Do not panic on missing close paren | Esteban Küber | -0/+107 |
| 2019-03-16 | Expand where negative supertrait specific error is shown | Esteban Küber | -0/+15 |
| 2019-03-16 | Make migrate mode work at item level granularity | Matthew Jasper | -0/+100 |
| 2019-03-16 | Don't promote function calls to nonpromotable things | Oliver Scherer | -0/+18 |
| 2019-03-16 | Test illustrating that the nested_impl_trait lint should only catch shallow c... | Felix S. Klock II | -0/+72 |
| 2019-03-16 | Unit (and regression) tests for warning cycle code. | Felix S. Klock II | -59/+140 |
| 2019-03-16 | Handle type annotations in promoted MIR correctly | Matthew Jasper | -0/+29 |
| 2019-03-16 | Include bounds from promoted constants in NLL | Matthew Jasper | -3/+78 |
| 2019-02-25 | Auto merge of #57367 - petrochenkov:unrestab, r=Centril | bors | -68/+86 |
| 2019-02-25 | Auto merge of #58302 - SimonSapin:tryfrom, r=alexcrichton | bors | -4/+3 |
| 2019-02-25 | Stabilize `unrestricted_attribute_tokens` | Vadim Petrochenkov | -60/+19 |
| 2019-02-25 | Restrict value in key-value attributes to literals | Vadim Petrochenkov | -13/+72 |
| 2019-02-25 | Rollup merge of #55632 - ollie27:deny_overflowing_literals, r=Centril | Mazdak Farrokhzad | -17/+30 |
| 2019-02-25 | Auto merge of #57609 - matthewjasper:more-restrictive-match, r=pnkfelix | bors | -90/+185 |
| 2019-02-25 | Rollup merge of #58370 - nox:relax-bounds, r=dtolnay | Mazdak Farrokhzad | -10/+11 |
| 2019-02-24 | Auto merge of #58315 - gnzlbg:returns_twice, r=alexcrichton | bors | -0/+33 |
| 2019-02-24 | Auto merge of #58691 - Centril:rollup, r=Centril | bors | -0/+72 |
| 2019-02-24 | Rollup merge of #57364 - hdhoang:33418_negative_bounds, r=estebank | Mazdak Farrokhzad | -0/+72 |
| 2019-02-24 | Auto merge of #58304 - gnzlbg:simd_saturated, r=nagisa | bors | -0/+53 |
| 2019-02-23 | Use E0724 instead of E0723 as an error code | gnzlbg | -2/+2 |
| 2019-02-23 | Correct error message | gnzlbg | -3/+3 |
| 2019-02-23 | Implement ffi_returns_twice attribute | gnzlbg | -0/+33 |
| 2019-02-23 | Rollup merge of #58658 - pmccarter:align_msg, r=matthewjasper | Mazdak Farrokhzad | -6/+8 |
| 2019-02-23 | Rollup merge of #58648 - pnkfelix:issue-23926-update-tests, r=nikomatsakis | Mazdak Farrokhzad | -12/+24 |
| 2019-02-23 | Rollup merge of #58526 - pmccarter:master, r=estebank | Mazdak Farrokhzad | -0/+19 |
| 2019-02-23 | Rollup merge of #58353 - matthewjasper:typeck-pattern-constants, r=arielb1 | Mazdak Farrokhzad | -20/+58 |
| 2019-02-23 | Rollup merge of #58199 - clintfred:partial-move-err-msg, r=estebank | Mazdak Farrokhzad | -10/+10 |
| 2019-02-23 | Improve parsing diagnostic for negative supertrait bounds | Hoàng Đức Hiếu | -0/+72 |
| 2019-02-22 | #58658 bless after line split for tidy | Patrick McCarter | -5/+5 |
| 2019-02-22 | tidy line length override #58617 | Patrick McCarter | -0/+1 |
| 2019-02-22 | Change byte align message wording #58617 | Patrick McCarter | -2/+2 |
| 2019-02-22 | Invalid byte alignment expected/provided in message #58617 | Patrick McCarter | -5/+6 |
| 2019-02-22 | Switch from error patterns to `//~ ERROR` markers. | Felix S. Klock II | -8/+11 |
| 2019-02-22 | Make target pointer-width specific variants of (very old) huge-array-simple.r... | Felix S. Klock II | -4/+13 |