| Age | Commit message (Expand) | Author | Lines |
| 2025-02-18 | remove redundant code | Lukas Markeffsky | -11/+9 |
| 2025-02-18 | remove unreachable cases | Lukas Markeffsky | -15/+8 |
| 2025-02-18 | clean up layout error diagnostics | Lukas Markeffsky | -25/+25 |
| 2025-02-18 | document and test all `LayoutError` variants | Lukas Markeffsky | -0/+21 |
| 2025-02-18 | eval_outlives: bail out early if both regions are in the same SCC | Amanda Stjerna | -0/+5 |
| 2025-02-18 | add last std diagnostic items for clippy | cyrgani | -0/+7 |
| 2025-02-18 | don't ICE for alias-relate goals with error term | lcnr | -1/+26 |
| 2025-02-18 | cg_clif: Tweak formatting of global comments | Jubilee | -2/+2 |
| 2025-02-18 | compiler: Stop reexporting stuff in cg_llvm::abi | Jubilee Young | -27/+27 |
| 2025-02-18 | Auto merge of #133852 - x17jiri:cold_path, r=saethlin | bors | -15/+107 |
| 2025-02-18 | Make E0599 a structured error | Esteban Küber | -18/+25 |
| 2025-02-18 | Auto merge of #137162 - nnethercote:remove-Map-2, r=Zalathar | bors | -284/+262 |
| 2025-02-18 | Inline and replace `Statement::replace_nop`. | Nicholas Nethercote | -13/+6 |
| 2025-02-17 | Enforce T: Hash for Interned<...> | Mark Rousskov | -1/+43 |
| 2025-02-18 | Inline and remove `BasicBlockData::retain_statements`. | Nicholas Nethercote | -16/+6 |
| 2025-02-18 | Remove `BasicBlockData::expand_statements`. | Nicholas Nethercote | -49/+0 |
| 2025-02-18 | Improve `MirPatch` documentation and naming. | Nicholas Nethercote | -16/+41 |
| 2025-02-18 | Use `MirPatch` in `EnumSizeOpt`. | Nicholas Nethercote | -112/+74 |
| 2025-02-18 | Auto merge of #137176 - matthiaskrgr:rollup-eht05gr, r=matthiaskrgr | bors | -49/+69 |
| 2025-02-18 | Move methods from `Map` to `TyCtxt`, part 2. | Nicholas Nethercote | -284/+262 |
| 2025-02-17 | cg_clif: use exclusively ABI alignment | Jubilee Young | -4/+3 |
| 2025-02-17 | Install more signal stack trace handlers | Urgau | -11/+39 |
| 2025-02-17 | Deeply normalize associated type bounds before proving them | Michael Goulet | -42/+22 |
| 2025-02-17 | Prefer param-env candidates even when alias's trait bound isn't proven via pa... | Michael Goulet | -8/+29 |
| 2025-02-17 | Rollup merge of #137168 - klensy:rc--, r=lcnr | Matthias Krüger | -3/+1 |
| 2025-02-17 | Rollup merge of #136959 - nnethercote:simplify-SwitchSources, r=tmiasko | Matthias Krüger | -46/+68 |
| 2025-02-17 | Adds binary_format to rustc target specs | Pyrode | -48/+102 |
| 2025-02-17 | Auto merge of #135763 - nikic:llvm-20, r=cuviper | bors | -8/+12 |
| 2025-02-17 | suggest swapping equality on e0277 | makai410 | -0/+53 |
| 2025-02-17 | Clean up dropck code a bit | Matthew Jasper | -55/+38 |
| 2025-02-17 | Handle normalization failures in drop elaboration | Matthew Jasper | -2/+15 |
| 2025-02-17 | Report dropck normalization errors in borrowck | Matthew Jasper | -22/+86 |
| 2025-02-17 | Auto merge of #137164 - matthiaskrgr:rollup-dj5826k, r=matthiaskrgr | bors | -279/+238 |
| 2025-02-17 | correct comment | klensy | -3/+1 |
| 2025-02-17 | improve cold_path() | Jiri Bobek | -15/+107 |
| 2025-02-17 | Rollup merge of #137149 - Noratrieb:wtf-is-this-target, r=RalfJung | Matthias Krüger | -0/+1 |
| 2025-02-17 | Rollup merge of #137100 - fmease:hirtylow-rm-clauses-wrapper, r=compiler-errors | Matthias Krüger | -206/+114 |
| 2025-02-17 | Rollup merge of #137095 - saethlin:use-hash64-for-hashes, r=workingjubilee | Matthias Krüger | -73/+123 |
| 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-16 | bookkeep properly when pointing into macro expansions | dianne | -16/+18 |
| 2025-02-17 | stabilize (const_)ptr_sub_ptr | bendn | -1/+0 |
| 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 |