| Age | Commit message (Expand) | Author | Lines |
| 2020-03-04 | Add run-pass test suggested by @joshtriplett | Aaron Hill | -0/+15 |
| 2020-03-04 | Remove recovery test | Aaron Hill | -30/+0 |
| 2020-03-04 | Test trying to cfg-remove an `if` expression | Aaron Hill | -0/+13 |
| 2020-03-04 | Test that stmt_expr_attrs properly gates if-attrs | Aaron Hill | -0/+18 |
| 2020-03-04 | Test #[allow(unused)] on `if` expression | Aaron Hill | -0/+12 |
| 2020-03-04 | Permit attributes on 'if' expressions | Aaron Hill | -25/+137 |
| 2020-03-04 | Move formatting to different function | Jonas Schievink | -1/+5 |
| 2020-03-04 | On mismatched delimiters, only point at empty blocks that are in the same line | Esteban Küber | -8/+2 |
| 2020-03-04 | fix tidy error | Matthew Kuo | -1/+2 |
| 2020-03-04 | test(pattern): harden tests for or-patterns with slice-patterns | Matthew Kuo | -4/+27 |
| 2020-03-04 | test(pattern): add tests for combinations of pattern features | Matthew Kuo | -0/+283 |
| 2020-03-04 | resolve, inconsistent binding mode: tweak wording. | Mazdak Farrokhzad | -72/+73 |
| 2020-03-03 | Auto merge of #69678 - Dylan-DPC:rollup-yoaueud, r=Dylan-DPC | bors | -2/+29 |
| 2020-03-03 | Rollup merge of #69665 - tmiasko:new-pass-manager-thin-lto-opt, r=nikic | Dylan DPC | -2/+29 |
| 2020-03-03 | Auto merge of #69506 - Centril:stmt-semi-none, r=petrochenkov | bors | -22/+14 |
| 2020-03-03 | Auto merge of #69371 - tmiasko:weak-lang-cycle, r=alexcrichton | bors | -0/+76 |
| 2020-03-03 | Add regression test for linking issue with start-group / end-group | Tomasz Miąsko | -0/+76 |
| 2020-03-03 | Remove trailing whitespace. | 12101111 | -1/+1 |
| 2020-03-03 | Only run this test on musl | 12101111 | -2/+2 |
| 2020-03-03 | Update tests | Yuki Okushi | -91/+11 |
| 2020-03-03 | Remove the `no_debug` feature | Yuki Okushi | -4/+0 |
| 2020-03-03 | Rollup merge of #69620 - thekuom:doc/61137-add-long-error-code-e0719, r=david... | Yuki Okushi | -0/+2 |
| 2020-03-03 | Rollup merge of #69609 - TimDiekmann:excess, r=Amanieu | Yuki Okushi | -17/+17 |
| 2020-03-03 | Don't use static crt by default when build proc-macro. | 12101111 | -0/+15 |
| 2020-03-03 | Fix check for __msan_keep_going in sanitizer-recover test | Tomasz Miąsko | -2/+2 |
| 2020-03-03 | Add test for -Znew-llvm-pass-manager -Clto=thin -Zsanitizer=... | Tomasz Miąsko | -0/+27 |
| 2020-03-02 | Remove chalk integration | CAD97 | -630/+0 |
| 2020-03-03 | Remove `usable_size` APIs | Tim Diekmann | -17/+17 |
| 2020-03-02 | Auto merge of #69635 - Dylan-DPC:rollup-2oh8uu5, r=Dylan-DPC | bors | -0/+70 |
| 2020-03-02 | Rollup merge of #69623 - Centril:fix-69396-tmp, r=petrochenkov | Dylan DPC | -0/+70 |
| 2020-03-02 | remove output-format test | Guillaume Gomez | -10/+0 |
| 2020-03-02 | Replace ToJson with serde | Guillaume Gomez | -9/+14 |
| 2020-03-02 | add tests for rustdoc output-format json | Guillaume Gomez | -0/+39 |
| 2020-03-02 | Apply review feedback | Amanieu d'Antras | -24/+0 |
| 2020-03-02 | Ignore broken no-landing-pads test | Amanieu d'Antras | -0/+1 |
| 2020-03-02 | Test catch_unwind vanishing | Amanieu d'Antras | -0/+36 |
| 2020-03-02 | Auto merge of #69257 - RalfJung:layout-visitor, r=eddyb | bors | -28/+28 |
| 2020-03-02 | stash API: remove panic to fix ICE. | Mazdak Farrokhzad | -0/+70 |
| 2020-03-01 | encode `;` stmt w/o expr as `StmtKind::Empty` | Mazdak Farrokhzad | -22/+14 |
| 2020-03-01 | Fix use of `has_infer_types` | Matthew Jasper | -14/+14 |
| 2020-03-01 | doc(librustc_error_codes): add long error explanation for E0719 | Matthew Kuo | -0/+2 |
| 2020-03-01 | `delay_span_bug` when codegen cannot select obligation | Esteban Küber | -0/+41 |
| 2020-03-01 | Rollup merge of #69598 - ollie27:rustdoc_crate-version_escape, r=GuillaumeGomez | Dylan DPC | -0/+6 |
| 2020-03-01 | Rollup merge of #69605 - JohnTitor:opt-def-id, r=petrochenkov | Yuki Okushi | -6/+8 |
| 2020-03-01 | Rollup merge of #69583 - LeSeulArtichaut:ice-69378, r=Centril | Yuki Okushi | -0/+17 |
| 2020-03-01 | Use `opt_def_id()` over `def_id()` | Yuki Okushi | -6/+8 |
| 2020-03-01 | check_binding_alt_eq_ty: improve precision wrt. `if let`. | Mazdak Farrokhzad | -8/+8 |
| 2020-03-01 | rustdoc: HTML escape crate version | Oliver Middleton | -0/+6 |
| 2020-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -19/+19 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -5/+5 |