about summary refs log tree commit diff
path: root/src/liballoc
AgeCommit message (Expand)AuthorLines
2020-05-14Fix Arc::decr_strong_count doc testTomasz Miąsko-3/+5
2020-05-13Auto merge of #72013 - nnethercote:make-RawVec-grow-mostly-non-generic, r=Ama...bors-149/+95
2020-05-12Rollup merge of #71737 - RalfJung:miri-test-threads, r=shepmasterDylan DPC-9/+10
2020-05-12Split `RawVec::grow` up.Nicholas Nethercote-50/+79
2020-05-12Remove `RawVec::double`.Nicholas Nethercote-88/+23
2020-05-12Remove `RawVec::double_in_place`.Nicholas Nethercote-18/+0
2020-05-11fix test_weak_count_locked for MiriRalf Jung-1/+5
2020-05-09Rollup merge of #71839 - LG3696:master, r=cramertjDylan DPC-2/+5
2020-05-07Rollup merge of #70733 - yoshuawuyts:arc-increment-refcount, r=Mark-SimulacrumDylan DPC-5/+80
2020-05-07Add Arc::{incr,decr}_strong_countYoshua Wuyts-5/+80
2020-05-06grammar: dealing-withJosh Soref-1/+1
2020-05-06grammar: simplify to avoid thatJosh Soref-1/+1
2020-05-06grammar: stray commaJosh Soref-1/+1
2020-05-06grammar: noun not verbJosh Soref-2/+2
2020-05-06grammar: subject-verb not subject-verb-verbJosh Soref-1/+1
2020-05-06grammar: disambiguate space-characterJosh Soref-1/+1
2020-05-06grammar: count-agreement default ... isJosh Soref-1/+1
2020-05-06grammar: which vs thatJosh Soref-4/+4
2020-05-06Rollup merge of #71510 - ssomers:btreemap_iter_intertwined, r=Mark-SimulacrumDylan DPC-75/+119
2020-05-05Rollup merge of #71892 - integer32llc:btreemap-entry-vacant-docs, r=jonas-sch...Dylan DPC-6/+5
2020-05-04Update btree_map::VacantEntry::insert docs to actually call insertCarol (Nichols || Goulding)-6/+5
2020-05-04whoopsmain()-1/+1
2020-05-04Add remove_current_as_list to LinkedList's CursorMutmain()-0/+25
2020-05-03Make BTreeMap::new and BTreeSet::new constLuca Gladiator-2/+5
2020-05-01liballoc tests: Miri supports threads nowRalf Jung-8/+5
2020-04-30Rollup merge of #71148 - bluss:vec-drop-raw-slice, r=RalfJungTyler Mandry-4/+10
2020-04-30rename-unique: Rename Unique::empty() to Unique::dangling()cohenarthur-5/+5
2020-04-28Vec IntoIter: Drop using raw sliceUlrik Sverdrup-2/+8
2020-04-27Rollup merge of #71589 - RalfJung:unique-no-shr, r=SimonSapinDylan DPC-3/+3
2020-04-26Rollup merge of #71421 - elichai:2020-04-boxed-slice, r=sfacklerDylan DPC-0/+10
2020-04-26remove Unique::from for shared pointer typesRalf Jung-3/+3
2020-04-26Add a function to turn Box<T> into Box<[T]> (into_boxed_slice)Elichai Turkel-0/+10
2020-04-26Rollup merge of #71575 - jplatte:patch-4, r=Mark-SimulacrumDylan DPC-1/+1
2020-04-26Fix stable(since) attribute for BTreeMap::remove_entryJonas Platte-1/+1
2020-04-26fix more clippy warningsMatthias Krüger-2/+2
2020-04-25Auto merge of #71556 - Dylan-DPC:rollup-9ll4shr, r=Dylan-DPCbors-33/+59
2020-04-25Rollup merge of #71548 - crlf0710:cursor_bounds, r=AmanieuDylan DPC-0/+12
2020-04-25Rollup merge of #71168 - SimonSapin:into_raw_non_null, r=AmanieuDylan DPC-31/+46
2020-04-25Rollup merge of #70712 - :stabilize-remove-entry, r=AmanieuDylan DPC-2/+1
2020-04-25Use the correct bound for `Cursor` `Send`Charles Lew-1/+1
2020-04-25Auto merge of #71439 - Mark-Simulacrum:stage0-next, r=jonas-schievinkbors-3/+1
2020-04-25Bump bootstrap compilerMark Rousskov-3/+1
2020-04-25Rollup merge of #71523 - Mark-Simulacrum:alloc-inline-dup, r=AmanieuDylan DPC-10/+7
2020-04-25Add missing Send and Sync bounds for linked list Cursor and CursorMut.Charles Lew-0/+12
2020-04-25Rollup merge of #71485 - arlopurcell:binary_heap_retain, r=AmanieuDylan DPC-0/+37
2020-04-25Speed up BTreeMap iteration by intertwined descend to the initial leaf edgesStein Somers-29/+47
2020-04-25Introduce BTreeMap benches of iter itselfStein Somers-46/+72
2020-04-24Take a single root node in range_searchMark Rousskov-10/+7
2020-04-24Rollup merge of #71476 - RalfJung:miri-test-sizes, r=kennytmDylan DPC-71/+35
2020-04-24Add BinaryHeap::retain as suggested in #42849arlo-0/+37