| Age | Commit message (Expand) | Author | Lines |
| 2023-02-08 | std: add tracking issue for `RawOsError` | joboet | -2/+2 |
| 2023-02-08 | Rollup merge of #107776 - dbrgn:docs-string-reserve-headings, r=cuviper | Matthias Krüger | -2/+2 |
| 2023-02-08 | Rollup merge of #107769 - compiler-errors:pointer-like, r=eholk | Matthias Krüger | -5/+6 |
| 2023-02-07 | Docs: Fix format of headings in String::reserve | Danilo Bargen | -2/+2 |
| 2023-02-07 | Rename PointerSized to PointerLike | Michael Goulet | -5/+6 |
| 2023-02-07 | Rollup merge of #107706 - tgross35:atomic-as-mut-ptr, r=m-ou-se | Matthias Krüger | -5/+5 |
| 2023-02-06 | Rollup merge of #107720 - tshepang:consistency, r=Mark-Simulacrum | Matthias Krüger | -1/+1 |
| 2023-02-06 | Rollup merge of #107714 - Wilfred:round_docs, r=m-ou-se | Matthias Krüger | -4/+4 |
| 2023-02-06 | Auto merge of #103761 - chenyukang:yukang/fix-103320-must-use, r=compiler-errors | bors | -6/+12 |
| 2023-02-06 | end entry paragprah with a period (.) | Tshepang Mbambo | -1/+1 |
| 2023-02-05 | Clarify wording on f64::round() and f32::round() | Wilfred Hughes | -4/+4 |
| 2023-02-05 | Mark 'atomic_mut_ptr' methods const | Trevor Gross | -5/+5 |
| 2023-02-05 | Fix typo in HashMap::with_capacity | Kiran Shila | -1/+1 |
| 2023-02-05 | Add `slice_ranges` safety comment | Markus Everling | -5/+12 |
| 2023-02-04 | Allow canonicalizing the `array::map` loop in trusted cases | Scott McMurray | -141/+234 |
| 2023-02-04 | Stop forcing `array::map` through an unnecessary `Result` | Scott McMurray | -57/+69 |
| 2023-02-04 | Stop using `into_iter` in `array::map` | Scott McMurray | -11/+99 |
| 2023-02-03 | docs: update fragment for Result impls | Michael Howell | -3/+3 |
| 2023-02-03 | reword descriptions of the deprecated int modules | Peter Jaszkowiak | -36/+12 |
| 2023-02-03 | Rollup merge of #107632 - ameknite:issue-107622-fix, r=jyn514 | Michael Goulet | -2/+4 |
| 2023-02-03 | Rollup merge of #107551 - fee1-dead-contrib:rm_const_fnmut_helper, r=oli-obk | Michael Goulet | -120/+21 |
| 2023-02-03 | Rollup merge of #107519 - joboet:raw_os_error_ty, r=Amanieu | Michael Goulet | -10/+26 |
| 2023-02-03 | nit fixed | Ame | -1/+1 |
| 2023-02-03 | Clarifying that .map() returns None if None. | Ame | -2/+4 |
| 2023-02-03 | Update library/std/src/io/mod.rs | Michal Nazarewicz | -4/+4 |
| 2023-02-04 | Fix #103320, add explanatory message for [#must_use] | yukang | -6/+12 |
| 2023-02-03 | Replace `ConstFnMutClosure` with const closures | Deadbeef | -120/+21 |
| 2023-02-03 | Rollup merge of #107598 - chenyukang:yukang/fix-core-bench, r=thomcc | Matthias Krüger | -32/+44 |
| 2023-02-03 | Specify behavior of HashSet::insert | Stiopa Koltsov | -1/+23 |
| 2023-02-03 | fix #107590, Fix benchmarks in library/core with black_box | yukang | -32/+44 |
| 2023-02-01 | Stabilize `#![feature(target_feature_11)]` | Léo Lanteri Thauvin | -1/+0 |
| 2023-02-01 | Change 'from_bytes_until_nul' to const stable | Trevor Gross | -4/+14 |
| 2023-02-01 | Stabilize feature 'cstr_from_bytes_until_nul' | Trevor Gross | -9/+5 |
| 2023-02-01 | Rollup merge of #107442 - lukas-code:slice-panics, r=cuviper | Matthias Krüger | -16/+32 |
| 2023-02-01 | Rollup merge of #107389 - zvavybir:master, r=estebank | Matthias Krüger | -2/+2 |
| 2023-02-01 | Stabilize cmpxchg16b_target_feature | Nugine | -1/+1 |
| 2023-02-01 | BTreeMap: Add Cursor and CursorMut | Amanieu d'Antras | -5/+839 |
| 2023-02-01 | BTreeMap: Change internal insert function to return a handle | Amanieu d'Antras | -37/+119 |
| 2023-01-31 | improve panic message for slice windows and chunks | Lukas Markeffsky | -16/+32 |
| 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 | -59/+18 |
| 2023-01-31 | implement const iterator using `rustc_do_not_const_check` | Deadbeef | -0/+77 |
| 2023-01-31 | std: add type alias for raw OS errors | joboet | -10/+26 |
| 2023-01-31 | Fix `vec_deque::Drain` FIXME | Markus Everling | -31/+19 |
| 2023-01-31 | Rollup merge of #107494 - lebensterben:patch-1, r=JohnTitor | Yuki Okushi | -0/+1 |
| 2023-01-31 | Rollup merge of #107445 - Swatinem:rm-genfuture, r=cuviper | Yuki Okushi | -45/+0 |
| 2023-01-31 | fix link in std::path::Path::display() | Lucius Hu | -0/+1 |
| 2023-01-30 | Improved wording of error messages of missing remainder implementations | Matthias Kaak | -2/+2 |
| 2023-01-30 | stage-step cfgs | Mark Rousskov | -50/+9 |