about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-16Auto merge of #136926 - wesleywiser:stabilize_dwarf-version, r=petrochenkovbors-13/+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-16Merge pull request #2337 from xizheyin/sync-codeJakub Beránek-0/+14
2025-04-16Remind to update dev branch while behind too many commitsxizheyin-0/+14
2025-04-15rustdoc: Output target feature informationWill Glynn-2/+125
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