| Age | Commit message (Expand) | Author | Lines |
| 2021-02-08 | Add comment + move derive helper | Rune Tynan | -0/+4 |
| 2021-02-08 | Make `header` a vec of modifiers, make FunctionPointer consistent with Functi... | Rune Tynan | -0/+49 |
| 2021-02-07 | Auto merge of #80632 - Nadrieril:fix-80501, r=varkor | bors | -12/+94 |
| 2021-02-07 | Auto merge of #81853 - GuillaumeGomez:rollup-xzh1z4v, r=GuillaumeGomez | bors | -1/+20 |
| 2021-02-07 | Rollup merge of #81843 - bstrie:issue-29821, r=lcnr | Guillaume Gomez | -0/+19 |
| 2021-02-07 | Rollup merge of #81830 - jesusprubio:add-log-explanation-e0542, r=GuillaumeGomez | Guillaume Gomez | -1/+1 |
| 2021-02-07 | Auto merge of #81502 - CraftSpider:method-abi, r=jyn514 | bors | -0/+25 |
| 2021-02-07 | Auto merge of #81462 - osa1:issue75158, r=Mark-Simulacrum | bors | -0/+20 |
| 2021-02-06 | Auto merge of #78052 - da-x:path-trimming-type-aliases, r=davidtwco | bors | -3919/+3921 |
| 2021-02-06 | Add regression test for #29821 | bstrie | -0/+19 |
| 2021-02-06 | Rollup merge of #81812 - nagisa:nagisa/escape-the-escape-hatch, r=Amanieu | Jonas Schievink | -0/+32 |
| 2021-02-06 | Rollup merge of #81766 - jyn514:task-lists, r=GuillaumeGomez | Jonas Schievink | -0/+13 |
| 2021-02-06 | Rollup merge of #81738 - camelid:misc-small-diag-cleanup, r=lcnr | Jonas Schievink | -16/+16 |
| 2021-02-06 | Rollup merge of #81737 - camelid:typeck-structure-sugg, r=lcnr | Jonas Schievink | -3/+3 |
| 2021-02-06 | Add long error explanation for E0542 | Jesus Rubio | -1/+1 |
| 2021-02-06 | Add a test for escaping LLVMisms in inline asm | Simonas Kazlauskas | -0/+32 |
| 2021-02-06 | path trimming: disable on src/test/run-make-fulldeps/coverage-spanview | Dan Aloni | -3794/+3796 |
| 2021-02-06 | path trimming: ignore type aliases | Dan Aloni | -191/+191 |
| 2021-02-06 | Enable 'task list' markdown extension | Joshua Nelson | -0/+13 |
| 2021-02-05 | Add abi field to `Method` | Rune Tynan | -0/+25 |
| 2021-02-06 | Rollup merge of #81753 - tmiasko:inline-instruction-set, r=oli-obk | Mara Bos | -0/+146 |
| 2021-02-06 | Rollup merge of #81675 - poliorcetics:respect-shortness, r=jyn514 | Mara Bos | -0/+28 |
| 2021-02-05 | Auto merge of #81257 - pnkfelix:issue-80949-short-term-resolution-via-revert-... | bors | -10747/+10745 |
| 2021-02-05 | Rollup merge of #81730 - RustyYato:object-safe-allocator, r=Amanieu | Mara Bos | -0/+13 |
| 2021-02-05 | Rollup merge of #81500 - CraftSpider:union-kind, r=jyn514 | Mara Bos | -0/+7 |
| 2021-02-05 | Rollup merge of #81318 - CraftSpider:json-trait-fix, r=jyn514 | Mara Bos | -0/+21 |
| 2021-02-05 | Rollup merge of #81307 - estebank:invalid-byte-str-span, r=petrochenkov | Mara Bos | -103/+142 |
| 2021-02-05 | Rollup merge of #80726 - lcnr:unsize-query, r=oli-obk | Mara Bos | -0/+36 |
| 2021-02-05 | Rollup merge of #79554 - b-naber:generic-associated-types-in-trait-paths, r=j... | Mara Bos | -37/+897 |
| 2021-02-05 | Move type size check tests to new dir ui/limits | Ömer Sinan Ağacan | -0/+0 |
| 2021-02-05 | Add test for #75158 | Ömer Sinan Ağacan | -0/+20 |
| 2021-02-05 | Auto merge of #81688 - pnkfelix:fix-llvm-version-check-in-run-make-tests, r=s... | bors | -22/+4 |
| 2021-02-04 | Bless code coverage test | Wesley Wiser | -104/+6 |
| 2021-02-04 | regression test for issue 80949. | Felix S. Klock II | -0/+34 |
| 2021-02-04 | Revert "Simplify unscheduling of drops after moves" | Felix S. Klock II | -18/+55 |
| 2021-02-04 | Revert "Use `record_operands_moved` more aggresively" | Felix S. Klock II | -99/+187 |
| 2021-02-04 | Revert "Avoid leaking block expression values" | Felix S. Klock II | -10645/+10582 |
| 2021-02-05 | Never MIR inline functions with a different instruction set | Tomasz Miąsko | -0/+146 |
| 2021-02-04 | add tests | b-naber | -37/+897 |
| 2021-02-04 | Rollup merge of #81725 - mark-i-m:mv-test, r=Mark-Simulacrum | Mara Bos | -0/+0 |
| 2021-02-04 | Rollup merge of #81645 - m-ou-se:panic-lint, r=estebank,flip1995 | Mara Bos | -50/+145 |
| 2021-02-04 | Rollup merge of #81556 - nikomatsakis:forbidden-lint-groups-lint, r=pnkfelix | Mara Bos | -24/+417 |
| 2021-02-04 | Rollup merge of #74304 - yoshuawuyts:stabilize-wake, r=KodrAus | Mara Bos | -1/+0 |
| 2021-02-04 | typeck: Emit structured suggestions for tuple struct syntax | Camelid | -3/+3 |
| 2021-02-04 | Add a test for the shortness format in rustdoc | Alexis Bourget | -0/+28 |
| 2021-02-03 | Miscellaneous small diagnostics cleanup | Camelid | -16/+16 |
| 2021-02-03 | make Allocator object-safe | RustyYato | -0/+13 |
| 2021-02-04 | add `relaxed_struct_unsize` feature gate | Bastian Kauschke | -0/+25 |
| 2021-02-04 | relax adt unsizing requirements | Bastian Kauschke | -0/+11 |
| 2021-02-03 | Allow/fix non_fmt_panic in tests. | Mara Bos | -28/+35 |