| Age | Commit message (Expand) | Author | Lines |
| 2024-10-14 | replace placeholder version | Josh Stone | -136/+127 |
| 2024-10-13 | Auto merge of #125679 - clarfonthey:escape_ascii, r=joboet | bors | -23/+91 |
| 2024-10-13 | switch unicode-data back to 'static' | Ralf Jung | -8/+9 |
| 2024-10-12 | Stabilize `const_option` | Trevor Gross | -16/+19 |
| 2024-10-12 | Rollup merge of #130954 - workingjubilee:stabilize-const-mut-fn, r=RalfJung | Trevor Gross | -17/+17 |
| 2024-10-12 | library: Stabilize `const_replace` | Jubilee Young | -3/+4 |
| 2024-10-12 | library: Stabilize `const_ptr_write` | Jubilee Young | -12/+12 |
| 2024-10-12 | library: Stabilize `const_intrinsic_forget` | Jubilee Young | -2/+1 |
| 2024-10-11 | Rollup merge of #131289 - RalfJung:duration_consts_float, r=tgross35 | Trevor Gross | -7/+6 |
| 2024-10-11 | Rollup merge of #124874 - jedbrown:float-mul-add-fast, r=saethlin | Trevor Gross | -0/+53 |
| 2024-10-11 | Rollup merge of #131463 - bjoernager:const-char-encode-utf8, r=RalfJung | Trevor Gross | -3/+5 |
| 2024-10-11 | Rollup merge of #131287 - RalfJung:const_result, r=tgross35 | Trevor Gross | -4/+9 |
| 2024-10-11 | Rollup merge of #131109 - tgross35:stabilize-debug_more_non_exhaustive, r=joboet | Trevor Gross | -12/+4 |
| 2024-10-11 | intrinsics.fmuladdf{16,32,64,128}: expose llvm.fmuladd.* semantics | Jed Brown | -0/+53 |
| 2024-10-11 | stabilize const_result | Ralf Jung | -4/+9 |
| 2024-10-11 | stabilize duration_consts_float | Ralf Jung | -7/+6 |
| 2024-10-11 | Rollup merge of #131512 - j7nw4r:master, r=jhpratt | Matthias Krüger | -1/+2 |
| 2024-10-10 | Fixing rustDoc for LayoutError. | Johnathan W | -1/+2 |
| 2024-10-10 | Rollup merge of #130538 - ultrabear:ultrabear_const_from_ref, r=workingjubilee | Matthias Krüger | -4/+4 |
| 2024-10-10 | Stabilise 'const_char_encode_utf8'; | Gabriel Bjørnager Jensen | -3/+5 |
| 2024-10-09 | Optimize escape_ascii | ltdk | -23/+91 |
| 2024-10-09 | Rollup merge of #131383 - AngelicosPhosphoros:better_doc_for_slice_slicing_at... | Matthias Krüger | -0/+21 |
| 2024-10-09 | Rollup merge of #130827 - fmease:library-mv-obj-save-dyn-compat, r=ibraheemdev | Matthias Krüger | -18/+22 |
| 2024-10-09 | Library: Rename "object safe" to "dyn compatible" | León Orell Valerian Liehr | -18/+22 |
| 2024-10-09 | stabilize `{slice,array}::from_mut` | ultrabear | -4/+4 |
| 2024-10-08 | Add docs about slicing slices at the ends | AngelicosPhosphoros | -0/+21 |
| 2024-10-07 | cfg out checks in add and sub but not offset | Ben Kimock | -0/+8 |
| 2024-10-07 | Add precondition checks to ptr::offset, ptr::add, ptr::sub | Ben Kimock | -3/+173 |
| 2024-10-06 | grammar fix | dacian | -1/+1 |
| 2024-10-06 | Rollup merge of #131316 - programmerjake:patch-4, r=Noratrieb | Matthias Krüger | -1/+1 |
| 2024-10-05 | Fix typo in primitive_docs.rs | Jacob Lifshay | -1/+1 |
| 2024-10-06 | Auto merge of #130540 - veera-sivarajan:fix-87525, r=estebank | bors | -0/+1 |
| 2024-10-05 | Rollup merge of #131281 - RalfJung:const-cell, r=Amanieu | Matthias Krüger | -6/+12 |
| 2024-10-05 | Add a Lint for Pointer to Integer Transmutes in Consts | Veera | -0/+1 |
| 2024-10-05 | Rollup merge of #131256 - RalfJung:f16-f128-const, r=ibraheemdev | Matthias Krüger | -18/+16 |
| 2024-10-05 | make Cell unstably const | Ralf Jung | -6/+12 |
| 2024-10-05 | move f16/f128 const fn under f16/f128 feature gate | Ralf Jung | -18/+16 |
| 2024-10-05 | Stabilize `const_slice_split_at_mut` and `const_slice_first_last_chunk` | onestacked | -8/+14 |
| 2024-10-04 | Rollup merge of #130403 - eduardosm:stabilize-const_slice_from_raw_parts_mut,... | Jubilee | -4/+7 |
| 2024-10-04 | Rollup merge of #131177 - workingjubilee:stabilize-const-mut-referees, r=tgro... | Jubilee | -13/+21 |
| 2024-10-04 | Rollup merge of #130518 - scottmcm:stabilize-controlflow-extra, r=dtolnay | Jubilee | -15/+7 |
| 2024-10-04 | Auto merge of #130157 - eduardosm:stabilize-const_float_classify, r=RalfJung | bors | -31/+28 |
| 2024-10-02 | library: Stabilize `const_slice_first_last` | Jubilee Young | -4/+8 |
| 2024-10-02 | library: Stabilize `const_unsafecell_get_mut` | Jubilee Young | -2/+2 |
| 2024-10-02 | library: Stabilize `const_ptr_as_ref` | Jubilee Young | -2/+2 |
| 2024-10-02 | library: Stabilize `const_str_as_mut` | Jubilee Young | -3/+5 |
| 2024-10-02 | library: Stabilize `const_str_from_utf8_unchecked_mut` | Jubilee Young | -2/+4 |
| 2024-10-02 | Auto merge of #130829 - Urgau:option_array_transpose, r=ibraheemdev | bors | -0/+24 |
| 2024-10-01 | Auto merge of #128204 - GuillaumeGomez:integers-opti, r=workingjubilee | bors | -81/+131 |
| 2024-10-01 | Stabilize `const_slice_from_raw_parts_mut` | Eduardo Sánchez Muñoz | -4/+7 |