| Age | Commit message (Expand) | Author | Lines |
| 2022-09-15 | fix 101793, fix the wording of help msg for bitwise not | yukang | -1/+1 |
| 2022-09-15 | Auto merge of #101620 - cjgillot:compute_lint_levels_by_def, r=oli-obk | bors | -469/+596 |
| 2022-09-14 | Auto merge of #101313 - SparrowLii:mk_attr_id, r=cjgillot | bors | -27/+111 |
| 2022-09-14 | Auto merge of #101212 - eholk:dyn-star, r=compiler-errors | bors | -94/+473 |
| 2022-09-14 | Correct Key impl for HirId. | Camille GILLOT | -2/+2 |
| 2022-09-14 | Add FIXME. | Camille GILLOT | -0/+2 |
| 2022-09-14 | Comment LintLevelSets. | Camille GILLOT | -1/+12 |
| 2022-09-14 | Remove unused tool_name. | Camille GILLOT | -6/+0 |
| 2022-09-14 | Move some code and add comments. | Camille GILLOT | -252/+192 |
| 2022-09-14 | Allow query system to recover a HirId. | Camille GILLOT | -7/+37 |
| 2022-09-14 | Compute `lint_levels` by definition | Deadbeef | -324/+474 |
| 2022-09-14 | Rollup merge of #101772 - est31:replace_placeholder_diagnostics, r=jackh726 | Dylan DPC | -9/+20 |
| 2022-09-14 | Rollup merge of #101433 - jackh726:better-static-placeholder-error, r=compile... | Dylan DPC | -173/+343 |
| 2022-09-14 | Auto merge of #99443 - jam1garner:mips-virt-feature, r=nagisa | bors | -2/+9 |
| 2022-09-14 | Auto merge of #101709 - nnethercote:simplify-visitors-more, r=cjgillot | bors | -145/+104 |
| 2022-09-14 | Auto merge of #101307 - jyn514:simplify-storage, r=cjgillot | bors | -153/+107 |
| 2022-09-14 | Also replace the placeholder for the stable_features lint | est31 | -9/+20 |
| 2022-09-14 | add debug assertion for max `attr_id` | SparrowLii | -1/+24 |
| 2022-09-14 | make `mk_attr_id` part of `ParseSess` | SparrowLii | -27/+88 |
| 2022-09-13 | Use Predicate ConstraintCategory when normalizing | Jack Huey | -15/+39 |
| 2022-09-13 | Better errors for implied static bound | Jack Huey | -99/+278 |
| 2022-09-13 | Cleanup retrieve_closure_constraint_info | Jack Huey | -42/+30 |
| 2022-09-13 | Remove unused body args | Jack Huey | -31/+10 |
| 2022-09-13 | Address code review comments | Eric Holk | -62/+65 |
| 2022-09-13 | Auto merge of #101777 - matthiaskrgr:rollup-x2dyaa2, r=matthiaskrgr | bors | -27/+139 |
| 2022-09-13 | Rollup merge of #101765 - GuillaumeGomez:tyctxt-visibility-doc, r=jyn514 | Matthias Krüger | -0/+10 |
| 2022-09-13 | Rollup merge of #101752 - GuillaumeGomez:improve-attr-docs, r=lqd | Matthias Krüger | -1/+11 |
| 2022-09-13 | Rollup merge of #101266 - LuisCardosoOliveira:translation-rustcsession-pt3, r... | Matthias Krüger | -26/+118 |
| 2022-09-13 | Auto merge of #101086 - cjgillot:thir-param, r=oli-obk | bors | -427/+390 |
| 2022-09-13 | Use def_span for external requirements. | Camille GILLOT | -2/+3 |
| 2022-09-13 | Shrink some visibilities. | Camille GILLOT | -17/+17 |
| 2022-09-13 | Also compute implicit params in THIR. | Camille GILLOT | -84/+98 |
| 2022-09-13 | Compute explicit MIR params on THIR. | Camille GILLOT | -55/+85 |
| 2022-09-13 | Simplify MIR building entry. | Camille GILLOT | -281/+250 |
| 2022-09-13 | Use tcx.hir() utils for spans in MIR building. | Camille GILLOT | -46/+20 |
| 2022-09-13 | Only keep one version of ImplicitSelfKind. | Camille GILLOT | -38/+13 |
| 2022-09-13 | Auto merge of #101615 - compiler-errors:rpitit-perf, r=oli-obk | bors | -23/+132 |
| 2022-09-13 | Add documentation for TyCtxt::visibility | Guillaume Gomez | -0/+10 |
| 2022-09-13 | Auto merge of #101757 - Dylan-DPC:rollup-wkt6oe9, r=Dylan-DPC | bors | -231/+214 |
| 2022-09-13 | Rollup merge of #101700 - compiler-errors:deletion-span, r=davidtwco | Dylan DPC | -19/+25 |
| 2022-09-13 | Rollup merge of #101690 - kadiwa4:avoid_iterator_last, r=oli-obk | Dylan DPC | -12/+8 |
| 2022-09-13 | Rollup merge of #101602 - nnethercote:AttrTokenStream, r=petrochenkov | Dylan DPC | -200/+181 |
| 2022-09-13 | Auto merge of #96709 - jackh726:gats-stabilization, r=compiler-errors | bors | -29/+5 |
| 2022-09-13 | Auto merge of #100640 - reitermarkus:socket-display-buffer, r=thomcc | bors | -0/+1 |
| 2022-09-13 | Auto merge of #100101 - BelovDV:issue-99429, r=petrochenkov | bors | -54/+218 |
| 2022-09-13 | Don't render inline suggestions of only spaces | Michael Goulet | -4/+1 |
| 2022-09-13 | Auto merge of #99556 - davidtwco:collapse-debuginfo, r=wesleywiser | bors | -36/+106 |
| 2022-09-12 | Make x.py check work | Eric Holk | -3/+7 |
| 2022-09-12 | Make dyn-trait-method work | Michael Goulet | -4/+40 |
| 2022-09-12 | Rename some variants | Michael Goulet | -56/+38 |