| Age | Commit message (Expand) | Author | Lines |
| 2025-02-17 | Auto merge of #137163 - matthiaskrgr:rollup-ovgfkns, r=matthiaskrgr | bors | -1098/+1845 |
| 2025-02-17 | Rollup merge of #137140 - Noratrieb:const-move, r=jieyouxu,compiler-errors | Matthias Krüger | -3/+163 |
| 2025-02-17 | Rollup merge of #137101 - GrigorenkoPV:str-inherent-lint, r=Urgau | Matthias Krüger | -47/+274 |
| 2025-02-17 | Rollup merge of #137080 - jieyouxu:more-tracing, r=onur-ozkan | Matthias Krüger | -31/+340 |
| 2025-02-17 | Rollup merge of #136844 - thaliaarchi:const-io-error, r=ChrisDenton | Matthias Krüger | -106/+90 |
| 2025-02-17 | Rollup merge of #136817 - dianne:clean-and-comment-pat-migration, r=Nadrieril | Matthias Krüger | -114/+205 |
| 2025-02-17 | Rollup merge of #136671 - nnethercote:middle-limits, r=Nadrieril | Matthias Krüger | -97/+100 |
| 2025-02-17 | Rollup merge of #136466 - nnethercote:start-removing-Map, r=cjgillot | Matthias Krüger | -700/+673 |
| 2025-02-17 | Remove `TyCtxt::hir_krate`. | Nicholas Nethercote | -9/+3 |
| 2025-02-17 | Overhaul the `intravisit::Map` trait. | Nicholas Nethercote | -210/+208 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -476/+465 |
| 2025-02-17 | Auto merge of #136953 - ken-matsui:import-target-metadata, r=workingjubilee | bors | -568/+679 |
| 2025-02-16 | rustc_target: import TargetMetadata | Ken Matsui | -568/+679 |
| 2025-02-17 | Remove unused `Map::hir_node_by_def_id` method. | Nicholas Nethercote | -8/+0 |
| 2025-02-17 | Rename `rustc_middle/src/hir/map/mod.rs` as `map.rs`. | Nicholas Nethercote | -0/+0 |
| 2025-02-17 | Clarify `impl Map for !`. | Nicholas Nethercote | -7/+7 |
| 2025-02-17 | Avoid unnecessary use of the `Map` trait. | Nicholas Nethercote | -2/+2 |
| 2025-02-17 | Rename `pattern_complexity` attr as `pattern_complexity_limit`. | Nicholas Nethercote | -18/+18 |
| 2025-02-17 | Move `rustc_middle::limits` to `rustc_interface`. | Nicholas Nethercote | -26/+23 |
| 2025-02-17 | Improve comments about limits. | Nicholas Nethercote | -7/+8 |
| 2025-02-17 | Merge `get_limit` and `get_limit_size`. | Nicholas Nethercote | -13/+2 |
| 2025-02-17 | Add `pattern_complexity_limit` to `Limits`. | Nicholas Nethercote | -35/+51 |
| 2025-02-16 | Auto merge of #137143 - matthiaskrgr:rollup-9hapmyd, r=matthiaskrgr | bors | -181/+748 |
| 2025-02-16 | Auto merge of #137127 - pietroalbini:pa-musl-cve-2025-26519, r=jieyouxu | bors | -0/+41 |
| 2025-02-16 | Fix const items not being allowed to be called `r#move` or `r#static` | Noratrieb | -3/+163 |
| 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 #137117 - ChrisDenton:error-lang, r=fmease,Noratrieb | Matthias Krüger | -3/+3 |
| 2025-02-16 | Rollup merge of #137114 - ChrisDenton:error, r=Noratrieb | Matthias Krüger | -0/+24 |
| 2025-02-16 | Rollup merge of #137112 - scottmcm:box-drop-no-nonnull-project, r=oli-obk | Matthias Krüger | -10/+168 |
| 2025-02-16 | Rollup merge of #137102 - compiler-errors:name_regions2, r=oli-obk | Matthias Krüger | -7/+58 |
| 2025-02-16 | Rollup merge of #137072 - Urgau:check-cfg-load-builtins-at-once, r=Noratrieb | Matthias Krüger | -6/+15 |
| 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 | -143/+185 |
| 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 | clippy: string_from_utf8_as_bytes: also detect inherent `from_utf8` | Pavel Grigorenko | -4/+5 |
| 2025-02-16 | invalid_from_utf8[_unchecked]: also lint inherent methods | Pavel Grigorenko | -43/+269 |
| 2025-02-16 | Auto merge of #136363 - notriddle:notriddle/unresolved-link-unused-refdef, r=... | bors | -44/+164 |
| 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 | fix broken `x {doc, build} core` | onur-ozkan | -9/+10 |
| 2025-02-16 | Fix test that relies on error language | Chris Denton | -3/+3 |
| 2025-02-16 | Add an example for std::error::Error | Chris Denton | -0/+24 |
| 2025-02-16 | add unit test for cc-detect | bit-aloo | -0/+257 |
| 2025-02-16 | add docs to cc-detect | bit-aloo | -3/+28 |
| 2025-02-16 | Auto merge of #137111 - jhpratt:rollup-izd98sx, r=jhpratt | bors | -157/+372 |
| 2025-02-15 | Don't project into `NonNull` when dropping a `Box` | Scott McMurray | -10/+168 |
| 2025-02-16 | Rollup merge of #137097 - compiler-errors:sized-bound-self, r=oli-obk | Jacob Pratt | -0/+17 |
| 2025-02-16 | Rollup merge of #137092 - RalfJung:abi_unsupported_vector_types-better-error,... | Jacob Pratt | -124/+129 |