| Age | Commit message (Expand) | Author | Lines |
| 2024-09-17 | Auto merge of #130145 - fee1-dead-contrib:repeatn, r=lcnr,workingjubilee | bors | -15/+45 |
| 2024-09-15 | Rollup merge of #127879 - kornelski:bad-pointer-printf, r=workingjubilee | Jubilee | -2/+10 |
| 2024-09-16 | Auto merge of #130220 - RalfJung:float-classify, r=workingjubilee | bors | -109/+31 |
| 2024-09-15 | update docs for `catch_unwind` & related funcs | Kyle J Strand | -5/+10 |
| 2024-09-15 | Rollup merge of #130339 - CAD97:unwind-choice, r=dtolnay | Matthias Krüger | -0/+25 |
| 2024-09-15 | simplify abort_unwind | Christopher Durham | -7/+2 |
| 2024-09-15 | Rollup merge of #130118 - RalfJung:unwrap_unchecked, r=Noratrieb | Matthias Krüger | -1/+1 |
| 2024-09-15 | Rollup merge of #129195 - RalfJung:const-mut-refs, r=fee1-dead | Matthias Krüger | -5/+5 |
| 2024-09-15 | also stabilize const_refs_to_cell | Ralf Jung | -2/+2 |
| 2024-09-15 | const_refs_to_cell: dont let mutable references sneak past the interior mutab... | Ralf Jung | -1/+1 |
| 2024-09-15 | stabilize const_mut_refs | Ralf Jung | -3/+3 |
| 2024-09-15 | Rollup merge of #130214 - RalfJung:zeroed, r=Mark-Simulacrum | Stuart Cook | -0/+3 |
| 2024-09-14 | Rollup merge of #130268 - RalfJung:simd-shuffle-idx-vector, r=compiler-errors | León Orell Valerian Liehr | -1/+1 |
| 2024-09-14 | simd_shuffle: require index argument to be a vector | Ralf Jung | -1/+1 |
| 2024-09-14 | Rollup merge of #130053 - glowcoil:next_if-docs, r=jhpratt | Stuart Cook | -2/+2 |
| 2024-09-14 | add core::panic::abort_unwind | Christopher Durham | -0/+30 |
| 2024-09-13 | [`cfg_match`] Generalize inputs | Caio | -5/+5 |
| 2024-09-13 | Fix awkward wording. | Tim (Theemathas) Chirananthavat | -10/+9 |
| 2024-09-13 | Address WaffleLapkin's comments | Tim (Theemathas) Chirananthavat | -9/+11 |
| 2024-09-12 | Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-dead | Matthias Krüger | -52/+25 |
| 2024-09-12 | Document subtleties of `ManuallyDrop` | Tim (Theemathas) Chirananthavat | -11/+115 |
| 2024-09-12 | Stabilize `const_float_classify` | Eduardo Sánchez Muñoz | -31/+28 |
| 2024-09-12 | also update the wrapping_ docs to use similar wording | Ralf Jung | -20/+13 |
| 2024-09-12 | Rollup merge of #130160 - Scripter17:fix-slice-first_mut-doc, r=Amanieu | Stuart Cook | -1/+1 |
| 2024-09-12 | simplify float::classify logic | Ralf Jung | -109/+31 |
| 2024-09-12 | Auto merge of #130183 - Marcondiro:unicode-16.0.0, r=Manishearth | bors | -708/+743 |
| 2024-09-11 | various updates based on review | Ralf Jung | -24/+38 |
| 2024-09-11 | ptr::add/sub: these are *not* equivalent to offset(count as isize) | Ralf Jung | -16/+19 |
| 2024-09-11 | MaybeUninit::zeroed: mention that padding is not zeroed | Ralf Jung | -0/+3 |
| 2024-09-10 | clean up internal comments about float semantics | Ralf Jung | -8/+3 |
| 2024-09-10 | Bump unicode printable to version 16.0.0 | Marcondiro | -57/+73 |
| 2024-09-10 | Bump unicode_data to version 16.0.0 | Marcondiro | -651/+670 |
| 2024-09-09 | Rollup merge of #130164 - RalfJung:const_ptr_as_ref, r=dtolnay | Jubilee | -16/+16 |
| 2024-09-09 | Rollup merge of #130146 - folkertdev:bootstrap-naked-asm, r=Amanieu | Jubilee | -0/+14 |
| 2024-09-09 | move const fn with a null check into const_ptr_is_null gate | Ralf Jung | -3/+3 |
| 2024-09-09 | move some const fn out of the const_ptr_as_ref feature | Ralf Jung | -13/+13 |
| 2024-09-09 | Fix slice::first_mut docs | James C. Wise | -1/+1 |
| 2024-09-09 | Stabilize `char::MIN` | okaneco | -4/+1 |
| 2024-09-09 | `RepeatN`: use MaybeUninit | Deadbeef | -15/+45 |
| 2024-09-09 | bootstrap `naked_asm!` for `compiler-builtins` | Folkert de Vries | -0/+14 |
| 2024-09-09 | Rollup merge of #130115 - eduardosm:needless-returns-libs, r=workingjubilee | Jubilee | -4/+4 |
| 2024-09-09 | Rollup merge of #130107 - RalfJung:const-ptr-is-null, r=oli-obk | Jubilee | -20/+7 |
| 2024-09-09 | Rollup merge of #130090 - RalfJung:result-copied, r=Noratrieb | Jubilee | -6/+18 |
| 2024-09-09 | Rollup merge of #130087 - RalfJung:option-const-iter, r=workingjubilee | Jubilee | -2/+1 |
| 2024-09-08 | remove const_slice_index annotations, it never had a feature gate anyway | Ralf Jung | -18/+0 |
| 2024-09-08 | add FIXME(const-hack) | Ralf Jung | -33/+26 |
| 2024-09-08 | move Option::unwrap_unchecked into const_option feature gate | Ralf Jung | -1/+1 |
| 2024-09-08 | Remove needless returns detected by clippy in libraries | Eduardo Sánchez Muñoz | -4/+4 |
| 2024-09-08 | const: make ptr.is_null() stop execution on ambiguity | Ralf Jung | -20/+7 |
| 2024-09-08 | Option, Result: put the &mut variants of 'copied' under the same feature as t... | Ralf Jung | -3/+9 |