about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
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
2025-04-11Rollup merge of #138682 - Alexendoo:extra-symbols, r=fee1-deadStuart Cook-6/+33
2025-04-10Merge pull request #19570 from ChayimFriedman2/fix-store-panicChayim Refael Friedman-6/+44
2025-04-11Fix an incorrect `ExpressionStore` that was passedChayim Refael Friedman-6/+44
2025-04-11fix: `make::expr_call() -> CallExpr`Prajwal S N-29/+33
2025-04-11fix: `make::expr_method_call() -> MethodCallExpr`Prajwal S N-27/+27
2025-04-11fix: `make::expr_closure() -> ClosureExpr`Prajwal S N-7/+6
2025-04-11fix: `make::expr_paren() -> ParenExpr`Prajwal S N-12/+13
2025-04-11refactor: editor for `destructure_struct_binding`Prajwal S N-99/+76
2025-04-10compiletest: Trim the value of `dont-require-annotations`Vadim Petrochenkov-1/+1
2025-04-10compiletest: Turn `TestProps::require_annotations` into a setVadim Petrochenkov-46/+19
2025-04-10compiletest: Make `SUGGESTION` annotations viralVadim Petrochenkov-3/+10
2025-04-10Auto merge of #137412 - scottmcm:redo-swap, r=cuviperbors-0/+30
2025-04-10Remove the use of Rayon iteratorsJohn Kåre Alsaker-2/+1
2025-04-10Merge pull request #4261 from CraftSpider/windows-rtl-to-dosRalf Jung-1/+29
2025-04-10Implement RtlNtStatusToDosError and shim test for itRune Tynan-1/+29
2025-04-10Merge pull request #19565 from davidbarsky/davidbarsky/add-prime-caches-subco...David Barsky-13/+108
2025-04-10internal: cleanup CLI flag documentationDavid Barsky-10/+10
2025-04-10Rollup merge of #139630 - RalfJung:miri-sync, r=RalfJungMatthias Krüger-229/+1531
2025-04-10Rollup merge of #139609 - jieyouxu:compiletest-path-misc, r=KobzolMatthias Krüger-22/+23
2025-04-10Rollup merge of #139606 - jieyouxu:compiletest-edition2024, r=compiler-errorsMatthias Krüger-15/+44
2025-04-10Rollup merge of #139510 - nnethercote:name-to-ident, r=fee1-deadMatthias Krüger-5/+5
2025-04-10internal: add `prime-caches` subcommandDavid Barsky-6/+101
2025-04-10Merge pull request #19566 from flodiebold/push-vzpyzvpkwkytFlorian Diebold-5/+4
2025-04-10Fix dyn compatibility code bypassing callable_item_signature queryFlorian Diebold-5/+4
2025-04-10Bump crossbeam-channel from 0.5.14 to 0.5.15dependabot[bot]-2/+2
2025-04-10chore(deps): bump crossbeam-channel from 0.5.14 to 0.5.15dependabot[bot]-3/+3
2025-04-10fix: Walk const block expressions for unsafety checkingLukas Wirth-0/+21
2025-04-10run all 'thread' tests on FreeBSD, and also on 32bitRalf Jung-4/+4
2025-04-10fix: Fix invalid signature bitflagsLukas Wirth-103/+100
2025-04-10Allow drivers to supply a list of extra symbols to internAlex Macleod-6/+33
2025-04-10Merge from rustcRalf Jung-244/+174
2025-04-10Preparing for merge from rustcRalf Jung-1/+1