| Age | Commit message (Expand) | Author | Lines |
| 2022-01-27 | Continue work on assoc const eq | kadmin | -19/+6 |
| 2022-01-26 | do not register infer var for GAT projection in opaque | Michael Goulet | -0/+20 |
| 2022-01-27 | Auto merge of #92889 - tmiasko:unbounded-recursion, r=ecstatic-morse | bors | -3/+100 |
| 2022-01-26 | add note suggesting that predicate is satisfied but is not const | Michael Goulet | -0/+40 |
| 2022-01-26 | Rollup merge of #92256 - fee1-dead:improve-selection-err, r=oli-obk | Matthias Krüger | -50/+82 |
| 2022-01-26 | Change test to check-pass | Eric Holk | -1/+1 |
| 2022-01-26 | Update tracking issue numbers for inline assembly sub-features | Amanieu d'Antras | -4/+4 |
| 2022-01-26 | Ignore unwinding edges when checking for unconditional recursion | Tomasz Miąsko | -3/+100 |
| 2022-01-26 | Don't suggest inaccessible fields | threadexception | -0/+30 |
| 2022-01-26 | `const_deallocate`: Don't deallocate memory allocated in an another const. Do... | woppopo | -4/+27 |
| 2022-01-25 | #91939: integer to char cast error, make more targeted | George Bateman | -0/+24 |
| 2022-01-25 | Add regression test for #93197 | Eric Holk | -0/+15 |
| 2022-01-25 | Remove 1-tuple unreachable case | Rob Pilling | -2/+13 |
| 2022-01-25 | Handle generics with ParamEnv | Rob Pilling | -2/+52 |
| 2022-01-25 | Compare tuple element & arg types before suggesting a tuple | Rob Pilling | -10/+48 |
| 2022-01-25 | Test tuple suggestions, including tuple-as-function-argument | Rob Pilling | -0/+88 |
| 2022-01-25 | Rollup merge of #93303 - compiler-errors:issue-93282, r=wesleywiser | Matthias Krüger | -0/+17 |
| 2022-01-25 | Rollup merge of #93250 - Aaron1011:remove-early-dedup, r=oli-obk | Matthias Krüger | -21/+380 |
| 2022-01-25 | delay the bug once again, generalize turbofish suggestion | Michael Goulet | -25/+4 |
| 2022-01-25 | Remove delayed bug when encountering label in bad turbofish | Michael Goulet | -3/+41 |
| 2022-01-26 | Add a minimal working `append_const_msg` argument | Deadbeef | -3/+3 |
| 2022-01-26 | Improve selection errors for `~const` trait bounds | Deadbeef | -50/+82 |
| 2022-01-25 | Rollup merge of #93175 - spastorino:negative-traits-coherence-new, r=nikomats... | Matthias Krüger | -0/+26 |
| 2022-01-25 | Rollup merge of #93118 - jackh726:param-heuristics-3, r=estebank | Matthias Krüger | -1/+8 |
| 2022-01-24 | Auto merge of #93014 - Kobzol:revert-92103-stable-hash-skip-zero-bytes, r=the... | bors | -4/+4 |
| 2022-01-24 | Revert "Do not hash leading zero bytes of i64 numbers in Sip128 hasher" | Jakub Beránek | -4/+4 |
| 2022-01-24 | Auto merge of #93028 - compiler-errors:const_drop_bounds, r=fee1-dead | bors | -67/+82 |
| 2022-01-23 | Remove deduplication of early lints | Aaron Hill | -21/+380 |
| 2022-01-23 | Rollup merge of #93227 - compiler-errors:gat-hrtb-wfcheck, r=jackh726 | Matthias Krüger | -0/+10 |
| 2022-01-23 | Rollup merge of #93226 - compiler-errors:issue-93141, r=jackh726 | Matthias Krüger | -0/+25 |
| 2022-01-23 | Rollup merge of #93213 - c410-f3r:let-chains-feature, r=matthewjasper | Matthias Krüger | -20/+95 |
| 2022-01-23 | Liberate late bound regions when collecting GAT substs in wfcheck | Michael Goulet | -0/+10 |
| 2022-01-23 | Auto merge of #93220 - matthiaskrgr:rollup-9bkrlk0, r=matthiaskrgr | bors | -7/+45 |
| 2022-01-23 | Add `intrinsics::const_deallocate` | woppopo | -0/+127 |
| 2022-01-22 | Normalize field access types during borrowck | Michael Goulet | -0/+25 |
| 2022-01-23 | Auto merge of #93165 - eholk:disable-generator-drop-tracking, r=nikomatsakis | bors | -0/+113 |
| 2022-01-22 | [borrowck] Fix help on mutating &self in async fns | Alyssa Verkade | -0/+26 |
| 2022-01-23 | Rollup merge of #93103 - estebank:await-span, r=nagisa | Matthias Krüger | -0/+38 |
| 2022-01-23 | Rollup merge of #91122 - dtolnay:not, r=m-ou-se | Matthias Krüger | -7/+7 |
| 2022-01-22 | respect doc(hidden) when suggesting available fields | Ibraheem Ahmed | -0/+43 |
| 2022-01-22 | Fix let_chains and if_let_guard feature flags | Caio | -20/+95 |
| 2022-01-22 | Rollup merge of #93153 - tmiasko:reject-unsupported-naked-functions, r=Amanieu | Matthias Krüger | -165/+87 |
| 2022-01-21 | Move param count error emission to near end of check_argument_types | Jack Huey | -1/+8 |
| 2022-01-21 | Auto merge of #93173 - matthiaskrgr:rollup-49bj7ta, r=matthiaskrgr | bors | -142/+140 |
| 2022-01-21 | Implement stable with negative coherence mode | Santiago Pastorino | -0/+26 |
| 2022-01-21 | Rollup merge of #92963 - terrarier2111:tuple-diagnostic, r=davidtwco | Matthias Krüger | -4/+18 |
| 2022-01-21 | Rollup merge of #92843 - camelid:str-concat-sugg, r=davidtwco | Matthias Krüger | -30/+43 |
| 2022-01-21 | Rollup merge of #92835 - iwanders:issue-66450-improve-cfg-error-message, r=na... | Matthias Krüger | -2/+8 |
| 2022-01-21 | Rollup merge of #92467 - Aaron1011:extern-local-region, r=oli-obk | Matthias Krüger | -106/+71 |
| 2022-01-21 | Auto merge of #92363 - the8472:less-compiletest-normalization, r=Mark-Simulacrum | bors | -35/+35 |