| Age | Commit message (Expand) | Author | Lines |
| 2022-04-24 | test: add test cases for VecDeque | Keita Nonaka | -0/+294 |
| 2022-04-19 | Clarify docs for from_raw_parts | jmaargh | -3/+8 |
| 2022-04-19 | Rollup merge of #96089 - ojeda:no-vec-no_global_oom_handling, r=Mark-Simulacrum | Dylan DPC | -2/+2 |
| 2022-04-17 | Auto merge of #96002 - nnethercote:speed-up-Vec-clear-2, r=m-ou-se | bors | -1/+12 |
| 2022-04-16 | Rollup merge of #96070 - Gumichocopengin8:test/btree-map, r=thomcc | Dylan DPC | -0/+105 |
| 2022-04-16 | `alloc`: make `vec!` unavailable under `no_global_oom_handling` | Miguel Ojeda | -2/+2 |
| 2022-04-15 | Auto merge of #95224 - mjbshaw:patch-1, r=yaahc | bors | -10/+28 |
| 2022-04-15 | Rollup merge of #96034 - Gumichocopengin8:test/btree-set, r=Dylan-DPC | Dylan DPC | -0/+56 |
| 2022-04-15 | Implement str to [u8] conversion for refcounted containers | John-John Tedro | -0/+38 |
| 2022-04-15 | chore: formatting | Keita Nonaka | -11/+9 |
| 2022-04-15 | test: add try_insert() test cases for BTreeSet | Keita Nonaka | -0/+15 |
| 2022-04-15 | test: add get_key_value() test cases for BTreeSet | Keita Nonaka | -0/+24 |
| 2022-04-14 | test: add pop_first() pop_last() test cases for BTreeSet | Keita Nonaka | -9/+77 |
| 2022-04-14 | Fix targets not supporting `target_has_atomic = "ptr"` | Vadim Petrochenkov | -1/+5 |
| 2022-04-14 | library: Use type aliases to make `CStr(ing)` in libcore/liballoc unstable | Vadim Petrochenkov | -6/+9 |
| 2022-04-14 | library: Move `CStr` to libcore, and `CString` to liballoc | Vadim Petrochenkov | -1/+1544 |
| 2022-04-14 | Remove use of `#[rustc_deprecated]` | Jacob Pratt | -1/+1 |
| 2022-04-13 | test: add remove() test cases for BTreeSet | Keita Nonaka | -0/+20 |
| 2022-04-13 | test: add is_superset test cases for BTreeSet | Keita Nonaka | -0/+36 |
| 2022-04-13 | Speed up Vec::clear(). | Nicholas Nethercote | -1/+12 |
| 2022-04-11 | impl const Default for Box<[T]> and Box<str> | Josh Stone | -4/+18 |
| 2022-04-11 | Rollup merge of #95917 - RalfJung:thin-box-test, r=dtolnay | Matthias Krüger | -1/+1 |
| 2022-04-11 | Rollup merge of #95743 - yaahc:binary-search-clarification, r=Mark-Simulacrum | Matthias Krüger | -2/+16 |
| 2022-04-10 | thin_box test: import from std, not alloc | Ralf Jung | -1/+1 |
| 2022-04-09 | Rollup merge of #95817 - oconnor663:doc_comment2, r=yaahc | Dylan DPC | -1/+1 |
| 2022-04-09 | Rework String UTF-8 Documentation | Mark Lodato | -10/+82 |
| 2022-04-08 | hide another #[allow] directive from a docs example | Jack O'Connor | -1/+1 |
| 2022-04-08 | Add ThinBox type for 1 stack pointer sized heap allocated trait objects | Jane Lusby | -0/+250 |
| 2022-04-08 | Rollup merge of #95791 - oconnor663:doc_comment, r=thomcc | Dylan DPC | -1/+1 |
| 2022-04-08 | Rollup merge of #95579 - Cyborus04:slice_flatten, r=scottmcm | Dylan DPC | -0/+54 |
| 2022-04-08 | add `<[[T; N]]>::flatten`, `<[[T; N]]>::flatten_mut`, and `Vec::<[T; N]>::int... | Cyborus04 | -0/+54 |
| 2022-04-07 | hide an #[allow] directive from the Arc::new_cyclic doc example | Jack O'Connor | -1/+1 |
| 2022-04-07 | Auto merge of #95678 - pietroalbini:pa-1.62.0-bootstrap, r=Mark-Simulacrum | bors | -49/+32 |
| 2022-04-06 | add necessary closure for partition_point | Jane Lusby | -2/+2 |
| 2022-04-06 | Update binary_search example to instead redirect to partition_point | Jane Lusby | -2/+16 |
| 2022-04-05 | trivial cfg(bootstrap) changes | Pietro Albini | -49/+32 |
| 2022-04-06 | formatting | SparkyPotato | -1/+1 |
| 2022-04-06 | cleanup | SparkyPotato | -8/+2 |
| 2022-04-06 | fix Vec leak with 0 capacity | SparkyPotato | -0/+7 |
| 2022-04-03 | Auto merge of #92686 - saethlin:unsafe-debug-asserts, r=Amanieu | bors | -2/+2 |
| 2022-03-31 | make utf8_char_counts test faster in Miri | Ralf Jung | -4/+7 |
| 2022-03-31 | Rollup merge of #95491 - faern:stabilize-vec_retain_mut, r=yaahc | Dylan DPC | -6/+2 |
| 2022-03-31 | Rollup merge of #95298 - jhorstmann:fix-double-drop-of-allocator-in-vec-into-... | Dylan DPC | -7/+38 |
| 2022-03-30 | Stabilize feature vec_retain_mut on Vec and VecDeque | Linus Färnstrand | -6/+2 |
| 2022-03-30 | Auto merge of #94963 - lcnr:inherent-impls-std, r=oli-obk,m-ou-se | bors | -3/+25 |
| 2022-03-30 | remove now unnecessary lang items | lcnr | -3/+3 |
| 2022-03-30 | rework implementation for inherent impls for builtin types | lcnr | -0/+22 |
| 2022-03-29 | fixup feature position in liballoc | Aria Beingessner | -1/+1 |
| 2022-03-29 | cleanup some of the less terrifying library code | Aria Beingessner | -2/+2 |
| 2022-03-29 | Make the stdlib largely conform to strict provenance. | Aria Beingessner | -6/+6 |