| Age | Commit message (Expand) | Author | Lines |
| 2021-02-09 | Auto merge of #81384 - tmiasko:partial-ord, r=petrochenkov | bors | -45/+1 |
| 2021-02-09 | Fixing bad suggestion for `_` in `const` type when a function #81885 | Kevin Per | -4/+26 |
| 2021-02-09 | Rollup merge of #80732 - spastorino:trait-inheritance-self2, r=nikomatsakis | Dylan DPC | -27/+22 |
| 2021-02-09 | ./x.py test --bless | Tomasz Miąsko | -45/+1 |
| 2021-02-08 | Rollup merge of #81828 - davidhewitt:capture-raw-format-strings, r=estebank | Mara Bos | -2/+2 |
| 2021-02-07 | Auto merge of #80652 - calebzulawski:simd-lanes, r=nagisa | bors | -33/+0 |
| 2021-02-07 | Auto merge of #79078 - petrochenkov:derattr, r=Aaron1011 | bors | -43/+27 |
| 2021-02-07 | expand/resolve: Turn `#[derive]` into a regular macro attribute | Vadim Petrochenkov | -43/+27 |
| 2021-02-07 | Rollup merge of #81843 - bstrie:issue-29821, r=lcnr | Guillaume Gomez | -0/+19 |
| 2021-02-07 | Auto merge of #81462 - osa1:issue75158, r=Mark-Simulacrum | bors | -69/+0 |
| 2021-02-06 | Auto merge of #78052 - da-x:path-trimming-type-aliases, r=davidtwco | bors | -30/+30 |
| 2021-02-06 | Add regression test for #29821 | bstrie | -0/+19 |
| 2021-02-06 | Rollup merge of #81738 - camelid:misc-small-diag-cleanup, r=lcnr | Jonas Schievink | -2/+2 |
| 2021-02-06 | parse_format: treat r" as a literal | David Hewitt | -2/+2 |
| 2021-02-06 | path trimming: ignore type aliases | Dan Aloni | -30/+30 |
| 2021-02-05 | Revert "Auto merge of #79637 - spastorino:revert-trait-inheritance-self, r=Ma... | Santiago Pastorino | -27/+22 |
| 2021-02-05 | Move type size check tests to new dir ui/limits | Ömer Sinan Ağacan | -89/+0 |
| 2021-02-05 | Add test for #75158 | Ömer Sinan Ağacan | -0/+20 |
| 2021-02-04 | typeck: Emit structured suggestions for tuple struct syntax | Camelid | -2/+2 |
| 2021-02-03 | Miscellaneous small diagnostics cleanup | Camelid | -2/+2 |
| 2021-02-02 | Rollup merge of #81634 - jesusprubio:jesusprubio/add-long-explanation-e0521, ... | Jack Huey | -0/+2 |
| 2021-02-02 | Update ui tests (nll) | Jesus Rubio | -0/+2 |
| 2021-02-02 | Rollup merge of #81481 - lcnr:cast-tests, r=jackh726 | Jonas Schievink | -17/+0 |
| 2021-01-31 | Move some tests to more reasonable directories | Caio | -1355/+0 |
| 2021-01-28 | Auto merge of #81055 - matthewjasper:non-fatal-overflow, r=nikomatsakis | bors | -1/+2 |
| 2021-01-28 | move a bunch of tests | Bastian Kauschke | -17/+0 |
| 2021-01-28 | Auto merge of #81149 - Aaron1011:feature/better-no-method-found-err, r=estebank | bors | -35/+35 |
| 2021-01-26 | Avoid describing a method as 'not found' when bounds are unsatisfied | Aaron Hill | -35/+35 |
| 2021-01-26 | Point only at generic arguments when they are unexpected | Esteban Küber | -2/+2 |
| 2021-01-23 | Move SIMD tests | Caleb Zulawski | -60/+0 |
| 2021-01-23 | Fix maximum SIMD lane count, and expose it to other crates. Disallow SIMD ve... | Caleb Zulawski | -2/+29 |
| 2021-01-23 | Adjust wording of a diagnostic | oli | -1/+1 |
| 2021-01-23 | Permit mutable references in all const contexts | oli | -3/+3 |
| 2021-01-23 | Auto merge of #80065 - b-naber:parse-angle-arg-diagnostics, r=petrochenkov | bors | -6/+9 |
| 2021-01-22 | add and update tests | b-naber | -6/+9 |
| 2021-01-21 | Account for labels when suggesting `loop` instead of `while true` | Esteban Küber | -7/+7 |
| 2021-01-16 | Move some tests to more reasonable directories - 2 | Caio | -4166/+0 |
| 2021-01-15 | Make hitting the recursion limit in projection non-fatal | Matthew Jasper | -1/+2 |
| 2021-01-14 | Rollup merge of #80017 - camelid:sugg-rest-pattern, r=estebank | Mara Bos | -0/+14 |
| 2021-01-14 | Auto merge of #79328 - c410-f3r:hir-if, r=matthewjasper | bors | -0/+2 |
| 2021-01-13 | Auto merge of #77524 - Patryk27:fixes/66228, r=estebank | bors | -28/+102 |
| 2021-01-13 | Update code to account for extern ABI requirement | Mark Rousskov | -10/+10 |
| 2021-01-13 | Update tests for extern block linting | Mark Rousskov | -84/+79 |
| 2021-01-12 | Include `..` suggestion if fields are all wildcards | Camelid | -0/+4 |
| 2021-01-12 | Always show suggestions in their own subwindows | Camelid | -8/+12 |
| 2021-01-12 | Only suggest `..` if more than one field is missing | Camelid | -20/+8 |
| 2021-01-12 | Specialize `..` help message for all fields vs. the rest | Camelid | -2/+2 |
| 2021-01-12 | Suggest `_` and `..` if a pattern has too few fields | Camelid | -0/+18 |
| 2021-01-12 | Provide more information for HRTB lifetime errors involving closures | Esteban Küber | -2/+5 |
| 2021-01-12 | Rollup merge of #80930 - euclio:trait-method-mutability-help, r=estebank | Yuki Okushi | -5/+4 |