| Age | Commit message (Expand) | Author | Lines |
| 2024-09-17 | Implement ACP 429: add `Lazy{Cell,Lock}::get[_mut]` and `force_mut` | Chayim Refael Friedman | -7/+181 |
| 2024-09-17 | Rollup merge of #128535 - mmvanheusden:master, r=workingjubilee | Matthias Krüger | -66/+107 |
| 2024-09-17 | Rollup merge of #130448 - alilleybrinker:master, r=workingjubilee | Matthias Krüger | -2/+0 |
| 2024-09-16 | Auto merge of #127633 - SamuelMarks:eq-exit-code, r=dtolnay | bors | -5/+9 |
| 2024-09-16 | fix: Remove duplicate `LazyLock` example. | Andrew Lilley Brinker | -2/+0 |
| 2024-09-15 | update docs for `catch_unwind` & related funcs | Kyle J Strand | -25/+60 |
| 2024-09-15 | Rollup merge of #130339 - CAD97:unwind-choice, r=dtolnay | Matthias Krüger | -0/+3 |
| 2024-09-15 | Rollup merge of #129195 - RalfJung:const-mut-refs, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2024-09-15 | stabilize const_mut_refs | Ralf Jung | -1/+1 |
| 2024-09-15 | Rollup merge of #130042 - lolbinarycat:bufreaker_peek_eof, r=Amanieu | Stuart Cook | -4/+12 |
| 2024-09-14 | std::net: Solaris supports `SOCK_CLOEXEC` as well since 11.4. | David Carlier | -0/+1 |
| 2024-09-14 | add std::panic::abort_unwind | Christopher Durham | -0/+3 |
| 2024-09-13 | Update tests for hidden references to mutable static | Obei Sideg | -0/+9 |
| 2024-09-13 | Stabilize entry_insert | Félix Saparelli | -4/+2 |
| 2024-09-12 | Auto merge of #130281 - matthiaskrgr:rollup-1b2ibs8, r=matthiaskrgr | bors | -1/+1 |
| 2024-09-12 | Rollup merge of #130101 - RalfJung:const-cleanup, r=fee1-dead | Matthias Krüger | -1/+1 |
| 2024-09-12 | Auto merge of #129992 - alexcrichton:update-compiler-builtins, r=tgross35 | bors | -1/+1 |
| 2024-09-12 | Rollup merge of #125060 - ChrisJefferson:pathbuf-doc, r=workingjubilee | Stuart Cook | -0/+24 |
| 2024-09-11 | Fixup docs for PathBuf | Jubilee Young | -2/+2 |
| 2024-09-11 | Expand PathBuf documentation | Chris Jefferson | -0/+24 |
| 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 | -9/+10 |
| 2024-09-11 | Rollup merge of #129835 - RalfJung:float-tests, r=workingjubilee | Jubilee | -26/+0 |
| 2024-09-11 | Limit `libc::link` usage to `nto70` target only, not NTO OS | Yuri Astrakhan | -1/+1 |
| 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 | docs: remove struct info | Julius Liu | -1/+1 |
| 2024-09-10 | these tests seem to work fine on i586 these days | Ralf Jung | -26/+0 |
| 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/+1 |
| 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-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 #130067 - madsmtm:clean-up-fs-test, r=ChrisDenton | Matthias Krüger | -18/+0 |
| 2024-09-09 | Add missing `#[allow(missing_docs)]` on hack functions in alloc | Urgau | -0/+1 |
| 2024-09-09 | [illumos] enable SIGSEGV handler to detect stack overflows | Rain | -4/+11 |
| 2024-09-08 | add FIXME(const-hack) | Ralf Jung | -1/+1 |
| 2024-09-08 | Remove needless returns detected by clippy in libraries | Eduardo Sánchez Muñoz | -8/+9 |
| 2024-09-08 | Auto merge of #129019 - kromych:master, r=workingjubilee | bors | -1/+247 |
| 2024-09-08 | Fix linking error when compiling for 32-bit watchOS | Mads Marquart | -9/+10 |
| 2024-09-07 | Auto merge of #129941 - BoxyUwU:bump-boostrap, r=albertlarsan68 | bors | -19/+6 |
| 2024-09-07 | Remove now redundant check in symlink_hard_link test | Mads Marquart | -18/+0 |
| 2024-09-06 | properly handle EOF in BufReader::peek | binarycat | -4/+12 |