| Age | Commit message (Expand) | Author | Lines |
| 2020-03-08 | Rollup merge of #69422 - JohnTitor:remove-unwrap, r=Xanewok | Mazdak Farrokhzad | -33/+38 |
| 2020-03-07 | Rollup merge of #69773 - matthiaskrgr:typos, r=petrochenkov | Mazdak Farrokhzad | -18/+18 |
| 2020-03-07 | Rollup merge of #69708 - estebank:tiny, r=petrochenkov | Mazdak Farrokhzad | -8/+2 |
| 2020-03-07 | Rollup merge of #69687 - Centril:bm-inconsistent-wording, r=estebank | Mazdak Farrokhzad | -72/+73 |
| 2020-03-07 | Rollup merge of #69667 - JohnTitor:no-debug, r=nikomatsakis | Mazdak Farrokhzad | -58/+11 |
| 2020-03-07 | Rollup merge of #69727 - JohnTitor:sugg-unwrap, r=estebank | Mazdak Farrokhzad | -0/+37 |
| 2020-03-07 | Rollup merge of #69690 - thekuom:test/67311-extend-bindings-after-at-tests, r... | Mazdak Farrokhzad | -0/+307 |
| 2020-03-07 | Rollup merge of #68985 - daboross:fix-35813, r=Centril | Mazdak Farrokhzad | -10/+613 |
| 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-07 | Add a regression test | Yuki Okushi | -0/+37 |
| 2020-03-06 | bless tests | Matthias Krüger | -8/+8 |
| 2020-03-06 | Auto merge of #69753 - pnkfelix:issue-69191-ice-on-uninhabited-enum-field, r=oli | bors | -0/+91 |
| 2020-03-06 | fix various typos | Matthias Krüger | -10/+10 |
| 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-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 | -0/+27 |
| 2020-03-03 | Rollup merge of #69665 - tmiasko:new-pass-manager-thin-lto-opt, r=nikic | Dylan DPC | -0/+27 |
| 2020-03-03 | Auto merge of #69506 - Centril:stmt-semi-none, r=petrochenkov | bors | -22/+14 |
| 2020-03-03 | Update tests | Yuki Okushi | -54/+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 | Add test for -Znew-llvm-pass-manager -Clto=thin -Zsanitizer=... | Tomasz Miąsko | -0/+27 |
| 2020-03-02 | Remove chalk integration | CAD97 | -505/+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 #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-02-29 | Rename `syntax` to `rustc_ast` in source code | Vadim Petrochenkov | -2/+2 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -2/+2 |