index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libcore
/
mem.rs
Age
Commit message (
Expand
)
Author
Lines
2015-08-03
Post merge changes to #27488
Simonas Kazlauskas
-8
/
+4
2015-08-03
vastly expand on the mem::uninitialized docs
Alexis Beingessner
-6
/
+74
2015-07-05
Auto merge of #26473 - Eljay:missing_docs, r=alexcrichton
bors
-0
/
+5
2015-06-29
Improve doc for std::mem::drop
Steve Klabnik
-2
/
+39
2015-06-26
core: fix deprecation since version of align_of_min.
Huon Wilson
-2
/
+2
2015-06-24
Make `align_of` behave like `min_align_of`.
Huon Wilson
-13
/
+7
2015-06-21
Temp fix for all constants that are missing docs.
Eljay
-0
/
+5
2015-06-17
std: Deprecate the copy_{,mut_}lifetime functions
Alex Crichton
-0
/
+8
2015-06-17
core: Split apart the global `core` feature
Alex Crichton
-2
/
+2
2015-05-29
Improve mem::forget documentation
Tim Ringenbach
-6
/
+48
2015-05-27
Remove #[cfg(stage0)] items.
Eduard Burtescu
-34
/
+0
2015-05-13
Remove SNAP comments
Nick Cameron
-4
/
+4
2015-05-13
eddyb's changes for DST coercions
Nick Cameron
-0
/
+34
2015-05-07
std: Mark `mem::forget` as a safe function
Alex Crichton
-6
/
+45
2015-04-13
pluralize doc comment verbs and add missing periods
Andrew Paseltiner
-4
/
+4
2015-03-31
Test fixes and rebase conflicts, round 1
Alex Crichton
-28
/
+17
2015-03-30
std: Standardize (input, output) param orderings
Alex Crichton
-3
/
+3
2015-03-26
Added instability markers to `POST_DROP_*` consts, and related opt-in's.
Felix S. Klock II
-9
/
+18
2015-03-26
A better `core::mem::dropped` implementation suggested by huonw on the PR.
Felix S. Klock II
-6
/
+9
2015-03-26
filling-drop: switch `DTOR_NEEDED` and `DTOR_DONE` to non-trivial values.
Felix S. Klock II
-1
/
+1
2015-03-26
Switch drop-flag to `u8` to allow special tags to instrument state.
Felix S. Klock II
-0
/
+57
2015-03-25
Change lint names to plurals
Nick Cameron
-1
/
+1
2015-03-25
Add trivial cast lints.
Nick Cameron
-0
/
+2
2015-03-13
Remove explicit syntax highlight from docs.
Joseph Crail
-1
/
+1
2015-02-24
std: Stabilize some `ptr` functions
Alex Crichton
-3
/
+3
2015-02-16
Update `core::mem` for `isize/usize` migration.
Felix S. Klock II
-8
/
+8
2015-02-05
Make the lifetime anchor immutable on std::mem::copy_mut_lifetime
Mikhail Zabaluev
-3
/
+4
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-7
/
+7
2015-01-25
Moving away from deprecated i/u suffixes in libcore
Alfie John
-7
/
+7
2015-01-23
grandfathered -> rust1
Brian Anderson
-15
/
+15
2015-01-23
Set unstable feature names appropriately
Brian Anderson
-2
/
+2
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-2
/
+2
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-19
/
+21
2015-01-07
markers -> marker
Nick Cameron
-1
/
+1
2015-01-07
Change `std::kinds` to `std::markers`; flatten `std::kinds::marker`
Nick Cameron
-1
/
+1
2015-01-05
Revert "Remove i suffix in docs"
Alex Crichton
-4
/
+4
2015-01-05
Merge remote-tracking branch 'nrc/sized-2' into rollup
Alex Crichton
-2
/
+2
2015-01-06
Fallout
Nick Cameron
-2
/
+2
2015-01-05
Remove i suffix in docs
Steve Klabnik
-4
/
+4
2014-12-17
rollup merge of #19942: steveklabnik/doc_std_mem
Alex Crichton
-46
/
+139
2014-12-16
Document std::mem
Steve Klabnik
-46
/
+139
2014-12-15
std: Second-pass stabilization of `mem`
Alex Crichton
-3
/
+9
2014-11-16
Fixed a few typos in libcore
Alex Gaynor
-1
/
+1
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-146
/
+0
2014-08-27
Implement generalized object and type parameter bounds (Fixes #16462)
Niko Matsakis
-2
/
+2
2014-08-26
Use the slice repr for ~[T]
Nick Cameron
-1
/
+1
2014-08-14
libcore: Get rid of useless mem::forget wrapper.
Luqman Aden
-11
/
+10
2014-06-29
Extract tests from libcore to a separate crate
Steven Fackler
-179
/
+0
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-5
/
+5
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-6
/
+6
[next]