| Age | Commit message (Expand) | Author | Lines |
| 2024-09-13 | Update tests for hidden references to mutable static | Obei Sideg | -0/+2 |
| 2024-09-12 | Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-dead | Matthias Krüger | -57/+27 |
| 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-10 | Auto merge of #130179 - workingjubilee:rollup-l78cv44, r=workingjubilee | bors | -16/+30 |
| 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-10 | Auto merge of #129778 - RalfJung:interp-lossy-typed-copy, r=saethlin | bors | -1/+6 |
| 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 | fix UB in a test | Ralf Jung | -1/+6 |
| 2024-09-09 | `RepeatN`: use MaybeUninit | Deadbeef | -15/+69 |
| 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 | -38/+28 |
| 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 |
| 2024-09-08 | Auto merge of #130002 - orlp:better-div-floor-ceil, r=thomcc | bors | -4/+16 |
| 2024-09-08 | remove pointless rustc_const_unstable on trait impls | Ralf Jung | -2/+0 |
| 2024-09-08 | add some FIXME(const-hack) | Ralf Jung | -2/+2 |
| 2024-09-07 | Auto merge of #130091 - matthiaskrgr:rollup-kalu1cs, r=matthiaskrgr | bors | -35/+38 |
| 2024-09-07 | Rollup merge of #130046 - RalfJung:const_str_as_mut, r=dtolnay | Matthias Krüger | -2/+4 |
| 2024-09-07 | Rollup merge of #129555 - RalfJung:const_float_bits_conv, r=dtolnay | Matthias Krüger | -33/+34 |
| 2024-09-07 | Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68 | bors | -94/+54 |
| 2024-09-07 | make Result::copied unstably const | Ralf Jung | -2/+8 |
| 2024-09-07 | remove 'const' from 'Option::iter' | Ralf Jung | -2/+1 |
| 2024-09-07 | str: make as_mut_ptr and as_bytes_mut unstably const | Ralf Jung | -2/+4 |
| 2024-09-07 | restate GlobalAlloc method safety preconditions in terms of what the caller h... | Adam Sandberg Ericsson | -15/+17 |
| 2024-09-06 | fix doc comments for Peekable::next_if(_eq) | glowcoil | -2/+2 |
| 2024-09-06 | Auto merge of #129999 - matthiaskrgr:rollup-pzr9c8p, r=matthiaskrgr | bors | -14/+22 |
| 2024-09-05 | better implementation of signed div_floor/ceil | Orson Peters | -4/+16 |
| 2024-09-05 | Rollup merge of #129947 - LiterallyVoid:duration-docs-digit-separators, r=tgr... | Matthias Krüger | -14/+14 |