about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
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
2025-04-10Merge pull request #19461 from Hmikihiro/shadow_by_moduleLukas Wirth-7/+180
2025-04-10Merge pull request #19555 from Urgau/patch-1Lukas Wirth-0/+6
2025-04-10Merge pull request #4262 from RalfJung/win-pathRalf Jung-36/+107
2025-04-10make GetFullPathNameW more correct on non-Windows hostsRalf Jung-38/+104
2025-04-10Rollup merge of #139507 - Zalathar:trim-env-name, r=jieyouxuMatthias Krüger-16/+13
2025-04-10Merge pull request #4209 from LorrensP-2158466/freebsd_futexRalf Jung-1/+521
2025-04-10Merge pull request #19559 from ChayimFriedman2/rust-186Lukas Wirth-1258/+1010
2025-04-10feature: implement WAIT & WAKE operations of FreeBSD _umtx_op syscall for Fut...LorrensP-2158466-1/+521
2025-04-10Remove all upcasts!Chayim Refael Friedman-1257/+1009
2025-04-10Update MSRV to Rust 1.86.0Chayim Refael Friedman-1/+1
2025-04-10include --edition in the compiletest stampPietro Albini-0/+1
2025-04-10prevent configuring the edition with //@compile-flagsPietro Albini-1/+7
2025-04-10ensure //@compile-flags are last even when passing --editionPietro Albini-2/+6
2025-04-10Update crates/hir-def/src/resolver.rsHayashi Mikihiro-1/+1
2025-04-10TypeNs contain moduleHayashi Mikihiro-88/+71
2025-04-10return single optionHayashi Mikihiro-78/+59
2025-04-10fix: shadow type by moduleHayashi Mikihiro-72/+281
2025-04-10compiletest: update to Edition 2024Jieyou Xu-15/+44