about summary refs log tree commit diff
path: root/src/libcore/mem.rs
AgeCommit message (Expand)AuthorLines
2015-03-25Change lint names to pluralsNick Cameron-1/+1
2015-03-25Add trivial cast lints.Nick Cameron-0/+2
2015-03-13Remove explicit syntax highlight from docs.Joseph Crail-1/+1
2015-02-24std: Stabilize some `ptr` functionsAlex Crichton-3/+3
2015-02-16Update `core::mem` for `isize/usize` migration.Felix S. Klock II-8/+8
2015-02-05Make the lifetime anchor immutable on std::mem::copy_mut_lifetimeMikhail Zabaluev-3/+4
2015-01-25Merge remote-tracking branch 'rust-lang/master'Brian Anderson-7/+7
2015-01-25Moving away from deprecated i/u suffixes in libcoreAlfie John-7/+7
2015-01-23grandfathered -> rust1Brian Anderson-15/+15
2015-01-23Set unstable feature names appropriatelyBrian Anderson-2/+2
2015-01-21Remove 'since' from unstable attributesBrian Anderson-2/+2
2015-01-21Add 'feature' and 'since' to stability attributesBrian Anderson-19/+21
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