| Age | Commit message (Expand) | Author | Lines |
| 2022-02-03 | Fix HashMap not displaying correctly in VS debugger | Wesley Wiser | -1/+1 |
| 2022-02-03 | Improve self-referential diagnostic somewhat | Oli Scherer | -8/+8 |
| 2022-02-03 | Auto merge of #93621 - JohnTitor:rollup-1bcud0x, r=JohnTitor | bors | -0/+69 |
| 2022-02-03 | Fix ret > 1 bound if shadowed by const | kadmin | -0/+31 |
| 2022-02-03 | Add some new tests with amusing diagnostics | Oli Scherer | -4/+91 |
| 2022-02-03 | Add tests for lifetime-swaps, not just type param swaps | Oli Scherer | -0/+33 |
| 2022-02-03 | Rollup merge of #93566 - Aaron1011:rustc-backtrace, r=davidtwco | Yuki Okushi | -0/+27 |
| 2022-02-03 | Rollup merge of #92802 - compiler-errors:deduplicate-stack-trace, r=oli-obk | Yuki Okushi | -0/+42 |
| 2022-02-03 | Auto merge of #92932 - ouz-a:master, r=oli-obk | bors | -0/+15 |
| 2022-02-03 | Auto merge of #93146 - workingjubilee:use-std-simd, r=Mark-Simulacrum | bors | -12/+37 |
| 2022-02-03 | debuginfo: Bring back DW_AT_containing_type for vtables after it has accident... | Michael Woerister | -26/+49 |
| 2022-02-03 | Auto merge of #93432 - Kobzol:stable-hash-isize-hash-compression, r=the8472 | bors | -6/+6 |
| 2022-02-02 | Auto merge of #93101 - Mark-Simulacrum:library-backtrace, r=yaahc | bors | -0/+36 |
| 2022-02-02 | Add more *-unwind ABI variants | Amanieu d'Antras | -5/+200 |
| 2022-02-02 | Unify storage getter and setter functions | Guillaume Gomez | -12/+12 |
| 2022-02-02 | Configure panic hook backtrace behavior | Mark Rousskov | -0/+36 |
| 2022-02-02 | Rollup merge of #93574 - compiler-errors:bad-let-suggestion, r=lcnr | Matthias Krüger | -0/+17 |
| 2022-02-02 | Rollup merge of #93571 - compiler-errors:better-where-suggestion, r=lcnr | Matthias Krüger | -0/+109 |
| 2022-02-02 | Rollup merge of #93542 - GuillaumeGomez:lifetime-elision, r=oli-obk | Matthias Krüger | -3/+18 |
| 2022-02-02 | Rollup merge of #93221 - alyssaverkade:fix-93093, r=wesleywiser | Matthias Krüger | -0/+26 |
| 2022-02-02 | fix ICE when parsing lifetime as function argument | Michael Goulet | -4/+41 |
| 2022-02-02 | Only prevent TAITs from defining each other, RPIT and async are fine, they on... | Oli Scherer | -20/+2 |
| 2022-02-02 | Prevent two opaque types in their defining scopes from being defined via the ... | Oli Scherer | -15/+153 |
| 2022-02-02 | Ensure we error in case of non-higher-kinded lifetimes | Oli Scherer | -2/+49 |
| 2022-02-02 | Avoid an ICE in the presence of HKL | Oli Scherer | -0/+15 |
| 2022-02-02 | Add regression test | Oli Scherer | -0/+19 |
| 2022-02-02 | Reduce follow-up errors that are not helpful | Oli Scherer | -207/+31 |
| 2022-02-02 | Bail out early if there already were errors | Oli Scherer | -35/+2 |
| 2022-02-02 | Make the error for opaque types that have no hidden types a bit informative | Oli Scherer | -55/+109 |
| 2022-02-02 | Make a span more useful | Oli Scherer | -12/+5 |
| 2022-02-02 | Guess head span of async blocks | Oli Scherer | -16/+5 |
| 2022-02-02 | undo a useless change | Oli Scherer | -3/+4 |
| 2022-02-02 | Hide further opaque type errors if items that could constrain the opaque type... | Oli Scherer | -123/+34 |
| 2022-02-02 | Add some tests to show what happens when you compare two opaque types that ar... | Oli Scherer | -0/+64 |
| 2022-02-02 | Update an outdated test explanation | Oli Scherer | -2/+2 |
| 2022-02-02 | Test recursive TAIT declarations | Oli Scherer | -0/+80 |
| 2022-02-02 | Eagerly merge hidden types. | Oli Scherer | -44/+80 |
| 2022-02-02 | Stop generating inference vars for nested impl trait and let type equality ha... | Oli Scherer | -34/+70 |
| 2022-02-02 | Register member constraints on the final merged hidden type | Oli Scherer | -52/+33 |
| 2022-02-02 | bless | Oli Scherer | -5/+5 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -1395/+1571 |
| 2022-02-02 | Add a convenient way to inject rustc flags somewhere late in the bootstrap pi... | Oli Scherer | -0/+6 |
| 2022-02-02 | Auto merge of #93154 - michaelwoerister:fix-generic-closure-and-generator-deb... | bors | -68/+193 |
| 2022-02-02 | better suggestion for duplicated `where` | Michael Goulet | -0/+109 |
| 2022-02-02 | Emit valid HTML from rustdoc | Jacob Hoffman-Andrews | -133/+127 |
| 2022-02-01 | don't suggest adding `let` due to expressions inside of `while` loop | Michael Goulet | -0/+17 |
| 2022-02-01 | Use multipart suggestion for code wrapping | Michael Howell | -52/+50 |
| 2022-02-02 | Rollup merge of #93420 - jsha:adjust-settings-layout, r=GuillaumeGomez | Matthias Krüger | -8/+16 |
| 2022-02-02 | Rollup merge of #92788 - estebank:colon-colon, r=cjgillot | Matthias Krüger | -0/+60 |
| 2022-02-02 | Rollup merge of #92758 - mfrw:mfrw/rustdoc-impl-write, r=GuillaumeGomez | Matthias Krüger | -2/+18 |