about summary refs log tree commit diff
path: root/src/lib/ptr.rs
AgeCommit message (Expand)AuthorLines
2011-12-06Establish 'core' library separate from 'std'.Graydon Hoare-52/+0
2011-11-28ptr: Add mut_offset, to be able to calculate an offset on mutable pointers.Joshua Wise-0/+10
2011-11-16Use attributes for native module ABI and link nameHaitao Li-1/+2
2011-11-02Make ptr::addr_of return an immutable vec, add mut_addr_ofMarijn Haverbeke-2/+11
2011-10-28stdlib: Make reinterpret_cast and leak unsafeBrian Anderson-1/+1
2011-10-26Add more std documentationBrian Anderson-1/+20
2011-10-25Update our code to new type parameter kind syntaxMarijn Haverbeke-3/+3
2011-09-27Don't ever raise unique kinds of pinned kinds to shared (again)Brian Anderson-3/+3
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-2/+2
2011-08-17Making more of the rust_task structure directly accessible from Rust.Eric Holk-0/+1
2011-08-16Port the stdlib to the decl foo<T> syntax.Erick Tryzelaar-4/+4
2011-07-27Don't allow globals or immutable locals to be passed by mut aliasMarijn Haverbeke-2/+2
2011-07-27Reformat for new syntaxMarijn Haverbeke-4/+6
2011-07-11rustc: Implement pointer dereference; add a test casePatrick Walton-2/+2
2011-07-11stdlib: Add addr_of() to the standard libraryPatrick Walton-0/+2
2011-07-08stdlib: Add an offset function for simple pointer arithmetic on unsafe pointersPatrick Walton-0/+8