about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
AgeCommit message (Expand)AuthorLines
2017-11-03Mark several ascii methods as unstable againLukas Kalbertodt-0/+1
2017-11-01De-stabilize core::slice::{from_ref, from_ref_mut}.whitequark-0/+1
2017-10-09usize index message for vecGuillaume Gomez-0/+1
2017-09-21Auto merge of #44682 - bluss:iter-rfold, r=dtolnaybors-0/+1
2017-09-18alloc: Implement rfold for VecDeque iteratorsUlrik Sverdrup-0/+1
2017-09-12impl Hasher for {&mut Hasher, Box<Hasher>}kennytm-1/+1
2017-08-29Auto merge of #44049 - alexcrichton:nounwind-allocators, r=BurntSushibors-0/+1
2017-08-28std: Mark allocation functions as nounwindAlex Crichton-0/+1
2017-08-28Merge branch 'master' of https://github.com/rust-lang/rust into genJohn Kåre Alsaker-2/+0
2017-08-25*: remove crate_{name,type} attributesTamir Duberstein-2/+0
2017-08-25Merge remote-tracking branch 'origin/master' into genAlex Crichton-1/+1
2017-08-21Add [T]::swap_with_sliceScott McMurray-1/+1
2017-07-28Fix testsAlex Crichton-1/+1
2017-07-28std: Add forwarding impls of `Generator` traitAlex Crichton-0/+1
2017-07-26Auto merge of #43373 - alexcrichton:stabilize-1.20.0, r=aturonbors-4/+0
2017-07-25std: Stabilize the `str_{mut,box}_extras` featureAlex Crichton-1/+0
2017-07-25std: Stabilize `manually_drop` featureAlex Crichton-1/+0
2017-07-25std: Stabilize `str_checked_slicing` featureAlex Crichton-1/+0
2017-07-25std: Stabilize `char_escape_debug`Alex Crichton-1/+0
2017-07-25Bump master to 1.21.0Alex Crichton-2/+1
2017-07-16Fix checking for missing stability annotationsVadim Petrochenkov-2/+2
2017-07-05rustc: Implement the #[global_allocator] attributeAlex Crichton-4/+2
2017-07-02Auto merge of #43010 - stjepang:stabilize-sort-unstable, r=alexcrichtonbors-1/+0
2017-07-02Fix lint errorsStjepan Glavina-1/+0
2017-06-30Revert "Stabilize RangeArgument"Steven Fackler-1/+50
2017-06-24Stabilize RangeArgumentSteven Fackler-50/+1
2017-06-15Add API for `Alloc` trait.Felix S. Klock II-0/+4
2017-06-13Merge crate `collections` into `alloc`Murarth-10/+150
2017-04-29Update stage0 bootstrap compilerAlex Crichton-1/+0
2017-04-26Auto merge of #41258 - clarcharr:str_box_extras, r=Kimundibors-0/+2
2017-04-24More methods for str boxes.Clar Charr-0/+2
2017-04-22cache attributes of items from foreign cratesAriel Ben-Yehuda-0/+1
2017-01-28Fix typo in liballoc/lib.rsDenis Andrejew-1/+1
2017-01-10Rollup merge of #38664 - apasel422:may-dangle, r=pnkfelixSeo Sanghyeon-1/+2
2016-12-29Remove not(stage0) from deny(warnings)Alex Crichton-1/+1
2016-12-28Replace uses of `#[unsafe_destructor_blind_to_params]` with `#[may_dangle]`Andrew Paseltiner-1/+2
2016-12-09Auto merge of #37492 - japaric:no-atomics-alloc, r=brsonbors-0/+2
2016-12-04alloc: Forward ExactSizeIterator methods in Iterator for Box<I>Ulrik Sverdrup-0/+1
2016-11-05Add `{into,from}_raw` to Rc and ArcCristi Cobzarenco-0/+4
2016-10-30make `alloc` and `collections` compilable for thumbv6m-none-eabiJorge Aparicio-0/+2
2016-09-28Remove stage0 hacksBrian Anderson-1/+0
2016-08-26Replace unnecessary uses of `TraitObject` with castsAndrew Paseltiner-1/+1
2016-08-24Remove drop flags from structs and enums implementing Drop.Eduard Burtescu-1/+1
2016-08-18Add a FusedIterator trait.Steven Allen-1/+1
2016-05-24std: Stabilize APIs for the 1.10 releaseAlex Crichton-1/+0
2016-03-31Change Arc to use compare_exchange instead of compare_and_swapAmanieu d'Antras-0/+1
2016-03-07mk: Distribute fewer TARGET_CRATESAlex Crichton-4/+1
2016-02-29std: Stabilize APIs for the 1.8 releaseAlex Crichton-1/+0
2016-02-21Fix liballoc dependenciesJohn Kåre Alsaker-7/+0
2016-01-26Fix warnings during testsAlex Crichton-8/+5