| Age | Commit message (Expand) | Author | Lines |
| 2021-03-03 | Make Vec::split_at_spare_mut impl safer & simplier | Waffle | -9/+5 |
| 2021-03-03 | Add test that Vec::spare_capacity_mut doesn't invalidate pointers | Waffle | -0/+5 |
| 2021-03-02 | Auto merge of #82043 - tmiasko:may-have-side-effect, r=kennytm | bors | -3/+1 |
| 2021-03-02 | Rollup merge of #80189 - jyn514:convert-primitives, r=poliorcetics | Yuki Okushi | -17/+20 |
| 2021-03-01 | Rollup merge of #82578 - camsteffen:diag-items, r=oli-obk | Joshua Nelson | -0/+4 |
| 2021-03-01 | Rollup merge of #81210 - ssomers:btree_fix_node_size_test, r=Mark-Simulacrum | Joshua Nelson | -81/+6 |
| 2021-03-01 | Add diagnostic items | Cameron Steffen | -0/+4 |
| 2021-03-01 | Auto merge of #82440 - ssomers:btree_fix_casts, r=Mark-Simulacrum | bors | -8/+10 |
| 2021-03-01 | Auto merge of #81094 - ssomers:btree_drainy_refactor_3, r=Mark-Simulacrum | bors | -118/+228 |
| 2021-02-27 | u8::to_string() specialisation (far less asm). | Giles Cope | -0/+19 |
| 2021-02-27 | Revert `Vec::spare_capacity_mut` impl to prevent pointers invalidation | Waffle | -1/+9 |
| 2021-02-26 | Rollup merge of #81940 - jhpratt:stabilize-str_split_once, r=m-ou-se | Guillaume Gomez | -1/+0 |
| 2021-02-26 | Fix invalid slice access in String::retain | Giacomo Stevanato | -15/+22 |
| 2021-02-25 | Convert primitives to use intra-doc links | Joshua Nelson | -17/+20 |
| 2021-02-24 | library: Normalize safety-for-unsafe-block comments | Miguel Ojeda | -10/+11 |
| 2021-02-23 | Rollup merge of #82113 - m-ou-se:panic-format-lint, r=estebank | Dylan DPC | -0/+1 |
| 2021-02-23 | BTree: fix untrue safety | Stein Somers | -16/+15 |
| 2021-02-23 | BTree: no longer define impossible casts | Stein Somers | -8/+10 |
| 2021-02-23 | BTree: split off reusable components from range_search | Stein Somers | -118/+228 |
| 2021-02-23 | Auto merge of #82076 - jyn514:update-bootstrap, r=Mark-Simulacrum | bors | -6/+1 |
| 2021-02-23 | Add more links between hash and btree collections | Joshua Nelson | -3/+4 |
| 2021-02-23 | Auto merge of #82430 - Dylan-DPC:rollup-nu4kfyc, r=Dylan-DPC | bors | -7/+13 |
| 2021-02-23 | Rollup merge of #82128 - anall:feature/add_diagnostic_items, r=davidtwco | Dylan DPC | -0/+3 |
| 2021-02-23 | Rollup merge of #81154 - dylni:improve-design-of-assert-len, r=KodrAus | Dylan DPC | -7/+10 |
| 2021-02-23 | Auto merge of #81937 - ssomers:btree_drainy_refactor_9b, r=Mark-Simulacrum | bors | -98/+67 |
| 2021-02-22 | Auto merge of #81362 - ssomers:btree_drainy_refactor_8, r=Mark-Simulacrum | bors | -146/+176 |
| 2021-02-21 | Add license metadata for std dependencies | Charles E. Lehner | -0/+3 |
| 2021-02-21 | BTreeMap: correct tests for alternative choices of B | Stein Somers | -81/+6 |
| 2021-02-21 | Improve sift_down performance in BinaryHeap | Han Mertens | -2/+2 |
| 2021-02-21 | Rollup merge of #81706 - SkiFire13:document-binaryheap-unsafe, r=Mark-Simulacrum | Yuki Okushi | -49/+117 |
| 2021-02-21 | Rollup merge of #81300 - ssomers:btree_cleanup_leak_tests, r=Mark-Simulacrum | Yuki Okushi | -217/+337 |
| 2021-02-20 | Update the bootstrap compiler | Joshua Nelson | -6/+1 |
| 2021-02-20 | Add FIXME for safety comments that are invalid when T is a ZST | Giacomo Stevanato | -0/+4 |
| 2021-02-20 | Document BinaryHeap unsafe functions | Giacomo Stevanato | -49/+113 |
| 2021-02-20 | alloc: Added `as_slice` method to `BinaryHeap` collection | Vlad Frolov | -0/+24 |
| 2021-02-18 | Stabilize `unsafe_op_in_unsafe_fn` lint | LeSeulArtichaut | -1/+1 |
| 2021-02-17 | Vec::dedup optimization - panic gracefully | Soveu | -16/+65 |
| 2021-02-16 | Vec::dedup optimization | Soveu | -6/+44 |
| 2021-02-16 | a few more diagnostic items | Andrea Nall | -1/+2 |
| 2021-02-15 | requested/proposed changes | Andrea Nall | -2/+2 |
| 2021-02-15 | Turn may_have_side_effect into an associated constant | Tomasz Miąsko | -3/+1 |
| 2021-02-15 | Rollup merge of #82060 - taiki-e:typo, r=m-ou-se | Jonas Schievink | -12/+12 |
| 2021-02-15 | BTree: move more shared iterator code into navigate.rs | Stein Somers | -98/+67 |
| 2021-02-15 | add diagnostic items | Andrea Nall | -0/+2 |
| 2021-02-14 | Only define rustc_diagnostic_item format_macro in not(test). | Mara Bos | -1/+1 |
| 2021-02-14 | Improve suggestion for panic!(format!(..)). | Mara Bos | -0/+1 |
| 2021-02-14 | Rollup merge of #81919 - ssomers:btree_cleanup_comments, r=Mark-Simulacrum | Dylan DPC | -4/+5 |
| 2021-02-14 | Auto merge of #81956 - ssomers:btree_post_75200, r=Mark-Simulacrum | bors | -19/+7 |
| 2021-02-13 | Auto merge of #81494 - cuviper:btree-node-init, r=Mark-Simulacrum | bors | -18/+30 |
| 2021-02-13 | Fix typos in BTreeSet::{first, last} docs | Taiki Endo | -12/+12 |