| Age | Commit message (Expand) | Author | Lines |
| 2024-11-08 | remove support for rustc_safe_intrinsic attribute; use rustc_intrinsic functi... | Ralf Jung | -78/+102 |
| 2024-11-07 | core: move intrinsics.rs into intrinsics folder | Ralf Jung | -0/+0 |
| 2024-11-07 | Rollup merge of #132665 - tyilo:nonzero-u-div-ceil, r=joboet | Jonas Böttiger | -0/+29 |
| 2024-11-06 | Auto merge of #131721 - okaneco:const_eq_ignore_ascii_case, r=m-ou-se | bors | -3/+25 |
| 2024-11-06 | Auto merge of #132500 - RalfJung:char-is-whitespace-const, r=jhpratt | bors | -3/+4 |
| 2024-11-05 | Add new unstable feature `const_eq_ignore_ascii_case` | okaneco | -3/+25 |
| 2024-11-06 | Auto merge of #132664 - matthiaskrgr:rollup-i27nr7i, r=matthiaskrgr | bors | -2/+3 |
| 2024-11-05 | Rollup merge of #131261 - clarfonthey:unsafe-cell-from-mut, r=m-ou-se | Matthias Krüger | -2/+3 |
| 2024-11-05 | Auto merge of #132661 - matthiaskrgr:rollup-npytbl6, r=matthiaskrgr | bors | -456/+478 |
| 2024-11-05 | Implement div_ceil for NonZero<unsigned> | Asger Hautop Drewsen | -0/+29 |
| 2024-11-05 | Rollup merge of #132571 - RalfJung:const_eval_select_macro, r=oli-obk | Matthias Krüger | -456/+478 |
| 2024-11-05 | Rollup merge of #132473 - ZhekaS:core_fmt_radix_no_panic, r=joboet | Jubilee | -1/+4 |
| 2024-11-05 | Rollup merge of #132153 - bjoernager:const-char-encode-utf16, r=dtolnay | Jubilee | -3/+5 |
| 2024-11-05 | add const_eval_select macro to reduce redundancy | Ralf Jung | -456/+478 |
| 2024-11-04 | Rollup merge of #132606 - eduardosm:char-slice-str-pattern-doc, r=tgross35 | Jubilee | -2/+2 |
| 2024-11-04 | most const intrinsics don't need an explicit rustc_const_unstable any more | Ralf Jung | -42/+34 |
| 2024-11-04 | add new rustc_const_stable_intrinsic attribute for const-stable intrinsics | Ralf Jung | -57/+57 |
| 2024-11-04 | convert all const-callable intrinsics into the new form (without extern block) | Ralf Jung | -968/+1110 |
| 2024-11-04 | Improve example of `impl Pattern for &[char]` | Eduardo Sánchez Muñoz | -2/+2 |
| 2024-11-04 | Fixed typo, rebased | Eugene Shamis | -1/+1 |
| 2024-11-04 | Updated SAFETY comment to address underflow | Eugene Shamis | -2/+3 |
| 2024-11-04 | Replace checked slice indexing by unchecked to support panic-free code | Eugene Shamis | -1/+3 |
| 2024-11-04 | Stabilise 'const_char_encode_utf16'; | Gabriel Bjørnager Jensen | -3/+5 |
| 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 | make char::is_whitespace unstably const | Ralf Jung | -3/+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 |