about summary refs log tree commit diff
path: root/src/libcore/mem.rs
AgeCommit message (Expand)AuthorLines
2015-01-07markers -> markerNick Cameron-1/+1
2015-01-07Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`Nick Cameron-1/+1
2015-01-05Revert "Remove i suffix in docs"Alex Crichton-4/+4
2015-01-05Merge remote-tracking branch 'nrc/sized-2' into rollupAlex Crichton-2/+2
2015-01-06FalloutNick Cameron-2/+2
2015-01-05Remove i suffix in docsSteve Klabnik-4/+4
2014-12-17rollup merge of #19942: steveklabnik/doc_std_memAlex Crichton-46/+139
2014-12-16Document std::memSteve Klabnik-46/+139
2014-12-15std: Second-pass stabilization of `mem`Alex Crichton-3/+9
2014-11-16Fixed a few typos in libcoreAlex Gaynor-1/+1
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-146/+0
2014-08-27Implement generalized object and type parameter bounds (Fixes #16462)Niko Matsakis-2/+2
2014-08-26Use the slice repr for ~[T]Nick Cameron-1/+1
2014-08-14libcore: Get rid of useless mem::forget wrapper.Luqman Aden-11/+10
2014-06-29Extract tests from libcore to a separate crateSteven Fackler-179/+0
2014-06-29librustc: Remove the fallback to `int` for integers and `f64` forPatrick Walton-5/+5
2014-06-28Rename all raw pointers as necessaryAlex Crichton-6/+6
2014-06-24librustc: Remove the fallback to `int` from typechecking.Niko Matsakis-4/+4
2014-06-24auto merge of #14963 : w3ln4/rust/master, r=alexcrichtonbors-0/+2
2014-06-24Added Mipsel architecture supportPawel Olzacki-0/+2
2014-06-18Shorten endian conversion method namesBrendan Zabarauskas-24/+24
2014-06-18Remove `#[stable]` attribute from free-standing endian conversions and mark t...Brendan Zabarauskas-12/+12
2014-06-18Merge the Bitwise and ByteOrder traits into the Int traitBrendan Zabarauskas-212/+8
2014-06-18Fix comment formattingBrendan Zabarauskas-40/+36
2014-06-18Add a ByteOrder trait for abstracting over endian conversionsBrendan Zabarauskas-97/+239
2014-06-13librustc: Forbid `transmute` from being called on types whose size isPatrick Walton-23/+2
2014-06-04core: Apply stability attributes to ptr modBrian Anderson-3/+3
2014-05-28auto merge of #14463 : SergioBenitez/rust/deprecation-fix, r=alexcrichtonbors-2/+2
2014-05-27Fixed deprecation warning text for mem::move_val_init and its associated comm...Sergio Benitez-2/+2
2014-05-27std: Remove String's to_ownedRicho Healey-2/+2
2014-05-23core: Finish stabilizing the `mem` module.Alex Crichton-7/+14
2014-05-22libcore: Remove all uses of `~str` from `libcore`.Patrick Walton-1/+2
2014-05-20core: Stabilize the mem moduleAlex Crichton-68/+140
2014-05-13std: Move the owned module from core to stdAlex Crichton-1/+1
2014-05-11core: Remove the cast moduleAlex Crichton-2/+112
2014-05-07core: Get coretest workingAlex Crichton-1/+1
2014-05-07core: Inherit the mem moduleAlex Crichton-0/+458