summary refs log tree commit diff
path: root/src/rustdoc/astsrv.rs
AgeCommit message (Expand)AuthorLines
2012-07-02rustc: Implement a new resolve pass behind a compile flagPatrick Walton-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-14/+14
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-14/+14
2012-06-26rustdoc: Work around some more metadata infelicitiesPatrick Walton-4/+6
2012-06-14Remove code from parser that was awaiting snapshotTim Chevalier-1/+1
2012-05-29rustc: Move filesearch into metadata modBrian Anderson-1/+1
2012-05-25Get rid of many implicit copies as a preliminary to Issue #2448.Michael Sullivan-1/+1
2012-05-21rustc: Move ast_map to the syntax crateBrian Anderson-1/+1
2012-05-21rustc: Remove ast_map's session dependencyBrian Anderson-1/+2
2012-05-13rustc: Eliminate some indirection to the syntax crateBrian Anderson-4/+4
2012-05-08rustc: Extract session::basic_options from rustdocBrian Anderson-27/+1
2012-04-30Revert "Eliminate a copy in syntax::parse::new_parser_from_file"Tim Chevalier-7/+4
2012-04-30Eliminate a copy in syntax::parse::new_parser_from_fileTim Chevalier-4/+7
2012-04-17new debug flag, new testNiko Matsakis-0/+1
2012-04-12Support general warnings and errors in lint pass via flags and attrs. Close #...Graydon Hoare-1/+0
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-5/+5
2012-03-22Add an LLVM-instruction-counting mode to trans.Graydon Hoare-0/+1
2012-03-22make --enforce-mut-vars always on, add mut annotations to remaining filesNiko Matsakis-3/+2
2012-03-21Avoid mangling names differently in debug builds to work around a build error...Josh Matthews-1/+1
2012-03-20rustdoc: Run the entire resolve passBrian Anderson-3/+5
2012-03-15Turn on monomorphization by defaultMarijn Haverbeke-1/+0
2012-03-08Drop collect_items pass, create decls on demandMarijn Haverbeke-1/+1
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-06make inline enabled by defaultNiko Matsakis-1/+0
2012-02-29optionally enforce local variable mutabilityNiko Matsakis-1/+2
2012-02-28change def's that are always local to use node_id, add --inline optNiko Matsakis-0/+1
2012-02-21rustdoc: Implement astsrv in a dedicated taskBrian Anderson-22/+55
2012-02-21rustdoc: Convert the astsrv constructor to a higher order fnBrian Anderson-25/+36
2012-02-21rustdoc: Rename mk_srv_from_str/file to just from_str/fileBrian Anderson-13/+13
2012-02-20rustdoc: astsrv::exec should return sendable typesBrian Anderson-1/+1
2012-02-17rustdoc: Add a test that we can tolerate missing external cratesBrian Anderson-1/+7
2012-02-17rustdoc: Resolve imports and reexportsBrian Anderson-12/+101
2012-02-03Start on in-crate monomorphizingMarijn Haverbeke-0/+3
2012-02-03Remove experimental GC codeMarijn Haverbeke-1/+0
2012-01-30rustdoc: Reenable a working testBrian Anderson-4/+2
2012-01-26rustc: Switch the --no-core switch to a #[no_core] attributeBrian Anderson-1/+0
2012-01-26rustdoc: Set up the compiler session properly in prep for running resolveBrian Anderson-24/+88
2012-01-26rustdoc: Rename astsrv::ctxt.map to ast_mapBrian Anderson-3/+3
2012-01-18rustdoc: Prune unconfigured items from ASTBrian Anderson-0/+14
2012-01-17rustdoc: Add rustdocsBrian Anderson-1/+8
2012-01-17rustdoc: Remove iface. Causing random crashes in resolve?Brian Anderson-24/+27
2012-01-16rustdoc: Add module astsrv to provide access to the (non-sendable) ASTBrian Anderson-0/+66