| Age | Commit message (Expand) | Author | Lines |
| 2024-03-07 | Rust is a proper name: rust → Rust | Ralf Jung | -1/+1 |
| 2024-03-06 | Add #[inline] to BTreeMap::new constructor | Urgau | -0/+1 |
| 2024-03-05 | Rollup merge of #122018 - RalfJung:box-custom-alloc, r=oli-obk | Matthias Krüger | -0/+5 |
| 2024-03-05 | Rollup merge of #121894 - RalfJung:const_eval_select, r=oli-obk | Matthias Krüger | -0/+1 |
| 2024-03-05 | only set noalias on Box with the global allocator | Ralf Jung | -0/+5 |
| 2024-03-05 | Rollup merge of #121287 - zachs18:rc-into-raw-must-use, r=cuviper | Matthias Krüger | -2/+3 |
| 2024-03-05 | Rollup merge of #121262 - 20jasper:add-vector-time-complexity, r=cuviper | Matthias Krüger | -0/+21 |
| 2024-03-05 | Rollup merge of #121213 - Takashiidobe:takashi/example-for-rc-into-inner, r=c... | Matthias Krüger | -0/+15 |
| 2024-03-02 | Rollup merge of #121622 - dtolnay:wake, r=cuviper | Guillaume Boisseau | -0/+13 |
| 2024-03-02 | const_eval_select: make it safe but be careful with what we expose on stable ... | Ralf Jung | -0/+1 |
| 2024-03-01 | Move capacity_overflow function to make ui tests change less | Kornel | -9/+9 |
| 2024-03-01 | try_with_capacity for Vec, VecDeque, String | Kornel | -0/+81 |
| 2024-03-01 | try_with_capacity for RawVec | Kornel | -18/+25 |
| 2024-03-01 | remove hidden use of Global | Alexander | -1/+1 |
| 2024-02-29 | Rollup merge of #120291 - pitaj:string-sliceindex, r=Amanieu | Jacob Pratt | -88/+15 |
| 2024-02-27 | have `String` use `SliceIndex` impls from `str` | Peter Jaszkowiak | -88/+15 |
| 2024-02-26 | Generate original vtable and clone's vtable in the same CGU | David Tolnay | -0/+13 |
| 2024-02-26 | Document args returned from `String::into_raw_parts` | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-02-26 | Document args returned from `Vec::into_raw_parts{,_with_alloc}` | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-02-26 | Rearrange `String::from_raw_parts` doc argument order to match code argument ... | 许杰友 Jieyou Xu (Joe) | -1/+1 |
| 2024-02-26 | Rearrange `Vec::from_raw_parts{,_in}` doc argument order to match code argume... | 许杰友 Jieyou Xu (Joe) | -2/+2 |
| 2024-02-25 | Make push docs more vague | Jacob Asper | -4/+3 |
| 2024-02-24 | Rollup merge of #121556 - GrigorenkoPV:addr_of, r=Nilstrieb | Matthias Krüger | -5/+5 |
| 2024-02-24 | Forbid use of `extern "C-unwind"` inside standard library | Gary Guo | -0/+1 |
| 2024-02-24 | library: use `addr_of!` | Pavel Grigorenko | -5/+5 |
| 2024-02-23 | Auto merge of #121514 - matthiaskrgr:rollup-5f0vhv7, r=matthiaskrgr | bors | -6/+6 |
| 2024-02-23 | Auto merge of #121454 - reitermarkus:generic-nonzero-library, r=dtolnay | bors | -41/+28 |
| 2024-02-23 | remove repetitive words | cui fliter | -6/+6 |
| 2024-02-22 | On type error of method call arguments, look at confusables for suggestion | Esteban Küber | -0/+1 |
| 2024-02-22 | Add `rustc_confusables` annotations to some stdlib APIs | Esteban Küber | -0/+34 |
| 2024-02-22 | Use generic `NonZero` everywhere in `alloc`. | Markus Reiter | -41/+28 |
| 2024-02-22 | Add std::ffi::c_str modules | ltdk | -3/+9 |
| 2024-02-22 | Auto merge of #118634 - Jules-Bertholet:box-allocator-static, r=Amanieu | bors | -9/+3 |
| 2024-02-21 | rename ptr::invalid -> ptr::without_provenance | Ralf Jung | -4/+12 |
| 2024-02-18 | Clarify/add `must_use` message for Rc/Arc/Weak::into_raw. | Zachary S | -2/+3 |
| 2024-02-18 | Fix error in push docs | Jacob Asper | -4/+5 |
| 2024-02-18 | Rollup merge of #121224 - hi-rustin:rustin-patch-unit-binding, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2024-02-18 | fix typo in push documentation | Jacob Asper | -1/+1 |
| 2024-02-18 | intradoc link for vec | Jacob Asper | -1/+1 |
| 2024-02-18 | time complexity for insert | Jacob Asper | -0/+6 |
| 2024-02-18 | time complexity for pop | Jacob Asper | -0/+4 |
| 2024-02-18 | time complexity for push_within_capacity | Jacob Asper | -0/+4 |
| 2024-02-18 | time complexity for push | Jacob Asper | -0/+7 |
| 2024-02-18 | Auto merge of #118264 - lukas-code:optimized-draining, r=the8472 | bors | -56/+114 |
| 2024-02-17 | Rollup merge of #121149 - SebastianJL:patch-1, r=Mark-Simulacrum | Matthias Krüger | -4/+4 |
| 2024-02-17 | Remove unnecessary unit binding | hi-rustin | -2/+2 |
| 2024-02-16 | Add an example to demonstrate how Rc::into_inner works | Takashiidobe | -0/+15 |
| 2024-02-16 | Don't use mem::zeroed in vec::IntoIter | Ben Kimock | -34/+29 |
| 2024-02-16 | address review comments | Lukas Markeffsky | -44/+99 |
| 2024-02-16 | outline large copies | Lukas Markeffsky | -7/+20 |