about summary refs log tree commit diff
path: root/src/lib/ptr.rs
AgeCommit message (Expand)AuthorLines
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