summary refs log tree commit diff
path: root/src/libcore/mem.rs
AgeCommit message (Expand)AuthorLines
2016-01-14doc: this is more easy to read, and less prone mis-interpretationTshepang Lekhonkhobe-1/+1
2015-11-20Rename #[deprecated] to #[rustc_deprecated]Vadim Petrochenkov-2/+2
2015-11-12libcore: deny warnings in doctestsKevin Butler-0/+4
2015-10-13Correct spelling in docsAndrew Paseltiner-6/+6
2015-09-26Add note about Copy for drop()Manish Goregaokar-0/+20
2015-08-15core: Fill out issues for unstable featuresAlex Crichton-6/+6
2015-08-12Remove all unstable deprecated functionalityAlex Crichton-30/+0
2015-08-04Improve docs for mem::forget()Steve Klabnik-14/+16
2015-08-03Post merge changes to #27488Simonas Kazlauskas-8/+4
2015-08-03vastly expand on the mem::uninitialized docsAlexis Beingessner-6/+74
2015-07-05Auto merge of #26473 - Eljay:missing_docs, r=alexcrichtonbors-0/+5
2015-06-29Improve doc for std::mem::dropSteve Klabnik-2/+39
2015-06-26core: fix deprecation since version of align_of_min.Huon Wilson-2/+2
2015-06-24Make `align_of` behave like `min_align_of`.Huon Wilson-13/+7
2015-06-21Temp fix for all constants that are missing docs.Eljay-0/+5
2015-06-17std: Deprecate the copy_{,mut_}lifetime functionsAlex Crichton-0/+8
2015-06-17core: Split apart the global `core` featureAlex Crichton-2/+2
2015-05-29Improve mem::forget documentationTim Ringenbach-6/+48
2015-05-27Remove #[cfg(stage0)] items.Eduard Burtescu-34/+0
2015-05-13Remove SNAP commentsNick Cameron-4/+4
2015-05-13eddyb's changes for DST coercionsNick Cameron-0/+34
2015-05-07std: Mark `mem::forget` as a safe functionAlex Crichton-6/+45
2015-04-13pluralize doc comment verbs and add missing periodsAndrew Paseltiner-4/+4
2015-03-31Test fixes and rebase conflicts, round 1Alex Crichton-28/+17
2015-03-30std: Standardize (input, output) param orderingsAlex Crichton-3/+3
2015-03-26Added instability markers to `POST_DROP_*` consts, and related opt-in's.Felix S. Klock II-9/+18
2015-03-26A better `core::mem::dropped` implementation suggested by huonw on the PR.Felix S. Klock II-6/+9
2015-03-26filling-drop: switch `DTOR_NEEDED` and `DTOR_DONE` to non-trivial values.Felix S. Klock II-1/+1
2015-03-26Switch drop-flag to `u8` to allow special tags to instrument state.Felix S. Klock II-0/+57
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