| Age | Commit message (Expand) | Author | Lines |
| 2023-01-14 | Add test of leaking a binary_heap PeekMut | David Tolnay | -0/+20 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -14/+14 |
| 2023-01-14 | Use associated items of `char` instead of freestanding items in `core::char` | Lukas Markeffsky | -4/+4 |
| 2023-01-14 | Rollup merge of #106692 - eggyal:mv-binary_heap.rs-binary_heap/mod.rs, r=Mark... | Yuki Okushi | -0/+0 |
| 2023-01-10 | mv binary_heap.rs binary_heap/mod.rs | Alan Egerton | -0/+0 |
| 2023-01-10 | impl: specialize impl of `ToString` on `bool` | Ezra Shaw | -0/+9 |
| 2023-01-08 | Rollup merge of #106584 - kpreid:vec-allocator, r=JohnTitor | Michael Goulet | -0/+5 |
| 2023-01-08 | Auto merge of #90291 - geeklint:loosen_weak_debug_bound, r=dtolnay | bors | -2/+2 |
| 2023-01-08 | Rollup merge of #106562 - clubby789:vec-deque-example, r=Mark-Simulacrum | Yuki Okushi | -1/+3 |
| 2023-01-08 | Auto merge of #104658 - thomcc:rand-update-and-usable-no_std, r=Mark-Simulacrum | bors | -360/+394 |
| 2023-01-07 | Document that `Vec::from_raw_parts[_in]` must be given a pointer from the cor... | Kevin Reid | -0/+5 |
| 2023-01-07 | Rollup merge of #105128 - Sp00ph:vec_vec_deque_conversion, r=dtolnay | Matthias Krüger | -3/+3 |
| 2023-01-07 | Clarify examples for `VecDeque::get/get_mut` | clubby789 | -1/+3 |
| 2023-01-04 | Update rand in the stdlib tests, and remove the getrandom feature from it | Thom Chiovoloni | -360/+394 |
| 2023-01-04 | Auto merge of #106239 - LegionMammal978:thin-box-drop-guard, r=Amanieu | bors | -13/+34 |
| 2023-01-03 | Rollup merge of #106045 - RalfJung:oom-nounwind-panic, r=Amanieu | Michael Goulet | -1/+15 |
| 2023-01-02 | default OOM handler: use non-unwinding panic (unless -Zoom=panic is set), to ... | Ralf Jung | -1/+15 |
| 2023-01-01 | Deallocate ThinBox even if the value unwinds on drop | LegionMammal978 | -13/+34 |
| 2022-12-30 | Rollup merge of #106248 - dtolnay:revertupcastlint, r=jackh726 | Michael Goulet | -2/+0 |
| 2022-12-30 | Update paths in comments. | jonathanCogan | -1/+1 |
| 2022-12-30 | Replace libstd, libcore, liballoc in line comments. | jonathanCogan | -6/+6 |
| 2022-12-30 | Replace libstd, libcore, liballoc in docs. | jonathanCogan | -2/+2 |
| 2022-12-29 | Revert "Implement allow-by-default multiple_supertrait_upcastable lint" | David Tolnay | -2/+0 |
| 2022-12-29 | Implement more methods for `vec_deque::IntoIter` | Markus Everling | -1/+184 |
| 2022-12-28 | fix documenting private items of standard library | Lukas Markeffsky | -11/+18 |
| 2022-12-28 | Update bootstrap cfg | Pietro Albini | -45/+2 |
| 2022-12-28 | Rollup merge of #105484 - nbdd0121:upcast, r=compiler-errors | fee1-dead | -0/+2 |
| 2022-12-28 | Rollup merge of #104024 - noeddl:unused-must-use, r=compiler-errors | fee1-dead | -1/+1 |
| 2022-12-28 | Rollup merge of #94145 - ssomers:binary_heap_tests, r=jyn514 | fee1-dead | -60/+109 |
| 2022-12-27 | Update the documentation of `Vec` to use `extend(array)` instead of `extend(a... | Chayim Refael Friedman | -1/+1 |
| 2022-12-24 | add lib tests for vec::IntoIter alignment issues | Ralf Jung | -2/+27 |
| 2022-12-23 | fix one more unaligned self.ptr, and add tests | Ralf Jung | -1/+1 |
| 2022-12-23 | fix IntoIter::drop on high-alignment ZST | Ralf Jung | -10/+11 |
| 2022-12-20 | Auto merge of #105127 - Sp00ph:const_new, r=dtolnay | bors | -3/+4 |
| 2022-12-19 | Update coerce_unsized tracking issue from #27732 to #18598 | Anders Kaseorg | -5/+5 |
| 2022-12-17 | std::fmt: Use args directly in example code | Evan Jones | -2/+2 |
| 2022-12-15 | doc: Fix a few small issues | Hannes Körber | -1/+1 |
| 2022-12-08 | Apply review feedback; Fix no_global_oom_handling build | Scott McMurray | -3/+18 |
| 2022-12-09 | Implement allow-by-default multiple_supertrait_upcastable lint | Gary Guo | -0/+2 |
| 2022-12-08 | Make `VecDeque::from_iter` O(1) from `vec(_deque)::IntoIter` | Scott McMurray | -11/+124 |
| 2022-12-05 | Add O(1) `Vec -> VecDeque` conversion guarantee | Markus Everling | -3/+3 |
| 2022-12-05 | Auto merge of #105046 - scottmcm:vecdeque-vs-vec, r=Mark-Simulacrum | bors | -5/+12 |
| 2022-12-03 | Rollup merge of #105032 - HintringerFabian:improve_docs, r=JohnTitor | Yuki Okushi | -1/+10 |
| 2022-12-01 | Fix typo in comment | Markus Everling | -1/+1 |
| 2022-12-01 | Make `VecDeque::new` const | Markus Everling | -3/+4 |
| 2022-12-01 | Make `VecDeque::new_in` unstably const | Markus Everling | -2/+1 |
| 2022-11-29 | Send `VecDeque::from_iter` via `Vec::from_iter` | Scott McMurray | -5/+12 |
| 2022-11-28 | improve doc | Fabian Hintringer | -1/+10 |
| 2022-11-28 | Auto merge of #102991 - Sp00ph:master, r=scottmcm | bors | -1283/+932 |
| 2022-11-27 | Auto merge of #104818 - scottmcm:refactor-extend-func, r=the8472 | bors | -43/+42 |