| Age | Commit message (Expand) | Author | Lines |
| 2024-09-12 | Auto merge of #130281 - matthiaskrgr:rollup-1b2ibs8, r=matthiaskrgr | bors | -77/+34 |
| 2024-09-12 | Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-dead | Matthias Krüger | -77/+34 |
| 2024-09-12 | Document subtleties of `ManuallyDrop` | Tim (Theemathas) Chirananthavat | -11/+115 |
| 2024-09-12 | Stabilize `const_float_classify` | Eduardo Sánchez Muñoz | -31/+28 |
| 2024-09-12 | Auto merge of #129992 - alexcrichton:update-compiler-builtins, r=tgross35 | bors | -4/+4 |
| 2024-09-12 | also update the wrapping_ docs to use similar wording | Ralf Jung | -20/+13 |
| 2024-09-12 | Rollup merge of #130160 - Scripter17:fix-slice-first_mut-doc, r=Amanieu | Stuart Cook | -1/+1 |
| 2024-09-12 | Rollup merge of #125060 - ChrisJefferson:pathbuf-doc, r=workingjubilee | Stuart Cook | -0/+24 |
| 2024-09-12 | simplify float::classify logic | Ralf Jung | -109/+31 |
| 2024-09-11 | Fixup docs for PathBuf | Jubilee Young | -2/+2 |
| 2024-09-11 | Expand PathBuf documentation | Chris Jefferson | -0/+24 |
| 2024-09-12 | Auto merge of #130183 - Marcondiro:unicode-16.0.0, r=Manishearth | bors | -708/+743 |
| 2024-09-11 | Rollup merge of #130248 - nyurik:fix-129895, r=workingjubilee | Jubilee | -1/+1 |
| 2024-09-11 | Rollup merge of #130168 - juliusl:pr/fix-win-fs-change-time-links, r=ChrisDenton | Jubilee | -10/+14 |
| 2024-09-11 | Rollup merge of #130077 - madsmtm:watchos-arm-unwind, r=workingjubilee | Jubilee | -14/+18 |
| 2024-09-11 | Rollup merge of #129835 - RalfJung:float-tests, r=workingjubilee | Jubilee | -34/+3 |
| 2024-09-11 | Rollup merge of #129696 - RalfJung:stdarch, r=Amanieu | Jubilee | -0/+0 |
| 2024-09-11 | Limit `libc::link` usage to `nto70` target only, not NTO OS | Yuri Astrakhan | -1/+1 |
| 2024-09-11 | various updates based on review | Ralf Jung | -24/+38 |
| 2024-09-11 | make basic allocation functions track_caller in Miri for nicer backtraces | Ralf Jung | -0/+14 |
| 2024-09-11 | chore: remove struct details | Julius Liu | -2/+2 |
| 2024-09-11 | Rollup merge of #130207 - GrigorenkoPV:ERROR_CANT_RESOLVE_FILENAME, r=ChrisDe... | Matthias Krüger | -0/+1 |
| 2024-09-11 | Rollup merge of #130206 - GrigorenkoPV:WSAEDQUOT, r=ChrisDenton | Matthias Krüger | -0/+1 |
| 2024-09-11 | Rollup merge of #129866 - root-goblin:patch-1, r=workingjubilee | Matthias Krüger | -27/+35 |
| 2024-09-11 | chore: release | github-actions[bot] | -1/+1 |
| 2024-09-11 | docs: remove struct info | Julius Liu | -1/+1 |
| 2024-09-11 | ptr::add/sub: these are *not* equivalent to offset(count as isize) | Ralf Jung | -16/+19 |
| 2024-09-11 | use `naked_asm!` in `#[naked]` functions | Folkert de Vries | -24/+15 |
| 2024-09-11 | update stdarch | Ralf Jung | -0/+0 |
| 2024-09-11 | MaybeUninit::zeroed: mention that padding is not zeroed | Ralf Jung | -0/+3 |
| 2024-09-10 | clean up internal comments about float semantics | Ralf Jung | -8/+3 |
| 2024-09-10 | these tests seem to work fine on i586 these days | Ralf Jung | -26/+0 |
| 2024-09-10 | Auto merge of #129403 - scottmcm:only-array-simd, r=compiler-errors | bors | -2/+2 |
| 2024-09-11 | Stabilize `std::io::ErrorKind::CrossesDevices` | Pavel Grigorenko | -1/+1 |
| 2024-09-10 | Clarify docs for std::collections | James Liu | -27/+35 |
| 2024-09-11 | Map `ERROR_CANT_RESOLVE_FILENAME` to `ErrorKind::FilesystemLoop` | Pavel Grigorenko | -0/+1 |
| 2024-09-11 | Map `WSAEDQUOT` to `ErrorKind::FilesystemQuotaExceeded` | Pavel Grigorenko | -0/+1 |
| 2024-09-10 | Auto merge of #130025 - Urgau:missing_docs-expect, r=petrochenkov | bors | -0/+4 |
| 2024-09-10 | Bump unicode printable to version 16.0.0 | Marcondiro | -57/+73 |
| 2024-09-10 | Bump unicode_data to version 16.0.0 | Marcondiro | -651/+670 |
| 2024-09-10 | Auto merge of #130179 - workingjubilee:rollup-l78cv44, r=workingjubilee | bors | -36/+57 |
| 2024-09-09 | Ban non-array SIMD | Scott McMurray | -2/+2 |
| 2024-09-09 | Rollup merge of #130164 - RalfJung:const_ptr_as_ref, r=dtolnay | Jubilee | -16/+16 |
| 2024-09-09 | Rollup merge of #130146 - folkertdev:bootstrap-naked-asm, r=Amanieu | Jubilee | -0/+14 |
| 2024-09-09 | Rollup merge of #130132 - sunshowers:illumos-sigsegv, r=Noratrieb | Jubilee | -4/+11 |
| 2024-09-09 | Rollup merge of #128316 - GrigorenkoPV:io_error_a_bit_more, r=dtolnay | Jubilee | -16/+16 |
| 2024-09-10 | Auto merge of #129778 - RalfJung:interp-lossy-typed-copy, r=saethlin | bors | -1/+6 |
| 2024-09-09 | chore: removing supporting links in favor of existing doc-comment style | Julius Liu | -13/+6 |
| 2024-09-09 | maint: update docs for change_time ext and doc links | Julius Liu | -9/+20 |
| 2024-09-09 | Rollup merge of #130154 - okaneco:stabilize_char_min, r=cuviper | Matthias Krüger | -4/+1 |