about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
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
2025-03-11Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-03-11Auto merge of #136932 - m-ou-se:fmt-width-precision-u16, r=scottmcmbors-1/+1
2025-03-11Auto merge of #138302 - matthiaskrgr:rollup-an2up80, r=matthiaskrgrbors-6/+34
2025-03-10internal: port rust-analyzer to new SalsaDavid Barsky-2298/+3042
2025-03-10internal(config): use `FxIndexMap` for default completion snippetsDavid Barsky-25/+30
2025-03-10Rollup merge of #138305 - lnicola:sync-from-ra, r=lnicolaMatthias Krüger-1880/+4676
2025-03-10Merge pull request #19305 from davidbarsky/davidbarsky/vendor-query-group-macroLukas Wirth-21/+1988
2025-03-10internal: vendor `query-group-macro`David Barsky-21/+1988
2025-03-10doc: add doc to proc-macro-apibit-aloo-1/+71
2025-03-10Merge pull request #19334 from Veykril/push-oynrurllmwtkLukas Wirth-5346/+1
2025-03-10Remove generated md book filesLukas Wirth-5346/+1
2025-03-10Merge pull request #19326 from Veykril/push-vovuxzkzrowpLukas Wirth-10/+11
2025-03-10Merge pull request #19294 from alibektas/better_build_script_err_msgsLukas Wirth-0/+1
2025-03-10Add missing name-ref parents to syntactic highlightingLukas Wirth-10/+11
2025-03-10Merge pull request #19332 from Veykril/push-trvznlqsvtyqLukas Wirth-84/+53
2025-03-10Fix rust-analyzer for 16-bit fmt width and precision.Mara Bos-1/+1
2025-03-10Make change annotations per text-editLukas Wirth-84/+53
2025-03-10Fix diagnostics being cleared right after being receivedAlex Kirszenberg-1/+3
2025-03-10Merge pull request #19331 from lnicola/sync-from-rustLaurențiu Nicola-1069/+832