| Age | Commit message (Expand) | Author | Lines |
| 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-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 | 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 |
| 2023-01-30 | Rollup merge of #107424 - bpeel:clone-into-from-share-code, r=scottmcm | Matthias Krüger | -40/+34 |
| 2023-01-30 | Auto merge of #107080 - Urgau:cleanup-bootstrap-extra-check-cfgs, r=Mark-Simu... | bors | -8/+1 |
| 2023-01-30 | Rollup merge of #107459 - tshepang:cosistency, r=WaffleLapkin | Dylan DPC | -2/+2 |
| 2023-01-30 | Rollup merge of #107452 - y21:get-mut-unchecked-typo, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 2023-01-30 | Rollup merge of #101569 - m-ou-se:alloc-no-rexport-argumentv1, r=thomcc | Dylan DPC | -1/+1 |
| 2023-01-30 | end entry paragraph with a period (.) | Tshepang Mbambo | -2/+2 |
| 2023-01-29 | Don't re-export private/unstable ArgumentV1 from `alloc`. | Mara Bos | -1/+1 |
| 2023-01-29 | fix typo in {Rc, Arc}::get_mut_unchecked docs | y21 | -2/+2 |
| 2023-01-29 | Rollup merge of #107431 - notriddle:notriddle/colon, r=thomcc | Matthias Krüger | -1/+1 |
| 2023-01-29 | Rollup merge of #106798 - scottmcm:signum-via-cmp, r=Mark-Simulacrum | Matthias Krüger | -5/+6 |
| 2023-01-29 | Rollup merge of #106769 - lenko-d:libtest-print_why_a_test_was_ignored_if_its... | Matthias Krüger | -1/+16 |
| 2023-01-29 | Remove `GenFuture` from core | Arpad Borsos | -45/+0 |
| 2023-01-29 | Auto merge of #106253 - nbdd0121:upcast, r=compiler-errors | bors | -0/+5 |
| 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 | vec: Use SpecCloneIntoVec::clone_into to implement Vec::clone_from | Neil Roberts | -30/+1 |
| 2023-01-28 | slice: Add a specialization for clone_into when T is Copy | Neil Roberts | -10/+33 |
| 2023-01-28 | Reintroduce multiple_supertrait_upcastable lint | Gary Guo | -0/+5 |
| 2023-01-28 | Rollup merge of #107398 - scottmcm:its-their-funeral, r=dtolnay | Matthias Krüger | -58/+15 |
| 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 |