| Age | Commit message (Expand) | Author | Lines |
| 2022-01-27 | Auto merge of #92889 - tmiasko:unbounded-recursion, r=ecstatic-morse | bors | -3/+100 |
| 2022-01-26 | Auto merge of #93352 - matthiaskrgr:rollup-5peret4, r=matthiaskrgr | bors | -50/+82 |
| 2022-01-26 | Rollup merge of #92256 - fee1-dead:improve-selection-err, r=oli-obk | Matthias Krüger | -50/+82 |
| 2022-01-26 | Auto merge of #93301 - spastorino:perf-test-1, r=oli-obk | bors | -194/+212 |
| 2022-01-26 | Bless incremental tests. | Camille GILLOT | -194/+212 |
| 2022-01-26 | Ignore unwinding edges when checking for unconditional recursion | Tomasz Miąsko | -3/+100 |
| 2022-01-26 | Auto merge of #91840 - JakobDegen:fix_early_otherwise, r=oli-obk | bors | -97/+219 |
| 2022-01-25 | Rollup merge of #93303 - compiler-errors:issue-93282, r=wesleywiser | Matthias Krüger | -0/+17 |
| 2022-01-25 | Rollup merge of #93286 - jsha:sidebar-nowrap, r=GuillaumeGomez | Matthias Krüger | -0/+10 |
| 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 #93169 - CraftSpider:rustdoc-clean-inconsistency, r=Guillaume... | Matthias Krüger | -0/+4 |
| 2022-01-25 | Rollup merge of #93144 - wesleywiser:uninhabited_type_code_cov2, r=tmandry | Matthias Krüger | -0/+57 |
| 2022-01-25 | Rollup merge of #93118 - jackh726:param-heuristics-3, r=estebank | Matthias Krüger | -1/+8 |
| 2022-01-25 | Rollup merge of #93064 - Aaron1011:provisional-dep-node, r=michaelwoerister | Matthias Krüger | -0/+24 |
| 2022-01-24 | Add white-space: nowrap to links in the sidebar | Jacob Hoffman-Andrews | -0/+10 |
| 2022-01-24 | Auto merge of #90842 - pierwill:localdefid-indexmap, r=wesleywiser | bors | -16/+16 |
| 2022-01-24 | Auto merge of #93260 - matthiaskrgr:rollup-c5b9c76, r=matthiaskrgr | bors | -3/+3 |
| 2022-01-24 | Rollup merge of #93231 - conradludgate:doc-link-brightness, r=notriddle | Matthias Krüger | -3/+3 |
| 2022-01-24 | Auto merge of #93014 - Kobzol:revert-92103-stable-hash-skip-zero-bytes, r=the... | bors | -6/+6 |
| 2022-01-24 | Revert "Do not hash leading zero bytes of i64 numbers in Sip128 hasher" | Jakub Beránek | -6/+6 |
| 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 | update tests | Conrad Ludgate | -2/+2 |
| 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 #93219 - cr1901:msp430-asm-squashed, r=Amanieu | Matthias Krüger | -0/+158 |
| 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 #93066 - nnethercote:infallible-decoder, r=bjorn3 | bors | -5/+5 |
| 2022-01-23 | tweak all sidebar colours | Conrad Ludgate | -1/+1 |
| 2022-01-23 | Auto merge of #93220 - matthiaskrgr:rollup-9bkrlk0, r=matthiaskrgr | bors | -10/+47 |
| 2022-01-22 | Add preliminary support for inline assembly for msp430. | William D. Jones | -0/+158 |
| 2022-01-22 | Use an `indexmap` to avoid sorting `LocalDefId`s | pierwill | -16/+16 |
| 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 | Add has tests for blanket_with_local trait methods | Rune Tynan | -0/+2 |
| 2022-01-23 | Rollup merge of #93103 - estebank:await-span, r=nagisa | Matthias Krüger | -0/+38 |
| 2022-01-23 | Rollup merge of #93068 - jsha:dot-spacing, r=GuillaumeGomez | Matthias Krüger | -3/+2 |
| 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 #93170 - GuillaumeGomez:gui-tests-explanations, r=jsha | Matthias Krüger | -3/+22 |
| 2022-01-22 | Rollup merge of #93153 - tmiasko:reject-unsupported-naked-functions, r=Amanieu | Matthias Krüger | -191/+102 |
| 2022-01-22 | Rollup merge of #92828 - Amanieu:unwind-abort, r=dtolnay | Matthias Krüger | -1/+1 |
| 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 | -158/+171 |