| Age | Commit message (Expand) | Author | Lines |
| 2025-01-01 | Rollup merge of #134979 - estebank:default-lint-sugg, r=compiler-errors | Stuart Cook | -1/+4 |
| 2025-01-01 | Rollup merge of #134945 - compiler-errors:map-mutate-nits, r=estebank | Stuart Cook | -14/+20 |
| 2025-01-01 | Rollup merge of #134877 - DavisRayM:129966-format-string-help-message, r=este... | Stuart Cook | -0/+85 |
| 2025-01-01 | Rollup merge of #133292 - dianne:e0277-suggest-deref, r=estebank | Stuart Cook | -0/+121 |
| 2024-12-31 | Rollup merge of #134971 - dxsullivan:fix-typo, r=lqd | Trevor Gross | -5/+5 |
| 2024-12-31 | Rollup merge of #134861 - GuillaumeGomez:item-info-colors, r=fmease | Trevor Gross | -0/+23 |
| 2024-12-31 | Rollup merge of #133486 - dianne:fix-move-error-suggestion, r=estebank | Trevor Gross | -65/+131 |
| 2024-12-31 | Provide structured suggestion for `impl Default` of type where all fields hav... | Esteban Küber | -1/+4 |
| 2024-12-31 | chore: fix typos | dxsullivan | -5/+5 |
| 2024-12-31 | Rollup merge of #134956 - compiler-errors:format-args-hidden-chars, r=jieyouxu | Matthias Krüger | -18/+76 |
| 2024-12-31 | Rollup merge of #134918 - ChrisDenton:issue-70093, r=jieyouxu | Matthias Krüger | -20/+40 |
| 2024-12-31 | Rollup merge of #134957 - peicuiping:master, r=lqd | Jacob Pratt | -4/+4 |
| 2024-12-31 | Rollup merge of #134857 - compiler-errors:rustdoc-unsafe-binders, r=camelid | Jacob Pratt | -0/+19 |
| 2024-12-31 | chore: fix some typos | peicuiping | -4/+4 |
| 2024-12-31 | Account for format_args in HiddenUnicodeCodepoints lint | Michael Goulet | -4/+23 |
| 2024-12-31 | Account for C string literals in HiddenUnicodeCodepoints lint | Michael Goulet | -18/+57 |
| 2024-12-31 | Rollup merge of #134933 - compiler-errors:async-fn-future-sized, r=lqd | Stuart Cook | -0/+51 |
| 2024-12-31 | Add comments to -Zlink-* tests | Chris Denton | -0/+11 |
| 2024-12-31 | Fix span for IndexMut method call on HashMap/BTreeMap | Michael Goulet | -2/+8 |
| 2024-12-31 | Use if-let in structured suggestion instead of Option::map | Michael Goulet | -8/+8 |
| 2024-12-31 | Explain how to mutate a HashMap/BTreeMap with more nuance | Michael Goulet | -4/+4 |
| 2024-12-31 | Unsafe binder support in rustdoc | Michael Goulet | -0/+19 |
| 2024-12-31 | Make sure we check the future type is Sized in AsyncFn* | Michael Goulet | -0/+51 |
| 2024-12-30 | Auto merge of #134757 - RalfJung:const_swap, r=scottmcm | bors | -23/+19 |
| 2024-12-30 | Windows: Enable issue 70093 link tests | Chris Denton | -11/+20 |
| 2024-12-30 | Rollup merge of #134911 - HigherOrderLogic:master, r=onur-ozkan | Matthias Krüger | -2/+2 |
| 2024-12-30 | Rollup merge of #134871 - clubby789:test-63646, r=compiler-errors | Matthias Krüger | -0/+28 |
| 2024-12-30 | Auto merge of #134906 - jieyouxu:multi-crate-type, r=lqd,fmease | bors | -0/+67 |
| 2024-12-30 | add suggestion for wrongly ordered format parameters | Davis Muro | -0/+85 |
| 2024-12-30 | tests: add basic test coverage for cli flag `--crate-type` | 许杰友 Jieyou Xu (Joe) | -0/+67 |
| 2024-12-30 | chore: fix typos | Horu | -2/+2 |
| 2024-12-29 | Added codegen test for elidings bounds check when indexes are manually checked | Alex Gaynor | -0/+37 |
| 2024-12-29 | Auto merge of #134627 - estebank:issue-133252, r=jackh726 | bors | -1/+39 |
| 2024-12-29 | Add codegen test for issue 63646 | clubby789 | -0/+28 |
| 2024-12-28 | Add GUI test for item info elements color | Guillaume Gomez | -0/+23 |
| 2024-12-28 | Added a codegen test for optimization with const arrays | Alex Gaynor | -0/+15 |
| 2024-12-28 | Auto merge of #131244 - clubby789:match-branches-unreachable, r=DianQK | bors | -20/+69 |
| 2024-12-28 | Auto merge of #134844 - Zalathar:rollup-1225wh9, r=Zalathar | bors | -75/+468 |
| 2024-12-28 | Rollup merge of #134840 - Zalathar:normalize, r=jieyouxu | Stuart Cook | -0/+24 |
| 2024-12-28 | Rollup merge of #134829 - jieyouxu:migrate-libs-through-symlinks, r=lqd | Stuart Cook | -22/+48 |
| 2024-12-28 | Rollup merge of #134760 - jieyouxu:enable-branch-protection-check-IBT, r=lqd | Stuart Cook | -53/+58 |
| 2024-12-28 | Rollup merge of #134737 - estebank:deive-lint-default-fields-base, r=compiler... | Stuart Cook | -0/+338 |
| 2024-12-28 | Auto merge of #134842 - jieyouxu:disable-flaky-test, r=ibraheemdev | bors | -0/+4 |
| 2024-12-28 | tests: migrate `branch-protection-check-IBT` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -53/+58 |
| 2024-12-28 | tests: migrate `libs-through-symlink` to rmake.rs | 许杰友 Jieyou Xu (Joe) | -22/+48 |
| 2024-12-28 | Disable `backtrace-debuginfo.rs` on windows-gnu | 许杰友 Jieyou Xu (Joe) | -0/+4 |
| 2024-12-28 | compiletest: Self-test for `normalize-*` with revisions | Zalathar | -0/+24 |
| 2024-12-27 | Rollup merge of #134834 - dtolnay:unnamedcall, r=compiler-errors | David Tolnay | -0/+3 |
| 2024-12-27 | Rollup merge of #134833 - dtolnay:leftmostwithdot, r=compiler-errors | David Tolnay | -0/+4 |
| 2024-12-27 | Skip parenthesis around tuple struct field calls | David Tolnay | -1/+1 |