about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2025-04-14Merge pull request #19521 from snprajwal/ciLukas Wirth-4/+16
2025-04-14Merge pull request #19579 from ChayimFriedman2/cyclic-closureLukas Wirth-7/+65
2025-04-14Use PGO for x64 and aarch64 Linux builds on CIJakub Beránek-3/+6
2025-04-14Add `xdist dist --pgo` command to build Rust Analyzer with PGO optimizationsJakub Beránek-6/+98
2025-04-14Auto merge of #139781 - jhpratt:rollup-qadsjvb, r=jhprattbors-434/+410
2025-04-14Move `has_self` field to `hir::AssocKind::Fn`.Nicholas Nethercote-19/+17
2025-04-14Use `Symbol` in `LateContext::get_associated_type`.Nicholas Nethercote-8/+8
2025-04-14Prevent panics when there is a cyclic dependency between closuresChayim Refael Friedman-7/+65
2025-04-13Rollup merge of #139695 - jieyouxu:compiletest-utf8path, r=KobzolJacob Pratt-434/+410
2025-04-14Auto merge of #124141 - nnethercote:rm-Nonterminal-and-TokenKind-Interpolated...bors-7/+7
2025-04-14fix formatClouds Flowing-2/+8
2025-04-14add normalizeDriveLetterClouds Flowing-12/+29
2025-04-14Ignore errors from rustfmt which may trigger error notificationyukang-1/+5
2025-04-14Remove rustc_on_unimplemented on impl testsmejrs-1/+0
2025-04-13rustdoc-gui-test: pass a `camino::Utf8PathBuf` to `compiletest`Jieyou Xu-1/+6
2025-04-13compiletest: consistently use `{Utf8Path,Utf8PathBuf}`Jieyou Xu-433/+403
2025-04-13compiletest: add `camino` for UTF-8 path handlingJieyou Xu-0/+1
2025-04-13Rollup merge of #139721 - dtolnay:stage0newline, r=onur-ozkanChris Denton-12/+13
2025-04-13Rollup merge of #139618 - petrochenkov:virsugg, r=jieyouxuChris Denton-38/+18
2025-04-13Rollup merge of #139605 - oyvindln:update_miniz_oxide_0_8, r=Mark-SimulacrumChris Denton-4/+4
2025-04-13internal: Render sigantures with view hir commandLukas Wirth-44/+146
2025-04-13cargo updategithub-actions-18/+18
2025-04-12store the kind of pattern adjustments in `pat_adjustments`dianne-1/+1
2025-04-12Rollup merge of #139382 - ChrisDenton:windows-bindgen-0-61, r=Mark-SimulacrumChris Denton-1/+1
2025-04-12Rollup merge of #139315 - clubby789:deranged-bump, r=Mark-SimulacrumChris Denton-6/+3
2025-04-12End all lines in src/stage0 with trailing newlineDavid Tolnay-12/+13
2025-04-12Auto merge of #139242 - jieyouxu:run-make-artifact-names-cross, r=Kobzolbors-13/+40
2025-04-12opt-dist: use executable-extension for host llvm-profdataMaksim Bondarenkov-1/+3
2025-04-12run-make-support: fix artifact name calculations for targetJieyou Xu-13/+40
2025-04-12fmtThe Miri Cronjob Bot-1/+1
2025-04-12Merge from rustcThe Miri Cronjob Bot-74/+283
2025-04-12Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-04-11Update cargoWeihang Lo-0/+0
2025-04-12ci: cancel parallel jobs if test failsPrajwal S N-4/+16
2025-04-11Rollup merge of #139662 - nnethercote:tweak-DefPathData, r=compiler-errorsJacob Pratt-3/+3
2025-04-11Implement DeleteFileWRune Tynan-5/+46
2025-04-11refactor: migrate `expand_rest_pattern` to editorPrajwal S N-53/+66
2025-04-11fix clippy::useless-conversionduncan-1/+1
2025-04-11exclude build script targets from testingduncan-30/+19
2025-04-11test only packages that are workspace membersduncan-1/+2
2025-04-11Update rust-analyzer for new proc_macro span api.Mara Bos-38/+13
2025-04-11use underscores in the target name for test update notificationsduncan-1/+3
2025-04-11sync::mpsc: prevent double free on `Drop`Petros Angelatos-1/+1
2025-04-11sync::mpsc: add miri reproducer of double freePetros Angelatos-0/+45
2025-04-11fix build fail on macos bacause of libffi-sys 2.3.0; This updates libffi to n...LorrensP-2158466-5/+5
2025-04-11Auto merge of #139578 - ferrocene:pa-compiletest-edition, r=jieyouxubors-3/+14
2025-04-11Introduce `DefPathData::AnonAssocTy`.Nicholas Nethercote-3/+3
2025-04-11Auto merge of #139011 - Zoxc:no-rayon-iters, r=oli-obkbors-2/+1
2025-04-10Stabilize `slice_as_chunks` library featureScott McMurray-2/+1
2025-04-11Rollup merge of #139469 - jieyouxu:compiletest-supports-crate-type, r=onur-ozkanStuart Cook-2/+117