| Age | Commit message (Expand) | Author | Lines |
| 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-16 | bookkeep properly when pointing into macro expansions | dianne | -18/+24 |
| 2025-02-16 | add a failing test | dianne | -1/+32 |
| 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-17 | Fix sorting of runnables | Chayim Refael Friedman | -11/+4 |
| 2025-02-16 | Synchronize platform adaptors for OsString/OsStr | Thalia Archibald | -74/+119 |
| 2025-02-16 | Simplify control flow with while-let | Thalia Archibald | -22/+14 |
| 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 | Remove `SwitchIntTarget`. | Nicholas Nethercote | -18/+10 |
| 2025-02-17 | Update and clarify the comment on `SwitchTargets`. | Nicholas Nethercote | -11/+19 |
| 2025-02-17 | Add `SwitchTargetValue`. | Nicholas Nethercote | -12/+33 |
| 2025-02-17 | Add a useful comment. | Nicholas Nethercote | -2/+9 |
| 2025-02-16 | Improve WTF-8 comments | Thalia Archibald | -15/+23 |
| 2025-02-17 | Refactor `apply_effects_in_block`. | Nicholas Nethercote | -13/+7 |
| 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 | Move hashes from rustc_data_structure to rustc_hashes so they can be shared w... | Ben Kimock | -67/+152 |
| 2025-02-16 | Remove SSE ABI from i586-pc-windows-msvc | Noratrieb | -0/+1 |
| 2025-02-16 | Auto merge of #137127 - pietroalbini:pa-musl-cve-2025-26519, r=jieyouxu | bors | -0/+41 |
| 2025-02-16 | Refactor path lowering | Chayim Refael Friedman | -1132/+1220 |
| 2025-02-16 | use add-core-stubs / minicore for a few more tests | Ralf Jung | -164/+154 |
| 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 | 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 |