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
/
ptr.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-26
/
+26
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-2
/
+2
2012-07-01
Convert to new closure syntax
Brian Anderson
-8
/
+8
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-8
/
+8
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-3
/
+3
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-3
/
+3
2012-06-25
core: Convert declarations to not use the trailing 'unsafe' notation
Brian Anderson
-40
/
+50
2012-06-21
Move vector addition out of trans and into libcore.
Eric Holk
-0
/
+9
2012-06-07
mark addr_or and friends pure
Niko Matsakis
-2
/
+2
2012-06-04
Machine types are different from int/uint, etc (Issue #2187)
Eric Holk
-3
/
+3
2012-06-02
make vec fns/methods take imm slices.
Niko Matsakis
-0
/
+7
2012-05-02
remove extra type parameter from ptr::is_null() and friends
Niko Matsakis
-2
/
+2
2012-04-15
core: Add extension methods for is_null, is_not_null
Brian Anderson
-0
/
+10
2012-04-15
export buf_len from ptr
Alexander Stavonin
-1
/
+3
2012-04-13
Trivial change to force a doc rebuild.
Graydon Hoare
-2
/
+2
2012-04-11
Add ptr::position and ptr::buf_len, close #2183.
Graydon Hoare
-0
/
+43
2012-04-03
core: Export is_null, is_not_null
Brian Anderson
-0
/
+2
2012-04-03
core: Add ptr::is_null/is_not_null
Brian Anderson
-1
/
+7
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-10
/
+10
2012-03-23
Remove last vestiges of old-style intrinsics
Marijn Haverbeke
-1
/
+1
2012-03-23
Support [rust_stack] annotation on native functions (crudely)
Marijn Haverbeke
-0
/
+2
2012-03-23
Replace most uses of intrinsics in core with builtins
Marijn Haverbeke
-7
/
+15
2012-03-21
rustc: Replace intrinsic vec_len with unsafe Rust code
Marijn Haverbeke
-4
/
+3
2012-03-12
Libc/os/run/rand/io reorganization. Close #1373. Close #1638.
Graydon Hoare
-3
/
+3
2012-03-10
core: Clean up comments and exports
Brian Anderson
-1
/
+10
2012-03-09
core: Convert to rustdoc
Brian Anderson
-39
/
+16
2012-03-06
core: Inline a bunch of unsafe functions
Brian Anderson
-0
/
+6
2012-03-05
rewrite vec to be more unsafe, more inlined
Niko Matsakis
-0
/
+1
2012-02-09
fixed memmove. were using memcpy due to copy paste error
Magnus Auvinen
-1
/
+1
2012-02-07
core: Whitespace policia
Brian Anderson
-6
/
+13
2012-02-07
added some documentation and made the memcpy and memmove unsafe
Magnus Auvinen
-2
/
+4
2012-02-07
made leak an intrinsic to avoid a c-call. added memmove and memcpy intrinsics
Magnus Auvinen
-0
/
+26
2012-01-19
Use ctypes in native function declarations
Haitao Li
-1
/
+1
2012-01-17
libcore: Move core tests into libcore
Brian Anderson
-0
/
+17
2011-12-13
Copy first batch of material from libstd to libcore.
Graydon Hoare
-0
/
+52