| Age | Commit message (Expand) | Author | Lines |
| 2024-11-05 | add const_eval_select macro to reduce redundancy | Ralf Jung | -456/+478 |
| 2024-11-03 | Rollup merge of #132423 - RalfJung:const-eval-align-offset, r=dtolnay | Jubilee | -672/+177 |
| 2024-11-03 | Rollup merge of #132563 - frectonz:master, r=Amanieu | Jubilee | -1/+9 |
| 2024-11-03 | Auto merge of #132479 - compiler-errors:fx-feat-yeet, r=fee1-dead | bors | -6/+6 |
| 2024-11-03 | Rename the FIXMEs, remove a few that dont matter anymore | Michael Goulet | -6/+6 |
| 2024-11-03 | Auto merge of #132542 - RalfJung:const_panic, r=tgross35 | bors | -129/+142 |
| 2024-11-03 | remove const-support for align_offset | Ralf Jung | -672/+177 |
| 2024-11-03 | Modify `NonZero` documentation to reference the underlying integer type | frectonz | -1/+9 |
| 2024-11-03 | Rollup merge of #132511 - RalfJung:const_arguments_as_str, r=dtolnay | Matthias Krüger | -5/+2 |
| 2024-11-03 | Rollup merge of #132503 - RalfJung:const-hash-map, r=Amanieu | Matthias Krüger | -9/+4 |
| 2024-11-03 | Rollup merge of #132499 - RalfJung:unicode_data.rs, r=tgross35 | Matthias Krüger | -1/+1 |
| 2024-11-03 | Rollup merge of #131377 - rick-de-water:nonzero-exp, r=dtolnay | Matthias Krüger | -16/+30 |
| 2024-11-03 | add const_panic macro to make it easier to fall back to non-formatting panic ... | Ralf Jung | -129/+142 |
| 2024-11-03 | stabilize const_arguments_as_str | Ralf Jung | -5/+2 |
| 2024-11-03 | Auto merge of #132458 - RalfJung:rustc-const-unstable, r=Amanieu | bors | -98/+0 |
| 2024-11-02 | Rollup merge of #132482 - lukas-code:stab-attrs, r=Noratrieb | Matthias Krüger | -3/+4 |
| 2024-11-02 | remove const_hash feature leftovers | Ralf Jung | -9/+4 |
| 2024-11-02 | unicode_data.rs: show command for generating file | Ralf Jung | -1/+1 |
| 2024-11-02 | get rid of a whole bunch of unnecessary rustc_const_unstable attributes | Ralf Jung | -98/+0 |
| 2024-11-02 | Rollup merge of #132398 - krtab:add_doc_link, r=Noratrieb | Matthias Krüger | -5/+9 |
| 2024-11-02 | fix some stability annotations | Lukas Markeffsky | -3/+4 |
| 2024-11-02 | Rollup merge of #132459 - RalfJung:byte_sub_ptr, r=scottmcm | Guillaume Gomez | -9/+66 |
| 2024-11-02 | Rollup merge of #132455 - RalfJung:const_alloc_layout, r=dtolnay | Guillaume Gomez | -6/+5 |
| 2024-11-02 | Rollup merge of #132451 - RalfJung:less-rustc_allow_const_fn_unstable, r=tgro... | Guillaume Gomez | -8/+0 |
| 2024-11-02 | Rollup merge of #132445 - RalfJung:const-unchecked-shifts, r=tgross35 | Guillaume Gomez | -20/+16 |
| 2024-11-02 | Rollup merge of #132413 - lolbinarycat:offset_of_nested-docs, r=workingjubilee | Guillaume Gomez | -5/+3 |
| 2024-11-01 | offset_from / sub_ptr docs: emphasize that pointers must be in the same alloc... | Ralf Jung | -12/+12 |
| 2024-11-01 | feat(byte_sub_ptr): add ptr::byte_sub_ptr | Aria Beingessner | -0/+57 |
| 2024-11-01 | make const_alloc_layout feature gate only about functions that are already st... | Ralf Jung | -6/+5 |
| 2024-11-01 | unchecked_shifts, unchecked_neg are safe-to-const-expose-on-stable, so we can... | Ralf Jung | -20/+16 |
| 2024-11-01 | remove some unnecessary rustc_allow_const_fn_unstable | Ralf Jung | -8/+0 |
| 2024-10-31 | use semantic line break | lolbinarycat | -2/+2 |
| 2024-10-31 | update offset_of! docs to reflect the stablization of nesting | binarycat | -4/+2 |
| 2024-10-31 | Add intra-doc link in str::xxx_char_boundary | Arthur Carcano | -3/+5 |
| 2024-10-30 | Remove do_not_const_check from Iterator methods | Michael Goulet | -76/+0 |
| 2024-10-30 | Add intra-doc link in str::xxx_prefix | Arthur Carcano | -2/+4 |
| 2024-10-30 | Auto merge of #132238 - Urgau:midpoint-i64-hackers-impl, r=joboet | bors | -2/+2 |
| 2024-10-29 | Rollup merge of #131520 - zachs18:const-str-split, r=Noratrieb | Jubilee | -12/+38 |
| 2024-10-29 | Auto merge of #128985 - GrigorenkoPV:instantly-dangling-pointer, r=Urgau | bors | -1/+4 |
| 2024-10-28 | New lint: `dangling_pointers_from_temporaries` | Pavel Grigorenko | -1/+4 |
| 2024-10-28 | Rollup merge of #131391 - ChaiTRex:isqrt, r=scottmcm,tgross35 | Matthias Krüger | -13/+8 |
| 2024-10-28 | Auto merge of #132251 - jieyouxu:rollup-mtv9mpd, r=jieyouxu | bors | -1/+2 |
| 2024-10-28 | Auto merge of #132200 - Mark-Simulacrum:strengthen-cross-lang, r=RalfJung | bors | -2/+10 |
| 2024-10-27 | Support `char::is_digit` in const contexts | ultrabear | -1/+2 |
| 2024-10-27 | Use Hacker's Delight impl in `i64::midpoint` instead of wide `i128` impl | Urgau | -2/+2 |
| 2024-10-27 | Auto merge of #131284 - dingxiangfei2009:rename-smart-ptr-to-coerce-referent,... | bors | -3/+4 |
| 2024-10-27 | Auto merge of #132191 - Urgau:midpoint_signed_towards_zero, r=dtolnay | bors | -38/+65 |
| 2024-10-26 | Auto merge of #131715 - tgross35:add-const_sockaddr_setters, r=Amanieu | bors | -16/+25 |
| 2024-10-26 | Make clearer that guarantees in ABI compatibility are for Rust only | Mark Rousskov | -2/+10 |
| 2024-10-26 | Round negative signed integer towards zero in `iN::midpoint` | Urgau | -38/+65 |