| Age | Commit message (Expand) | Author | Lines |
| 2024-09-26 | add missing FIXME(const-hack) | Ralf Jung | -1/+1 |
| 2024-09-26 | Fixed `__divtf3` having wrong cfg for f128 | Davide Mor | -1/+1 |
| 2024-09-26 | Add `[Option<T>; N]::transpose` | Urgau | -0/+24 |
| 2024-09-26 | update `compiler_builtins` to `0.1.126` | Folkert de Vries | -4/+4 |
| 2024-09-26 | add a bootstrap variant of `naked_asm` | Folkert de Vries | -0/+34 |
| 2024-09-25 | Stabilize the `map`/`value` methods on `ControlFlow` | Scott McMurray | -15/+7 |
| 2024-09-25 | Use `&raw` in the standard library | Josh Stone | -185/+150 |
| 2024-09-25 | Use `mem::offset_of!` for `sockaddr_un.sun_path` | Josh Stone | -11/+6 |
| 2024-09-25 | Rollup merge of #130842 - Noratrieb:tracking-issue-inprogress, r=jieyouxu | Matthias Krüger | -1/+1 |
| 2024-09-25 | Rollup merge of #130832 - RalfJung:sort-cfg-mess, r=workingjubilee | Matthias Krüger | -11/+11 |
| 2024-09-25 | Rollup merge of #130819 - bjoernager:char-must-use-len-utf, r=Noratrieb | Matthias Krüger | -0/+4 |
| 2024-09-25 | Rollup merge of #130811 - RalfJung:random, r=joboet | Matthias Krüger | -1/+2 |
| 2024-09-25 | Revert Break into the debugger on panic (129019) | Chris Denton | -170/+1 |
| 2024-09-25 | Utf8Chunks: add link to Utf8Chunk | Ralf Jung | -0/+4 |
| 2024-09-25 | Add tracking issue for io_error_inprogress | nora | -1/+1 |
| 2024-09-25 | chore: release | github-actions[bot] | -1/+1 |
| 2024-09-25 | Bump cc dependency | Artyom Tetyukhin | -1/+1 |
| 2024-09-25 | fix some cfg logic around optimize_for_size and 16-bit targets | Ralf Jung | -11/+11 |
| 2024-09-25 | Auto merge of #130816 - matthiaskrgr:rollup-jy25phv, r=matthiaskrgr | bors | -100/+227 |
| 2024-09-25 | Add 'must_use' attribute to 'char::len_utf8' and 'char::len_utf16'; | Gabriel Bjørnager Jensen | -0/+4 |
| 2024-09-25 | Rollup merge of #130810 - kromych:master, r=workingjubilee | Matthias Krüger | -78/+1 |
| 2024-09-25 | Rollup merge of #130595 - no1wudi:master, r=ibraheemdev | Matthias Krüger | -22/+225 |
| 2024-09-25 | Rollup merge of #130549 - biabbas:riscv32_wrs_vxworks, r=nnethercote | Matthias Krüger | -0/+1 |
| 2024-09-25 | add link from random() helper fn to extensive DefaultRandomSource docs | Ralf Jung | -1/+2 |
| 2024-09-25 | Auto merge of #130803 - cuviper:file-buffered, r=joshtriplett | bors | -7/+112 |
| 2024-09-24 | Don't trap into the debugger on panics under Linux | kromych | -78/+1 |
| 2024-09-24 | Rollup merge of #130789 - aviramha:add_inprogress, r=Noratrieb | Trevor Gross | -0/+8 |
| 2024-09-24 | Rollup merge of #130788 - tgross35:memchr-pinning, r=Noratrieb,Mark-Simulacrum | Trevor Gross | -0/+5 |
| 2024-09-24 | Add a tracking issue for `file_buffered` | Josh Stone | -2/+2 |
| 2024-09-24 | Dogfood `feature(file_buffered)` | Josh Stone | -6/+5 |
| 2024-09-24 | Mark 'get_mut' and 'set_position' in 'std::io::Cursor' as const; | Gabriel Bjørnager Jensen | -2/+4 |
| 2024-09-24 | Pre-allocate buffers in `File::open_buffered` and `create_buffered` | Josh Stone | -3/+38 |
| 2024-09-24 | Add `File::open_buffered` and `create_buffered` | Josh Stone | -0/+71 |
| 2024-09-24 | Auto merge of #129587 - Voultapher:opt-for-size-variants-of-sort-impls, r=cuv... | bors | -59/+202 |
| 2024-09-24 | add InProgress ErrorKind gated behind io_error_inprogress feature | Aviram Hassan | -0/+8 |
| 2024-09-24 | chore: release | github-actions[bot] | -1/+1 |
| 2024-09-24 | Add benchmarks for `f128` division | Trevor Gross | -5/+31 |
| 2024-09-24 | Add `f128` division | Trevor Gross | -2/+39 |
| 2024-09-24 | Make float division generic | Trevor Gross | -684/+366 |
| 2024-09-24 | Update bounds and docs for the `Float` trait | Trevor Gross | -5/+5 |
| 2024-09-24 | Add `Shr` to `u256` | Trevor Gross | -1/+109 |
| 2024-09-24 | Pin memchr to 2.5.0 in the library rather than rustc_ast | Trevor Gross | -0/+5 |
| 2024-09-24 | Auto merge of #130738 - bjoernager:const-make-ascii, r=jhpratt | bors | -6/+20 |
| 2024-09-24 | Initial std library support for NuttX | Huang Qi | -22/+225 |
| 2024-09-24 | Mark and implement 'make_ascii_uppercase' and 'make_ascii_lowercase' in '[u8]... | Gabriel Bjørnager Jensen | -6/+20 |
| 2024-09-23 | Rollup merge of #130762 - RalfJung:const_intrinsic_copy, r=dtolnay | Michael Goulet | -23/+15 |
| 2024-09-23 | Rollup merge of #129545 - notriddle:notriddle/toolbar-v2, r=GuillaumeGomez | Michael Goulet | -7/+11 |
| 2024-09-23 | Add a comment to `Read::read_buf` | Benoît du Garreau | -0/+2 |
| 2024-09-23 | Add tests | Benoît du Garreau | -0/+63 |
| 2024-09-23 | Fix `io::default_read_to_end` uses of `read_buf` | Benoît du Garreau | -10/+14 |