about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2025-04-17Deduplicate nix codeRoss Smyth-50/+111
2025-04-17Replace infallible `name_or_empty` methods with fallible `name` methods.Nicholas Nethercote-2/+2
2025-04-16Update cargoWeihang Lo-1/+2
2025-04-17Rollup merge of #139894 - Kobzol:opt-dist-fixes, r=lqdMatthias Krüger-2/+4
2025-04-17Rollup merge of #139770 - nnethercote:rename-LifetimeName, r=BoxyUwUMatthias Krüger-13/+13
2025-04-17Fix a bug with predicate lowering of associated itemsChayim Refael Friedman-5/+32
2025-04-16Use PGO on macOS x64 and arm64 buildsAlexander Zaitsev-0/+2
2025-04-16Upgrade to `rustc-rayon-core` 0.5.1Josh Stone-3/+0
2025-04-17replaced check_shim with check_shim_abi for env, file, sockets and time relat...geetanshjuneja-82/+405
2025-04-16remove old remove_and_create_dir_all and use build_helpers remove_and_create_...bit-aloo-14/+25
2025-04-16Merge pull request #19605 from ChayimFriedman2/fix-sigChayim Refael Friedman-1/+2
2025-04-16Fix signature of libc memory usage function on LinuxChayim Refael Friedman-1/+2
2025-04-16add semicolon to useWtz_LASR-1/+1
2025-04-16use std-declared intrinsics rather than copying the declarationRalf Jung-106/+50
2025-04-16Rollup merge of #139884 - rustbot:docs-update, r=ehussMatthias Krüger-0/+10
2025-04-16Rollup merge of #139867 - WaffleLapkin:tidypaper, r=jieyouxuMatthias Krüger-1/+3
2025-04-16Rollup merge of #139823 - WaffleLapkin:bootpaper, r=jieyouxuMatthias Krüger-1/+8
2025-04-16Merge pull request #19589 from roife/fix-issue-19138Lukas Wirth-0/+66
2025-04-16feat: highlight tail expr when cursor is on labelroifewu-0/+37
2025-04-16Merge pull request #19591 from snprajwal/fix-make-macroLukas Wirth-14/+21
2025-04-16Merge pull request #19590 from roife/fix-issue-19540Lukas Wirth-0/+18
2025-04-16Merge pull request #19597 from Kobzol/arm-ciLukas Wirth-2/+3
2025-04-16fix: use `ast::TokenTree` in `make::expr_macro`Prajwal S N-14/+21
2025-04-16Merge pull request #19596 from roife/sig-help-infoLukas Wirth-13/+154
2025-04-16Merge pull request #19588 from Hmikihiro/ext_func_moduleLukas Wirth-14/+71
2025-04-16Merge pull request #19587 from MatrixFrog/patch-1Lukas Wirth-1/+0
2025-04-16Pin rustc used for the `proc-macro-src` CI jobJakub Beránek-5/+13
2025-04-16Only delete the lld directory if it existsJakub Beránek-1/+3
2025-04-16Allow disabling `--llvm-shared` in opt-distJakub Beránek-1/+1
2025-04-15rustdoc: Output target feature informationWill Glynn-1/+8
2025-04-15Update Cargo.lock for rustbookEric Huss-0/+10
2025-04-16Rename `LifetimeName` as `LifetimeKind`.Nicholas Nethercote-13/+13
2025-04-15Perform PGO for aarch64 buildsJakub Beránek-2/+3
2025-04-15normalize canonical and non-canonical paths in compiletestWaffle Lapkin-5/+8
2025-04-16feat: enhance signature help to display generic parameters for callables and ...roifewu-13/+154
2025-04-15Use PGO on Linux x64 buildsJakub Beránek-0/+1
2025-04-15Merge pull request #19585 from Kobzol/pgo-windowsLaurențiu Nicola-11/+53
2025-04-15Use `manylinux` Docker container instead of zigbuild for x64 LinuxJakub Beránek-1/+9
2025-04-15tidy: don't crush on non-existent submodulesWaffle Lapkin-1/+3
2025-04-15Merge pull request #4260 from CraftSpider/windows-file-deleteOli Scherer-5/+46
2025-04-15Use `-q` to silence RA outputJakub Beránek-3/+1
2025-04-15Run PGO for Windows on CIJakub Beránek-0/+2
2025-04-15Allow passing a specific crate for PGO trainingJakub Beránek-10/+52
2025-04-15Fix `llvm-profdata` extension on non Linux OSesJakub Beránek-1/+1
2025-04-15Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalatharbors-181/+606
2025-04-15canonicalize test build dir before normalizing itWaffle Lapkin-1/+5
2025-04-15fix typoWaffle Lapkin-1/+1
2025-04-15Rollup merge of #139671 - m-ou-se:proc-macro-span, r=dtolnayStuart Cook-38/+15
2025-04-15Rollup merge of #139669 - nnethercote:overhaul-AssocItem, r=oli-obkStuart Cook-33/+31
2025-04-15feat: Add `pub(crate) mod` option for unlinked filesroifewu-0/+18