about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-04-16Improve `borrowck_graphviz_*` documentation.Nicholas Nethercote-1/+2
2025-04-15Update Cargo.lock for rustbookEric Huss-0/+10
2025-04-16Rename `LifetimeName` as `LifetimeKind`.Nicholas Nethercote-17/+17
2025-04-15Update booksrustbot-0/+0
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-15commit rustfmt stump in `x t tidy` even on `check`Waffle Lapkin-3/+6
2025-04-15Rollup merge of #139859 - marcoieni:rename-macos-runner, r=KobzolMatthias Krüger-6/+6
2025-04-15Rollup merge of #138455 - yotamofek:pr/rustdoc/more-impl-display, r=Guillaume...Matthias Krüger-230/+228
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-15add comment in `TomlConfig::merge` about the merge orderonur-ozkan-0/+2
2025-04-15Replace flag `--doctest-compilation-args` with a simpler one: `--doctest-buil...León Orell Valerian Liehr-71/+7
2025-04-15Use `manylinux` Docker container instead of zigbuild for x64 LinuxJakub Beránek-1/+9
2025-04-15add a comment for code that isn'tWaffle Lapkin-1/+7
2025-04-15slightly correct comments and diagnostics about checking modificationsWaffle Lapkin-10/+13
2025-04-15use helper function instead of writing rustfmt stamp by handWaffle Lapkin-1/+2
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-15Rename `is_builder_target` to `is_host_target`Jakub Beránek-19/+18
2025-04-15Move `is_builder_target`, `is_system_llvm` and `is_rust_llvm` from `Builder` ...Jakub Beránek-53/+57
2025-04-15Add `explicit_extern_abis` unstable featureObei Sideg-0/+23
2025-04-15Use `-q` to silence RA outputJakub Beránek-3/+1
2025-04-15CI: rename MacOS runnerMarcoIeni-6/+6
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-15add FIXME note in `TomlConfig::merge`onur-ozkan-0/+2
2025-04-15fix path and the ordering logiconur-ozkan-26/+28
2025-04-15apply nit notesonur-ozkan-26/+69
2025-04-15document `include` in `bootstrap.example.toml`onur-ozkan-2/+3
2025-04-15implement cyclic inclusion handlingonur-ozkan-13/+38
2025-04-15document config extensionsonur-ozkan-0/+36
2025-04-15add new config option: `include`onur-ozkan-1/+29
2025-04-15Auto merge of #139845 - Zalathar:rollup-u5u5y1v, r=Zalatharbors-230/+750
2025-04-15canonicalize test build dir before normalizing itWaffle Lapkin-1/+5
2025-04-15fix typoWaffle Lapkin-1/+1
2025-04-15update submodules if the directory doesn't existWaffle Lapkin-0/+7
2025-04-15unstable book; document `macro_metavar_expr_concat`mejrs-0/+145
2025-04-14Setup editor file associations for non-rs extensionsThalia Archibald-11/+23
2025-04-15Rollup merge of #139772 - nnethercote:rm-hir-Map, r=ZalatharStuart Cook-25/+19
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-50/+48
2025-04-15Rollup merge of #139660 - Zalathar:new-executor, r=jieyouxuStuart Cook-117/+574
2025-04-15Avoid using `kw::Empty` for param names in rustdoc.Nicholas Nethercote-8/+11
2025-04-15Avoid using `kw::Empty` when comparing names.Nicholas Nethercote-4/+7
2025-04-15Avoid another `kw::Empty` use.Nicholas Nethercote-1/+1
2025-04-15Remove another `kw::Empty` use in rustdoc.Nicholas Nethercote-23/+31
2025-04-15feat: Add `pub(crate) mod` option for unlinked filesroifewu-0/+18