| Age | Commit message (Expand) | Author | Lines |
| 2022-12-13 | review comments | Esteban Küber | -69/+69 |
| 2022-12-13 | Suggest `: Type` instead of `: _` | Esteban Küber | -69/+69 |
| 2022-12-13 | Mention implementations that satisfy the trait | Esteban Küber | -1/+21 |
| 2022-12-13 | Remove unnecessary code and account for turbofish suggestion | Esteban Küber | -8/+8 |
| 2022-12-13 | Suggest `collect`ing into `Vec<_>` | Esteban Küber | -23/+23 |
| 2022-12-13 | Auto merge of #105612 - oli-obk:bind_rustdoc, r=GuillaumeGomez | bors | -101/+162 |
| 2022-12-13 | Auto merge of #105350 - compiler-errors:faster-binder-relate, r=oli-obk | bors | -0/+38 |
| 2022-12-13 | Fast path some binder relations | Michael Goulet | -0/+38 |
| 2022-12-13 | Rollup merge of #105640 - lukas-code:miri-beta, r=Mark-Simulacrum | Matthias Krüger | -25/+31 |
| 2022-12-13 | Rollup merge of #105639 - notriddle:notriddle/text-css, r=GuillaumeGomez | Matthias Krüger | -3/+2 |
| 2022-12-13 | Rollup merge of #105636 - GuillaumeGomez:extend-gui-test, r=notriddle | Matthias Krüger | -0/+2 |
| 2022-12-13 | Rollup merge of #105629 - notriddle:notriddle/method-toggle-trait, r=Guillaum... | Matthias Krüger | -3/+13 |
| 2022-12-13 | Rollup merge of #105332 - estebank:iterator-chains, r=oli-obk | Matthias Krüger | -122/+319 |
| 2022-12-13 | Rollup merge of #104864 - chenyukang:yukang/fix-104700-binding, r=estebank | Matthias Krüger | -0/+32 |
| 2022-12-13 | Adjust miri to still be optional | Mark Rousskov | -25/+31 |
| 2022-12-12 | rustdoc: remove `type="text/css" from stylesheet links | Michael Howell | -3/+2 |
| 2022-12-12 | Add check for local-storage value when changing "display line numbers" settings | Guillaume Gomez | -0/+2 |
| 2022-12-12 | rustdoc: stop treating everything in a trait item as a method | Michael Howell | -3/+13 |
| 2022-12-12 | Rollup merge of #105619 - notriddle:notriddle/source-pre-overflow, r=Guillaum... | Matthias Krüger | -1/+0 |
| 2022-12-12 | Rollup merge of #105561 - TaKO8Ki:fix-105449, r=fee1-dead | Matthias Krüger | -0/+59 |
| 2022-12-12 | rustdoc: remove no-op CSS `.source pre { overflow: auto }` | Michael Howell | -1/+0 |
| 2022-12-12 | Avoid trying to normalize unnormalizable types | Oli Scherer | -2/+6 |
| 2022-12-12 | Round 3: require binders for substs | Oli Scherer | -28/+49 |
| 2022-12-12 | normalize receiver substs and erase the regions | Takayuki Maeda | -0/+59 |
| 2022-12-12 | Round 2: make clean_middle_ty take a binder | Oli Scherer | -56/+92 |
| 2022-12-12 | Round 1: add some binders (fails due to losing bound vars and then rebinding ... | Oli Scherer | -26/+26 |
| 2022-12-12 | Auto merge of #105592 - matthiaskrgr:rollup-1cazogq, r=matthiaskrgr | bors | -19/+1 |
| 2022-12-12 | Rollup merge of #104997 - c410-f3r:moar-errors, r=petrochenkov | Matthias Krüger | -19/+1 |
| 2022-12-12 | Auto merge of #105160 - nnethercote:rm-Lit-token_lit, r=petrochenkov | bors | -25/+35 |
| 2022-12-11 | Auto merge of #105579 - matthiaskrgr:rollup-vw5dlqc, r=matthiaskrgr | bors | -0/+111 |
| 2022-12-11 | Point at method call when it is the source of the bound error | Esteban Küber | -163/+81 |
| 2022-12-11 | Move tests | Caio | -19/+1 |
| 2022-12-11 | Rollup merge of #105560 - GuillaumeGomez:extend-rustdoc-hashtag-prep-line, r=... | Matthias Krüger | -0/+8 |
| 2022-12-11 | Rollup merge of #105369 - chenyukang:yukang/fix-105226, r=TaKO8Ki | Matthias Krüger | -0/+53 |
| 2022-12-11 | Rollup merge of #105283 - compiler-errors:ty-var-in-hir-wfcheck, r=nagisa | Matthias Krüger | -0/+50 |
| 2022-12-11 | Auto merge of #103647 - lqd:osx-x64-lto, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-12-11 | Use `with_forced_trimmed_paths` | Esteban Küber | -36/+36 |
| 2022-12-11 | fix rebase | Esteban Küber | -10/+29 |
| 2022-12-11 | Only point at methods that might be relevant | Esteban Küber | -17/+64 |
| 2022-12-11 | Add label to method chains where assoc type remains the same | Esteban Küber | -5/+5 |
| 2022-12-11 | Remove mention of "assoc type" in label as it is already in the `note` message | Esteban Küber | -16/+16 |
| 2022-12-11 | Account for method call chains split across multiple bindings | Esteban Küber | -11/+57 |
| 2022-12-11 | Mention only assoc types changes | Esteban Küber | -25/+23 |
| 2022-12-11 | Expand iterator chain test | Esteban Küber | -7/+26 |
| 2022-12-11 | Provide associated type information in method chains | Michael Goulet | -0/+150 |
| 2022-12-11 | Auto merge of #103591 - lqd:win-lto, r=Mark-Simulacrum | bors | -0/+1 |
| 2022-12-11 | Auto merge of #102900 - abrachet:master, r=bjorn3 | bors | -0/+10 |
| 2022-12-11 | Extend rustdoc hashtag prepended line test | Guillaume Gomez | -0/+8 |
| 2022-12-11 | Auto merge of #105554 - matthiaskrgr:rollup-ir60gc7, r=matthiaskrgr | bors | -102/+299 |
| 2022-12-11 | Rollup merge of #105547 - JohnTitor:issue-104582, r=compiler-errors | Matthias Krüger | -0/+30 |