| Age | Commit message (Expand) | Author | Lines |
| 2024-09-09 | Rollup merge of #130067 - madsmtm:clean-up-fs-test, r=ChrisDenton | Matthias Krüger | -18/+0 |
| 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 | Add missing `#[allow(missing_docs)]` on hack functions in alloc | Urgau | -0/+4 |
| 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 | -19/+20 |
| 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-09 | [illumos] enable SIGSEGV handler to detect stack overflows | Rain | -4/+11 |
| 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 | -58/+35 |
| 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 | -19/+20 |
| 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 | Auto merge of #129019 - kromych:master, r=workingjubilee | bors | -1/+247 |
| 2024-09-08 | Fix linking error when compiling for 32-bit watchOS | Mads Marquart | -14/+18 |
| 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/+39 |
| 2024-09-07 | Rollup merge of #130047 - ChrisDenton:win-dbghelp, r=wesleywiser | Matthias Krüger | -0/+1 |
| 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 | -140/+77 |
| 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-07 | Remove now redundant check in symlink_hard_link test | Mads Marquart | -18/+0 |
| 2024-09-07 | Add `NonNull` convenience methods to `Vec` | Tim (Theemathas) Chirananthavat | -16/+308 |
| 2024-09-07 | Add `NonNull` convenience methods to `Box` | Tim (Theemathas) Chirananthavat | -0/+223 |
| 2024-09-06 | fix doc comments for Peekable::next_if(_eq) | glowcoil | -2/+2 |
| 2024-09-06 | Remove duplicate impl | Matthew Giordano | -88/+6 |
| 2024-09-06 | remove the Clone requirement | Matthew Giordano | -173/+170 |
| 2024-09-06 | Win: Add dbghelp to the list of import libraries | Chris Denton | -0/+1 |
| 2024-09-06 | properly handle EOF in BufReader::peek | binarycat | -4/+12 |
| 2024-09-06 | [library/std/src/process.rs] Remove `Eq` `derive` | Samuel Marks | -1/+1 |
| 2024-09-06 | Adjust doc comment of Condvar::wait_while | Ulrik Mikaelsson | -2/+6 |
| 2024-09-06 | Rollup merge of #129963 - rjooske:fix/inaccurate_to_string_lossy_doc, r=worki... | Matthias Krüger | -2/+2 |
| 2024-09-06 | Auto merge of #129999 - matthiaskrgr:rollup-pzr9c8p, r=matthiaskrgr | bors | -14/+22 |
| 2024-09-05 | Break into the debugger (if attached) on panics (Windows, macOS, Linux, FreeBSD) | kromych | -1/+247 |
| 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 |
| 2024-09-05 | Rollup merge of #129653 - RalfJung:addr-of-read-only, r=scottmcm | Matthias Krüger | -0/+8 |