about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2025-02-17Rollup merge of #136466 - nnethercote:start-removing-Map, r=cjgillotMatthias Krüger-214/+207
2025-02-17Merge from rustcThe Miri Cronjob Bot-4/+4
2025-02-17Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-02-17Calculate drop glue and show it on hoverChayim Refael Friedman-6/+1002
2025-02-17stabilize (const_)ptr_sub_ptrbendn-3/+0
2025-02-17Overhaul the `intravisit::Map` trait.Nicholas Nethercote-64/+61
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-150/+146
2025-02-17Fix sorting of runnablesChayim Refael Friedman-11/+4
2025-02-17Rename `pattern_complexity` attr as `pattern_complexity_limit`.Nicholas Nethercote-2/+2
2025-02-17Add `pattern_complexity_limit` to `Limits`.Nicholas Nethercote-1/+1
2025-02-16Move hashes from rustc_data_structure to rustc_hashes so they can be shared w...Ben Kimock-5/+19
2025-02-16Pass through of target features to llvm-bitcode-linker and handling themkulst-2/+17
2025-02-16add erf and erfc to nondet tests, and reduce how much we're changing the floa...Ralf Jung-125/+48
2025-02-16apply random float error to most floating-point operationsLorrensP-2158466-84/+403
2025-02-16Refactor path loweringChayim Refael Friedman-1132/+1220
2025-02-16Rollup merge of #136986 - ehuss:library-unsafe-fun, r=NoratriebMatthias Krüger-4/+4
2025-02-16Merge pull request #19137 from asuto15/highlight-extern-crateLukas Wirth-0/+19
2025-02-16Merge pull request #19155 from ShoyuVanilla/migrate-missing-match-armsLukas Wirth-113/+72
2025-02-16clippy: string_from_utf8_as_bytes: also detect inherent `from_utf8`Pavel Grigorenko-4/+5
2025-02-16fix: Stabilize sort order of `related_tests`Lukas Wirth-27/+35
2025-02-16Merge pull request #19161 from Veykril/push-prmuyxlnxzxoLukas Wirth-33/+45
2025-02-16fix: Stabilize sort order of runnablesLukas Wirth-33/+45
2025-02-16Improve error recovery when method-calling an assoc functionLukas Wirth-71/+112
2025-02-16Set `RUSTUP_TOOLCHAIN` when loading sysroot workspaceLukas Wirth-2/+6
2025-02-16Merge from rustcRalf Jung-4/+54
2025-02-16Preparing for merge from rustcRalf Jung-1/+1
2025-02-16Auto merge of #137093 - matthiaskrgr:rollup-72j7mut, r=matthiaskrgrbors-1/+36
2025-02-16Make ub_check message clear that it's not an assertKornel-0/+2
2025-02-15Auto merge of #137057 - weihanglo:update-cargo, r=weihanglobors-0/+1
2025-02-15Re-generate doctestsOlivier FAURE-0/+23
2025-02-15compiletest: add `{ignore,only}-rustc_abi-x86-sse2` directives许杰友 Jieyou Xu (Joe)-1/+36
2025-02-16Temporarily ignore tests with commentsShoyu Vanilla-0/+6
2025-02-15Implement expand_glob_reexport assistOlivier FAURE-19/+208
2025-02-15Factor out business logic of expand_glob_importOlivier FAURE-82/+75
2025-02-15Auto merge of #137065 - jhpratt:rollup-ree9mej, r=jhprattbors-3/+2
2025-02-15Rollup merge of #136978 - ChrisDenton:windows-bindgen, r=AmanieuJacob Pratt-3/+2
2025-02-15Merge from rustcThe Miri Cronjob Bot-33/+34
2025-02-15Preparing for merge from rustcThe Miri Cronjob Bot-1/+1
2025-02-15Auto merge of #136324 - GrigorenkoPV:erf, r=tgross35bors-0/+15
2025-02-15fix: remove unnecessary conversionasuto15-1/+1
2025-02-14Update cargoWeihang Lo-0/+1
2025-02-15Delete library modifier to highlighting for extern crateasuto15-24/+7
2025-02-14Rollup merge of #137037 - RalfJung:x86-sse2-abi, r=workingjubileeJubilee-0/+5
2025-02-14Rollup merge of #136983 - ehuss:misc-2024-prep, r=tgross35Jubilee-0/+6
2025-02-14add x86-sse2 (32bit) ABI that requires SSE2 target featureRalf Jung-0/+5
2025-02-14miri: shims for `erf` & friendsPavel Grigorenko-0/+15
2025-02-14Bless miri tests after applying unsafe_op_in_unsafe_fnEric Huss-4/+4
2025-02-14Rollup merge of #136958 - compiler-errors:additive-replacmeent, r=estebankMatthias Krüger-29/+18
2025-02-14generate-copyright: pass the list of manifests from bootstrapPietro Albini-10/+31
2025-02-14generate-copyright: pass the source root from bootstrapPietro Albini-3/+4