| Commit message (Expand) | Author | Age | Files | Lines |
* | Rollup merge of #110419 - jsoref:spelling-library, r=jyn514 | Matthias Krüger | 2023-04-26 | 2 | -22/+22 |
|\ |
|
| * | Spelling library/ | Josh Soref | 2023-04-26 | 2 | -22/+22 |
* | | fix library and rustdoc tests | Deadbeef | 2023-04-16 | 2 | -10/+11 |
* | | rm const traits in libcore | Deadbeef | 2023-04-16 | 1 | -1/+1 |
|/ |
|
* | Auto merge of #109701 - Amanieu:binaryheap_retain, r=ChrisDenton | bors | 2023-04-02 | 1 | -1/+0 |
|\ |
|
| * | Stabilize `binary_heap_retain` | Amanieu d'Antras | 2023-03-28 | 1 | -1/+0 |
* | | Auto merge of #105587 - tgross35:once-cell-min, r=m-ou-se | bors | 2023-03-30 | 1 | -1/+0 |
|\ \ |
|
| * | | Stabilize a portion of 'once_cell' | Trevor Gross | 2023-03-29 | 1 | -1/+0 |
* | | | Rollup merge of #109693 - workingjubilee:maybe-unconstify-alloc, r=fee1-dead | Matthias Krüger | 2023-03-29 | 2 | -16/+0 |
|\ \ \
| |/ /
|/| | |
|
| * | | Remove ~const from alloc | Jubilee Young | 2023-03-28 | 2 | -16/+0 |
| |/ |
|
* | | Rollup merge of #92284 - the8472:simplify-advance-by, r=scottmcm | nils | 2023-03-28 | 2 | -10/+35 |
|\ \
| |/
|/| |
|
| * | fix advance_by impl for vec_deque and add tests | The 8472 | 2023-03-27 | 1 | -0/+23 |
| * | replace advance_by returning usize with Result<(), NonZeroUsize> | The 8472 | 2023-03-27 | 1 | -9/+10 |
| * | Change advance(_back)_by to return `usize` instead of `Result<(), usize>` | The 8472 | 2023-03-27 | 1 | -10/+11 |
* | | Rollup merge of #97506 - JohnTitor:stabilize-nonnull-slice-from-raw-parts, r=... | Matthias Krüger | 2023-03-27 | 1 | -2/+1 |
|\ \
| |/
|/| |
|
| * | Stabilize `nonnull_slice_from_raw_parts` | Yuki Okushi | 2022-09-29 | 1 | -2/+1 |
* | | Rollup merge of #100311 - xfix:lines-fix-handling-of-bare-cr, r=ChrisDenton | Dylan DPC | 2023-03-23 | 1 | -7/+19 |
|\ \ |
|
| * | | Fix handling of trailing bare CR in str::lines | Konrad Borowski | 2022-10-06 | 1 | -7/+19 |
* | | | Add test for VecDeque::append ZST capacity overflow | pommicket | 2023-02-25 | 1 | -0/+14 |
* | | | refactor[alloc]: remove unused box syntax feature | joboet | 2023-01-17 | 1 | -1/+0 |
* | | | Remove various double spaces in source comments. | André Vennberg | 2023-01-14 | 1 | -1/+1 |
* | | | Update rand in the stdlib tests, and remove the getrandom feature from it | Thom Chiovoloni | 2023-01-04 | 1 | -348/+1 |
* | | | Replace libstd, libcore, liballoc in line comments. | jonathanCogan | 2022-12-30 | 1 | -1/+1 |
* | | | add lib tests for vec::IntoIter alignment issues | Ralf Jung | 2022-12-24 | 1 | -2/+27 |
* | | | Apply review feedback; Fix no_global_oom_handling build | Scott McMurray | 2022-12-08 | 1 | -3/+13 |
* | | | Make `VecDeque::from_iter` O(1) from `vec(_deque)::IntoIter` | Scott McMurray | 2022-12-08 | 1 | -0/+26 |
* | | | Auto merge of #102991 - Sp00ph:master, r=scottmcm | bors | 2022-11-28 | 1 | -6/+7 |
|\ \ \ |
|
| * | | | Update VecDeque implementation | Markus Everling | 2022-11-20 | 1 | -6/+7 |
* | | | | Add `#![deny(unsafe_op_in_unsafe_fn)]` in liballoc tests | Thom Chiovoloni | 2022-11-23 | 3 | -7/+38 |
* | | | | Rollup merge of #104647 - RalfJung:alloc-strict-provenance, r=thomcc | Manish Goregaokar | 2022-11-22 | 2 | -6/+8 |
|\ \ \ \ |
|
| * | | | | enable fuzzy_provenance_casts lint in liballoc | Ralf Jung | 2022-11-20 | 2 | -6/+8 |
* | | | | | add test for issue 104726 | The 8472 | 2022-11-22 | 1 | -0/+12 |
| |/ / /
|/| | | |
|
* | | | | Rollup merge of #104435 - scottmcm:iter-repeat-n, r=thomcc | Yuki Okushi | 2022-11-20 | 1 | -0/+8 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | `VecDeque::resize` should re-use the buffer in the passed-in element | Scott McMurray | 2022-11-15 | 1 | -0/+8 |
* | | | | Remove Vec/Rc storage reuse opt | clubby789 | 2022-11-18 | 2 | -30/+0 |
* | | | | Auto merge of #104205 - clubby789:grow-rc, r=thomcc | bors | 2022-11-17 | 2 | -0/+30 |
|\ \ \ \ |
|
| * | | | | Add `Vec` storage optimization to `Arc` and add tests | clubby789 | 2022-11-14 | 2 | -0/+30 |
| |/ / / |
|
* | | | | generalize str.contains() tests to a range of haystack sizes | The 8472 | 2022-11-15 | 1 | -5/+21 |
|/ / / |
|
* | | | Add regression test for lifetimes in alloc internals autotraits | David Tolnay | 2022-10-05 | 2 | -0/+297 |
|/ / |
|
* | | Rollup merge of #101642 - SkiFire13:fix-inplace-collection-leak, r=the8472 | Dylan DPC | 2022-10-04 | 1 | -30/+35 |
|\ \
| |/
|/| |
|
| * | Update test | Giacomo Stevanato | 2022-09-10 | 1 | -33/+34 |
| * | Adapt inplace collection leak test to check for no leaks | Giacomo Stevanato | 2022-09-10 | 1 | -16/+20 |
* | | Rollup merge of #102232 - Urgau:stabilize-bench_black_box, r=TaKO8Ki | Yuki Okushi | 2022-09-28 | 1 | -1/+0 |
|\ \ |
|
| * | | Stabilize bench_black_box | Urgau | 2022-09-27 | 1 | -1/+0 |
* | | | Stabilize const `BTree{Map,Set}::new` | Nilstrieb | 2022-09-23 | 1 | -1/+1 |
|/ / |
|
* | | fix into_iter on ZST | Ralf Jung | 2022-08-31 | 1 | -0/+6 |
* | | Rollup merge of #95376 - WaffleLapkin:drain_keep_rest, r=dtolnay | Dylan DPC | 2022-08-30 | 2 | -0/+60 |
|\ \ |
|
| * | | Add vec::Drain{,Filter}::keep_rest | Maybe Waffle | 2022-06-05 | 2 | -0/+60 |
* | | | Rollup merge of #100820 - WaffleLapkin:use_ptr_is_aligned_methods, r=scottmcm | Dylan DPC | 2022-08-22 | 2 | -4/+5 |
|\ \ \ |
|
| * | | | Make use of `pointer::is_aligned[_to]` | Maybe Waffle | 2022-08-21 | 2 | -4/+5 |
| | |/
| |/| |
|