| Age | Commit message (Expand) | Author | Lines |
| 2023-01-15 | Auto merge of #106171 - compiler-errors:consolidate-extract_callable_info, r=... | bors | -0/+34 |
| 2023-01-15 | Rollup merge of #106879 - JohnTitor:issue-42114, r=compiler-errors | Matthias Krüger | -0/+20 |
| 2023-01-15 | Rollup merge of #106878 - JohnTitor:issue-92157, r=compiler-errors | Matthias Krüger | -0/+51 |
| 2023-01-15 | Rollup merge of #106865 - GuillaumeGomez:add-gui-test-explanation, r=notriddle | Matthias Krüger | -0/+2 |
| 2023-01-15 | Rollup merge of #106859 - tialaramex:master, r=Nilstrieb | Matthias Krüger | -0/+60 |
| 2023-01-15 | Rollup merge of #106072 - eopb:dyn-derive, r=estebank | Matthias Krüger | -0/+35 |
| 2023-01-14 | Improve E0308: suggest user meant to use byte literal, w/ tests and fix | Nick Lamb | -0/+60 |
| 2023-01-15 | Add regression test for #42114 | Yuki Okushi | -0/+20 |
| 2023-01-15 | Add regression test for #92157 | Yuki Okushi | -0/+51 |
| 2023-01-14 | Rollup merge of #106828 - notriddle:notriddle/notable-trait-docblock, r=Guill... | Matthias Krüger | -5/+5 |
| 2023-01-14 | Rollup merge of #106820 - m-ou-se:macro-type-error-thing, r=estebank | Matthias Krüger | -13/+18 |
| 2023-01-14 | Rollup merge of #106563 - clubby789:gce-macro-braces, r=TaKO8Ki | Matthias Krüger | -1/+15 |
| 2023-01-14 | Add explanation for GUI test | Guillaume Gomez | -0/+2 |
| 2023-01-14 | Fix `unused_braces` on generic const expr macro call | clubby789 | -1/+15 |
| 2023-01-14 | Deprioritize fulfillment errors that come from expansions. | Mara Bos | -13/+18 |
| 2023-01-14 | fix: misleading add `dyn` to derive macro suggestion | Ethan Brierley | -0/+35 |
| 2023-01-14 | Rollup merge of #106788 - estebank:elaborate_pred_E0599, r=compiler-errors | Matthias Krüger | -2/+209 |
| 2023-01-14 | Rollup merge of #106752 - sulami:master, r=estebank | Matthias Krüger | -0/+264 |
| 2023-01-14 | Rollup merge of #106665 - JulianKnodt:better_fn_trait_note, r=cjgillot | Matthias Krüger | -1/+73 |
| 2023-01-14 | Rollup merge of #106566 - clubby789:contiguous-weird-unicode, r=cjgillot | Matthias Krüger | -3/+17 |
| 2023-01-14 | Rollup merge of #106046 - uweigand:s390x-test-bigendian-mir, r=Mark-Simulacrum | Matthias Krüger | -8/+9 |
| 2023-01-14 | Add note when `FnPtr` vs. `FnDef` impl trait | kadmin | -1/+73 |
| 2023-01-14 | Rollup merge of #106819 - notriddle:notriddle/rm-h1-fqn, r=GuillaumeGomez | Yuki Okushi | -25/+25 |
| 2023-01-14 | Rollup merge of #106816 - TimNN:rental-remap, r=oli-obj | Yuki Okushi | -0/+229 |
| 2023-01-14 | Rollup merge of #106693 - notriddle:notriddle/toggle-trunc, r=GuillaumeGomez | Yuki Okushi | -61/+61 |
| 2023-01-13 | Consolidate two almost duplicated fn info extraction routines | Michael Goulet | -0/+34 |
| 2023-01-13 | rustdoc: remove `docblock` class from notable trait popover | Michael Howell | -5/+5 |
| 2023-01-13 | Do not incorrectly suggest restricting implied bounds | Esteban Küber | -3/+3 |
| 2023-01-13 | Update `rental` hack to work with remapped paths. | Tim Neumann | -0/+229 |
| 2023-01-13 | rustdoc: rename CSS rustdoc-toggle -> toggle and toggle -> settings-toggle | Michael Howell | -61/+61 |
| 2023-01-13 | Add tests | Esteban Küber | -0/+164 |
| 2023-01-13 | Keep obligation chain when elaborating obligations | Esteban Küber | -10/+30 |
| 2023-01-13 | Elaborate unmet obligations in E0599 for more context | Esteban Küber | -7/+30 |
| 2023-01-13 | Rollup merge of #106793 - Mark-Simulacrum:normalize-test, r=compiler-errors | Matthias Krüger | -28/+55 |
| 2023-01-13 | Rollup merge of #106678 - Veykril:proc-macro-panic-abort, r=eholk | Matthias Krüger | -0/+8 |
| 2023-01-13 | Rollup merge of #106641 - chenyukang:yukang/fix-105761-segguest-this, r=estebank | Matthias Krüger | -0/+105 |
| 2023-01-13 | Rollup merge of #106585 - estebank:issue-46585, r=compiler-errors | Matthias Krüger | -38/+167 |
| 2023-01-13 | Rollup merge of #106465 - compiler-errors:bump-IMPLIED_BOUNDS_ENTAILMENT, r=lcnr | Matthias Krüger | -4/+34 |
| 2023-01-13 | Rollup merge of #104645 - yukiomoto:log-backtrace-option, r=oli-obk | Matthias Krüger | -0/+10 |
| 2023-01-13 | rustdoc: remove unnecessary DOM class `h1.fqn` | Michael Howell | -25/+25 |
| 2023-01-13 | Auto merge of #106801 - JohnTitor:rollup-xqkraw0, r=JohnTitor | bors | -117/+246 |
| 2023-01-13 | Warn when using panic-strategy abort for proc-macro crates | Lukas Wirth | -0/+8 |
| 2023-01-13 | Rollup merge of #106785 - compiler-errors:better-impl-wf-spans, r=estebank | Yuki Okushi | -64/+64 |
| 2023-01-13 | Rollup merge of #106716 - c410-f3r:rfc-2397-1, r=davidtwco | Yuki Okushi | -2/+100 |
| 2023-01-13 | Rollup merge of #106608 - compiler-errors:missing-generics-verbose, r=estebank | Yuki Okushi | -51/+82 |
| 2023-01-13 | Auto merge of #106092 - asquared31415:start_lang_item_checks, r=davidtwco | bors | -1/+228 |
| 2023-01-13 | Auto merge of #106004 - fee1-dead-contrib:const-closures, r=oli-obk | bors | -5/+86 |
| 2023-01-13 | Emit a hint for bad call return types due to generic arguments | Robin Schroer | -0/+264 |
| 2023-01-12 | Normalize test output more thoroughly | Mark Rousskov | -28/+55 |
| 2023-01-13 | Add logic to make IMPLIED_BOUNDS_ENTAILMENT easier to understand | Michael Goulet | -8/+8 |