| Age | Commit message (Expand) | Author | Lines |
| 2022-10-21 | Delay ambiguity span bug in normalize query iff not rustdoc | Michael Goulet | -2/+19 |
| 2022-10-21 | Auto merge of #101077 - sunshowers:signal-mask-inherit, r=sunshowers | bors | -5/+8 |
| 2022-10-21 | Auto merge of #98450 - lqd:doc-metadata, r=lqd,GuillaumeGomez | bors | -14/+67 |
| 2022-10-21 | Handle RPITITs properly in register_hidden_type | Michael Goulet | -1/+13 |
| 2022-10-21 | Require Drop impls to have the same constness on its bounds as the bounds on ... | Oli Scherer | -7/+1 |
| 2022-10-21 | Remove needless special cases and dead code | Oli Scherer | -49/+3 |
| 2022-10-21 | Different suggestions for when associated functions are referred to | clubby789 | -13/+29 |
| 2022-10-21 | Auto merge of #103344 - Dylan-DPC:rollup-d1rpfvx, r=Dylan-DPC | bors | -219/+341 |
| 2022-10-21 | Rollup merge of #103260 - cuviper:needs-asm-support, r=fee1-dead | Dylan DPC | -1/+2 |
| 2022-10-21 | Rollup merge of #103111 - cjgillot:shadow-label, r=estebank | Dylan DPC | -14/+69 |
| 2022-10-21 | Rollup merge of #103051 - davidtwco:translation-tidying-up, r=compiler-errors | Dylan DPC | -188/+213 |
| 2022-10-21 | Rollup merge of #102922 - kper:bugfix/102902-filtering-json, r=oli-obk | Dylan DPC | -14/+51 |
| 2022-10-21 | Rollup merge of #102287 - compiler-errors:unused-must-use-also-supertrait, r=... | Dylan DPC | -2/+6 |
| 2022-10-21 | fix some typos | Rageking8 | -3/+3 |
| 2022-10-21 | Fix unreachable_pub suggestion for enum with fields | Kitsu | -2/+6 |
| 2022-10-21 | Auto merge of #103310 - lcnr:rustc_hir_typeck, r=compiler-errors | bors | -1136/+1208 |
| 2022-10-21 | Introduce deduced parameter attributes, and use them for deducing `readonly` on | Patrick Walton | -8/+332 |
| 2022-10-20 | Add fix suggestions for E0199, E0200, and E0569 | Nicolas Barrios | -0/+30 |
| 2022-10-20 | Do not suggest trivially false const predicates | Michael Goulet | -5/+7 |
| 2022-10-20 | Add code comments and documentation | Guillaume Gomez | -0/+16 |
| 2022-10-20 | Remove doc comments only for private items or some specific doc comments | Guillaume Gomez | -4/+27 |
| 2022-10-20 | Add missing @local_only on attributes | Guillaume Gomez | -10/+24 |
| 2022-10-20 | Change process spawning to inherit the parent's signal mask by default | Rain | -5/+8 |
| 2022-10-20 | update doc links | lcnr | -3/+2 |
| 2022-10-20 | Rollup merge of #103319 - fee1-dead-contrib:improve_tilde_const_msg, r=oli-obk | Matthias Krüger | -20/+43 |
| 2022-10-20 | Rollup merge of #103315 - RalfJung:interpret-switchint-ice, r=bjorn3 | Matthias Krüger | -1/+0 |
| 2022-10-20 | Rollup merge of #103230 - nnethercote:clarify-startup, r=jyn514 | Matthias Krüger | -45/+50 |
| 2022-10-20 | Rollup merge of #103221 - TaKO8Ki:fix-103202, r=oli-obk | Matthias Krüger | -3/+3 |
| 2022-10-20 | Improve "`~const` is not allowed here" message | Deadbeef | -20/+43 |
| 2022-10-20 | Elaborate supertrait bounds when triggering unused_must_use on impl Trait | Michael Goulet | -2/+6 |
| 2022-10-20 | interpret: remove an incorrect assertion | Ralf Jung | -1/+0 |
| 2022-10-20 | Auto merge of #103092 - petrochenkov:weaklto, r=wesleywiser | bors | -4/+9 |
| 2022-10-20 | add increased recursion limit | lcnr | -0/+1 |
| 2022-10-20 | rustc_hir_typeck: fix paths and partially mv files | lcnr | -1133/+1205 |
| 2022-10-20 | rustc_hir_typeck: move whole files | lcnr | -0/+0 |
| 2022-10-20 | fix rust-lang#101880: suggest let for assignment, and some code refactor | yukang | -53/+71 |
| 2022-10-20 | Add context to compiler error message | b4den | -1/+1 |
| 2022-10-20 | Auto merge of #103290 - matthiaskrgr:rollup-ngozai3, r=matthiaskrgr | bors | -2/+9 |
| 2022-10-20 | fix assertion failed for break_last_token and trailing token | yukang | -5/+11 |
| 2022-10-20 | Don't use usub.with.overflow intrinsic | Nikita Popov | -5/+8 |
| 2022-10-20 | Auto merge of #103185 - chenyukang:yukang/fix-span-next-point, r=davidtwco | bors | -18/+70 |
| 2022-10-20 | Implement assertions and fixes to not emit empty spans without suggestions | Kevin Per | -14/+51 |
| 2022-10-20 | Rollup merge of #103276 - compiler-errors:default-on-uninit-ice, r=TaKO8Ki | Matthias Krüger | -2/+9 |
| 2022-10-20 | Auto merge of #103220 - compiler-errors:deny-infers, r=lcnr | bors | -98/+97 |
| 2022-10-20 | check if impl_self is `Some` | Takayuki Maeda | -1/+1 |
| 2022-10-20 | fix span for suggestion | yukang | -13/+7 |
| 2022-10-20 | fix #103112, add diagnostic for calling a function with the same name when a ... | yukang | -2/+20 |
| 2022-10-20 | Note discrepancies in constness calculation | Michael Goulet | -0/+5 |
| 2022-10-20 | Revert "Unify tcx.constness and param env constness checks" | Michael Goulet | -98/+99 |
| 2022-10-20 | Auto merge of #103205 - spastorino:fix-rpits-lifetime-remapping, r=cjgillot | bors | -20/+23 |