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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
ptr.rs
Age
Commit message (
Expand
)
Author
Lines
2013-08-06
add an intrinsic for inbounds GEP
Daniel Micay
-0
/
+22
2013-08-06
Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...
Erick Tryzelaar
-4
/
+3
2013-08-06
std: Remove uint::iterate, replaced by `range`
blake2-ppc
-4
/
+3
2013-08-04
Merge remote-tracking branch 'remotes/origin/master' into str-remove-null
Erick Tryzelaar
-26
/
+0
2013-08-04
std and rustc: explicitly pass c strings to c functions
Erick Tryzelaar
-47
/
+54
2013-08-04
std: replace str::as_c_str with std::c_str
Erick Tryzelaar
-11
/
+12
2013-08-03
register snapshots
Daniel Micay
-26
/
+0
2013-07-30
implement pointer arithmetic with GEP
Daniel Micay
-21
/
+46
2013-07-23
std: move StrUtil::as_c_str into StrSlice
Erick Tryzelaar
-10
/
+6
2013-07-18
auto merge of #7857 : blake2-ppc/rust/fix-test-warnings, r=alexcrichton
bors
-3
/
+4
2013-07-18
auto merge of #7842 : thestinger/rust/closure, r=huonw
bors
-28
/
+6
2013-07-18
Fix warnings in libstd and librusti tests
blake2-ppc
-3
/
+4
2013-07-17
librustc: Remove all uses of "copy".
Patrick Walton
-2
/
+9
2013-07-17
rm unnecessary stage0 `zero_memory` fn
Daniel Micay
-28
/
+6
2013-07-10
Added overloaded Add and Sub traits for pointer arithmetic
=Mark Sinclair
-0
/
+96
2013-07-09
ptr: optimize {swap,replace,read}_ptr
Daniel Micay
-6
/
+6
2013-07-08
Address nits by @catamorphism
Niko Matsakis
-1
/
+1
2013-07-08
update ptr intrinsics and rewrite vec routines to be more correct.
Niko Matsakis
-0
/
+50
2013-07-04
Convert vec::{as_imm_buf, as_mut_buf} to methods.
Huon Wilson
-1
/
+1
2013-06-29
Removing a lot of usage of '&const'
Alex Crichton
-9
/
+9
2013-06-21
Remove all #[cfg(stage0)]-protected code
James Miller
-63
/
+6
2013-06-18
replace #[inline(always)] with #[inline]. r=burningtree.
Graydon Hoare
-37
/
+37
2013-06-11
fix the docstring for copy_nonoverlapping_memory
Daniel Micay
-9
/
+25
2013-06-11
fix the ptr::set_memory docstring
Daniel Micay
-4
/
+4
2013-06-09
remove unused import warnings
Huon Wilson
-2
/
+0
2013-06-06
libc: omit memcpy, memmove and memset
Daniel Micay
-23
/
+1
2013-06-03
rename the Ptr trait to RawPtr
Daniel Micay
-3
/
+3
2013-06-02
ptr: split out borrowed pointer utilities
Daniel Micay
-46
/
+0
2013-05-31
ptr: replace unnecessary unsafe code
Daniel Micay
-58
/
+18
2013-05-31
mv the raw pointer {swap,replace}_ptr to std::ptr
Daniel Micay
-0
/
+31
2013-05-30
Require documentation by default for libstd
Alex Crichton
-0
/
+29
2013-05-29
librustc: Stop reexporting the standard modules from prelude.
Patrick Walton
-9
/
+15
2013-05-28
Silence various warnings throughout test modules
Alex Crichton
-2
/
+2
2013-05-27
fix casts on 32-bit
Daniel Micay
-1
/
+1
2013-05-26
add memset32/memset64
Daniel Micay
-0
/
+24
2013-05-26
make the memcpy/memmove intrinsics higher-level
Daniel Micay
-19
/
+41
2013-05-23
optimize util::swap, &mut pointers never alias
Daniel Micay
-0
/
+22
2013-05-23
swap_ptr: rm equality check
Daniel Micay
-0
/
+1
2013-05-22
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
Patrick Walton
-0
/
+561
2011-12-14
Remove some duplicated unused parts of std now that they're present in core.
Graydon Hoare
-52
/
+0
2011-12-06
Establish 'core' library separate from 'std'.
Graydon Hoare
-0
/
+52
[prev]