about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2024-12-29bootstrap: Don't apply `-Ztls-model=initial-exec` to deps of proc-macrosclubby789-1/+4
2024-12-29Add tidy check for list of proc-macro crate transitive dependenciesclubby789-4/+146
2024-12-29Remove properly tracked config file from .gitignore & add support for skippin...Martin Liška-9/+18
2024-12-29Add a couple of linkcheck exceptions: (#2120)Martin Liška-1/+7
2024-12-30Add missing link for [Node] (#2177)Martin Liška-0/+1
2024-12-30Fix 403 received for HEAD request (#2176)Martin Liška-1/+1
2024-12-29Rollup merge of #134894 - Kobzol:docker-ci-documentation, r=the8472Matthias Krüger-0/+6
2024-12-29Rollup merge of #134884 - calciumbe:patch1, r=jieyouxuMatthias Krüger-1/+1
2024-12-29Auto merge of #134765 - Noratrieb:linux-none-cant-unwind-silly, r=jieyouxubors-0/+5
2024-12-29Document x86_64-unknown-linux-none is PIE by defaultNoratrieb-0/+5
2024-12-29Document how to run the split Docker pipelinesJakub Beránek-0/+6
2024-12-29Auto merge of #134891 - dxsullivan:fix-typo, r=GuillaumeGomezbors-4/+4
2024-12-29fix: Fix invalid `-O` flag used by cfg discoveryLukas Wirth-2/+23
2024-12-29docs: fix typosdxsullivan-4/+4
2024-12-29fix: typoscalciumbe-1/+1
2024-12-29Merge pull request #18785 from Veykril/push-uvsqposqyvmoLukas Wirth-436/+438
2024-12-29Merge pull request #18787 from Veykril/push-uymlpukspxqrLukas Wirth-1/+5
2024-12-29Auto merge of #134887 - Zalathar:rollup-ghpz7oy, r=Zalatharbors-118/+137
2024-12-29Inline toolchain_info moduleLukas Wirth-17/+19
2024-12-29Automatically cancel CI checks on new push to same PRLukas Wirth-1/+5
2024-12-29Merge pull request #18774 from Veykril/push-ysppqxpuknnwLukas Wirth-129/+1335
2024-12-29Force a current dir to be supplied for rustc info fetchingLukas Wirth-25/+37
2024-12-29Split out `ProjectWorkspace::load_cargo`Lukas Wirth-142/+139
2024-12-29Enforce a current directory being set for spawned commandsLukas Wirth-75/+99
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-29Cleanup toolchain info fetchingLukas Wirth-230/+197
2024-12-29Merge pull request #18784 from Veykril/push-pqtwsvquxotyLukas Wirth-1/+1
2024-12-29fix: Do not merge spans if they have different anchorsLukas Wirth-1/+1
2024-12-29Auto merge of #134650 - onur-ozkan:clean-up-fixmes, r=Kobzolbors-14/+9
2024-12-29Describe variance resolution approach differences to rustcLukas Wirth-36/+27
2024-12-29Fix `./x check bootstrap` by moving `shared_helpers::tests`Zalathar-3/+14
2024-12-29Merge pull request #4115 from RalfJung/epollOli Scherer-41/+40
2024-12-29concurrency: Generalize UnblockCallback to MachineCallbackshamb0-130/+186
2024-12-29an EpollEventInterest does not need to ref both its FD and its ready listRalf Jung-15/+18
2024-12-29triagebot: enable merge conflict notificationRalf Jung-0/+8
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-28Start using mdbook-linkcheck2 (#2103)Martin Liška-14/+8
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-28epoll: avoid some clonesRalf Jung-28/+24
2024-12-28nits: librustdoc::cleanAlexis (Poliorcetics) Bourget-12/+10
2024-12-28Auto merge of #134848 - Zalathar:check-compiletest, r=jieyouxubors-0/+4
2024-12-28Consider `Enum::Variant` even when it comes from a different crateChayim Refael Friedman-39/+66
2024-12-28Show variance of parameters on hoverLukas Wirth-12/+69