| Age | Commit message (Expand) | Author | Lines |
| 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 | -93/+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 |
| 2024-09-05 | Rollup merge of #129653 - RalfJung:addr-of-read-only, r=scottmcm | Matthias Krüger | -0/+8 |
| 2024-09-05 | Rollup merge of #129938 - chancancode:patch-1, r=thomcc | Matthias Krüger | -2/+13 |
| 2024-09-05 | update cfgs | Boxy | -62/+23 |
| 2024-09-05 | Rollup merge of #129919 - kevinmehall:waker-getters, r=dtolnay | Matthias Krüger | -24/+79 |
| 2024-09-05 | Rollup merge of #127021 - thesummer:1-add-target-support-for-rtems-arm-xilinx... | Matthias Krüger | -1/+1 |
| 2024-09-04 | Use non-overlapping swap for inner heapsort loop | Lukas Bergdoll | -3/+1 |
| 2024-09-04 | Select tiny sorts for 16-bit platforms | Lukas Bergdoll | -13/+20 |
| 2024-09-04 | Shrink heapsort further by combining sift_down loops | Lukas Bergdoll | -26/+22 |
| 2024-09-04 | Drop bubble_sort | Lukas Bergdoll | -41/+3 |
| 2024-09-03 | docs: add digit separators in `Duration` examples | Literally Void | -14/+14 |
| 2024-09-03 | replace placeholder version | Boxy | -31/+31 |
| 2024-09-03 | Update marker.rs | Godfrey Chan | -1/+1 |
| 2024-09-03 | Update marker.rs | Godfrey Chan | -1/+1 |
| 2024-09-03 | Update marker.rs | Godfrey Chan | -1/+2 |
| 2024-09-03 | Update marker.rs | Godfrey Chan | -1/+1 |
| 2024-09-03 | Elaborate on deriving vs implementing `Copy` | Godfrey Chan | -2/+12 |
| 2024-09-03 | Port std library to RTEMS | Jan Sommer | -1/+1 |
| 2024-09-03 | Rollup merge of #129885 - cuishuang:master, r=scottmcm | Matthias Krüger | -1/+1 |
| 2024-09-02 | Add `Waker::new` and `LocalWaker::new` | Kevin Mehall | -0/+55 |
| 2024-09-02 | Stabilize waker_getters | Kevin Mehall | -4/+4 |
| 2024-09-02 | Move the `data` and `vtable` methods from `RawWaker` to `Waker` | Kevin Mehall | -22/+22 |
| 2024-09-02 | Rollup merge of #129892 - oskgo:clarify-slice-from-raw, r=RalfJung | Matthias Krüger | -8/+8 |
| 2024-09-02 | Rollup merge of #129856 - RalfJung:compiler_fence, r=thomcc | Matthias Krüger | -29/+29 |
| 2024-09-02 | clarify language around non-null ptrs in slice::raw | oskgo | -8/+8 |
| 2024-09-02 | Auto merge of #129873 - matthiaskrgr:rollup-bv849ud, r=matthiaskrgr | bors | -7/+9 |
| 2024-09-02 | chore: remove repetitive words | cuishuang | -1/+1 |
| 2024-09-02 | Rollup merge of #129804 - ranger-ross:fixed-documentation-typos, r=Noratrieb | Matthias Krüger | -5/+5 |
| 2024-09-02 | Rollup merge of #129793 - lolbinarycat:doc-missing-newlines, r=workingjubilee | Matthias Krüger | -2/+4 |
| 2024-09-02 | Auto merge of #129063 - the8472:cold-opt-size, r=Amanieu | bors | -7/+8 |
| 2024-09-01 | add extra linebreaks so rustdoc can identify the first sentence | binarycat | -2/+4 |
| 2024-09-01 | compiler_fence documentation: emphasize synchronization, not reordering | Ralf Jung | -29/+29 |
| 2024-09-01 | stabilize const_float_bits_conv | Ralf Jung | -33/+34 |
| 2024-09-01 | Rollup merge of #129832 - eduardosm:stray-dot, r=jhpratt | Matthias Krüger | -1/+1 |
| 2024-09-01 | Rollup merge of #129207 - GrigorenkoPV:elided-is-named, r=cjgillot | Matthias Krüger | -10/+10 |
| 2024-09-01 | Rollup merge of #128641 - Konippi:standardize-duplicate-processes-in-parser, ... | Matthias Krüger | -32/+24 |