about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-08-23Refactor and document the `Rustc` dist stepJakub Beránek-35/+42
2025-08-23Small refactor of `Mingw` stepJakub Beránek-12/+12
2025-08-23Document the `rustc-docs` stepJakub Beránek-9/+18
2025-08-23Rename `default_doc` to `run_default_doc_steps` and remove unused argumentJakub Beránek-6/+7
2025-08-23Forbid running dist steps on stage 0Jakub Beránek-0/+4
2025-08-23Re-add missing `clippy` testsJakub Beránek-0/+124
2025-08-23Improve code and add test with macro coming from another file from the same c...Guillaume Gomez-35/+23
2025-08-23rustdoc: make attributes render consistentlyKarol Zwolak-70/+68
2025-08-23Remove profile section from ClippyJakub Beránek-7/+0
2025-08-23Rewrite try jobs section a bitJakub Beránek-23/+23
2025-08-22Rollup merge of #145763 - Kobzol:llvm-bindir-cross, r=Mark-SimulacrumJacob Pratt-39/+84
2025-08-22Rollup merge of #145761 - Gelbpunkt:hermit-aarch64_be, r=wesleywiserJacob Pratt-0/+4
2025-08-22Rollup merge of #145743 - xihuwenhua:master, r=petrochenkovJacob Pratt-4/+4
2025-08-22Rollup merge of #145742 - lolbinarycat:rustdoc-search-type-cleanup-continued,...Jacob Pratt-43/+18
2025-08-22Rollup merge of #145731 - lolbinarycat:rustdoc-search-generic-pointer-142385,...Jacob Pratt-33/+71
2025-08-22Rollup merge of #145573 - veluca93:unsafe-force-target-feature, r=davidtwcoJacob Pratt-3/+5
2025-08-22Rollup merge of #145218 - nilptr:nilptr/feat/lldb-enum-pretty-printer, r=Mark...Jacob Pratt-18/+20
2025-08-22Rollup merge of #137457 - JayAndJef:issue-132802-fix, r=KobzolJacob Pratt-3/+43
2025-08-23remove default opts from configbit-aloo-53/+0
2025-08-23suggest using `@bors try jobs=...`Waffle Lapkin-16/+7
2025-08-22Update cargoWeihang Lo-0/+0
2025-08-23Also support statements and patterns for macro expansionGuillaume Gomez-2/+18
2025-08-23Improve codeGuillaume Gomez-4/+2
2025-08-23Make macro expansion feature buttons accessibleGuillaume Gomez-10/+11
2025-08-23Do macro expansion at AST level rather than HIRGuillaume Gomez-178/+237
2025-08-23Clean up computation of macro expansion span and correctly handle spans open ...Guillaume Gomez-28/+90
2025-08-23Go around firefox bugGuillaume Gomez-1/+7
2025-08-23Update rustdoc-gui testsGuillaume Gomez-1/+1
2025-08-23Correctly handle multiple macro expansions on a same lineGuillaume Gomez-18/+49
2025-08-23Add documentation for `--generate-macro-expansion`Guillaume Gomez-0/+4
2025-08-23Add new unstable `--generate-macro-expansion` rustdoc command line flagGuillaume Gomez-14/+42
2025-08-23Add support for macro expansion in rustdoc source code pagesGuillaume Gomez-63/+339
2025-08-22interpret/allocation: get_range on ProvenanceMapNia Espera-8/+3
2025-08-22Add warning to the `Builder::llvm_config` functionJakub Beránek-0/+4
2025-08-22Ship LLVM tools for the correct target when cross-compilingJakub Beránek-5/+43
2025-08-22Auto merge of #145352 - Shourya742:2025-08-12-remove-default-config, r=Kobzolbors-563/+527
2025-08-22Rename `llvm_config` to `host_llvm_config` to avoid confusionJakub Beránek-36/+39
2025-08-22Add aarch64_be-unknown-hermit targetJens Reidel-0/+4
2025-08-22Stabilize `round_char_boundary` featureokaneco-18/+16
2025-08-22ci: Begin running ui tests with `rust.debuginfo-level-tests=1`Martin Nordholts-0/+5
2025-08-22main.js: only call window.rustdocToggleSrcSidebar if it existsbinarycat-2/+1
2025-08-22typecheck: add nonnull around element known to existbinarycat-2/+1
2025-08-22typecheck tooltipBlurHandlerbinarycat-1/+3
2025-08-22typecheck window.CURRENT_TOOLTIP_ELEMENTbinarycat-32/+7
2025-08-22Merge commit '877967959ae8da9814df4f2614971f4d784bf53f' into clippy-subtree-u...Philipp Krones-1050/+1823
2025-08-22Sort Config fields and remove some `mut`s from bindingsJakub Beránek-198/+210
2025-08-22Merge pull request #4538 from RalfJung/zst-reborRalf Jung-1/+21
2025-08-22miri: also detect aliasing of in-place argument and return placeRalf Jung-0/+95
2025-08-22add some ZST reborrow testsRalf Jung-1/+21
2025-08-22doc: fix some typos in commentxihuwenhua-4/+4