summary refs log tree commit diff
path: root/src/rustdoc/reexport_pass.rs
AgeCommit message (Expand)AuthorLines
2012-03-23Implement new inference algorithm.Niko Matsakis-1/+1
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-2/+2
2012-03-20rustdoc: Refactor reexport_passBrian Anderson-66/+50
2012-03-20rustdoc: Document impl reexportsBrian Anderson-0/+143
2012-03-14std: Rename the hashmap constructors to conform to new standardsBrian Anderson-2/+2
2012-03-08Rename last to last_opt, last_unsafe to lastTim Chevalier-1/+1
2012-03-08Rename last_total to last_unsafeTim Chevalier-1/+3
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-0/+1
2012-03-07Revert "stdlib: Stop incurring vtable dispatch costs when hashmaps are used"Patrick Walton-1/+0
2012-03-07stdlib: Stop incurring vtable dispatch costs when hashmaps are usedPatrick Walton-0/+1
2012-03-06Track all exports in exp_mapMarijn Haverbeke-19/+24
2012-03-03rustdoc: Introduce the concept of a 'page'Brian Anderson-16/+16
2012-02-27rustdoc: Time passesBrian Anderson-5/+8
2012-02-24rustdoc: Reexport native functionsBrian Anderson-1/+23
2012-02-24rustdoc: Don't prune reexportsBrian Anderson-12/+21
2012-02-24rustdoc: Remove a pointer that's no longer neededBrian Anderson-2/+2
2012-02-24rustdoc: Add doc node for native modsBrian Anderson-0/+1
2012-02-23rustc: Don't add duplicate entries to exp_mapBrian Anderson-1/+12
2012-02-23rustdoc: Make reexports work in the crate moduleBrian Anderson-1/+29
2012-02-21rustdoc: Convert most passes to parallel foldsBrian Anderson-0/+1
2012-02-21rustdoc: Convert the astsrv constructor to a higher order fnBrian Anderson-12/+14
2012-02-21rustdoc: Rename mk_srv_from_str/file to just from_str/fileBrian Anderson-2/+2
2012-02-20rustdoc: astsrv::exec should return sendable typesBrian Anderson-30/+49
2012-02-20rustdoc: Document reexportsBrian Anderson-0/+299