about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2025-03-14Auto merge of #138480 - jhpratt:rollup-y3b8wu5, r=jhprattbors-9/+3
2025-03-14Rollup merge of #138441 - tshepang:patch-5, r=jieyouxuJacob Pratt-1/+1
2025-03-14Rollup merge of #138179 - cuviper:x, r=jieyouxuJacob Pratt-8/+2
2025-03-14Merge from rustcThe Miri Cronjob Bot-299/+191
2025-03-14Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-03-14Auto merge of #138157 - scottmcm:inline-more-tiny-things, r=oli-obkbors-2/+2
2025-03-13Do not overwrite original `config.toml` in `opt-dist`Jakub Beránek-29/+52
2025-03-13Alphabetize the root workspace membersJosh Stone-0/+2
2025-03-13Add `src/tools/x` to the main workspaceJosh Stone-8/+0
2025-03-13internal: don't panic when the crate graph isn't ready #19351David Barsky-30/+50
2025-03-13bump html5ever to 0.29 with depsklensy-1/+1
2025-03-13bump html5ever to 0.28klensy-13/+13
2025-03-13Rollup merge of #138417 - RalfJung:interpret-cleanup, r=oli-obkMatthias Krüger-50/+60
2025-03-13Rollup merge of #138406 - ehuss:update-mdbook, r=jieyouxuMatthias Krüger-3/+12
2025-03-14Stablize feature `anonymous_pipe`Jiahao XU-2/+0
2025-03-13Auto merge of #138450 - matthiaskrgr:rollup-4im25vf, r=matthiaskrgrbors-1/+9
2025-03-13Rollup merge of #138371 - cuviper:stable-asm-test, r=jieyouxuMatthias Krüger-1/+9
2025-03-13Rollup merge of #126856 - onur-ozkan:remove-rls, r=clubby789Matthias Krüger-123/+0
2025-03-13remove fixmejnyfah-1/+0
2025-03-13insert braces for closurejnyfah-5/+32
2025-03-12Allow more top-down inlining for single-BB calleesScott McMurray-2/+2
2025-03-13update error messageTshepang Mbambo-1/+1
2025-03-13Auto merge of #138416 - Manishearth:rollup-fejor9p, r=Manishearthbors-78/+67
2025-03-12Emit an error when RTN is used in an incorrect placeChayim Refael Friedman-2/+80
2025-03-12Lower Return Type Notation (`Type::method(..): Send`)Chayim Refael Friedman-80/+125
2025-03-12Merge pull request #19337 from ChayimFriedman2/salsify-crate-graph-finalChayim Refael Friedman-2511/+3629
2025-03-12Salsify the crate graphChayim Refael Friedman-2511/+3629
2025-03-12Merge pull request #4185 from geetanshjuneja/abi_checkRalf Jung-7/+161
2025-03-12added check_shim_abigeetanshjuneja-7/+161
2025-03-12alloc_addresses: use MemoryKind instead of tcx query to determine global allo...Ralf Jung-2/+5
2025-03-12minor interpret cleanupsRalf Jung-50/+60
2025-03-12Rollup merge of #137504 - nnethercote:remove-Map-4, r=ZalatharManish Goregaokar-78/+67
2025-03-12bless testtiif-15/+15
2025-03-12Remove testtiif-25/+0
2025-03-12Implement Display by mapping Conv to ExternAbitiif-3/+3
2025-03-12Remove unnecessary asserttiif-1/+0
2025-03-12Add test and change ub message wordingtiif-4/+30
2025-03-12impl Display for Convtiif-2/+1
2025-03-12Update mdbook to 0.4.47Eric Huss-3/+12
2025-03-12intrinsics: remove unnecessary leading underscore from argument namesRalf Jung-28/+28
2025-03-12remove rls source from the repositoryonur-ozkan-116/+0
2025-03-12remove rls specific parts from tidy and build-manifestonur-ozkan-7/+0
2025-03-11Update compiletest's `has_asm_support` to match rustcJosh Stone-1/+9
2025-03-12Move methods from `Map` to `TyCtxt`, part 4.Nicholas Nethercote-78/+67
2025-03-11Auto merge of #138366 - matthiaskrgr:rollup-cn16m7q, r=matthiaskrgrbors-3/+3
2025-03-11Auto merge of #128440 - oli-obk:defines, r=lcnrbors-12/+11
2025-03-11Make GenericParamsCollector::type_or_consts not unnecessarily pub(crate)¨Florian-10/+15
2025-03-11miri native_calls: ensure we actually expose *mutable* provenance to the memo...Ralf Jung-3/+3
2025-03-11Implement `#[define_opaque]` attribute for functions.Oli Scherer-12/+11
2025-03-11Merge from rustcThe Miri Cronjob Bot-2026/+4913