| Age | Commit message (Expand) | Author | Lines |
| 2020-03-07 | Rollup merge of #67741 - estebank:point-at-pat-def, r=Centril | Mazdak Farrokhzad | -4/+68 |
| 2020-03-06 | When encountering an Item in a pat context, point at the item def | Esteban Küber | -4/+68 |
| 2020-03-06 | Auto merge of #69753 - pnkfelix:issue-69191-ice-on-uninhabited-enum-field, r=oli | bors | -0/+91 |
| 2020-03-06 | Added oli's multivariant test case (alpha renaming the enum name itself). | Felix S. Klock II | -3/+63 |
| 2020-03-06 | Auto merge of #69614 - estebank:ice-age, r=davidtwco | bors | -0/+41 |
| 2020-03-05 | Fix #69191 | Felix S. Klock II | -0/+31 |
| 2020-03-05 | Bumped version number for const_eval_limit in active.rs | Christoph Schmidler | -14/+38 |
| 2020-03-05 | Opt out of CTFE if the 'const_eval_limit' is set to 0 | Christoph Schmidler | -1/+9 |
| 2020-03-05 | Add a new test to reach const_limit setting, although with wrong WARNINGs yet | Christoph Schmidler | -20/+35 |
| 2020-03-05 | Disable CTFE if const_limit was set to 0, otherwise use the value set, which ... | Christoph Schmidler | -1/+33 |
| 2020-03-05 | Prepare const_limit feature gate and attribute | Christoph Schmidler | -0/+24 |
| 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 | 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 | 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 | 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 | 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-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 | 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 |