| Age | Commit message (Expand) | Author | Lines |
| 2025-01-31 | doc all differences of ptr:copy(_nonoverlapping) with memcpy and memmove | Marijn Schouten | -3/+6 |
| 2025-01-31 | Auto merge of #134424 - 1c3t3a:null-checks, r=saethlin | bors | -0/+16 |
| 2025-01-31 | Rename `EXP_MAX` to `EXP_SAT` | Trevor Gross | -12/+15 |
| 2025-01-31 | Add documentation for derive(CoercePointee) | Alice Ryhl | -1/+189 |
| 2025-01-31 | Insert null checks for pointer dereferences when debug assertions are enabled | Bastian Kersting | -0/+16 |
| 2025-01-31 | Update encode_utf16 to mention it is native endian | Marijn Schouten | -12/+13 |
| 2025-01-31 | Update fs.rs | Tommaso Allevi | -0/+1 |
| 2025-01-31 | Auto merge of #136332 - jhpratt:rollup-aa69d0e, r=jhpratt | bors | -0/+18 |
| 2025-01-31 | Rollup merge of #136300 - RalfJung:compare-and-swap, r=joboet | Jacob Pratt | -0/+18 |
| 2025-01-31 | Rollup merge of #136296 - RalfJung:float-min-max, r=tgross35 | Jacob Pratt | -8/+16 |
| 2025-01-31 | Rollup merge of #135414 - tgross35:stabilize-const_black_box, r=dtolnay | Jacob Pratt | -2/+4 |
| 2025-01-31 | implement all min/max fns in terms of `<`/`is_lt` | Waffle Lapkin | -15/+9 |
| 2025-01-30 | implement unstable `new_range` feature | Peter Jaszkowiak | -0/+3 |
| 2025-01-31 | improve doc tests for (min/max/minmax).* functions | Waffle Lapkin | -18/+128 |
| 2025-01-30 | std::range | Peter Jaszkowiak | -0/+2 |
| 2025-01-30 | Specify license as just MIT | Manish Goregaokar | -1/+1 |
| 2025-01-30 | Rollup merge of #136288 - joshtriplett:would-you-could-you-with-some-locks--w... | Matthias Krüger | -17/+40 |
| 2025-01-30 | Rollup merge of #136271 - Sky9x:debug-maybeuninit-footgun, r=tgross35 | Matthias Krüger | -3/+2 |
| 2025-01-30 | Rollup merge of #135852 - lukas-code:asyncfn-prelude-core, r=compiler-errors | Matthias Krüger | -0/+3 |
| 2025-01-30 | Rollup merge of #135475 - Ayush1325:uefi-absolute-path, r=jhpratt | Matthias Krüger | -5/+158 |
| 2025-01-30 | black_box integer-input on fmt benches | Pascal S. de Kloe | -7/+6 |
| 2025-01-30 | Auto merge of #134824 - niklasf:int_from_ascii, r=ibraheemdev | bors | -89/+131 |
| 2025-01-30 | Improve instant docs | Marijn Schouten | -2/+8 |
| 2025-01-30 | atomic: extend compare_and_swap migration docs | Ralf Jung | -0/+18 |
| 2025-01-30 | float::min/max: mention the non-determinism around signed 0 | Ralf Jung | -8/+16 |
| 2025-01-30 | Improve documentation for file locking | Josh Triplett | -17/+40 |
| 2025-01-30 | Rollup merge of #136259 - hkBst:patch-30, r=thomcc | Stuart Cook | -31/+27 |
| 2025-01-30 | Rollup merge of #136215 - btj:patch-1, r=cuviper | Stuart Cook | -2/+2 |
| 2025-01-30 | Rollup merge of #135847 - edwloef:slice_ptr_rotate_opt, r=scottmcm | Stuart Cook | -152/+182 |
| 2025-01-29 | Remove minor future footgun in `impl Debug for MaybeUninit` | Sky | -3/+2 |
| 2025-01-29 | Cleanup docs for Allocator | Marijn Schouten | -31/+27 |
| 2025-01-29 | add inline attribute and codegen test | edwloef | -0/+4 |
| 2025-01-29 | split slice::ptr_rotate into three separate algorithms, to hopefully help inl... | edwloef | -174/+195 |
| 2025-01-29 | Fix usage of proc_macro2::Punct. | Jacob Bramley | -3254/+52 |
| 2025-01-29 | Auto merge of #136248 - matthiaskrgr:rollup-leaxgfd, r=matthiaskrgr | bors | -1/+1 |
| 2025-01-29 | Rollup merge of #136092 - tbu-:pr_io_pipe_test, r=joboet | Matthias Krüger | -1/+1 |
| 2025-01-29 | Auto merge of #136227 - fmease:rollup-ewpvznh, r=fmease | bors | -4/+3 |
| 2025-01-28 | Fix off-by-one error causing driftsort to crash | uellenberg | -8/+22 |
| 2025-01-29 | btree/node.rs: pop_internal_level: does not invalidate other handles | Bart Jacobs | -0/+3 |
| 2025-01-29 | Simplify Rc::as_ptr docs + typo fix | Marijn Schouten | -3/+3 |
| 2025-01-29 | Rollup merge of #136186 - Ayush1325:uefi-process-args-fix, r=nicholasbishop,N... | León Orell Valerian Liehr | -4/+3 |
| 2025-01-29 | Rollup merge of #135625 - c410-f3r:cfg-match-foo-bar-baz, r=tgross35,jhpratt | León Orell Valerian Liehr | -0/+11 |
| 2025-01-29 | Util: also print the hex float format for outputs | Trevor Gross | -2/+9 |
| 2025-01-29 | Introduce a wrapper type for IEEE hex float formatting | Trevor Gross | -4/+181 |
| 2025-01-29 | Support parsing NaN and infinities from the `hf*` functions | Trevor Gross | -12/+61 |
| 2025-01-28 | Allow Rust to use a number of libc filesystem calls | Erick Tryzelaar | -1/+17 |
| 2025-01-28 | btree/node.rs: remove incorrect comment from pop_internal_level docs | Bart Jacobs | -3/+0 |
| 2025-01-28 | Revert "Temporarily pin `indicatif` to 0.17.9" | Trevor Gross | -2/+1 |
| 2025-01-28 | Auto merge of #136203 - matthiaskrgr:rollup-1k0f44l, r=matthiaskrgr | bors | -8/+12 |
| 2025-01-28 | Don't build out of line atomics support code for uefi | Nikita Popov | -2/+3 |