| Age | Commit message (Expand) | Author | Lines |
| 2025-01-01 | Allow flyimporting excluded trait items if there is an exact match in the name | Chayim Refael Friedman | -3/+51 |
| 2025-01-01 | Allow excluding specific traits from completion | Chayim Refael Friedman | -82/+1011 |
| 2025-01-01 | Merge pull request #18757 from roife/fix-17812 | Lukas Wirth | -97/+540 |
| 2025-01-01 | internal: Do not render closure ids in hover messages | Lukas Wirth | -9/+3 |
| 2025-01-01 | Auto merge of #134992 - Zalathar:rollup-pldy5w6, r=Zalathar | bors | -75/+65 |
| 2025-01-01 | Rollup merge of #134950 - Zalathar:tool-check-step, r=jieyouxu | Stuart Cook | -75/+65 |
| 2025-01-01 | Auto merge of #134926 - rustbot:docs-update, r=ehuss | bors | -0/+0 |
| 2024-12-31 | cover guard patterns in clippy lints | Max Niederman | -5/+21 |
| 2025-01-01 | Auto merge of #134988 - tgross35:rollup-s59bx7c, r=tgross35 | bors | -55/+7 |
| 2024-12-31 | add guard patterns to HIR and implement lowering | Max Niederman | -0/+1 |
| 2024-12-31 | Rollup merge of #134975 - ehuss:revert-style-guide-rhs-break, r=compiler-errors | Trevor Gross | -28/+0 |
| 2024-12-31 | Rollup merge of #134974 - ehuss:revert-single-line-where, r=compiler-errors | Trevor Gross | -27/+4 |
| 2024-12-31 | Rollup merge of #134968 - Kobzol:tidy-bless-log, r=Noratrieb | Trevor Gross | -0/+3 |
| 2024-12-31 | Update cargo | Weihang Lo | -0/+0 |
| 2024-12-31 | Update reference, edition-guide | Eric Huss | -0/+0 |
| 2024-12-31 | Revert "Rollup merge of #119838 - joshtriplett:style-guide-binop-indent, r=co... | Eric Huss | -33/+0 |
| 2024-12-31 | Revert "Rollup merge of #132369 - joshtriplett:style-guide-binop-heuristic-as... | Eric Huss | -6/+11 |
| 2024-12-31 | Revert "Rollup merge of #119515 - joshtriplett:style-guide-gat-where-clause-s... | Eric Huss | -27/+4 |
| 2024-12-31 | Merge pull request #18797 from profetia/issue10583 | Chayim Refael Friedman | -34/+758 |
| 2024-12-31 | Add back optimizations | lucasholten | -4/+8 |
| 2024-12-31 | Add back tests removed in #18080 | lucasholten | -0/+19629 |
| 2024-12-31 | Add back crate graph deduplication | lucasholten | -1/+4 |
| 2024-12-31 | Remove CARGO_RUSTC_CURRENT_DIR | lucasholten | -16/+4 |
| 2024-12-31 | Print how to rebless Python formatting in tidy | Jakub Beránek | -0/+3 |
| 2024-12-31 | Fix replace-if-let-with-match generates non-exhausive match | yanglsh | -44/+411 |
| 2024-12-31 | Use `id` attribute for `<a>` tags instead of deprecated `name` attribute (#2184) | Max Heller | -27/+27 |
| 2024-12-31 | Base relative cargo configs onto the manifest | Lukas Wirth | -14/+35 |
| 2024-12-31 | add test coverage for `helpers::is_path_in_submodule` | onur-ozkan | -2/+17 |
| 2024-12-31 | fix: Populate cargo config env vars for crates | Lukas Wirth | -83/+43 |
| 2024-12-31 | Rollup merge of #134918 - ChrisDenton:issue-70093, r=jieyouxu | Matthias Krüger | -2/+0 |
| 2024-12-31 | Rollup merge of #134610 - tbu-:pr_doc_target_fmt, r=Noratrieb | Matthias Krüger | -8/+8 |
| 2024-12-31 | handle submodules automatically on `doc` steps | onur-ozkan | -30/+23 |
| 2024-12-31 | Merge pull request #18802 from roife/fix-18800 | Lukas Wirth | -2/+1 |
| 2024-12-31 | Merge pull request #18805 from Veykril/push-pzurvxvoolxs | Lukas Wirth | -18/+12 |
| 2024-12-31 | Reformat Python file | Jakub Beránek | -2/+12 |
| 2024-12-31 | Enable Python formatting checks in tidy on CI | Jakub Beránek | -1/+1 |
| 2024-12-31 | fix: incorrect file_id used for ranges in outgoing calls | roife | -2/+1 |
| 2024-12-31 | Implement `<RaSpanServer as SourceFile>::eq` | Lukas Wirth | -9/+9 |
| 2024-12-31 | Remove recursion_limit special casing in tests | Lukas Wirth | -9/+3 |
| 2024-12-31 | Use struct-like syntax in `tool_check_step!` | Zalathar | -15/+18 |
| 2024-12-31 | Make `tool_check_step!` always assume `SourceType::InTree` | Zalathar | -21/+23 |
| 2024-12-31 | Infer tool-check-step display name from the last path component | Zalathar | -24/+13 |
| 2024-12-31 | Move most of the `Step::run` impl out of `tool_check_step!` | Zalathar | -45/+41 |
| 2024-12-31 | Merge pull request #18758 from mgsloan/scip-unique-symbols | Lukas Wirth | -323/+618 |
| 2024-12-31 | Rollup merge of #134857 - compiler-errors:rustdoc-unsafe-binders, r=camelid | Jacob Pratt | -12/+49 |
| 2024-12-31 | Rollup merge of #134291 - Walnut356:type_annots, r=tgross35 | Jacob Pratt | -213/+137 |
| 2024-12-31 | use python built in type annotations | Walnut | -213/+137 |
| 2024-12-31 | Auto merge of #134952 - Zalathar:rollup-i6g97md, r=Zalathar | bors | -2/+24 |
| 2024-12-31 | Merge from rustc | The Miri Cronjob Bot | -419/+792 |
| 2024-12-31 | feat: show go-to-type-def actions for subst when hovering | roife | -3/+57 |