| Age | Commit message (Expand) | Author | Lines |
| 2023-02-05 | Clarify wording on f64::round() and f32::round() | Wilfred Hughes | -4/+4 |
| 2023-02-05 | Fix typo in HashMap::with_capacity | Kiran Shila | -1/+1 |
| 2023-02-03 | Rollup merge of #107519 - joboet:raw_os_error_ty, r=Amanieu | Michael Goulet | -10/+26 |
| 2023-02-03 | Update library/std/src/io/mod.rs | Michal Nazarewicz | -4/+4 |
| 2023-02-03 | Specify behavior of HashSet::insert | Stiopa Koltsov | -1/+23 |
| 2023-02-01 | Stabilize feature 'cstr_from_bytes_until_nul' | Trevor Gross | -1/+0 |
| 2023-01-31 | Rollup merge of #107535 - dcompoze:tcp-doc-unwrap, r=cuviper | Guillaume Gomez | -1/+1 |
| 2023-01-31 | Replace unwrap with ? in TcpListener doc | Daniel Chmielewski | -1/+1 |
| 2023-01-31 | Auto merge of #107297 - Mark-Simulacrum:bump-bootstrap, r=pietroalbini | bors | -2/+2 |
| 2023-01-31 | std: add type alias for raw OS errors | joboet | -10/+26 |
| 2023-01-31 | fix link in std::path::Path::display() | Lucius Hu | -0/+1 |
| 2023-01-30 | Auto merge of #107080 - Urgau:cleanup-bootstrap-extra-check-cfgs, r=Mark-Simu... | bors | -8/+1 |
| 2023-01-29 | Rollup merge of #107431 - notriddle:notriddle/colon, r=thomcc | Matthias Krüger | -1/+1 |
| 2023-01-29 | Rollup merge of #107154 - glaubitz:m68k-alloc, r=JohnTitor | Matthias Krüger | -0/+1 |
| 2023-01-29 | Rollup merge of #106618 - jmillikin:os-net-rustdoc-wasm32, r=JohnTitor | Matthias Krüger | -0/+9 |
| 2023-01-28 | docs: remove colon from time header | Michael Howell | -1/+1 |
| 2023-01-28 | Rollup merge of #105524 - Ayush1325:libc-free, r=ChrisDenton | Matthias Krüger | -9/+10 |
| 2023-01-28 | Rollup merge of #104252 - faern:stabilize-const_socketaddr, r=JohnTitor | Matthias Krüger | -14/+13 |
| 2023-01-28 | Replace libc::{type} with crate::ffi::{type} | Ayush Singh | -9/+10 |
| 2023-01-27 | std: add safety comment in `LazyLock::get` | joboet | -1/+8 |
| 2023-01-27 | std: fix `Debug` implementation on `LazyLock` | joboet | -8/+5 |
| 2023-01-26 | Implement `AsFd` and `AsRawFd` for `Rc` | Ian Douglas Scott | -0/+16 |
| 2023-01-26 | std: optimize `LazyLock` size | joboet | -17/+116 |
| 2023-01-26 | Rollup merge of #106836 - ibraheemdev:sync-sender-spin, r=Amanieu | Matthias Krüger | -23/+7 |
| 2023-01-26 | Rollup merge of #106779 - RReverser:patch-2, r=Mark-Simulacrum | Matthias Krüger | -8/+3 |
| 2023-01-25 | Stabilize the const_socketaddr feature | Linus Färnstrand | -14/+13 |
| 2023-01-25 | Set version placeholders to 1.68 | Mark Rousskov | -2/+2 |
| 2023-01-25 | Remove outdated cfg on `le32` | Urgau | -8/+1 |
| 2023-01-24 | io: soften ‘at most one write attempt’ requirement in io::Write::write | Michal Nazarewicz | -5/+6 |
| 2023-01-23 | Auto merge of #106981 - joboet:std_remove_box_syntax, r=thomcc | bors | -59/+35 |
| 2023-01-22 | Rollup merge of #107180 - nvzqz:rm-fmt-ref, r=joshtriplett | Matthias Krüger | -9/+9 |
| 2023-01-22 | Rollup merge of #107114 - Erk-:add-absolute-note-to-path-join, r=m-ou-se | Matthias Krüger | -0/+3 |
| 2023-01-21 | Remove unnecessary `&format!` | Nikolai Vazquez | -9/+9 |
| 2023-01-21 | library/std/sys_common: Define MIN_ALIGN for m68k-unknown-linux-gnu | John Paul Adrian Glaubitz | -0/+1 |
| 2023-01-20 | add example of joining with a absolute path | Valdemar Erk | -0/+1 |
| 2023-01-20 | Add note about absolute paths to Path::join | Valdemar Erk | -0/+2 |
| 2023-01-18 | signal update string representation for haiku. | David Carlier | -0/+2 |
| 2023-01-18 | Rollup merge of #106441 - mllken:abstract-socket-noref, r=joshtriplett | Dylan DPC | -2/+2 |
| 2023-01-17 | Rollup merge of #106148 - chenyukang:yukang/fix-105061-unused, r=lcnr | Dylan DPC | -4/+4 |
| 2023-01-17 | refactor[std]: do not use box syntax | joboet | -59/+35 |
| 2023-01-16 | Explain the "no-error" io::Error case | Jubilee Young | -2/+16 |
| 2023-01-15 | Rollup merge of #106867 - sunfishcode:sunfishcode/std-os-fd-stable-version, r... | Matthias Krüger | -3/+3 |
| 2023-01-14 | Fix the stability attributes for `std::os::fd`. | Dan Gohman | -3/+3 |
| 2023-01-14 | Rollup merge of #106860 - anden3:doc-double-spaces, r=Dylan-DPC | Matthias Krüger | -35/+35 |
| 2023-01-14 | Rollup merge of #106661 - mjguzik:linux_statx, r=Mark-Simulacrum | Matthias Krüger | -27/+41 |
| 2023-01-14 | Fix some missed double spaces. | André Vennberg | -1/+1 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -34/+34 |
| 2023-01-14 | Re-add #[allow(unused)] attr | Ingvar Stepanyan | -0/+1 |
| 2023-01-14 | Use associated items of `char` instead of freestanding items in `core::char` | Lukas Markeffsky | -5/+4 |
| 2023-01-14 | fix issues in unused lint | yukang | -4/+4 |