| Age | Commit message (Expand) | Author | Lines |
| 2025-02-17 | Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgr | bors | -5/+19 |
| 2025-02-17 | allow configuring jemalloc per target | Pietro Albini | -3/+18 |
| 2025-02-17 | generate-copyright: pass the vendored sources from bootstrap | Pietro Albini | -52/+41 |
| 2025-02-17 | Fix detection of ref patterns for path patterns | Chayim Refael Friedman | -17/+64 |
| 2025-02-17 | Merge pull request #19158 from PoignardAzur/expaned_pub_glob_imports | Lukas Wirth | -92/+297 |
| 2025-02-17 | CI: rfl: move job forward to Linux v6.14-rc3 | Miguel Ojeda | -2/+2 |
| 2025-02-17 | Merge pull request #19122 from Austaras/master | Lukas Wirth | -20/+37 |
| 2025-02-17 | Update default loongarch code model in docs | Nikita Popov | -1/+1 |
| 2025-02-17 | Merge pull request #19127 from ChayimFriedman2/different-generic-args | Lukas Wirth | -1144/+1222 |
| 2025-02-17 | Rollup merge of #137095 - saethlin:use-hash64-for-hashes, r=workingjubilee | Matthias Krüger | -5/+19 |
| 2025-02-17 | Rollup merge of #137101 - GrigorenkoPV:str-inherent-lint, r=Urgau | Matthias Krüger | -4/+5 |
| 2025-02-17 | Rollup merge of #137080 - jieyouxu:more-tracing, r=onur-ozkan | Matthias Krüger | -31/+340 |
| 2025-02-17 | Rollup merge of #136671 - nnethercote:middle-limits, r=Nadrieril | Matthias Krüger | -3/+3 |
| 2025-02-17 | Rollup merge of #136466 - nnethercote:start-removing-Map, r=cjgillot | Matthias Krüger | -250/+240 |
| 2025-02-17 | Merge from rustc | The Miri Cronjob Bot | -20/+408 |
| 2025-02-17 | Preparing for merge from rustc | The Miri Cronjob Bot | -1/+1 |
| 2025-02-17 | Calculate drop glue and show it on hover | Chayim Refael Friedman | -6/+1002 |
| 2025-02-17 | stabilize (const_)ptr_sub_ptr | bendn | -3/+0 |
| 2025-02-17 | Remove `TyCtxt::hir_krate`. | Nicholas Nethercote | -1/+1 |
| 2025-02-17 | Overhaul the `intravisit::Map` trait. | Nicholas Nethercote | -76/+73 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -174/+167 |
| 2025-02-17 | Fix sorting of runnables | Chayim Refael Friedman | -11/+4 |
| 2025-02-17 | Rename `pattern_complexity` attr as `pattern_complexity_limit`. | Nicholas Nethercote | -2/+2 |
| 2025-02-17 | Add `pattern_complexity_limit` to `Limits`. | Nicholas Nethercote | -1/+1 |
| 2025-02-16 | Auto merge of #137143 - matthiaskrgr:rollup-9hapmyd, r=matthiaskrgr | bors | -16/+299 |
| 2025-02-16 | Move hashes from rustc_data_structure to rustc_hashes so they can be shared w... | Ben Kimock | -5/+19 |
| 2025-02-16 | Pass through of target features to llvm-bitcode-linker and handling them | kulst | -2/+17 |
| 2025-02-16 | add erf and erfc to nondet tests, and reduce how much we're changing the floa... | Ralf Jung | -125/+48 |
| 2025-02-16 | Auto merge of #137127 - pietroalbini:pa-musl-cve-2025-26519, r=jieyouxu | bors | -0/+41 |
| 2025-02-16 | apply random float error to most floating-point operations | LorrensP-2158466 | -84/+403 |
| 2025-02-16 | Refactor path lowering | Chayim Refael Friedman | -1132/+1220 |
| 2025-02-16 | Rollup merge of #137119 - onur-ozkan:fix-broken-core, r=jieyouxu | Matthias Krüger | -9/+10 |
| 2025-02-16 | Rollup merge of #137012 - Shourya742:2025-02-14-doc-and-unit-test-cc-detect, ... | Matthias Krüger | -3/+285 |
| 2025-02-16 | Rollup merge of #136986 - ehuss:library-unsafe-fun, r=Noratrieb | Matthias Krüger | -4/+4 |
| 2025-02-16 | fix musl's CVE-2025-26519 | Pietro Albini | -0/+41 |
| 2025-02-16 | Auto merge of #136914 - marcoieni:arm-ubuntu-24, r=jdno | bors | -1/+1 |
| 2025-02-16 | Merge pull request #19137 from asuto15/highlight-extern-crate | Lukas Wirth | -0/+19 |
| 2025-02-16 | Merge pull request #19155 from ShoyuVanilla/migrate-missing-match-arms | Lukas Wirth | -113/+72 |
| 2025-02-16 | clippy: string_from_utf8_as_bytes: also detect inherent `from_utf8` | Pavel Grigorenko | -4/+5 |
| 2025-02-16 | Bump mdbook-linkcheck2 dependency version | Martin Liska | -1/+1 |
| 2025-02-16 | fix: Stabilize sort order of `related_tests` | Lukas Wirth | -27/+35 |
| 2025-02-16 | Merge pull request #19161 from Veykril/push-prmuyxlnxzxo | Lukas Wirth | -33/+45 |
| 2025-02-16 | fix: Stabilize sort order of runnables | Lukas Wirth | -33/+45 |
| 2025-02-16 | Auto merge of #136363 - notriddle:notriddle/unresolved-link-unused-refdef, r=... | bors | -3/+67 |
| 2025-02-16 | Improve error recovery when method-calling an assoc function | Lukas Wirth | -71/+112 |
| 2025-02-16 | rustc-dev-guide: document `COMPILER` and `COMPILER_FOR` tracing targets | 许杰友 Jieyou Xu (Joe) | -0/+8 |
| 2025-02-16 | bootstrap: take `target` by value in `is_builder_target` | 许杰友 Jieyou Xu (Joe) | -19/+19 |
| 2025-02-16 | bootstrap: add more tracing to compiler/std/llvm flows | 许杰友 Jieyou Xu (Joe) | -13/+314 |
| 2025-02-16 | Set `RUSTUP_TOOLCHAIN` when loading sysroot workspace | Lukas Wirth | -2/+6 |
| 2025-02-16 | fix broken `x {doc, build} core` | onur-ozkan | -9/+10 |