| Age | Commit message (Expand) | Author | Lines |
| 2025-02-21 | Point at type that doesn't implement needed trait | Esteban Küber | -3/+20 |
| 2025-02-21 | Make sure we don't overrun the stack in canonicalizer | Michael Goulet | -4/+63 |
| 2025-02-21 | Ignore fake borrows for packed field check | Michael Goulet | -0/+27 |
| 2025-02-21 | If the parent dependency is private, treat dependents as private | Trevor Gross | -4/+30 |
| 2025-02-21 | Inject `compiler_builtins` during postprocessing rather than via AST | Trevor Gross | -17/+9 |
| 2025-02-21 | Tell llvm-ar to not create a symbol table | bjorn3 | -1/+1 |
| 2025-02-21 | Rollup merge of #137302 - compiler-errors:stray-drop-regions, r=matthewjasper | Matthias Krüger | -0/+27 |
| 2025-02-21 | Rollup merge of #136089 - jwong101:box-default-debug-stack-usage, r=Amanieu | Matthias Krüger | -0/+28 |
| 2025-02-21 | Rollup merge of #135630 - folkertdev:s390x-target-features, r=Amanieu | Matthias Krüger | -0/+11 |
| 2025-02-21 | Rollup merge of #128080 - estebank:out-of-scope-macro, r=petrochenkov | Matthias Krüger | -18/+18 |
| 2025-02-21 | Remove `NtTy`. | Nicholas Nethercote | -18/+54 |
| 2025-02-21 | Remove `NtVis`. | Nicholas Nethercote | -0/+17 |
| 2025-02-21 | Trim suggestion part before generating highlights | Michael Goulet | -82/+79 |
| 2025-02-21 | More sophisticated span trimming | Michael Goulet | -1004/+818 |
| 2025-02-21 | add more s390x target features | Folkert de Vries | -0/+11 |
| 2025-02-20 | Rollup merge of #137324 - flba-eb:rename_qnx_target_name_i586, r=workingjubilee | Jubilee | -3/+3 |
| 2025-02-20 | Rollup merge of #136985 - zachs18:backend-repr-remove-uninhabited, r=workingj... | Jubilee | -26/+426 |
| 2025-02-20 | Rollup merge of #131651 - Patryk27:avr-unknown-unknown, r=tgross35 | Jubilee | -10/+16 |
| 2025-02-20 | Add test that uninhabited repr(transparent) type has same function return ABI... | Zachary S | -0/+77 |
| 2025-02-20 | Update ui tests with `LayoutData { uninhabited: ... }` etc | Zachary S | -26/+349 |
| 2025-02-20 | Point out the type of more expressions on bad `?` | Esteban Küber | -2/+5 |
| 2025-02-20 | fix label suffix | Henry Jiang | -16/+16 |
| 2025-02-20 | Auto merge of #136771 - scottmcm:poke-slice-iter-next, r=joboet | bors | -146/+734 |
| 2025-02-20 | Tweak E0277 when predicate comes indirectly from `?` | Esteban Küber | -48/+52 |
| 2025-02-20 | Reword message | Esteban Küber | -12/+12 |
| 2025-02-20 | Make x86 QNX target name consistent with other Rust targets | Florian Bartels | -3/+3 |
| 2025-02-20 | remove : from stack-protector-heuristics-effect.rs filecheck | Henry Jiang | -4/+4 |
| 2025-02-20 | avr-rjmp-offset: Explain `.target_cpu()` | Patryk Wychowaniec | -0/+4 |
| 2025-02-20 | Turn order dependent trait objects future incompat warning into a hard error | Oli Scherer | -160/+30 |
| 2025-02-20 | vectorcall ABI: error if sse2 is not available | Ralf Jung | -72/+64 |
| 2025-02-20 | mono-time abi_check: unify error paths for call and definition sites | Ralf Jung | -1/+49 |
| 2025-02-20 | Auto merge of #137058 - scottmcm:trunc-unchecked, r=nikic | bors | -40/+101 |
| 2025-02-19 | add `IntoBounds::intersect` and `RangeBounds::is_empty` | Peter Jaszkowiak | -1/+2 |
| 2025-02-20 | Use a probe to avoid registering stray region obligations when re-checking dr... | Michael Goulet | -0/+27 |
| 2025-02-20 | Auto merge of #137295 - matthiaskrgr:rollup-tdu3t39, r=matthiaskrgr | bors | -42/+135 |
| 2025-02-20 | Rollup merge of #137281 - estebank:doc-comment-syntax-error, r=compiler-errors | Matthias Krüger | -0/+29 |
| 2025-02-20 | Rollup merge of #137277 - m4rch3n1ng:stabilize-inherent-str-constructors, r=t... | Matthias Krüger | -41/+40 |
| 2025-02-20 | Rollup merge of #137269 - dianne:fix-ref-pat-label-span, r=davidtwco | Matthias Krüger | -1/+31 |
| 2025-02-20 | Rollup merge of #137253 - compiler-errors:bevy-hack, r=jackh726 | Matthias Krüger | -0/+2 |
| 2025-02-20 | Rollup merge of #137106 - chenyukang:yukang-fix-sidebar-sort, r=notriddle | Matthias Krüger | -0/+33 |
| 2025-02-19 | Auto merge of #137290 - matthiaskrgr:rollup-a7xdbi4, r=matthiaskrgr | bors | -706/+2492 |
| 2025-02-19 | Rollup merge of #136923 - samueltardieu:push-vxxqvqwspssv, r=davidtwco | Matthias Krüger | -15/+26 |
| 2025-02-19 | Rollup merge of #136344 - zachs18:dot_notation_more_defkinds_3, r=davidtwco | Matthias Krüger | -179/+666 |
| 2025-02-19 | Rollup merge of #136093 - dianne:match-2024-for-edition-2021, r=Nadrieril | Matthias Krüger | -512/+1800 |
| 2025-02-19 | Rework `OperandRef::extract_field` to stop calling `to_immediate_scalar` on t... | Scott McMurray | -0/+64 |
| 2025-02-19 | PR feedback | Scott McMurray | -3/+3 |
| 2025-02-19 | Emit `trunc nuw` for unchecked shifts and `to_immediate_scalar` | Scott McMurray | -39/+36 |
| 2025-02-19 | Specify scope in `out_of_scope_macro_calls` lint | Esteban Küber | -18/+18 |
| 2025-02-19 | stabilize `inherent_str_constructors` | may | -41/+40 |
| 2025-02-19 | Create a generic AVR target: avr-none | Patryk Wychowaniec | -10/+12 |