| Age | Commit message (Expand) | Author | Lines |
| 2022-08-24 | Rollup merge of #100855 - IsaacCloos:master, r=joshtriplett | Matthias Krüger | -0/+2 |
| 2022-08-23 | Auto merge of #99917 - yaahc:error-in-core-move, r=thomcc | bors | -0/+403 |
| 2022-08-23 | Make use of `[wrapping_]byte_{add,sub}` | Maybe Waffle | -10/+7 |
| 2022-08-22 | Move error trait into core | Jane Losare-Lusby | -0/+403 |
| 2022-08-22 | Rollup merge of #100872 - JanBeh:PR_vec_default_alloc_doc, r=fee1-dead | Dylan DPC | -0/+2 |
| 2022-08-22 | Rollup merge of #100820 - WaffleLapkin:use_ptr_is_aligned_methods, r=scottmcm | Dylan DPC | -5/+6 |
| 2022-08-22 | Rollup merge of #100331 - lo48576:try-reserve-preserve-on-failure, r=thomcc | Dylan DPC | -4/+8 |
| 2022-08-22 | Add guarantee that Vec::default() does not alloc | Jan Behrens | -0/+2 |
| 2022-08-22 | Rollup merge of #99386 - AngelicosPhosphoros:add_retain_test_maybeuninit, r=J... | Dylan DPC | -0/+45 |
| 2022-08-22 | Rollup merge of #93162 - camsteffen:std-prim-docs, r=Mark-Simulacrum | Dylan DPC | -97/+7 |
| 2022-08-21 | Extra documentation for new formatting feature | Isaac Cloos | -0/+2 |
| 2022-08-21 | Rollup merge of #100822 - WaffleLapkin:no_offset_question_mark, r=scottmcm | Matthias Krüger | -19/+19 |
| 2022-08-21 | Rollup merge of #100821 - WaffleLapkin:ptr_add_docs, r=scottmcm | Matthias Krüger | -7/+7 |
| 2022-08-21 | Make use of `pointer::is_aligned[_to]` | Maybe Waffle | -4/+5 |
| 2022-08-21 | Make some docs nicer wrt pointer offsets | Maybe Waffle | -7/+7 |
| 2022-08-21 | Replace most uses of `pointer::offset` with `add` and `sub` | Maybe Waffle | -19/+19 |
| 2022-08-20 | Improve primitive/std docs separation and headers | Cameron Steffen | -97/+7 |
| 2022-08-21 | Remove useless pointer cast | Maybe Waffle | -1/+1 |
| 2022-08-20 | Auto merge of #100810 - matthiaskrgr:rollup-xep778s, r=matthiaskrgr | bors | -4/+23 |
| 2022-08-20 | Rollup merge of #99544 - dylni:expose-utf8lossy, r=Mark-Simulacrum | Matthias Krüger | -8/+11 |
| 2022-08-20 | Expose `Utf8Lossy` as `Utf8Chunks` | dylni | -8/+11 |
| 2022-08-18 | clarify lib.rs attribute structure | Ralf Jung | -5/+4 |
| 2022-08-18 | add some Miri-only tests | Ralf Jung | -0/+19 |
| 2022-08-18 | add miri-test-libstd support to libstd | Ralf Jung | -0/+1 |
| 2022-08-13 | address review comments, add tracking issue | The 8472 | -7/+8 |
| 2022-08-13 | add Vec::push_within_capacity - fallible, does not allocate | The8472 | -0/+44 |
| 2022-08-12 | Adjust cfgs | Mark Rousskov | -3/+3 |
| 2022-08-10 | Guarantee `try_reserve` preserves the contents on error | YOSHIOKA Takuma | -4/+8 |
| 2022-07-27 | Auto merge of #98553 - the8472:next_chunk_opt, r=Mark-Simulacrum | bors | -2/+75 |
| 2022-07-26 | add test for vec::IntoIter::next_chunk() impl | The 8472 | -0/+11 |
| 2022-07-26 | Auto merge of #99574 - durin42:allocator-patch-redux, r=nikic | bors | -1/+4 |
| 2022-07-26 | Optimized vec::IntoIter::next_chunk impl | The 8472 | -2/+64 |
| 2022-07-26 | codegen: use new {re,de,}allocator annotations in llvm | Augie Fackler | -1/+4 |
| 2022-07-26 | Rollup merge of #98710 - mojave2:string, r=JohnTitor | Yuki Okushi | -5/+5 |
| 2022-07-24 | Support vec zero-alloc optimization for tuples and byte arrays | AngelicosPhosphoros | -17/+46 |
| 2022-07-22 | Remove redundant lifetime bound from `impl Borrow for Cow` | Frank Steffahn | -1/+0 |
| 2022-07-21 | Box::from(slice): Clarify that contents are copied | Alan Wu | -1/+1 |
| 2022-07-21 | Rollup merge of #99413 - steffahn:btree_dropck, r=m-ou-se | Matthias Krüger | -4/+26 |
| 2022-07-18 | Rollup merge of #99198 - RalfJung:alloc-null-ptr, r=JohnTitor | Dylan DPC | -1/+4 |
| 2022-07-18 | Add `PhantomData` marker for dropck to `BTreeMap` | Frank Steffahn | -4/+26 |
| 2022-07-17 | Add tests that check `Vec::retain` predicate execution order. | AngelicosPhosphoros | -0/+45 |
| 2022-07-16 | Rollup merge of #99317 - yanchith:borrow-vec-ta-as-slice-t, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2022-07-16 | Parametrize a few more things | yanchith | -16/+19 |
| 2022-07-16 | Mark lifetimes explicitly | yanchith | -10/+10 |
| 2022-07-16 | Parametrize BinaryHeap with Allocator | yanchith | -45/+111 |
| 2022-07-16 | Borrow Vec<T, A> as [T] | yanchith | -2/+2 |
| 2022-07-16 | Rollup merge of #99277 - joshtriplett:stabilize-core-cstr-alloc-cstring, r=Ma... | Yuki Okushi | -10/+7 |
| 2022-07-16 | Rollup merge of #99270 - rhysd:issue-99269, r=Mark-Simulacrum | Yuki Okushi | -0/+1 |
| 2022-07-15 | Stabilize `core::ffi::CStr`, `alloc::ffi::CString`, and friends | Josh Triplett | -10/+7 |
| 2022-07-15 | add `#[must_use]` to `Box::from_raw` | rhysd | -0/+1 |