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-11-21
`std::ptr::read_ptr` now takes `*T` instead of `*mut T`
Ziad Hatahet
-2
/
+2
2013-11-19
libstd: Change all uses of `&fn(A)->B` over to `|A|->B` in libstd
Patrick Walton
-3
/
+3
2013-11-06
Register new snapshots
Alex Crichton
-83
/
+0
2013-11-03
simplify memcpy/memmove/memset intrinsics
Daniel Micay
-6
/
+42
2013-10-25
Implement Clone trait for mutable unsafe pointers
Seo Sanghyeon
-0
/
+7
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-7
/
+7
2013-09-30
std: Remove usage of fmt!
Alex Crichton
-10
/
+9
2013-09-18
Register new snapshots
Alex Crichton
-83
/
+4
2013-09-12
implement raw pointer comparisons in librustc
Daniel Micay
-4
/
+64
2013-09-09
rename `std::iterator` to `std::iter`
Daniel Micay
-1
/
+1
2013-08-30
fix various warnings
Erick Tryzelaar
-0
/
+1
2013-08-27
Remove offset_inbounds for an unsafe offset function
Alex Crichton
-76
/
+22
2013-08-27
librustc: Remove `&const` and `*const` from the language.
Patrick Walton
-32
/
+114
2013-08-22
auto merge of #8596 : vadimcn/rust/master, r=alexcrichton
bors
-2
/
+0
2013-08-22
Enabled unit tests in std and extra.
Vadim Chugunov
-2
/
+0
2013-08-21
Adjust callbacks in the libraries for the new type of extern fns
Niko Matsakis
-0
/
+41
2013-08-18
auto merge of #8551 : huonw/rust/speling, r=alexcrichton
bors
-1
/
+1
2013-08-17
Fix warnings in tests
Erick Tryzelaar
-1
/
+1
2013-08-16
auto merge of #8532 : kballard/rust/cstr-cleanup, r=erickt
bors
-4
/
+4
2013-08-16
doc: correct spelling in documentation.
Huon Wilson
-1
/
+1
2013-08-15
ptr: inline the Clone implementation
Daniel Micay
-0
/
+1
2013-08-15
Add ToCStr method .with_c_str()
Kevin Ballard
-4
/
+4
2013-08-12
Forbid pub/priv where it has no effect
Alex Crichton
-4
/
+4
2013-08-12
fix build with the new snapshot compiler
Daniel Micay
-22
/
+0
2013-08-07
Merge remote-tracking branch 'remotes/origin/master' into remove-str-trailing...
Erick Tryzelaar
-0
/
+41
2013-08-06
vec: use `offset_inbounds` for iterators
Daniel Micay
-1
/
+20
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
[next]