| Age | Commit message (Expand) | Author | Lines |
| 2024-02-16 | Auto merge of #120500 - oli-obk:intrinsics2.0, r=WaffleLapkin | bors | -312/+365 |
| 2024-02-16 | Auto merge of #120486 - reitermarkus:use-generic-nonzero, r=dtolnay | bors | -111/+126 |
| 2024-02-16 | Rollup merge of #121147 - tmiasko:no-debug-body, r=compiler-errors | Guillaume Gomez | -4/+2 |
| 2024-02-16 | Rollup merge of #121146 - compiler-errors:ignore-diverging-arms, r=estebank | Guillaume Gomez | -32/+23 |
| 2024-02-16 | Rollup merge of #121145 - adamgemmell:dev/adagem01/combined-target-features, ... | Guillaume Gomez | -4/+4 |
| 2024-02-16 | Rollup merge of #121141 - compiler-errors:closure-kind-docs, r=nnethercote | Guillaume Gomez | -11/+26 |
| 2024-02-16 | Rollup merge of #121119 - compiler-errors:async-fn-kind-errs, r=oli-obk | Guillaume Gomez | -30/+115 |
| 2024-02-16 | Rollup merge of #121109 - nnethercote:TyKind-Err-guar-2, r=oli-obk | Guillaume Gomez | -34/+73 |
| 2024-02-15 | Auto merge of #121133 - tmiasko:skip-coroutines, r=cjgillot | bors | -0/+6 |
| 2024-02-15 | Auto merge of #119338 - compiler-errors:upcast-plus-autos, r=lcnr | bors | -52/+79 |
| 2024-02-15 | Fix closure kind docs | Michael Goulet | -11/+26 |
| 2024-02-15 | Remove a suggestion that is redundant | Michael Goulet | -15/+0 |
| 2024-02-15 | Auto merge of #121142 - GuillaumeGomez:rollup-5qmksjw, r=GuillaumeGomez | bors | -163/+180 |
| 2024-02-15 | make better async fn kind errors | Michael Goulet | -30/+115 |
| 2024-02-15 | Only point out non-diverging arms for match suggestions | Michael Goulet | -17/+23 |
| 2024-02-15 | Consider principal trait ref's auto-trait super-traits in dyn upcasting | Michael Goulet | -52/+79 |
| 2024-02-15 | Avoid debug logging entire MIR body | Tomasz Miąsko | -4/+2 |
| 2024-02-15 | Update aarch64 target feature docs to match LLVM | Adam Gemmell | -4/+4 |
| 2024-02-15 | Rollup merge of #121120 - nnethercote:LitKind-Err-guar, r=fmease | Guillaume Gomez | -151/+154 |
| 2024-02-15 | Rollup merge of #121113 - oli-obk:track_errors10, r=compiler-errors | Guillaume Gomez | -2/+3 |
| 2024-02-15 | Rollup merge of #121107 - estebank:capitalization-suggestion, r=michaelwoerister | Guillaume Gomez | -10/+12 |
| 2024-02-15 | Rollup merge of #121104 - Urgau:bigger_layout-fix-fp, r=compiler-errors | Guillaume Gomez | -0/+7 |
| 2024-02-15 | Rollup merge of #121088 - nikic:evex512, r=Amanieu | Guillaume Gomez | -0/+4 |
| 2024-02-15 | Auto merge of #120931 - chenyukang:yukang-cleanup-hashmap, r=michaelwoerister | bors | -131/+114 |
| 2024-02-15 | Auto merge of #116564 - oli-obk:evaluated_static_in_metadata, r=RalfJung,cjgi... | bors | -131/+296 |
| 2024-02-15 | Do not allocate a second "background" alloc id for the main allocation of a s... | Oli Scherer | -52/+192 |
| 2024-02-15 | Return ConstAllocation from eval_static_initializer query directly | Oli Scherer | -51/+42 |
| 2024-02-15 | Store static initializers in metadata instead of the MIR of statics. | Oli Scherer | -7/+23 |
| 2024-02-15 | Add new query just for static initializers | Oli Scherer | -28/+30 |
| 2024-02-15 | Split a bool argument into two named functions | Oli Scherer | -21/+37 |
| 2024-02-15 | Auto merge of #121131 - matthiaskrgr:rollup-mo3b8nz, r=matthiaskrgr | bors | -68/+219 |
| 2024-02-15 | Rollup merge of #121122 - compiler-errors:identical-layouts, r=oli-obk | Matthias Krüger | -2/+24 |
| 2024-02-15 | Rollup merge of #121116 - nnethercote:fix-121103-121108, r=oli-obk | Matthias Krüger | -2/+5 |
| 2024-02-15 | Rollup merge of #121105 - compiler-errors:no-const-ty-overflow, r=oli-obk | Matthias Krüger | -12/+15 |
| 2024-02-15 | Rollup merge of #121084 - oli-obk:create_def_forever_red2, r=WaffleLapkin | Matthias Krüger | -14/+18 |
| 2024-02-15 | Rollup merge of #120982 - momvart:smir-61-foreign_kind, r=oli-obk | Matthias Krüger | -38/+157 |
| 2024-02-15 | Replace `NonZero::<_>::new` with `NonZero::new`. | Markus Reiter | -49/+39 |
| 2024-02-15 | Use generic `NonZero` internally. | Markus Reiter | -105/+130 |
| 2024-02-15 | Add suffixes to `LitError`. | Nicholas Nethercote | -22/+20 |
| 2024-02-15 | Add `ErrorGuaranteed` to `ast::LitKind::Err`, `token::LitKind::Err`. | Nicholas Nethercote | -53/+69 |
| 2024-02-14 | Fix SmallCStr conversion from CStr | Eric Huss | -1/+9 |
| 2024-02-15 | Make `emit_unescape_error` return `Option<ErrorGuaranteed>`. | Nicholas Nethercote | -40/+34 |
| 2024-02-15 | Make `report_lit_error` return `ErrorGuaranteed`. | Nicholas Nethercote | -20/+23 |
| 2024-02-15 | Remove `LitError::LexerError`. | Nicholas Nethercote | -26/+18 |
| 2024-02-15 | Enforce coroutine-closure layouts are identical | Michael Goulet | -2/+24 |
| 2024-02-15 | Skip coroutines in jump threading to avoid query cycles | Tomasz Miąsko | -0/+6 |
| 2024-02-15 | Add an `ErrorGuaranteed` to `ast::TyKind::Err`. | Nicholas Nethercote | -34/+73 |
| 2024-02-15 | Reinstate some delayed bugs. | Nicholas Nethercote | -2/+5 |
| 2024-02-14 | Continue compilation even if inherent impl checks fail | Oli Scherer | -2/+3 |
| 2024-02-14 | Fix msg for verbose suggestions with confusable capitalization | Esteban Küber | -10/+12 |