summary refs log tree commit diff
path: root/src/rustdoc/reexport_pass.rs
AgeCommit message (Expand)AuthorLines
2012-07-09Switch 'cont' to 'again' everywhere. Close #2229.Graydon Hoare-1/+1
2012-07-05Change 'iface' to 'trait' internally; parse `trait` as `iface` synonymLindsey Kuper-2/+2
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-1/+1
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-23/+23
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-10/+10
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-23/+23
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-1/+1
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-23/+23
2012-06-24Remove resourcesTim Chevalier-6/+0
2012-06-20Remove bind. Issue #2189Brian Anderson-3/+3
2012-06-14Comments only: annotate FIXMEs in rustdocTim Chevalier-1/+1
2012-06-13Box AST identsBrian Anderson-4/+4
2012-05-23rustc: Move new_def_hash to ast_utilBrian Anderson-5/+4
2012-05-21rustc: Move ast_map to the syntax crateBrian Anderson-1/+1
2012-05-21change list so that it must be used in a purely boxed fashionNiko Matsakis-1/+1
2012-05-13rustc: Eliminate some indirection to the syntax crateBrian Anderson-5/+5
2012-04-25lots of work to make iface/impls parameterized by regionsNiko Matsakis-1/+1
2012-04-23Move map iface over to more `for`-friendly iteration methodsMarijn Haverbeke-3/+3
2012-04-06Re-rename option functionsTim Chevalier-1/+1
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-8/+9
2012-04-02Rename some core::option functionsTim Chevalier-1/+1
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