| Age | Commit message (Expand) | Author | Lines |
| 2022-12-27 | Format only modified files | Albert Larsan | -0/+46 |
| 2022-12-27 | Auto merge of #106168 - jyn514:clean-crates, r=Mark-Simulacrum | bors | -75/+152 |
| 2022-12-27 | Fix doc comment parsing | kraktus | -2/+2 |
| 2022-12-27 | Auto merge of #106177 - matthiaskrgr:rollup-oe7z8ix, r=matthiaskrgr | bors | -13/+101 |
| 2022-12-27 | More verbose `Debug` implementation of `std::process:Command` | kraktus | -21/+0 |
| 2022-12-27 | Rollup merge of #106174 - GuillaumeGomez:rm-unused-ayu-css-rules, r=notriddle | Matthias Krüger | -4/+0 |
| 2022-12-27 | Rollup merge of #106150 - estebank:issue-39232, r=compiler-errors | Matthias Krüger | -0/+94 |
| 2022-12-27 | Rollup merge of #106146 - kadiwa4:readme-x-py, r=jyn514 | Matthias Krüger | -9/+1 |
| 2022-12-27 | Rollup merge of #105515 - estebank:issue-104141, r=oli-obk | Matthias Krüger | -0/+6 |
| 2022-12-27 | Auto merge of #106095 - estebank:pin-mut-reborrow, r=compiler-errors | bors | -13/+146 |
| 2022-12-27 | Fix some totally useless suggestions | Michael Goulet | -12/+2 |
| 2022-12-27 | Dont clobber `as ..` rename in import suggestion | Michael Goulet | -2/+43 |
| 2022-12-27 | Recover `fn` keyword as `Fn` trait in bounds | Michael Goulet | -74/+90 |
| 2022-12-27 | Note alternative import candidates in nested use tree | Michael Goulet | -4/+38 |
| 2022-12-27 | Suppress suggestions for nested use tree | Michael Goulet | -0/+23 |
| 2022-12-27 | fix #105788, Remove unreasonable help message for auto trait | yukang | -14/+5 |
| 2022-12-27 | Auto merge of #106166 - jyn514:print-paths, r=Mark-Simulacrum | bors | -2/+15 |
| 2022-12-27 | Remove unused empty CSS rules in ayu theme | Guillaume Gomez | -4/+0 |
| 2022-12-26 | Detect likely `.` -> `..` typo in method calls | Esteban Küber | -0/+67 |
| 2022-12-26 | Suggest `impl Iterator` when possible for `_` return type | Esteban Küber | -1/+30 |
| 2022-12-26 | Allow cleaning individual crates | Joshua Nelson | -75/+152 |
| 2022-12-26 | Fix panic on `x build --help --verbose` | Joshua Nelson | -2/+15 |
| 2022-12-26 | Auto merge of #103020 - lyming2007:issue-102598-fix, r=jackh726 | bors | -0/+51 |
| 2022-12-26 | Fix suggestion when there are arguments in the method | Esteban Küber | -0/+48 |
| 2022-12-26 | Tweak wording | Esteban Küber | -2/+5 |
| 2022-12-26 | Detect when method call on LHS might be shadowed | Esteban Küber | -0/+43 |
| 2022-12-26 | Auto merge of #106156 - fee1-dead-contrib:rollup-3ir0951, r=fee1-dead | bors | -8/+84 |
| 2022-12-27 | Rollup merge of #106153 - GuillaumeGomez:search-tabs-headers, r=notriddle | fee1-dead | -8/+84 |
| 2022-12-26 | Auto merge of #106149 - notriddle:notriddle/src-sidebar-toggle-pos, r=Guillau... | bors | -10/+4 |
| 2022-12-26 | address review comments + better tests | Lukas Markeffsky | -43/+322 |
| 2022-12-26 | Add GUI test for search tab headers | Guillaume Gomez | -0/+76 |
| 2022-12-26 | Fix missing renaming for #titles into #search-tabs | Guillaume Gomez | -8/+8 |
| 2022-12-26 | Auto merge of #103828 - cassaundra:fix-format-args-span2, r=cjgillot | bors | -0/+28 |
| 2022-12-26 | Auto merge of #105605 - inquisitivecrystal:attr-validation, r=cjgillot | bors | -0/+39 |
| 2022-12-25 | rustdoc: clean up src sidebar toggle position CSS | Michael Howell | -10/+4 |
| 2022-12-25 | Remove redundant clone suggestion | Esteban Küber | -24/+0 |
| 2022-12-25 | Create new inference context | Esteban Küber | -1/+61 |
| 2022-12-25 | Auto merge of #106143 - matthiaskrgr:rollup-3kpy1dc, r=matthiaskrgr | bors | -74/+87 |
| 2022-12-26 | readme: update section on how to run x.py | KaDiWa | -9/+1 |
| 2022-12-25 | Rollup merge of #106140 - GuillaumeGomez:migrate-links-color, r=notriddle | Matthias Krüger | -74/+87 |
| 2022-12-25 | Auto merge of #105997 - RalfJung:immediate-abort, r=eholk | bors | -26/+46 |
| 2022-12-25 | Migrate links-color.goml to functions | Guillaume Gomez | -74/+87 |
| 2022-12-25 | Remove references to removed option from tests. | Camille GILLOT | -120/+13 |
| 2022-12-25 | Give the correct track-caller location with MIR inlining. | Camille GILLOT | -16/+20 |
| 2022-12-25 | Bless incremental test. | Camille GILLOT | -2/+2 |
| 2022-12-25 | Adapt codegen test. | Camille GILLOT | -3/+6 |
| 2022-12-25 | Remove Nop in simplify_locals. | Camille GILLOT | -54/+0 |
| 2022-12-25 | Move SimplifyLocals before ConstProp. | Camille GILLOT | -433/+332 |
| 2022-12-25 | Make tests unit. | Camille GILLOT | -17/+22 |
| 2022-12-25 | Auto merge of #106121 - RalfJung:miri, r=RalfJung | bors | -608/+1526 |