| Age | Commit message (Expand) | Author | Lines |
| 2021-01-24 | Identify subpatterns by the path to them instead of spans | Nadrieril | -24/+17 |
| 2021-01-24 | Factor or-pattern expansion | Nadrieril | -13/+22 |
| 2021-01-24 | Add tests | Nadrieril | -10/+90 |
| 2021-01-17 | Auto merge of #78818 - scottmcm:as_rchunks, r=KodrAus | bors | -0/+33 |
| 2021-01-17 | Auto merge of #80942 - c410-f3r:tests-tests-tests, r=petrochenkov | bors | -66/+0 |
| 2021-01-16 | Try ignore-debug in the codegen test | Scott McMurray | -0/+1 |
| 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 | -2/+163 |
| 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 #81040 - osa1:fix_80992, r=jyn514 | Mara Bos | -0/+17 |
| 2021-01-16 | Rollup merge of #81021 - CraftSpider:rustdoc-remove-import, r=jyn514 | Mara Bos | -2/+5 |
| 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 | -312/+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-15 | Add `as_rchunks` (and friends) to slices | Scott McMurray | -0/+32 |
| 2021-01-16 | Add a test | Ömer Sinan Ağacan | -0/+17 |
| 2021-01-16 | Auto merge of #77885 - erikdesjardins:probeasm, r=cuviper | bors | -1/+44 |
| 2021-01-16 | Add a regression test for #50041 | Simonas Kazlauskas | -0/+34 |
| 2021-01-15 | Add warning to compare.py about error messages | Rune Tynan | -0/+3 |
| 2021-01-15 | Fix JSON test | Rune Tynan | -2/+2 |
| 2021-01-15 | Add test for #59352 | Dániel Buga | -0/+139 |
| 2021-01-15 | Rollup merge of #81008 - tmiasko:generator-layout-err, r=tmandry | Yuki Okushi | -0/+37 |
| 2021-01-15 | Rollup merge of #80834 - bugadani:vecdeque, r=oli-obk | Yuki Okushi | -0/+19 |
| 2021-01-15 | Rollup merge of #80254 - Aaron1011:rustdoc-auto-param-env, r=estebank | Yuki Okushi | -0/+37 |
| 2021-01-14 | Use probe-stack=inline-asm in LLVM 11+ | Erik Desjardins | -1/+44 |
| 2021-01-14 | Auto merge of #81018 - m-ou-se:rollup-7202dc7, r=m-ou-se | bors | -2/+239 |
| 2021-01-14 | Remove unreachable panics from VecDeque | Dániel Buga | -0/+19 |
| 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 | -2754/+2504 |
| 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 #80654 - Aaron1011:fix/dummy-span-ctxt, r=wesleywiser | bors | -0/+10 |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -382/+1911 |
| 2021-01-13 | Properly handle `SyntaxContext` of dummy spans in incr comp | Aaron Hill | -0/+10 |
| 2021-01-14 | Bless test output | 1000teslas | -1/+0 |
| 2021-01-13 | Update code to account for extern ABI requirement | Mark Rousskov | -163/+152 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -918/+981 |
| 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 |