| Age | Commit message (Expand) | Author | Lines |
| 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-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 | -0/+5 |
| 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/+98 |
| 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 | -1277/+925 |
| 2022-11-26 | Add second test case in `make_contiguous_head_to_end` | Markus Everling | -10/+49 |
| 2022-11-26 | Improve slow path in `make_contiguous` | Markus Everling | -36/+76 |
| 2022-11-26 | Don't use `Take` in `SpecExtend` impl | Markus Everling | -21/+23 |
| 2022-11-24 | Tune RepeatWith::try_fold and Take::for_each and Vec::extend_trusted | Scott McMurray | -5/+9 |
| 2022-11-25 | Changes according to code review | Markus Everling | -144/+181 |
| 2022-11-24 | Stop peeling the last iteration of the loop in `Vec::repeat_with` | Scott McMurray | -11/+1 |
| 2022-11-24 | Extract the logic for `TrustedLen` to a named method that can be called directly | Scott McMurray | -32/+37 |
| 2022-11-22 | Rollup merge of #104647 - RalfJung:alloc-strict-provenance, r=thomcc | Manish Goregaokar | -0/+1 |
| 2022-11-22 | Rollup merge of #101655 - dns2utf8:box_docs, r=dtolnay | Manish Goregaokar | -1/+1 |
| 2022-11-21 | Touch up Box<T> one-liner | David Tolnay | -2/+2 |
| 2022-11-20 | Rollup merge of #104641 - tshepang:grammar, r=Mark-Simulacrum | Matthias Krüger | -2/+2 |
| 2022-11-20 | Rollup merge of #101310 - zachs18:rc_get_unchecked_mut_docs_soundness, r=Mark... | Matthias Krüger | -8/+74 |
| 2022-11-20 | Unify stable and unstable sort implementations in same core module | Lukas Bergdoll | -309/+39 |
| 2022-11-20 | enable fuzzy_provenance_casts lint in liballoc | Ralf Jung | -0/+1 |
| 2022-11-20 | replace unusual grammar | Tshepang Mbambo | -2/+2 |
| 2022-11-20 | Update VecDeque implementation | Markus Everling | -1230/+760 |
| 2022-11-20 | Auto merge of #98914 - fee1-dead-contrib:min-deref-patterns, r=compiler-errors | bors | -1/+1 |
| 2022-11-20 | Rollup merge of #104435 - scottmcm:iter-repeat-n, r=thomcc | Yuki Okushi | -2/+8 |
| 2022-11-20 | Rollup merge of #104112 - yancyribbens:add-copy-to-repeat-description, r=John... | Yuki Okushi | -1/+1 |
| 2022-11-18 | Change undefined-behavior doctests from ignore to no_run. | Zachary S | -4/+4 |
| 2022-11-18 | Apply suggestions from code review
| zachs18 | -2/+2 |
| 2022-11-18 | Add examples to show when `{Arc,Rc}::get_mut_unchecked` is disallowed. | Zachary S | -0/+64 |
| 2022-11-18 | Clarify and restrict when `{Arc,Rc}::get_mut_unchecked` is allowed. | Zachary S | -8/+10 |
| 2022-11-18 | Remove Vec/Rc storage reuse opt | clubby789 | -107/+12 |
| 2022-11-18 | Rm diagnostic item, use lang item | Deadbeef | -2/+1 |
| 2022-11-17 | Minimal implementation of implicit deref patterns | Deadbeef | -0/+1 |
| 2022-11-17 | Auto merge of #104205 - clubby789:grow-rc, r=thomcc | bors | -38/+131 |
| 2022-11-15 | `VecDeque::resize` should re-use the buffer in the passed-in element | Scott McMurray | -2/+8 |
| 2022-11-14 | rustdoc: Add copy to the description of repeat | yancy | -1/+1 |