| Age | Commit message (Expand) | Author | Lines |
| 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-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-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-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 | 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 |
| 2022-01-21 | Add regression test for #93161 | Eric Holk | -0/+93 |
| 2022-01-21 | Disable drop range tracking in generators | Eric Holk | -0/+20 |
| 2022-01-21 | Auto merge of #91359 - dtolnay:args, r=Mark-Simulacrum | bors | -12/+17 |
| 2022-01-21 | Auto merge of #93138 - matthiaskrgr:rollup-m8akifd, r=matthiaskrgr | bors | -105/+507 |
| 2022-01-21 | Reject may_unwind option in naked functions | Tomasz Miąsko | -10/+22 |
| 2022-01-21 | Reject unsupported naked functions | Tomasz Miąsko | -165/+75 |
| 2022-01-21 | Override rustc version in ui and mir-opt tests to get stable hashes | The 8472 | -35/+35 |
| 2022-01-20 | Rollup merge of #93086 - c410-f3r:let-guard, r=Mark-Simulacrum | Matthias Krüger | -2/+26 |
| 2022-01-20 | Rollup merge of #93061 - estebank:macr-suggestion, r=cjgillot | Matthias Krüger | -23/+68 |
| 2022-01-20 | Rollup merge of #91032 - eholk:generator-drop-tracking, r=nikomatsakis | Matthias Krüger | -80/+413 |
| 2022-01-20 | Rollup merge of #92704 - 5225225:std_mem_transmute_ref_t_mut_t, r=michaelwoer... | Matthias Krüger | -2/+2 |
| 2022-01-20 | Rollup merge of #92582 - lcnr:generic-arg-infer, r=BoxyUwU | Matthias Krüger | -216/+375 |
| 2022-01-20 | Rollup merge of #92183 - tmandry:issue-74256, r=estebank | Matthias Krüger | -174/+133 |
| 2022-01-20 | Tweak `expr.await` desugaring `Span` | Esteban Kuber | -0/+38 |
| 2022-01-19 | Foreign types are trivially drop | Michael Goulet | -0/+13 |
| 2022-01-19 | Simplify error reporting code, remove await point wording | Tyler Mandry | -135/+100 |
| 2022-01-19 | NiceRegionError: Use written return type for async fn | Tyler Mandry | -139/+133 |
| 2022-01-19 | never is trivially const-drop, and add test | Michael Goulet | -0/+2 |
| 2022-01-19 | Add tests to ensure that let_chains works with if_let_guard | Caio | -2/+26 |
| 2022-01-19 | Rollup merge of #92316 - petrochenkov:extmangle, r=wesleywiser | Matthias Krüger | -0/+39 |
| 2022-01-19 | Only suggest adding `!` to expressions that can be macro invocation | Esteban Kuber | -23/+68 |