| Age | Commit message (Expand) | Author | Lines |
| 2020-03-24 | Rollup merge of #70077 - Aaron1011:feature/new-def-path-ident, r=petrochenkov | Mazdak Farrokhzad | -2/+28 |
| 2020-03-24 | Rollup merge of #69981 - oli-obk:const_blocks, r=eddyb | Mazdak Farrokhzad | -12/+28 |
| 2020-03-24 | Rollup merge of #69740 - mark-i-m:describe-it-3, r=eddyb | Mazdak Farrokhzad | -2/+2 |
| 2020-03-23 | Rollup merge of #70300 - aleksator:66636_reword_unused_variable_warning, r=Dy... | Mazdak Farrokhzad | -9/+9 |
| 2020-03-23 | Rollup merge of #70195 - rylev:test-for-53275, r=Centril | Mazdak Farrokhzad | -0/+9 |
| 2020-03-23 | Evaluate repeat expression lengths as late as possible | Oliver Scherer | -12/+28 |
| 2020-03-23 | Make sure issue 53275 test goes through codegen | Ryan Levick | -1/+2 |
| 2020-03-23 | Rollup merge of #69968 - eddyb:tupled-closure-captures, r=nikomatsakis | Mazdak Farrokhzad | -1/+1 |
| 2020-03-23 | Rollup merge of #69942 - estebank:sized-verbose-sugg, r=matthewjasper | Mazdak Farrokhzad | -50/+55 |
| 2020-03-23 | Reword unused variable warning | Alex Tokarev | -9/+9 |
| 2020-03-23 | Ignore tests on some platforms due to #53081 | Aaron Hill | -2/+12 |
| 2020-03-22 | Store idents for `DefPathData` into crate metadata | Aaron Hill | -0/+16 |
| 2020-03-23 | Rollup merge of #70227 - LeSeulArtichaut:typo-def, r=Centril | Mazdak Farrokhzad | -6/+5 |
| 2020-03-22 | Use more targetted span for error label | Esteban Küber | -4/+4 |
| 2020-03-22 | Normalize wording of privacy access labels | Esteban Küber | -18/+18 |
| 2020-03-22 | the crate and tests | mark | -2/+2 |
| 2020-03-22 | Add span label to primary error span | Esteban Küber | -24/+19 |
| 2020-03-22 | Increase verbosity when suggesting subtle code changes | Esteban Küber | -8/+18 |
| 2020-03-21 | Allow `hir().find` to return `None` | John Kåre Alsaker | -0/+32 |
| 2020-03-21 | Bless tests | LeSeulArtichaut | -6/+5 |
| 2020-03-21 | rustc: keep upvars tupled in {Closure,Generator}Substs. | Eduard-Mihai Burtescu | -1/+1 |
| 2020-03-21 | Rollup merge of #70176 - rylev:ice-tests, r=Centril | Mazdak Farrokhzad | -0/+651 |
| 2020-03-20 | Auto merge of #69509 - RalfJung:debug-assert-write, r=eddyb | bors | -3/+4 |
| 2020-03-20 | Add test for issue #53275 | Ryan Levick | -0/+8 |
| 2020-03-20 | Add tests for #58319 and #65131 | Ryan Levick | -0/+651 |
| 2020-03-18 | increase stack slack for x86_64-pc-windows-gnu | Ralf Jung | -3/+4 |
| 2020-03-17 | Update tests for erasing regions in typeck | Matthew Jasper | -2/+2 |
| 2020-03-16 | Rollup merge of #69995 - contrun:add-context-to-literal-overflow, r=ecstatic-... | Dylan DPC | -0/+1 |
| 2020-03-15 | Add more context to the literal overflow message | YI | -0/+1 |
| 2020-03-14 | increase slack for stack size test | Ralf Jung | -2/+2 |
| 2020-03-12 | update tests | Mark Mansi | -22/+22 |
| 2020-03-12 | Rollup merge of #69722 - estebank:negative-impl-span-ast, r=Centril | Mazdak Farrokhzad | -18/+12 |
| 2020-03-11 | Rollup merge of #69760 - Centril:parse-expr-improve, r=estebank | Mazdak Farrokhzad | -6/+6 |
| 2020-03-10 | unify/improve/simplify attribute parsing | Mazdak Farrokhzad | -6/+6 |
| 2020-03-10 | fix test failure due to earlier emitted error | YI | -1/+8 |
| 2020-03-08 | Rollup merge of #69422 - JohnTitor:remove-unwrap, r=Xanewok | Mazdak Farrokhzad | -5/+8 |
| 2020-03-07 | Rollup merge of #69727 - JohnTitor:sugg-unwrap, r=estebank | Mazdak Farrokhzad | -0/+37 |
| 2020-03-07 | Rollup merge of #67741 - estebank:point-at-pat-def, r=Centril | Mazdak Farrokhzad | -2/+22 |
| 2020-03-06 | When encountering an Item in a pat context, point at the item def | Esteban Küber | -2/+22 |
| 2020-03-07 | Add a regression test | Yuki Okushi | -0/+37 |
| 2020-03-06 | Further tweak spans in ast validation errors | Esteban Küber | -18/+12 |
| 2020-03-06 | Auto merge of #69614 - estebank:ice-age, r=davidtwco | bors | -0/+41 |
| 2020-03-02 | Rollup merge of #69623 - Centril:fix-69396-tmp, r=petrochenkov | Dylan DPC | -0/+70 |
| 2020-03-02 | stash API: remove panic to fix ICE. | Mazdak Farrokhzad | -0/+70 |
| 2020-03-01 | `delay_span_bug` when codegen cannot select obligation | Esteban Küber | -0/+41 |
| 2020-02-29 | Make it build again | Vadim Petrochenkov | -1/+1 |
| 2020-02-29 | Auto merge of #69255 - estebank:e0599-details, r=varkor | bors | -24/+50 |
| 2020-02-28 | keep predicate order and tweak output | Esteban Küber | -12/+16 |
| 2020-02-28 | Review comments: split requirement text to multiple lines for readability | Esteban Küber | -3/+6 |
| 2020-02-28 | Account for arbitrary self types in E0599 | Esteban Küber | -4/+2 |