about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
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-27Rework the driver docs (#2162)bjorn3-198/+272
2024-12-27Add change tracker entryclubby789-0/+5
2024-12-27Document `forbid-output` for UI tests (#2171)clubby789-1/+1
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-27also clean up eventfd code in the same veinRalf Jung-30/+25
2024-12-27add test for close-while-blockedRalf Jung-8/+78
2024-12-27Add LTO support to clang in CIclubby789-2/+11
2024-12-27bring socket logic back together and fix logic bugRalf Jung-86/+74
2024-12-27Merge pull request #18744 from gbbosak/masterLukas Wirth-0/+1
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-27clippyRalf Jung-6/+6
2024-12-27tools: fix build failure caused by PR #134420Integral-2/+2
2024-12-27Sort triples by name in platform_support.md9names-52/+52
2024-12-27Merge from rustcThe Miri Cronjob Bot-3742/+15870
2024-12-27Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2024-12-27completions: Zsh is now supported (#2173)clubby789-3/+1
2024-12-26rustdoc: use shorter paths as preferred canonical pathsMichael Howell-9/+10
2024-12-26Strip debuginfo from rustc-main and rustdocclubby789-2/+14
2024-12-26Auto merge of #134795 - GuillaumeGomez:rollup-9x8n7pi, r=GuillaumeGomezbors-25/+22
2024-12-26Rollup merge of #134772 - GuillaumeGomez:improve-rustdoc, r=notriddleGuillaume Gomez-24/+22
2024-12-26Rollup merge of #134656 - jieyouxu:migrate-incr-add-rust-src-component, r=wes...Guillaume Gomez-1/+0
2024-12-26Auto merge of #134788 - flip1995:clippy-subtree-update, r=matthiaskrgrbors-1415/+6002
2024-12-26replace bootstrap-self-test feature flag with cfg(test)onur-ozkan-22/+19
2024-12-26Merge pull request #18762 from davidbarsky/davidbarsky/wrap-salsa-cancellatio...Lukas Wirth-5/+28
2024-12-26Merge pull request #18761 from Veykril/push-vktnzltnxuprLukas Wirth-7/+6
2024-12-26internal: wrap `salsa::Cycle`David Barsky-5/+28
2024-12-26internal: Swallow `error: config value is not set` cargo errorLukas Wirth-7/+6
2024-12-26Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-u...Philipp Krones-2/+2
2024-12-26Merge commit '609cd310be44677ae31d452a17b0f8207e1abfe1' into clippy-subtree-u...Philipp Krones-1415/+6002
2024-12-26internal: Workaround salsa cycles leakingLukas Wirth-6/+11
2024-12-26Auto merge of #134784 - RalfJung:miri-sync, r=RalfJungbors-719/+868
2024-12-26minor: format editor/coderoife-13/+14
2024-12-26move env vars for snapshot tests to UpdateTestroife-15/+33
2024-12-26optimize snapshot-testing macro detection and add testsroife-45/+137
2024-12-26fix incorrect name for UpdateTest configroife-4/+4
2024-12-26fix: await setting config to `not ask before UpdateTest` and formatroife-7/+7
2024-12-26feat: add config `UpdateTest` to hover actionsroife-2/+26
2024-12-26feat: support UpdateTest in hover actions and runnablesroife-30/+32
2024-12-26feat: support UpdateTest in codelensroife-57/+204
2024-12-26feat: Add TestDefs to find usage of Expect, Insta and Snapboxroife-21/+168