about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
AgeCommit message (Expand)AuthorLines
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
2016-01-24mk: Move from `-D warnings` to `#![deny(warnings)]`Alex Crichton-0/+1
2016-01-16std: Stabilize APIs for the 1.7 releaseAlex Crichton-1/+0
2016-01-14Rollup merge of #30801 - Amanieu:oom_print, r=alexcrichtonManish Goregaokar-11/+3
2016-01-13Issue #30592: Restore build in --disable-jemalloc mode.Simon Martin-0/+7
2016-01-12Add set_oom_handler and use it print a message when out of memoryAmanieu d'Antras-11/+3
2015-12-21Register new snapshotsAlex Crichton-17/+2
2015-12-05std: Stabilize APIs for the 1.6 releaseAlex Crichton-5/+2
2015-11-25Remove all uses of `#[staged_api]`Vadim Petrochenkov-1/+1
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-0/+2
2015-11-12liballoc: deny warnings in doctestsKevin Butler-1/+1
2015-10-30expose drop_in_place as ptr::drop_in_placeAlexis Beingessner-0/+2
2015-10-16Add `Shared` pointer and have `{Arc, Rc}` use itAndrew Paseltiner-0/+1
2015-10-06Add RFC 1238's `unsafe_destructor_blind_to_params` (UGEH) where needed.Felix S. Klock II-0/+5
2015-09-24rustfmt liballocNick Cameron-3/+9