| Age | Commit message (Expand) | Author | Lines |
| 2021-01-17 | Fix test to work with remote-test-server. | Eric Huss | -1/+7 |
| 2021-01-17 | Add test for Command::current_dir behavior. | Eric Huss | -0/+43 |
| 2021-01-17 | Auto merge of #80942 - c410-f3r:tests-tests-tests, r=petrochenkov | bors | -66/+0 |
| 2021-01-16 | Move some tests to more reasonable directories - 2 | Caio | -66/+0 |
| 2021-01-16 | Auto merge of #81089 - m-ou-se:rollup-z7iac6i, r=m-ou-se | bors | -0/+141 |
| 2021-01-16 | Rollup merge of #81081 - bugadani:double-partialeq, r=Mark-Simulacrum | Mara Bos | -0/+16 |
| 2021-01-16 | Rollup merge of #81060 - nagisa:nagisa/regression-50041, r=Mark-Simulacrum | Mara Bos | -0/+34 |
| 2021-01-16 | Rollup merge of #80971 - camelid:feature-gate-testsuite-organization, r=Mark-... | Mara Bos | -0/+0 |
| 2021-01-16 | Rollup merge of #80941 - JohnTitor:ref-mut-pat-in-loops, r=varkor | Mara Bos | -0/+25 |
| 2021-01-16 | Rollup merge of #80902 - JohnTitor:issue-76281, r=Mark-Simulacrum | Mara Bos | -0/+12 |
| 2021-01-16 | Rollup merge of #80614 - 1000teslas:issue-78938-fix, r=tmandry | Mara Bos | -0/+54 |
| 2021-01-16 | Auto merge of #80290 - RalfJung:less-intrinsic-write, r=lcnr | bors | -293/+0 |
| 2021-01-16 | Add test for #34792 | Dániel Buga | -0/+16 |
| 2021-01-16 | Add a regression test for #76281 | Yuki Okushi | -0/+12 |
| 2021-01-16 | Add a regression test for #50041 | Simonas Kazlauskas | -0/+34 |
| 2021-01-15 | Rollup merge of #81008 - tmiasko:generator-layout-err, r=tmandry | Yuki Okushi | -0/+37 |
| 2021-01-14 | Auto merge of #81018 - m-ou-se:rollup-7202dc7, r=m-ou-se | bors | -2/+239 |
| 2021-01-14 | Rollup merge of #80017 - camelid:sugg-rest-pattern, r=estebank | Mara Bos | -2/+239 |
| 2021-01-14 | Auto merge of #79689 - Vooblin:patch1, r=tmandry | bors | -54/+55 |
| 2021-01-14 | Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper | bors | -3/+5 |
| 2021-01-14 | Don't ICE when computing a layout of a generator tainted by errors | Tomasz Miąsko | -0/+37 |
| 2021-01-14 | Fix error E0373 documentation | 1000teslas | -1/+1 |
| 2021-01-14 | Encode optimized MIR of generators when emitting metadata | Tomasz Miąsko | -0/+34 |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -382/+1911 |
| 2021-01-14 | Bless test output | 1000teslas | -1/+0 |
| 2021-01-13 | Update code to account for extern ABI requirement | Mark Rousskov | -113/+102 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -709/+739 |
| 2021-01-12 | Include `..` suggestion if fields are all wildcards | Camelid | -6/+32 |
| 2021-01-12 | Put all feature gate tests under `feature-gates/` | Camelid | -0/+0 |
| 2021-01-12 | Always show suggestions in their own subwindows | Camelid | -44/+66 |
| 2021-01-12 | Add a test case with lots of whitespace | Camelid | -8/+34 |
| 2021-01-12 | Only suggest `..` if more than one field is missing | Camelid | -120/+50 |
| 2021-01-12 | Specialize `..` help message for all fields vs. the rest | Camelid | -19/+19 |
| 2021-01-12 | Pluralize 'parenthesis' correctly | Camelid | -2/+2 |
| 2021-01-12 | Suggest `Variant(..)` if all of the mentioned fields are `_` | Camelid | -10/+10 |
| 2021-01-12 | Suggest `_` and `..` if a pattern has too few fields | Camelid | -0/+233 |
| 2021-01-13 | Rollup merge of #80796 - cuviper:llvm-11.0.1, r=nikic | Dylan DPC | -2/+3 |
| 2021-01-13 | Rollup merge of #79588 - estebank:issue-79187, r=oli-obk | Dylan DPC | -13/+328 |
| 2021-01-13 | Rollup merge of #78901 - arora-aman:fix_closure_coerce, r=estebank | Dylan DPC | -0/+87 |
| 2021-01-12 | Auto merge of #79670 - Nadrieril:uninhabited-query, r=estebank | bors | -448/+434 |
| 2021-01-12 | Provide more information for HRTB lifetime errors involving closures | Esteban Küber | -13/+328 |
| 2021-01-12 | Auto merge of #80009 - jumbatm:issue79581-overeager-clashing-extern-decl, r=a... | bors | -0/+21 |
| 2021-01-12 | Add tests for uninhabited types | Nadrieril | -212/+351 |
| 2021-01-12 | Deduplicate some tests using revisions | Nadrieril | -227/+74 |
| 2021-01-12 | Auto merge of #78407 - oli-obk:ub_checkable_ctfe, r=RalfJung,pnkfelix | bors | -48/+77 |
| 2021-01-12 | Auto merge of #80517 - wabain:issue-77880-infer-error-try-conversion-msg, r=d... | bors | -3/+68 |
| 2021-01-12 | Do not suggest invalid code in pattern with loop | Yuki Okushi | -0/+25 |
| 2021-01-12 | Rollup merge of #80930 - euclio:trait-method-mutability-help, r=estebank | Yuki Okushi | -15/+12 |
| 2021-01-12 | Rollup merge of #80880 - c410-f3r:tests-tests-tests, r=petrochenkov | Yuki Okushi | -10/+0 |
| 2021-01-12 | Rollup merge of #79757 - jryans:long-line-tab-handling-early-expand, r=estebank | Yuki Okushi | -0/+25 |