about summary refs log tree commit diff
path: root/src/liballoc/lib.rs
AgeCommit message (Expand)AuthorLines
2018-08-01Switch to bootstrapping from 1.29 betaMark Rousskov-4/+1
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-1/+0
2018-07-11Revert borked changes in last commit.ljedrz-0/+1
2018-07-10Add missing dyn in liballocljedrz-1/+0
2018-07-10Deny bare trait objects in in src/liballocljedrz-0/+1
2018-07-07Add the `alloc::prelude` moduleSimon Sapin-1/+1
2018-07-05#[cfg(target_has_atomic_cas)] -> #[cfg(target_has_atomic = "cas")]Jorge Aparicio-3/+4
2018-07-05enable Atomic*.{load,store} for ARMv6-M / MSP430Jorge Aparicio-1/+3
2018-06-30Auto merge of #51717 - Mark-Simulacrum:snap, r=alexcrichtonbors-1/+0
2018-06-30Bootstrap from 1.28.0-beta.3Mark Simulacrum-1/+0
2018-06-29liballoc docs: Remove “not intended for general usage”Simon Sapin-4/+4
2018-06-29Rename alloc::arc to alloc::sync, to match std::syncSimon Sapin-2/+2
2018-06-29Remove the Vec and String reexports at the root of the alloc crateSimon Sapin-5/+0
2018-06-29Move some alloc crate top-level items to a new alloc::collections moduleSimon Sapin-36/+1
2018-06-29Remove the unstable alloc::allocator module reexport, deprecated since 1.27Simon Sapin-7/+0
2018-06-27Add str::split_ascii_whitespace.Clar Charr-0/+1
2018-06-12Stabilize #[repr(transparent)]Simon Sapin-1/+1
2018-06-12Auto merge of #51241 - glandium:globalalloc, r=sfackler,SimonSapinbors-8/+0
2018-06-11Remove deprecated heap modulesSimon Sapin-8/+0
2018-06-08add a few blanket future impls to stdtinaun-0/+1
2018-06-06Auto merge of #51263 - cramertj:futures-in-core, r=aturonbors-0/+6
2018-06-06Add Future and task system to the standard libraryTaylor Cramer-0/+6
2018-06-01Stabilize SliceIndex trait.Thayne McCombs-1/+0
2018-05-17Switch to 1.26 bootstrap compilerMark Simulacrum-10/+0
2018-05-16Stabilize num::NonZeroU*Simon Sapin-1/+0
2018-05-05make `String::new()` constF001-0/+1
2018-05-01Auto merge of #49724 - kennytm:range-inc-start-end-methods, r=Kimundibors-1/+1
2018-04-30Auto merge of #48925 - zackmdavis:fn_must_stabilize, r=nikomatsakisbors-1/+1
2018-05-01Rollup merge of #50233 - mark-i-m:const_vec, r=kennytmkennytm-0/+1
2018-04-30Make the fields of RangeInclusive private.kennytm-1/+1
2018-04-28stabilize `#[must_use]` for functions and must-use operatorsZack M. Davis-1/+1
2018-04-26not insta-stableMark Mansi-0/+1
2018-04-23mark std::str::replacen and std::str::replace as #[must_use].Matthias Krüger-0/+1
2018-04-21Make the unstable StrExt and SliceExt traits private to libcore in not(stage0)Simon Sapin-1/+1
2018-04-21Replace StrExt with inherent str methods in libcoreSimon Sapin-0/+1
2018-04-21Replace SliceExt with inherent [T] methods in libcoreSimon Sapin-0/+1
2018-04-17stabilize `nonnull_cast` featuretinaun-1/+0
2018-04-17stabilize `swap_with_slice` featuretinaun-1/+1
2018-04-17stabilize `slice_rsplit` featuretinaun-1/+0
2018-04-12Use NonNull<Void> instead of *mut u8 in the Alloc traitMike Hommey-0/+1
2018-04-12Restore Global.oom() functionalitySimon Sapin-0/+1
2018-04-12Separate alloc::heap::Alloc trait for stage0 #[global_allocator]Simon Sapin-0/+6
2018-04-12Actually deprecate heap modules.Simon Sapin-2/+8
2018-04-12Rename `heap` modules in the core, alloc, and std crates to `alloc`Simon Sapin-2/+6
2018-04-12Auto merge of #49551 - scottmcm:deprecate-offset_to, r=KodrAusbors-1/+1
2018-04-12Mark the rest of the `unicode` feature flag as perma-unstable.Simon Sapin-1/+1
2018-04-12Deprecate the std_unicode crateSimon Sapin-2/+0
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
2018-04-05Bump the bootstrap compiler to 1.26.0 betaAlex Crichton-2/+1
2018-04-05Auto merge of #48851 - petrochenkov:genparattr, r=nikomatsakisbors-1/+1