| Age | Commit message (Expand) | Author | Lines |
| 2019-04-10 | Update ui test | Lzu Tao | -1/+1 |
| 2019-04-08 | Move rustdoc-js testing into compiletest | Guillaume Gomez | -0/+1 |
| 2019-04-08 | Rename rustdoc js test suites | Guillaume Gomez | -17/+17 |
| 2019-04-08 | Add rustdoc JS non-std tests | Guillaume Gomez | -0/+8 |
| 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-04-02 | Revert "Allow a dirty MirBuilt for make_extern and make_method_extern" | Josh Stone | -2/+2 |
| 2019-04-02 | Permit unwinding through FFI by default | Mark Rousskov | -0/+2 |
| 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 | -70/+86 |
| 2019-02-25 | Auto merge of #58302 - SimonSapin:tryfrom, r=alexcrichton | bors | -8/+6 |
| 2019-02-25 | Stabilize `unrestricted_attribute_tokens` | Vadim Petrochenkov | -62/+19 |
| 2019-02-25 | Restrict value in key-value attributes to literals | Vadim Petrochenkov | -13/+72 |
| 2019-02-25 | Rollup merge of #58725 - jamwt:fix-27949, r=Centril | Mazdak Farrokhzad | -0/+41 |
| 2019-02-25 | Rollup merge of #55632 - ollie27:deny_overflowing_literals, r=Centril | Mazdak Farrokhzad | -17/+30 |
| 2019-02-25 | Test that binop subtyping in rustc_typeck fixes #27949 | Jamie Turner | -0/+41 |
| 2019-02-25 | Auto merge of #57609 - matthewjasper:more-restrictive-match, r=pnkfelix | bors | -361/+441 |
| 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/+45 |
| 2019-02-24 | Auto merge of #58691 - Centril:rollup, r=Centril | bors | -0/+75 |
| 2019-02-24 | Rollup merge of #58642 - tspiteri:intra-rustdoc-prim-method, r=GuillaumeGomez | Mazdak Farrokhzad | -0/+3 |
| 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/+830 |
| 2019-02-24 | Auto merge of #58232 - ljedrz:HirIdification_continued, r=Zoxc | bors | -3/+3 |
| 2019-02-23 | rustdoc: support methods on primitives in intra-doc links | Trevor Spiteri | -0/+3 |
| 2019-02-23 | Use E0724 instead of E0723 as an error code | gnzlbg | -2/+2 |
| 2019-02-23 | Fix attribute check | gnzlbg | -2/+3 |
| 2019-02-23 | Use pattern to match attributes | gnzlbg | -9/+5 |
| 2019-02-23 | Correct error message | gnzlbg | -3/+3 |
| 2019-02-23 | Implement ffi_returns_twice attribute | gnzlbg | -0/+48 |