about summary refs log tree commit diff
path: root/src
AgeCommit message (Expand)AuthorLines
2025-02-17Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgrbors-5/+19
2025-02-17allow configuring jemalloc per targetPietro Albini-3/+18
2025-02-17generate-copyright: pass the vendored sources from bootstrapPietro Albini-52/+41
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-17CI: rfl: move job forward to Linux v6.14-rc3Miguel Ojeda-2/+2
2025-02-17Merge pull request #19122 from Austaras/masterLukas Wirth-20/+37
2025-02-17Update default loongarch code model in docsNikita Popov-1/+1
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 #137080 - jieyouxu:more-tracing, r=onur-ozkanMatthias Krüger-31/+340
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-250/+240
2025-02-17Merge from rustcThe Miri Cronjob Bot-20/+408
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-17Remove `TyCtxt::hir_krate`.Nicholas Nethercote-1/+1
2025-02-17Overhaul the `intravisit::Map` trait.Nicholas Nethercote-76/+73
2025-02-17Move some `Map` methods onto `TyCtxt`.Nicholas Nethercote-174/+167
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-16Auto merge of #137143 - matthiaskrgr:rollup-9hapmyd, r=matthiaskrgrbors-16/+299
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-16Auto merge of #137127 - pietroalbini:pa-musl-cve-2025-26519, r=jieyouxubors-0/+41
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 #137119 - onur-ozkan:fix-broken-core, r=jieyouxuMatthias Krüger-9/+10
2025-02-16Rollup merge of #137012 - Shourya742:2025-02-14-doc-and-unit-test-cc-detect, ...Matthias Krüger-3/+285
2025-02-16Rollup merge of #136986 - ehuss:library-unsafe-fun, r=NoratriebMatthias Krüger-4/+4
2025-02-16fix musl's CVE-2025-26519Pietro Albini-0/+41
2025-02-16Auto merge of #136914 - marcoieni:arm-ubuntu-24, r=jdnobors-1/+1
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-16Bump mdbook-linkcheck2 dependency versionMartin Liska-1/+1
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-16Auto merge of #136363 - notriddle:notriddle/unresolved-link-unused-refdef, r=...bors-3/+67
2025-02-16Improve error recovery when method-calling an assoc functionLukas Wirth-71/+112
2025-02-16rustc-dev-guide: document `COMPILER` and `COMPILER_FOR` tracing targets许杰友 Jieyou Xu (Joe)-0/+8
2025-02-16bootstrap: take `target` by value in `is_builder_target`许杰友 Jieyou Xu (Joe)-19/+19
2025-02-16bootstrap: add more tracing to compiler/std/llvm flows许杰友 Jieyou Xu (Joe)-13/+314
2025-02-16Set `RUSTUP_TOOLCHAIN` when loading sysroot workspaceLukas Wirth-2/+6
2025-02-16fix broken `x {doc, build} core`onur-ozkan-9/+10