about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-12-29docs: fix typosdxsullivan-4/+4
2024-12-29fix: typoscalciumbe-1/+1
2024-12-29Auto merge of #134887 - Zalathar:rollup-ghpz7oy, r=Zalatharbors-118/+137
2024-12-29Rollup merge of #134883 - Zalathar:shared-helpers, r=clubby789Stuart Cook-3/+14
2024-12-29Rollup merge of #134876 - Zalathar:bootstrap-test-macros, r=jieyouxuStuart Cook-103/+113
2024-12-29Rollup merge of #134799 - poliorcetics:ab/push-xuxotrnrtysz, r=GuillaumeGomezStuart Cook-12/+10
2024-12-29Auto merge of #134650 - onur-ozkan:clean-up-fixmes, r=Kobzolbors-14/+9
2024-12-29Fix `./x check bootstrap` by moving `shared_helpers::tests`Zalathar-3/+14
2024-12-29Allow macro-declared test steps to have docstrings and attributesZalathar-21/+32
2024-12-29Consolidate the macros for declaring compiletest suitesZalathar-82/+81
2024-12-29Auto merge of #134867 - rust-lang:cargo_update, r=clubby789bors-14/+14
2024-12-29Auto merge of #134864 - Zalathar:rollup-suc8ay9, r=Zalatharbors-28/+16
2024-12-29cargo updategithub-actions-14/+14
2024-12-29Rollup merge of #134850 - tamird:rustc-private-book-update, r=bjorn3Stuart Cook-2/+5
2024-12-29Rollup merge of #134849 - Zalathar:debuginfo-prefixes, r=lqd,clubby789,jieyouxuStuart Cook-26/+11
2024-12-28nits: librustdoc::cleanAlexis (Poliorcetics) Bourget-12/+10
2024-12-28Auto merge of #134848 - Zalathar:check-compiletest, r=jieyouxubors-0/+4
2024-12-28Auto merge of #134845 - jieyouxu:temp-drop-warning, r=onur-ozkanbors-13/+4
2024-12-28Document virality of `feature(rustc_private)`Tamir Duberstein-2/+5
2024-12-28Auto merge of #134790 - onur-ozkan:cfg-test, r=clubby789bors-22/+19
2024-12-29Simplify `DebuggerCommands::parse_from` to only take one prefixZalathar-20/+11
2024-12-29Remove the unused `cdbg-*` debugger directive prefixZalathar-7/+1
2024-12-28bootstrap: Allow `./x check compiletest`Zalathar-0/+4
2024-12-28bootstrap: drop warning for top-level test suite path check许杰友 Jieyou Xu (Joe)-13/+4
2024-12-28remove deprecated option `parallel-compiler`onur-ozkan-10/+5
2024-12-28read to `String` directly without extra conversiononur-ozkan-2/+1
2024-12-28remove an invalid FIXME noteonur-ozkan-2/+3
2024-12-28Rollup merge of #134840 - Zalathar:normalize, r=jieyouxuStuart Cook-22/+25
2024-12-28Rollup merge of #134829 - jieyouxu:migrate-libs-through-symlinks, r=lqdStuart Cook-1/+0
2024-12-28tests: migrate `branch-protection-check-IBT` to rmake.rs许杰友 Jieyou Xu (Joe)-1/+0
2024-12-28tests: migrate `libs-through-symlink` to rmake.rs许杰友 Jieyou Xu (Joe)-1/+0
2024-12-28compiletest: Make a FIXME for escaped newlines less confusingZalathar-1/+3
2024-12-28compiletest: Only pass the post-colon value to `parse_normalize_rule`Zalathar-21/+22
2024-12-27Auto merge of #134690 - clubby789:ci-clang-lto, r=Kobzolbors-2/+11
2024-12-27Auto merge of #134830 - matthiaskrgr:rollup-7hdjojz, r=matthiaskrgrbors-40/+117
2024-12-27Rollup merge of #134809 - clubby789:nocapture, r=jieyouxuMatthias Krüger-3/+36
2024-12-27Rollup merge of #134808 - clubby789:compiletest-remove-stderr, r=jieyouxuMatthias Krüger-37/+81
2024-12-27Auto merge of #134803 - clubby789:strip-debuginfo, r=Kobzolbors-2/+14
2024-12-27Rollup merge of #134816 - Integral-Tech:pathbuf-refactor, r=lqd许杰友 Jieyou Xu (Joe)-2/+2
2024-12-27Rollup merge of #134815 - 9names:sort_platform_md_targets, r=jieyouxu许杰友 Jieyou Xu (Joe)-52/+52
2024-12-27Rollup merge of #134806 - notriddle:notriddle/parent-path-is-better, r=Guilla...许杰友 Jieyou Xu (Joe)-9/+10
2024-12-27Add change tracker entryclubby789-0/+5
2024-12-27compiletest: Remove/don't write empty 'expected' filesclubby789-37/+81
2024-12-27compiletest: Replace `--nocapture` with `--no-capture`clubby789-2/+8
2024-12-27Add `--no-capture` as a bootstrap argumentclubby789-2/+24
2024-12-27Add LTO support to clang in CIclubby789-2/+11
2024-12-27Remove the `-test` suffix from normalize directivesZalathar-8/+7
2024-12-27Don't use `parse_cfg_name_directive` for normalize directivesZalathar-16/+49
2024-12-27tools: fix build failure caused by PR #134420Integral-2/+2
2024-12-27Sort triples by name in platform_support.md9names-52/+52