| Age | Commit message (Expand) | Author | Lines |
| 2023-12-11 | Auto merge of #117758 - Urgau:lint_pointer_trait_comparisons, r=davidtwco | bors | -1/+1 |
| 2023-12-10 | remove redundant imports | surechen | -5/+1 |
| 2023-12-06 | Auto merge of #118460 - the8472:fix-vec-realloc, r=saethlin | bors | -0/+8 |
| 2023-12-06 | Adjust tests for newly added ambiguous_wide_pointer_comparisons lint | Urgau | -1/+1 |
| 2023-12-05 | Rollup merge of #118123 - RalfJung:internal-lib-features, r=compiler-errors | Michael Goulet | -0/+1 |
| 2023-12-05 | Fix in-place collect not reallocating when necessary | The 8472 | -0/+8 |
| 2023-11-28 | Auto merge of #110353 - the8472:in-place-flatten-chunks, r=cuviper | bors | -2/+44 |
| 2023-11-27 | optimize str::iter::Chars::advance_by | The 8472 | -0/+11 |
| 2023-11-22 | also make 'core_intrinsics' internal | Ralf Jung | -0/+1 |
| 2023-11-02 | Add insta-stable std::hash::{DefaultHasher, RandomState} exports | ltdk | -2/+1 |
| 2023-10-20 | s/generator/coroutine/ | Oli Scherer | -2/+2 |
| 2023-09-28 | Auto merge of #111278 - EFanZh:implement-from-array-refs-for-vec, r=dtolnay | bors | -0/+10 |
| 2023-09-03 | support in-place collecting additional FlatMap shapes | The 8472 | -0/+11 |
| 2023-09-03 | Expand in-place iteration specialization to Flatten, FlatMap and ArrayChunks | The 8472 | -2/+33 |
| 2023-08-23 | Bump cfg(bootstrap) | Mark Rousskov | -1/+0 |
| 2023-08-15 | Auto merge of #112387 - clarfonthey:non-panicking-ceil-char-boundary, r=m-ou-se | bors | -5/+2 |
| 2023-07-26 | Improve test case for experimental API remove_matches in library/alloc/tests/... | allaboutevemirolive | -2/+46 |
| 2023-07-20 | Fix size_hint for EncodeUtf16 | Andrew Tribick | -0/+22 |
| 2023-07-16 | Implement `From<{&,&mut} [T; N]>` for `Vec<T>` | EFanZh | -0/+10 |
| 2023-07-14 | Auto merge of #113113 - Amanieu:box-vec-zst, r=Mark-Simulacrum | bors | -0/+65 |
| 2023-07-13 | Eliminate ZST allocations in `Box` and `Vec` | Amanieu d'Antras | -0/+65 |
| 2023-07-12 | Flip cfg's for bootstrap bump | Mark Rousskov | -1/+1 |
| 2023-07-03 | enable test_join test in Miri | Ralf Jung | -0/+1 |
| 2023-06-14 | s/drain_filter/extract_if/ for Vec, Btree{Map,Set} and LinkedList | The 8472 | -27/+27 |
| 2023-06-14 | remove drain-on-drop behavior from vec::DrainFilter and add #[must_use] | The 8472 | -30/+1 |
| 2023-06-13 | ignore core, alloc and test tests that require unwinding on panic=abort | Pietro Albini | -0/+16 |
| 2023-06-08 | Fix test | ltdk | -5/+2 |
| 2023-05-27 | Allow newly uplifted invalid_from_utf8 lint | Urgau | -0/+2 |
| 2023-04-26 | Rollup merge of #110419 - jsoref:spelling-library, r=jyn514 | Matthias Krüger | -22/+22 |
| 2023-04-26 | Spelling library/ | Josh Soref | -22/+22 |
| 2023-04-16 | fix library and rustdoc tests | Deadbeef | -10/+11 |
| 2023-04-16 | rm const traits in libcore | Deadbeef | -1/+1 |
| 2023-04-02 | Auto merge of #109701 - Amanieu:binaryheap_retain, r=ChrisDenton | bors | -1/+0 |
| 2023-03-30 | Auto merge of #105587 - tgross35:once-cell-min, r=m-ou-se | bors | -1/+0 |
| 2023-03-29 | Stabilize a portion of 'once_cell' | Trevor Gross | -1/+0 |
| 2023-03-29 | Rollup merge of #109693 - workingjubilee:maybe-unconstify-alloc, r=fee1-dead | Matthias Krüger | -16/+0 |
| 2023-03-28 | Remove ~const from alloc | Jubilee Young | -16/+0 |
| 2023-03-28 | Stabilize `binary_heap_retain` | Amanieu d'Antras | -1/+0 |
| 2023-03-28 | Rollup merge of #92284 - the8472:simplify-advance-by, r=scottmcm | nils | -10/+35 |
| 2023-03-27 | fix advance_by impl for vec_deque and add tests | The 8472 | -0/+23 |
| 2023-03-27 | replace advance_by returning usize with Result<(), NonZeroUsize> | The 8472 | -9/+10 |
| 2023-03-27 | Change advance(_back)_by to return `usize` instead of `Result<(), usize>` | The 8472 | -10/+11 |
| 2023-03-27 | Rollup merge of #97506 - JohnTitor:stabilize-nonnull-slice-from-raw-parts, r=... | Matthias Krüger | -2/+1 |
| 2023-03-23 | Rollup merge of #100311 - xfix:lines-fix-handling-of-bare-cr, r=ChrisDenton | Dylan DPC | -7/+19 |
| 2023-02-25 | Add test for VecDeque::append ZST capacity overflow | pommicket | -0/+14 |
| 2023-01-17 | refactor[alloc]: remove unused box syntax feature | joboet | -1/+0 |
| 2023-01-14 | Remove various double spaces in source comments. | André Vennberg | -1/+1 |
| 2023-01-04 | Update rand in the stdlib tests, and remove the getrandom feature from it | Thom Chiovoloni | -348/+1 |
| 2022-12-30 | Replace libstd, libcore, liballoc in line comments. | jonathanCogan | -1/+1 |
| 2022-12-24 | add lib tests for vec::IntoIter alignment issues | Ralf Jung | -2/+27 |