| Age | Commit message (Expand) | Author | Lines |
| 2020-02-28 | Rollup merge of #69452 - Centril:typeck-pat, r=estebank | Mazdak Farrokhzad | -67/+222 |
| 2020-02-28 | Rollup merge of #69384 - petrochenkov:nounnorm, r=Centril | Mazdak Farrokhzad | -21/+30 |
| 2020-02-28 | Rollup merge of #69340 - Centril:self-ctor-normalize, r=nikomatsakis | Mazdak Farrokhzad | -0/+160 |
| 2020-02-28 | Update UI tests | Guillaume Gomez | -3/+6 |
| 2020-02-28 | Auto merge of #69148 - estebank:cold-as-ice, r=oli-obk | bors | -303/+168 |
| 2020-02-28 | late resolve, visit_fn: bail early if there's no body. | Mazdak Farrokhzad | -0/+15 |
| 2020-02-28 | Auto merge of #68505 - skinny121:canonicalize-const-eval-inputs, r=nikomatsakis | bors | -0/+23 |
| 2020-02-28 | Auto merge of #69534 - Dylan-DPC:rollup-fwa2lip, r=Dylan-DPC | bors | -2/+29 |
| 2020-02-28 | Rollup merge of #69379 - jumbatm:llvm-sigsegv, r=pnkfelix | Dylan DPC | -2/+29 |
| 2020-02-27 | Account for associated items when denying `_` | Esteban Küber | -65/+144 |
| 2020-02-27 | Account for bounds when denying `_` in type parameters | Esteban Küber | -11/+58 |
| 2020-02-27 | Revert "Backport only: avoid ICE on bad placeholder type" | Esteban Küber | -328/+67 |
| 2020-02-27 | Auto merge of #69513 - tmiasko:revert-checked-unused, r=petrochenkov | bors | -57/+0 |
| 2020-02-27 | error_derive_forbidden_on_non_adt: be more graceful | Mazdak Farrokhzad | -0/+36 |
| 2020-02-27 | Auto merge of #68434 - varkor:astconv-mismatch-error, r=nikomatsakis | bors | -47/+94 |
| 2020-02-27 | Remove "important traits" feature | Guillaume Gomez | -52/+0 |
| 2020-02-27 | Auto merge of #69507 - JohnTitor:rollup-jqf1gmw, r=JohnTitor | bors | -67/+328 |
| 2020-02-27 | Rollup merge of #69324 - estebank:ice-break-backport-bad-placeholder-type, r=... | Yuki Okushi | -67/+328 |
| 2020-02-27 | Auto merge of #67332 - matthewjasper:drop-in-place-cgus, r=michaelwoerister | bors | -33/+23 |
| 2020-02-27 | Revert "Mark attributes consumed by `check_mod_attrs` as normal" | Tomasz Miąsko | -57/+0 |
| 2020-02-26 | Stabilize --crate-version option in rustdoc | Guillaume Gomez | -1/+1 |
| 2020-02-26 | Auto merge of #67742 - mark-i-m:describe-it, r=matthewjasper | bors | -77/+77 |
| 2020-02-26 | Test that column information is not emitted for MSVC targets | Tomasz Miąsko | -0/+16 |
| 2020-02-26 | Use byte offsets when emitting debuginfo columns | Tomasz Miąsko | -3/+11 |
| 2020-02-26 | Emit 1-based column numbers in debuginfo | Tomasz Miąsko | -0/+16 |
| 2020-02-26 | Update codegen-units tests | Matthew Jasper | -33/+23 |
| 2020-02-26 | instantiate_value_path: .impl_self_ty -> .type_of | Mazdak Farrokhzad | -0/+160 |
| 2020-02-26 | Rollup merge of #69209 - Mark-Simulacrum:strip-unsafe, r=dtolnay | Dylan DPC | -12/+8 |
| 2020-02-26 | miri: validity visitor comments and path printing improvements | Ralf Jung | -2/+2 |
| 2020-02-26 | Auto merge of #61812 - jonas-schievink:assoc-ty-defaults, r=nikomatsakis | bors | -118/+1917 |
| 2020-02-26 | Auto merge of #69474 - Dylan-DPC:rollup-ciotplu, r=Dylan-DPC | bors | -0/+94 |
| 2020-02-26 | Rollup merge of #69423 - petrochenkov:nont, r=Centril | Dylan DPC | -0/+14 |
| 2020-02-26 | Rollup merge of #69412 - tmiasko:checked-unused, r=petrochenkov | Dylan DPC | -0/+57 |
| 2020-02-26 | Rollup merge of #67637 - Mark-Simulacrum:primitive-mod, r=dtolnay | Dylan DPC | -0/+23 |
| 2020-02-25 | check_pat_ref: use pattern_cause | Mazdak Farrokhzad | -6/+21 |
| 2020-02-25 | check_pat_tuple: use pattern_cause | Mazdak Farrokhzad | -2/+17 |
| 2020-02-25 | check_pat_path: use pattern_cause | Mazdak Farrokhzad | -3/+20 |
| 2020-02-25 | improve or-pattern type consistency diagnostics | Mazdak Farrokhzad | -56/+155 |
| 2020-02-25 | enhance check_pat_lit with TopInfo | Mazdak Farrokhzad | -0/+9 |
| 2020-02-24 | Cherry-pick the LLVM fix for #69225 | Josh Stone | -0/+33 |
| 2020-02-24 | syntax: Remove `Nt(Impl,Trait,Foreign)Item` | Vadim Petrochenkov | -0/+14 |
| 2020-02-25 | Tweak tests | Yuki Okushi | -35/+36 |
| 2020-02-24 | Rollup merge of #69372 - yawpitch:master, r=varkor | Pietro Albini | -2/+4 |
| 2020-02-24 | parser: `token` -> `normalized_token`, `nonnormalized_token` -> `token` | Vadim Petrochenkov | -21/+30 |
| 2020-02-24 | Remove use of `unwrap()` from save-analysis | Yuki Okushi | -7/+11 |
| 2020-02-24 | parse: test bad variants wrt. issue 48137. | Mazdak Farrokhzad | -0/+97 |
| 2020-02-24 | parse: tweak diagnostic wordings | Mazdak Farrokhzad | -98/+98 |
| 2020-02-24 | parse/ast: move `Defaultness` into variants. | Mazdak Farrokhzad | -183/+449 |
| 2020-02-24 | parse: `NtItem` -> `parse_item_common`. | Mazdak Farrokhzad | -0/+34 |
| 2020-02-24 | parser: tweak item kind wording | Mazdak Farrokhzad | -80/+80 |