| Age | Commit message (Expand) | Author | Lines |
| 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 |
| 2020-03-01 | Make `rustc_attrs` tracking issue None | Yuki Okushi | -13/+0 |
| 2020-02-29 | Auto merge of #69260 - GuillaumeGomez:create-E0747-error-code, r=varkor,estebank | bors | -3/+6 |
| 2020-02-29 | Add regression test | LeSeulArtichaut | -0/+17 |
| 2020-02-29 | Use TypeRelating for instantiating query responses | Matthew Jasper | -0/+33 |
| 2020-02-29 | clarify a comment in the test | Ralf Jung | -1/+3 |
| 2020-02-29 | we cannot short-circuit just becuase the Abi seems harmless | Ralf Jung | -2/+46 |
| 2020-02-29 | make it even more conservative, and note some FIXMEs | Ralf Jung | -0/+2 |
| 2020-02-29 | test some more things that should not panic | Ralf Jung | -5/+14 |
| 2020-02-29 | mem::zeroed/uninit: panic on types that do not permit zero-initialization | Ralf Jung | -102/+113 |
| 2020-02-29 | Auto merge of #69255 - estebank:e0599-details, r=varkor | bors | -108/+328 |
| 2020-02-28 | Ignore output for some platforms with diverging test output | Esteban Küber | -6/+18 |
| 2020-02-28 | Do not suggest implementing traits if present in predicates | Esteban Küber | -9/+2 |
| 2020-02-28 | Reword message | Esteban Küber | -2/+2 |
| 2020-02-28 | Reduce verbosity when suggesting restricting type params | Esteban Küber | -12/+0 |
| 2020-02-28 | keep predicate order and tweak output | Esteban Küber | -74/+118 |
| 2020-02-28 | Review comments: split requirement text to multiple lines for readability | Esteban Küber | -16/+32 |
| 2020-02-28 | Account for arbitrary self types in E0599 | Esteban Küber | -17/+9 |
| 2020-02-28 | Suggest constraining type parameters | Esteban Küber | -0/+75 |
| 2020-02-28 | Tweak wording | Esteban Küber | -24/+24 |
| 2020-02-28 | Mention the full path of the implementing trait | Esteban Küber | -24/+24 |
| 2020-02-28 | Point at closure definitions | Esteban Küber | -5/+8 |
| 2020-02-28 | Show information of chain of bound obligations | Esteban Küber | -15/+39 |
| 2020-02-28 | Track all predicates in errors, not just trait obligations | Esteban Küber | -11/+39 |
| 2020-02-28 | Deduplicate information in E0599 | Esteban Küber | -30/+10 |
| 2020-02-28 | On single local candidate, use span label | Esteban Küber | -49/+72 |
| 2020-02-28 | Reduce vebosity of E0599 | Esteban Küber | -50/+8 |
| 2020-02-28 | Add more context to E0599 errors | Esteban Küber | -42/+126 |
| 2020-02-28 | Auto merge of #69555 - Centril:rollup-e53lxz4, r=Centril | bors | -88/+463 |
| 2020-02-28 | Rollup merge of #69539 - Centril:fix-69401, r=petrochenkov | Mazdak Farrokhzad | -0/+15 |
| 2020-02-28 | Rollup merge of #69522 - Centril:fix-69341, r=petrochenkov | Mazdak Farrokhzad | -0/+36 |