| Age | Commit message (Expand) | Author | Lines |
| 2025-02-17 | Rollup merge of #137140 - Noratrieb:const-move, r=jieyouxu,compiler-errors | Matthias Krüger | -3/+5 |
| 2025-02-17 | Rollup merge of #137101 - GrigorenkoPV:str-inherent-lint, r=Urgau | Matthias Krüger | -3/+15 |
| 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 | -82/+85 |
| 2025-02-17 | Rollup merge of #136466 - nnethercote:start-removing-Map, r=cjgillot | Matthias Krüger | -448/+432 |
| 2025-02-17 | Remove `TyCtxt::hir_krate`. | Nicholas Nethercote | -8/+2 |
| 2025-02-17 | Overhaul the `intravisit::Map` trait. | Nicholas Nethercote | -134/+135 |
| 2025-02-17 | Move some `Map` methods onto `TyCtxt`. | Nicholas Nethercote | -300/+297 |
| 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 | -4/+4 |
| 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 | -34/+50 |
| 2025-02-16 | Fix const items not being allowed to be called `r#move` or `r#static` | Noratrieb | -3/+5 |
| 2025-02-16 | Rollup merge of #137112 - scottmcm:box-drop-no-nonnull-project, r=oli-obk | Matthias Krüger | -9/+50 |
| 2025-02-16 | Rollup merge of #137102 - compiler-errors:name_regions2, r=oli-obk | Matthias Krüger | -7/+31 |
| 2025-02-16 | Rollup merge of #137072 - Urgau:check-cfg-load-builtins-at-once, r=Noratrieb | Matthias Krüger | -6/+15 |
| 2025-02-16 | invalid_from_utf8[_unchecked]: also lint inherent methods | Pavel Grigorenko | -3/+15 |
| 2025-02-16 | Auto merge of #136363 - notriddle:notriddle/unresolved-link-unused-refdef, r=... | bors | -2/+16 |
| 2025-02-16 | Auto merge of #137111 - jhpratt:rollup-izd98sx, r=jhpratt | bors | -48/+91 |
| 2025-02-15 | Don't project into `NonNull` when dropping a `Box` | Scott McMurray | -9/+50 |
| 2025-02-16 | Rollup merge of #137097 - compiler-errors:sized-bound-self, r=oli-obk | Jacob Pratt | -0/+3 |
| 2025-02-16 | Rollup merge of #137092 - RalfJung:abi_unsupported_vector_types-better-error,... | Jacob Pratt | -15/+20 |
| 2025-02-16 | Rollup merge of #136545 - durin42:nvptx64-align, r=nikic | Jacob Pratt | -1/+7 |
| 2025-02-16 | Rollup merge of #135909 - Flakebi:amdgpu-kd, r=jieyouxu,workingjubilee | Jacob Pratt | -32/+61 |
| 2025-02-16 | Auto merge of #137078 - bjorn3:sync_cg_clif-2025-02-15, r=bjorn3 | bors | -13/+20 |
| 2025-02-15 | Rework name_regions to not rely on reverse scc graph for non-member-constrain... | Michael Goulet | -7/+31 |
| 2025-02-15 | Ignore Self in bounds check for associated types with Self:Sized | Michael Goulet | -0/+3 |
| 2025-02-15 | rustdoc: improve refdef handling in the unresolved link lint | Michael Howell | -2/+16 |
| 2025-02-15 | Rollup merge of #136808 - chenyukang:yukang-fix-arg-list-error-129273, r=este... | Matthias Krüger | -16/+13 |
| 2025-02-15 | Rollup merge of #136490 - Skepfyr:no-field-rest-pattern-attrs, r=compiler-errors | Matthias Krüger | -11/+11 |
| 2025-02-15 | Rollup merge of #127581 - fmease:fix-crate_name-validation, r=bjorn3 | Matthias Krüger | -137/+154 |
| 2025-02-15 | abi_unsupported_vector_types: say which type is the problem | Ralf Jung | -15/+20 |
| 2025-02-15 | Load all builtin targets at once instead of one by one | Urgau | -6/+15 |
| 2025-02-15 | Reject macro calls inside of `#![crate_name]` | León Orell Valerian Liehr | -114/+128 |
| 2025-02-15 | Merge commit '557ed8ebb7e981817d03c87352892c394183dd70' into sync_cg_clif-202... | bjorn3 | -13/+20 |
| 2025-02-15 | Rollup merge of #137056 - geetanshjuneja:pub, r=RalfJung | Jacob Pratt | -1/+2 |
| 2025-02-15 | Rollup merge of #137029 - chenyukang:yukang-fix-unused-check, r=jieyouxu,comp... | Jacob Pratt | -24/+0 |
| 2025-02-15 | Rollup merge of #137028 - Zalathar:thir-pat-expr, r=compiler-errors | Jacob Pratt | -38/+44 |
| 2025-02-15 | add a doc comment | Ralf Jung | -0/+1 |
| 2025-02-15 | made check_argument_compat public | geetanshjuneja | -1/+1 |
| 2025-02-15 | Clean up rustc_session::output::{find,validate}_crate_name | León Orell Valerian Liehr | -56/+59 |
| 2025-02-15 | Try to recover from path sep error in parser | yukang | -16/+13 |
| 2025-02-15 | Remove unnecessary check code in unused_delims | yukang | -24/+0 |