about summary refs log tree commit diff
path: root/src/liballoc
AgeCommit message (Expand)AuthorLines
2020-07-01Apply documentation review suggestionsCAD97-6/+8
2020-07-01Rollup merge of #73678 - Keno:patch-1, r=LukasKalbertodtManish Goregaokar-1/+4
2020-07-01Rollup merge of #73466 - matthiaskrgr:char_into_string, r=dtolnayManish Goregaokar-0/+15
2020-06-30Clarify when rc::data_offset is safeCAD97-1/+20
2020-06-30Fix invalid pointer deref in Weak::as_ptrCAD97-2/+2
2020-06-30Clarify safety comment for A|Rc::as_ptrCAD97-10/+6
2020-06-30Avoid `unwrap_or_else` in `RawVec::allocate_in`.Nicholas Nethercote-3/+14
2020-06-29Auto merge of #73391 - pickfire:liballoc-panic-doc, r=Mark-Simulacrumbors-11/+5
2020-06-28Use impl for Weak::as_ptr that works for unsized TCAD97-22/+26
2020-06-28Do not require ptr validity in rc::data_offsetCAD97-2/+3
2020-06-28Use raw_ref_op in A|Rc::as_ptrCAD97-10/+3
2020-06-28Remove `const_if_match` feature gate from librariesDylan MacKenzie-1/+1
2020-06-26Rollup merge of #73765 - kraai:remove-blank-line, r=jonas-schievinkManish Goregaokar-1/+0
2020-06-26Rollup merge of #73627 - ssomers:btree_iter_min_max, r=Mark-SimulacrumManish Goregaokar-0/+141
2020-06-26Rollup merge of #73529 - pickfire:liballoc-specfromelem-i8, r=cuviperManish Goregaokar-1/+15
2020-06-27Add liballoc doc panic detail according to RawVecIvan Tham-11/+5
2020-06-26Remove blank lineKRAAI, MATTHEW [VISUS]-1/+0
2020-06-26Shortcuts for min/max on ordinary BTreeMap/BTreeSet iteratorsStein Somers-0/+141
2020-06-26Rollup merge of #73729 - nellshamrell:disable-collectionsbenches-android, r=s...Manish Goregaokar-0/+3
2020-06-25disable collectionbenches for androidNell Shamrell-0/+3
2020-06-25Rollup merge of #73616 - pickfire:liballoc-hash, r=joshtriplettDylan DPC-2/+2
2020-06-25Rollup merge of #72700 - davidtwco:issue-66220-improper-ctypes-declarations, ...Dylan DPC-0/+2
2020-06-24Rollup merge of #73667 - nrabulinski:master, r=Dylan-DPCDylan DPC-1/+1
2020-06-24Rollup merge of #73638 - yuqio:remove-unused-crate-imports, r=nikomatsakisDylan DPC-2/+0
2020-06-24lints: add `improper_ctypes_definitions`David Wood-0/+2
2020-06-23Update Box::from_raw example to generalize betterKeno Fischer-1/+4
2020-06-23Rollup merge of #72876 - TrolledWoods:patch-2, r=Dylan-DPCManish Goregaokar-0/+2
2020-06-23Update map.rsNikodem Rabuliński-1/+1
2020-06-23Rollup merge of #73398 - oli-obk:const_raw_ptr_cmp, r=varkor,RalfJung,nagisaManish Goregaokar-1/+1
2020-06-23Remove unused crate imports in 2018 edition cratesyuqio-2/+0
2020-06-22Rollup merge of #71660 - sollyucko:master, r=dtolnayDylan DPC-11/+70
2020-06-22Liballoc minor hash import tweakIvan Tham-2/+2
2020-06-20Update stability attribute of new Vec PartialEq implsDavid Tolnay-13/+13
2020-06-20impl PartialEq<Vec<B>> for &[A], &mut [A]Solomon Ucko-0/+59
2020-06-20Satisfy tidyOliver Scherer-1/+1
2020-06-20Remove uses of `Vec::remove_item`Lukas Kalbertodt-16/+0
2020-06-20Deprecate `Vec::remove_item`Lukas Kalbertodt-10/+8
2020-06-20Add liballoc impl SpecFromElem for i8Ivan Tham-1/+15
2020-06-19Rollup merge of #73465 - lzutao:spec-char-tostring, r=sfacklerManish Goregaokar-0/+8
2020-06-19Rollup merge of #72709 - LeSeulArtichaut:unsafe-liballoc, r=nikomatsakisManish Goregaokar-257/+387
2020-06-19Apply suggestions from code reviewLeSeulArtichaut-9/+11
2020-06-19`#[deny(unsafe_op_in_unsafe_fn)]` in liballocLeSeulArtichaut-261/+389
2020-06-19Rollup merge of #73479 - pickfire:liballoc-spell, r=dtolnayRalf Jung-3/+3
2020-06-19Rollup merge of #73459 - cuviper:into_boxed_slice-unicast, r=dtolnayRalf Jung-1/+1
2020-06-19Rearrange liballoc __impl_slice_eq1Ivan Tham-1/+1
2020-06-19Liballoc clean up macro_rules styleIvan Tham-1/+1
2020-06-19Fix liballoc doc spellingIvan Tham-1/+1
2020-06-18Ensure std benchmarks get tested.Eric Huss-0/+1
2020-06-18add test for char into stringMatthias Krüger-0/+7
2020-06-18impl From<char> for StringMatthias Krüger-0/+8