| Age | Commit message (Expand) | Author | Lines |
| 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 | -63/+23 |
| 2024-09-05 | Rollup merge of #129919 - kevinmehall:waker-getters, r=dtolnay | Matthias Krüger | -31/+84 |
| 2024-09-05 | Rollup merge of #127021 - thesummer:1-add-target-support-for-rtems-arm-xilinx... | Matthias Krüger | -1/+3 |
| 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/+3 |
| 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 | -5/+4 |
| 2024-09-02 | Move the `data` and `vtable` methods from `RawWaker` to `Waker` | Kevin Mehall | -28/+27 |
| 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 |
| 2024-09-01 | Rollup merge of #128495 - joboet:more_memcmp, r=scottmcm | Matthias Krüger | -10/+33 |
| 2024-08-31 | Auto merge of #129831 - matthiaskrgr:rollup-befq6zx, r=matthiaskrgr | bors | -1/+1 |
| 2024-08-31 | Remove stray dot in `std::char::from_u32_unchecked` documentation | Eduardo Sánchez Muñoz | -1/+1 |
| 2024-08-31 | Update mod.rs | Alcaro | -1/+1 |
| 2024-08-31 | Rollup merge of #129730 - RalfJung:float-arithmetic, r=workingjubilee | Matthias Krüger | -44/+48 |
| 2024-08-31 | Fix `elided_named_lifetimes` in code | Pavel Grigorenko | -10/+10 |
| 2024-08-31 | Improve documentation for <integer>::from_str_radix | Kappa322 | -26/+55 |
| 2024-08-31 | Rollup merge of #129640 - saethlin:unignore-android-in-alloc, r=tgross35 | Matthias Krüger | -13/+5 |
| 2024-08-31 | Fixed more typos in library/core | ranger-ross | -5/+5 |
| 2024-08-30 | enumerate the two parts of the NaN rules | Ralf Jung | -20/+21 |
| 2024-08-30 | add hyphen in floating-point | Ralf Jung | -12/+12 |
| 2024-08-29 | Rollup merge of #128166 - ChaiTRex:isqrt, r=tgross35 | Guillaume Gomez | -67/+684 |
| 2024-08-29 | Use simpler branchy swap logic in tiny merge sort | Lukas Bergdoll | -42/+13 |
| 2024-08-29 | f32 docs: define 'arithmetic' operations | Ralf Jung | -16/+19 |
| 2024-08-28 | Speed up `checked_isqrt` and `isqrt` methods | Chai T. Rex | -35/+371 |