about summary refs log tree commit diff
path: root/src/tools
AgeCommit message (Expand)AuthorLines
2025-02-18Fix 19090Ali Bektas-0/+67
2025-02-18Suggest using :: instead of . in more cases.Zachary S-1/+0
2025-02-18Rollup merge of #137191 - ehuss:update-mdbook, r=jieyouxuMatthias Krüger-5/+13
2025-02-18Rollup merge of #136750 - kornelski:ub-bug, r=saethlinUrgau-0/+2
2025-02-18update `cfg(bootstrap)`Josh Stone-3/+0
2025-02-18Fix dead linkBenjamin Brienen-1/+1
2025-02-18Revert "pass struct fields to chalk"Lukas Wirth-37/+20
2025-02-18Merge pull request #19157 from joshrotenberg/dev-guide-to-bookLukas Wirth-173/+201
2025-02-18Auto merge of #137162 - nnethercote:remove-Map-2, r=Zalatharbors-45/+37
2025-02-18Move methods from `Map` to `TyCtxt`, part 2.Nicholas Nethercote-45/+37
2025-02-17Fix what looks like an inverted messageEric Huss-1/+1
2025-02-17Move error_index_generator to the rustbook workspaceEric Huss-1/+9
2025-02-17Update mdbook to 0.4.45Eric Huss-3/+3
2025-02-17move dev docs to manualJosh Rotenberg-173/+201
2025-02-17Rollup merge of #137173 - lnicola:sync-from-ra, r=lnicolaMatthias Krüger-2949/+9573
2025-02-17Rollup merge of #137020 - ferrocene:pa-vendor-sources, r=KobzolMatthias Krüger-54/+40
2025-02-17Use correct working directory for non-workspace proc-macro executionMehul Arora-31/+159
2025-02-17Update lockfileLaurențiu Nicola-12/+12
2025-02-17Merge pull request #19169 from lnicola/sync-from-rustLaurențiu Nicola-1838/+2722
2025-02-17Bump rustc cratesLaurențiu Nicola-5/+5
2025-02-17Merge pull request #19167 from ChayimFriedman2/fix-ref-patLukas Wirth-17/+64
2025-02-17Merge from rust-lang/rustLaurențiu Nicola-1832/+2716
2025-02-17Preparing for merge from rust-lang/rustLaurențiu Nicola-1/+1
2025-02-17Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgrbors-5/+19
2025-02-17generate-copyright: pass the vendored sources from bootstrapPietro Albini-44/+8
2025-02-17Fix detection of ref patterns for path patternsChayim Refael Friedman-17/+64
2025-02-17Merge pull request #19158 from PoignardAzur/expaned_pub_glob_importsLukas Wirth-92/+297
2025-02-17Merge pull request #19122 from Austaras/masterLukas Wirth-20/+37
2025-02-17Merge pull request #19127 from ChayimFriedman2/different-generic-argsLukas Wirth-1144/+1222
2025-02-17Rollup merge of #137095 - saethlin:use-hash64-for-hashes, r=workingjubileeMatthias Krüger-5/+19
2025-02-17Rollup merge of #137101 - GrigorenkoPV:str-inherent-lint, r=UrgauMatthias Krüger-4/+5
2025-02-17Rollup merge of #136671 - nnethercote:middle-limits, r=NadrierilMatthias Krüger-3/+3
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