| Age | Commit message (Expand) | Author | Lines |
| 2022-09-21 | Use fetch_update in sync::Weak::upgrade | Konrad Borowski | -23/+16 |
| 2022-09-21 | Rollup merge of #89891 - ojeda:modular-alloc, r=Mark-Simulacrum | Dylan DPC | -3/+6 |
| 2022-09-19 | Rollup merge of #101798 - y86-dev:const_waker, r=lcnr | Matthias Krüger | -0/+1 |
| 2022-09-18 | Auto merge of #101816 - raldone01:cleanup/select_nth_unstable, r=Mark-Simulacrum | bors | -1/+1 |
| 2022-09-17 | Add `Box<[T; N]>: TryFrom<Vec<T>>` | Scott McMurray | -1/+50 |
| 2022-09-17 | Rollup merge of #101931 - msakuta:master, r=thomcc | Dylan DPC | -1/+1 |
| 2022-09-17 | Fix a typo in docstring | msakuta | -1/+1 |
| 2022-09-16 | Do not implement `Unpin` as const | Deadbeef | -2/+1 |
| 2022-09-15 | Only enable the let_else feature on bootstrap | est31 | -1/+1 |
| 2022-09-14 | Cleanup closures. | raldone01 | -1/+1 |
| 2022-09-14 | Made from_waker, waker, from_raw const | y86-dev | -0/+1 |
| 2022-09-10 | Alternate approach; just modify Drain | Ben Kimock | -52/+59 |
| 2022-09-10 | Remove &[T] from vec_deque::Drain | Ben Kimock | -23/+41 |
| 2022-09-10 | Make the one-liner more descriptive | Stefan Schindler | -2/+2 |
| 2022-09-10 | Update test | Giacomo Stevanato | -33/+34 |
| 2022-09-10 | Update documentation | Giacomo Stevanato | -3/+11 |
| 2022-09-10 | Adapt inplace collection leak test to check for no leaks | Giacomo Stevanato | -16/+20 |
| 2022-09-10 | Fix leaking in inplace collection when destructor panics | Giacomo Stevanato | -3/+22 |
| 2022-09-04 | Auto merge of #93455 - asquared31415:vec-zero-opts, r=thomcc | bors | -0/+17 |
| 2022-09-02 | implement IsZero for Saturating and Wrapping | asquared31415 | -0/+17 |
| 2022-09-02 | Fix internal doc link | Chris Denton | -1/+3 |
| 2022-09-01 | Auto merge of #100707 - dzvon:fix-typo, r=davidtwco | bors | -3/+3 |
| 2022-08-31 | fix into_iter on ZST | Ralf Jung | -1/+7 |
| 2022-08-31 | Fix a bunch of typo | Dezhi Wu | -3/+3 |
| 2022-08-30 | Rollup merge of #95376 - WaffleLapkin:drain_keep_rest, r=dtolnay | Dylan DPC | -3/+190 |
| 2022-08-29 | Rollup merge of #100819 - WaffleLapkin:use_ptr_byte_methods, r=scottmcm | Dylan DPC | -10/+7 |
| 2022-08-28 | fill-in tracking issue for `feature(drain_keep_rest)` | Maybe Waffle | -2/+2 |
| 2022-08-28 | add examples to `vec::Drain{,Filter}::keep_rest` docs | Maybe Waffle | -0/+37 |
| 2022-08-28 | Rollup merge of #99570 - XrXr:box-from-slice-docs, r=thomcc | Matthias Krüger | -1/+1 |
| 2022-08-26 | `alloc`: add unstable cfg features `no_rc` and `no_sync` | Miguel Ojeda | -3/+6 |
| 2022-08-26 | Rollup merge of #95005 - ssomers:btree_static_assert, r=thomcc | Guillaume Gomez | -7/+9 |
| 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 |