about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-01-01Allow flyimporting excluded trait items if there is an exact match in the nameChayim Refael Friedman-3/+51
2025-01-01Allow excluding specific traits from completionChayim Refael Friedman-82/+1011
2025-01-01Merge pull request #18757 from roife/fix-17812Lukas Wirth-97/+540
2025-01-01internal: Do not render closure ids in hover messagesLukas Wirth-9/+3
2025-01-01Auto merge of #134992 - Zalathar:rollup-pldy5w6, r=Zalatharbors-75/+65
2025-01-01Rollup merge of #134950 - Zalathar:tool-check-step, r=jieyouxuStuart Cook-75/+65
2025-01-01Auto merge of #134926 - rustbot:docs-update, r=ehussbors-0/+0
2024-12-31cover guard patterns in clippy lintsMax Niederman-5/+21
2025-01-01Auto merge of #134988 - tgross35:rollup-s59bx7c, r=tgross35bors-55/+7
2024-12-31add guard patterns to HIR and implement loweringMax Niederman-0/+1
2024-12-31Rollup merge of #134975 - ehuss:revert-style-guide-rhs-break, r=compiler-errorsTrevor Gross-28/+0
2024-12-31Rollup merge of #134974 - ehuss:revert-single-line-where, r=compiler-errorsTrevor Gross-27/+4
2024-12-31Rollup merge of #134968 - Kobzol:tidy-bless-log, r=NoratriebTrevor Gross-0/+3
2024-12-31Update cargoWeihang Lo-0/+0
2024-12-31Update reference, edition-guideEric Huss-0/+0
2024-12-31Revert "Rollup merge of #119838 - joshtriplett:style-guide-binop-indent, r=co...Eric Huss-33/+0
2024-12-31Revert "Rollup merge of #132369 - joshtriplett:style-guide-binop-heuristic-as...Eric Huss-6/+11
2024-12-31Revert "Rollup merge of #119515 - joshtriplett:style-guide-gat-where-clause-s...Eric Huss-27/+4
2024-12-31Merge pull request #18797 from profetia/issue10583Chayim Refael Friedman-34/+758
2024-12-31Add back optimizationslucasholten-4/+8
2024-12-31Add back tests removed in #18080lucasholten-0/+19629
2024-12-31Add back crate graph deduplicationlucasholten-1/+4
2024-12-31Remove CARGO_RUSTC_CURRENT_DIRlucasholten-16/+4
2024-12-31Print how to rebless Python formatting in tidyJakub Beránek-0/+3
2024-12-31Fix replace-if-let-with-match generates non-exhausive matchyanglsh-44/+411
2024-12-31Use `id` attribute for `<a>` tags instead of deprecated `name` attribute (#2184)Max Heller-27/+27
2024-12-31Base relative cargo configs onto the manifestLukas Wirth-14/+35
2024-12-31add test coverage for `helpers::is_path_in_submodule`onur-ozkan-2/+17
2024-12-31fix: Populate cargo config env vars for cratesLukas Wirth-83/+43
2024-12-31Rollup merge of #134918 - ChrisDenton:issue-70093, r=jieyouxuMatthias Krüger-2/+0
2024-12-31Rollup merge of #134610 - tbu-:pr_doc_target_fmt, r=NoratriebMatthias Krüger-8/+8
2024-12-31handle submodules automatically on `doc` stepsonur-ozkan-30/+23
2024-12-31Merge pull request #18802 from roife/fix-18800Lukas Wirth-2/+1
2024-12-31Merge pull request #18805 from Veykril/push-pzurvxvoolxsLukas Wirth-18/+12
2024-12-31Reformat Python fileJakub Beránek-2/+12
2024-12-31Enable Python formatting checks in tidy on CIJakub Beránek-1/+1
2024-12-31fix: incorrect file_id used for ranges in outgoing callsroife-2/+1
2024-12-31Implement `<RaSpanServer as SourceFile>::eq`Lukas Wirth-9/+9
2024-12-31Remove recursion_limit special casing in testsLukas Wirth-9/+3
2024-12-31Use struct-like syntax in `tool_check_step!`Zalathar-15/+18
2024-12-31Make `tool_check_step!` always assume `SourceType::InTree`Zalathar-21/+23
2024-12-31Infer tool-check-step display name from the last path componentZalathar-24/+13
2024-12-31Move most of the `Step::run` impl out of `tool_check_step!`Zalathar-45/+41
2024-12-31Merge pull request #18758 from mgsloan/scip-unique-symbolsLukas Wirth-323/+618
2024-12-31Rollup merge of #134857 - compiler-errors:rustdoc-unsafe-binders, r=camelidJacob Pratt-12/+49
2024-12-31Rollup merge of #134291 - Walnut356:type_annots, r=tgross35Jacob Pratt-213/+137
2024-12-31use python built in type annotationsWalnut-213/+137
2024-12-31Auto merge of #134952 - Zalathar:rollup-i6g97md, r=Zalatharbors-2/+24
2024-12-31Merge from rustcThe Miri Cronjob Bot-419/+792
2024-12-31feat: show go-to-type-def actions for subst when hoveringroife-3/+57