summary refs log tree commit diff
path: root/src/libcore/ptr.rs
AgeCommit message (Expand)AuthorLines
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-10/+10
2012-03-23Remove last vestiges of old-style intrinsicsMarijn Haverbeke-1/+1
2012-03-23Support [rust_stack] annotation on native functions (crudely)Marijn Haverbeke-0/+2
2012-03-23Replace most uses of intrinsics in core with builtinsMarijn Haverbeke-7/+15
2012-03-21rustc: Replace intrinsic vec_len with unsafe Rust codeMarijn Haverbeke-4/+3
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-3/+3
2012-03-10core: Clean up comments and exportsBrian Anderson-1/+10
2012-03-09core: Convert to rustdocBrian Anderson-39/+16
2012-03-06core: Inline a bunch of unsafe functionsBrian Anderson-0/+6
2012-03-05rewrite vec to be more unsafe, more inlinedNiko Matsakis-0/+1
2012-02-09fixed memmove. were using memcpy due to copy paste errorMagnus Auvinen-1/+1
2012-02-07core: Whitespace policiaBrian Anderson-6/+13
2012-02-07added some documentation and made the memcpy and memmove unsafeMagnus Auvinen-2/+4
2012-02-07made leak an intrinsic to avoid a c-call. added memmove and memcpy intrinsicsMagnus Auvinen-0/+26
2012-01-19Use ctypes in native function declarationsHaitao Li-1/+1
2012-01-17libcore: Move core tests into libcoreBrian Anderson-0/+17
2011-12-13Copy first batch of material from libstd to libcore.Graydon Hoare-0/+52