| Age | Commit message (Expand) | Author | Lines |
| 2024-06-23 | Rollup merge of #126833 - RalfJung:extern-type-field-ice, r=compiler-errors | Matthias Krüger | -41/+63 |
| 2024-06-23 | Rollup merge of #126830 - RalfJung:unsized-fn-params, r=compiler-errors | Matthias Krüger | -1/+1 |
| 2024-06-23 | Auto merge of #123088 - tgross35:f16-f128-pattern-analysis, r=Nadrieril | bors | -11/+86 |
| 2024-06-23 | Auto merge of #124733 - workingjubilee:cant-beleaf-we-dont-have-this, r=saethlin | bors | -18/+53 |
| 2024-06-23 | Replace `f16` and `f128` pattern matching stubs with real implementations | Trevor Gross | -11/+86 |
| 2024-06-23 | compiler: parse the empty frame-pointer | Jubilee Young | -2/+2 |
| 2024-06-23 | compiler: Accept -Cforce-frame-pointers=always | Jubilee Young | -11/+10 |
| 2024-06-23 | compiler: Support nightly -Cforce-frame-pointers=non-leaf | Jubilee Young | -4/+14 |
| 2024-06-23 | cg_clif: Define build opts from FramePointer | Jubilee Young | -3/+3 |
| 2024-06-23 | compiler(nfc): -Cforce-frame-pointers is a FramePointer | Jubilee Young | -14/+26 |
| 2024-06-23 | compiler: Add FramePointer::ratchet | Jubilee Young | -0/+14 |
| 2024-06-22 | compiler: Mention C-unwind in C-variadic error | Jubilee Young | -1/+1 |
| 2024-06-22 | Allow "C-unwind" fn to have C variadics | Jubilee Young | -0/+2 |
| 2024-06-22 | Rollup merge of #126552 - fee1-dead-contrib:rmfx, r=compiler-errors | Matthias Krüger | -13/+13 |
| 2024-06-22 | don't ICE when encountering an extern type field during validation | Ralf Jung | -41/+63 |
| 2024-06-22 | Make `effects` an incomplete feature | Deadbeef | -1/+1 |
| 2024-06-22 | make unsized_fn_params an internal feature | Ralf Jung | -1/+1 |
| 2024-06-22 | Rollup merge of #126723 - estebank:dot-dot-dot, r=Nadrieril | Guillaume Gomez | -2/+2 |
| 2024-06-22 | Rollup merge of #126686 - fmease:dump-preds-n-item-bounds, r=compiler-errors | Guillaume Gomez | -104/+128 |
| 2024-06-22 | Rollup merge of #126555 - beetrees:f16-inline-asm-arm, r=Amanieu | Guillaume Gomez | -5/+46 |
| 2024-06-22 | Add `#[rustc_dump_{predicates,item_bounds}]` | León Orell Valerian Liehr | -0/+36 |
| 2024-06-21 | Rollup merge of #126811 - compiler-errors:tidy-ftl, r=estebank | Jubilee | -23/+22 |
| 2024-06-21 | Rollup merge of #126809 - estebank:wording-tweak, r=oli-obk | Jubilee | -1/+1 |
| 2024-06-21 | Rollup merge of #126787 - Strophox:get-bytes, r=RalfJung | Jubilee | -3/+40 |
| 2024-06-21 | Rollup merge of #126722 - adwinwhite:ptr_fn_abi, r=celinval | Jubilee | -1/+21 |
| 2024-06-21 | Rollup merge of #126530 - beetrees:f16-inline-asm-riscv, r=Amanieu | Jubilee | -9/+55 |
| 2024-06-22 | Auto merge of #126758 - spastorino:avoid-safe-outside-unsafe-blocks, r=compil... | bors | -16/+58 |
| 2024-06-21 | Fix remaining cases | Michael Goulet | -24/+23 |
| 2024-06-21 | Remove stray `.` from error message | Esteban Küber | -1/+1 |
| 2024-06-21 | Auto merge of #126650 - compiler-errors:renames, r=lcnr | bors | -566/+538 |
| 2024-06-21 | Add `f16` inline ASM support for RISC-V | beetrees | -9/+55 |
| 2024-06-21 | Add `f16` inline ASM support for 32-bit ARM | beetrees | -5/+46 |
| 2024-06-21 | Rename a bunch of things | Michael Goulet | -566/+538 |
| 2024-06-21 | Auto merge of #125853 - tesuji:promote-fail-fast, r=cjgillot | bors | -23/+21 |
| 2024-06-21 | interpret: use trace to reduce noice | Lzu Tao | -6/+6 |
| 2024-06-21 | Reuse allocation for Vec<Candidate> | Lzu Tao | -6/+3 |
| 2024-06-21 | Auto merge of #123165 - oli-obk:no_ord_def_id3, r=cjgillot | bors | -32/+16 |
| 2024-06-21 | Do not allow safe usafe on static and fn items | Santiago Pastorino | -16/+58 |
| 2024-06-21 | add as_ptr to trait AllocBytes, fix 2 impls; add pub fn get_bytes_unchecked_r... | Strophox | -3/+40 |
| 2024-06-21 | update intrinsic const param counting | Deadbeef | -12/+12 |
| 2024-06-21 | Auto merge of #126781 - matthiaskrgr:rollup-5u4pens, r=matthiaskrgr | bors | -95/+80 |
| 2024-06-21 | Auto merge of #126541 - scottmcm:more-ptr-metadata-gvn, r=cjgillot | bors | -158/+133 |
| 2024-06-21 | Rollup merge of #126774 - nnethercote:fix-126751, r=oli-obk | Matthias Krüger | -4/+4 |
| 2024-06-21 | Rollup merge of #126767 - compiler-errors:static-foreign-item, r=spastorino | Matthias Krüger | -65/+8 |
| 2024-06-21 | Rollup merge of #126700 - compiler-errors:fragment, r=fmease | Matthias Krüger | -10/+21 |
| 2024-06-21 | Rollup merge of #126617 - sayantn:veorq, r=workingjubilee | Matthias Krüger | -0/+5 |
| 2024-06-21 | Rollup merge of #126125 - dev-ardi:conflict-markers, r=estebank | Matthias Krüger | -16/+42 |
| 2024-06-21 | Add method to get `FnAbi` of function pointer | Adwin White | -1/+21 |
| 2024-06-20 | [GVN] Add tests for generic pointees with PtrMetadata | Scott McMurray | -0/+5 |
| 2024-06-20 | Replace `NormalizeArrayLen` with `GVN` | Scott McMurray | -123/+8 |