| Age | Commit message (Expand) | Author | Lines |
| 2022-02-02 | Simplify diff | Oli Scherer | -2/+2 |
| 2022-02-02 | Undo a diff | Oli Scherer | -2/+2 |
| 2022-02-02 | Inline a function that is only used once | Oli Scherer | -53/+39 |
| 2022-02-02 | Remove unnecessary field | Oli Scherer | -24/+12 |
| 2022-02-02 | Remove unnecessary closure in favour of just passing the argument directly | Oli Scherer | -17/+20 |
| 2022-02-02 | Remove the `Instantiator` now that we don't recurse within it anymore | Oli Scherer | -28/+19 |
| 2022-02-02 | Inline a function that is only ever used in one place | Oli Scherer | -68/+2 |
| 2022-02-02 | Fixup changes that aren't neccessary anymore | Oli Scherer | -7/+2 |
| 2022-02-02 | This can't happen anymore. An opaque type can't end up with itself as its hid... | Oli Scherer | -37/+4 |
| 2022-02-02 | We're equating hidden types eagerly now | Oli Scherer | -4/+0 |
| 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 | Add explanation for early abort in TAIT hidden type computation | Oli Scherer | -0/+9 |
| 2022-02-02 | Add backcompat hack to support | Oli Scherer | -16/+28 |
| 2022-02-02 | Clean up leftovers from eager hidden type merging | Oli Scherer | -109/+34 |
| 2022-02-02 | Eagerly merge hidden types. | Oli Scherer | -79/+125 |
| 2022-02-02 | Stop generating inference vars for nested impl trait and let type equality ha... | Oli Scherer | -50/+70 |
| 2022-02-02 | Register member constraints on the final merged hidden type | Oli Scherer | -96/+62 |
| 2022-02-02 | bless | Oli Scherer | -5/+5 |
| 2022-02-02 | Lazily resolve type-alias-impl-trait defining uses | Oli Scherer | -2096/+2645 |
| 2022-02-02 | More sanity checks | Oli Scherer | -2/+7 |
| 2022-02-02 | Expose current span to type equality checking in nll | Oli Scherer | -0/+15 |
| 2022-02-02 | Add a convenient way to inject rustc flags somewhere late in the bootstrap pi... | Oli Scherer | -0/+6 |
| 2022-02-02 | Found suspicious comparison of constants | Oli Scherer | -0/+3 |
| 2022-02-02 | Update some comments | Oli Scherer | -5/+1 |
| 2022-02-02 | Add some sanity assertions to make sure we use the opaque types correctly | Oli Scherer | -2/+14 |
| 2022-02-02 | Add roll back infrastructure for opaque type caches | Oli Scherer | -37/+113 |
| 2022-02-02 | Auto merge of #93312 - pierwill:map-all-local-trait-impls, r=cjgillot | bors | -7/+5 |
| 2022-02-02 | Use Option::then in two places | est31 | -2/+2 |
| 2022-02-02 | add tests | tamaron | -0/+24 |
| 2022-02-02 | Auto merge of #93154 - michaelwoerister:fix-generic-closure-and-generator-deb... | bors | -121/+287 |
| 2022-02-02 | Auto merge of #8382 - tamaroning:suggest_iter_instead_of_into_iter, r=giraffate | bors | -25/+26 |
| 2022-02-02 | Auto merge of #93573 - matthiaskrgr:rollup-nrjmygz, r=matthiaskrgr | bors | -25/+248 |
| 2022-02-02 | better suggestion for duplicated `where` | Michael Goulet | -9/+147 |
| 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 | -8/+33 |
| 2022-02-01 | Merge portable-simd#203 - deantvv/add-spectral-norm | Jubilee | -0/+77 |
| 2022-02-01 | Use multipart suggestion for code wrapping | Michael Howell | -52/+50 |
| 2022-02-02 | Rollup merge of #93560 - steffahn:a_typo, r=petrochenkov | Matthias Krüger | -2/+2 |
| 2022-02-02 | Rollup merge of #93559 - danielframpton:link-args-typo, r=oli-obk | Matthias Krüger | -1/+1 |
| 2022-02-02 | Rollup merge of #93531 - TheColdVoid:patch-1, r=m-ou-se | Matthias Krüger | -1/+1 |
| 2022-02-02 | Rollup merge of #93493 - GKFX:char-docs-2, r=scottmcm | Matthias Krüger | -10/+108 |
| 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 | -1/+102 |
| 2022-02-02 | Rollup merge of #92758 - mfrw:mfrw/rustdoc-impl-write, r=GuillaumeGomez | Matthias Krüger | -2/+18 |
| 2022-02-01 | Fix unicode slicing bug | Michael Howell | -3/+3 |
| 2022-02-01 | In retrospect, MachineApplicable is probably too confident | Michael Howell | -1/+1 |
| 2022-02-01 | rustdoc: correct unclosed HTML tags as generics | Michael Howell | -9/+281 |
| 2022-02-01 | Make rustc use `RUST_BACKTRACE=full` by default | Aaron Hill | -0/+36 |