about summary refs log tree commit diff
path: root/src/libsyntax/ptr.rs
AgeCommit message (Expand)AuthorLines
2015-01-02rollup merge of #20410: japaric/assoc-typesAlex Crichton-1/+3
2015-01-02core: use assoc types in `Deref[Mut]`Jorge Aparicio-1/+3
2015-01-02std: Stabilize the prelude moduleAlex Crichton-9/+11
2014-12-13libsyntax: use unboxed closuresJorge Aparicio-2/+6
2014-10-19Remove a large amount of deprecated functionalityAlex Crichton-2/+2
2014-09-14syntax: document the ptr module.Eduard Burtescu-1/+30
2014-09-14syntax: implement in-place folding of P<T> and Vec<T>.Eduard Burtescu-2/+8
2014-09-14syntax: add a custom owned smart pointer in ptr::P.Eduard Burtescu-0/+81