| Age | Commit message (Expand) | Author | Lines |
| 2020-11-19 | Regroup many usefulness-related test in the same folder | Nadrieril | -507/+0 |
| 2020-11-19 | expand: Stop derive expansion un unexpected targets early | Vadim Petrochenkov | -26/+3 |
| 2020-11-19 | Rollup merge of #79110 - estebank:issue-58964, r=oli-obk | Dylan DPC | -380/+92 |
| 2020-11-19 | Revert "Normalize function type during validation" | Tomasz Miąsko | -0/+4 |
| 2020-11-18 | Add support for custom allocators in `Vec` | Tim Diekmann | -1/+1 |
| 2020-11-18 | Account for indirect cyclic requirements | Esteban Küber | -1/+89 |
| 2020-11-18 | Remove redundant notes in E0275 | Esteban Küber | -379/+3 |
| 2020-11-18 | change error for `LayoutErr::SizeOverflow` | Bastian Kauschke | -7/+7 |
| 2020-11-15 | Rollup merge of #78969 - tmiasko:normalize, r=davidtwco | Dylan DPC | -4/+0 |
| 2020-11-14 | Auto merge of #78809 - vn-ki:fix-issue-76064, r=oli-obk | bors | -70/+14 |
| 2020-11-13 | Rollup merge of #78985 - lcnr:cg-drop-test, r=nikomatsakis | Guillaume Gomez | -34/+0 |
| 2020-11-13 | Rollup merge of #77151 - rust-lang:LeSeulArtichaut-patch-1, r=pnkfelix | Guillaume Gomez | -0/+16 |
| 2020-11-12 | Normalize function type during validation | Tomasz Miąsko | -4/+0 |
| 2020-11-12 | Rollup merge of #78836 - fanzier:struct-and-slice-destructuring, r=petrochenkov | Mara Bos | -10/+38 |
| 2020-11-12 | check mir exists before validation; fix tests | Vishnunarayan K I | -70/+14 |
| 2020-11-12 | move dropck tests from ui -> ui/dropck | Bastian Kauschke | -34/+0 |
| 2020-11-11 | Implement destructuring assignment for structs and slices | Fabian Zaiser | -10/+38 |
| 2020-11-10 | Rollup merge of #76765 - guswynn:async_return, r=tmandry | Jonas Schievink | -0/+83 |
| 2020-11-09 | Update src/test/ui/issues/issue-76547.rs | Tyler Mandry | -1/+1 |
| 2020-11-09 | add nll compare mode stderr file | Gus Wynn | -0/+20 |
| 2020-11-09 | Add `#[cfg(panic = "...")]` | David Hewitt | -2/+2 |
| 2020-11-01 | Add delay_span_bug to no longer ICE | kadmin | -0/+16 |
| 2020-11-01 | Auto merge of #78553 - Nadrieril:fix-78549, r=varkor | bors | -6/+6 |
| 2020-11-01 | Fix #78549 | Nadrieril | -6/+6 |
| 2020-10-31 | Auto merge of #76257 - JulianKnodt:i75777, r=Dylan-DPC | bors | -0/+60 |
| 2020-10-30 | Rollup merge of #78545 - jackh726:anonymous, r=oli-obk | Yuki Okushi | -5/+5 |
| 2020-10-30 | Add regression test | kadmin | -0/+60 |
| 2020-10-30 | Auto merge of #78432 - sexxi-goose:fix-77993-take3, r=nikomatsakis | bors | -0/+45 |
| 2020-10-29 | Make anonymous binders start at 0 | Jack Huey | -5/+5 |
| 2020-10-29 | Rollup merge of #78422 - estebank:fix-78372, r=pnkfelix | Jonas Schievink | -0/+76 |
| 2020-10-29 | Add regression test for issue #76042 | LeSeulArtichaut | -0/+16 |
| 2020-10-29 | Auto merge of #78430 - Nadrieril:taking-constructors-seriously2, r=varkor | bors | -6/+6 |
| 2020-10-28 | Rollup merge of #78401 - davidtwco:issue-75906-tuple-construct-private-field,... | Dylan DPC | -11/+45 |
| 2020-10-28 | Rollup merge of #78379 - estebank:fn-signature-parse, r=varkor | Dylan DPC | -11/+4 |
| 2020-10-27 | Add unsized_fn_params feature | Santiago Pastorino | -10/+10 |
| 2020-10-27 | Disable "optimization to avoid load of address" in InstCombine | Jonas Schievink | -0/+17 |
| 2020-10-27 | Handle type errors in closure/generator upvar_tys | Aman Arora | -0/+45 |
| 2020-10-27 | Be honest about being able to list constructors | Nadrieril | -6/+6 |
| 2020-10-26 | Do not ICE on invalid input | Esteban Küber | -0/+76 |
| 2020-10-27 | Rollup merge of #78388 - camelid:regression-tests, r=lcnr | Yuki Okushi | -0/+34 |
| 2020-10-26 | Auto merge of #77187 - TimDiekmann:box-alloc, r=Amanieu | bors | -9/+9 |
| 2020-10-26 | Add FIXME note to const generics test | Camelid | -0/+1 |
| 2020-10-26 | Add some regression tests | Camelid | -0/+33 |
| 2020-10-26 | resolve: private fields in tuple struct ctor diag | David Wood | -11/+45 |
| 2020-10-26 | Auto merge of #78387 - Dylan-DPC:rollup-ch0st6z, r=Dylan-DPC | bors | -0/+134 |
| 2020-10-26 | Rollup merge of #78295 - Alexendoo:ice-regression-tests, r=nagisa | Dylan DPC | -0/+134 |
| 2020-10-26 | Auto merge of #77283 - estebank:if-let-sugg, r=Mark-Simulacrum | bors | -0/+21 |
| 2020-10-25 | Tweak invalid `fn` header and body parsing | Esteban Küber | -8/+1 |
| 2020-10-25 | Tweak `if let` suggestion to be more liberal with suggestion and to not ICE | Esteban Küber | -0/+21 |
| 2020-10-25 | Rely on regular "expected"/"found" parser error for `fn` | Esteban Küber | -6/+6 |