summary refs log tree commit diff
path: root/src/rustdoc/parse.rs
AgeCommit message (Expand)AuthorLines
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-3/+3
2012-01-31Require alts to be exhaustiveTim Chevalier-1/+1
2012-01-26rustdoc: Set up the compiler session properly in prep for running resolveBrian Anderson-1/+16
2012-01-25Keep source file around after parsing.Kevin Atkinson-1/+1
2012-01-24rustc: Split diagnostics into "span diagnostics" and "diagnostics".Patrick Walton-1/+2
2012-01-23Don't reset the chpos/byte_pos to 0 in new_parser_from_source_str.Kevin Atkinson-1/+3
2012-01-18rustdoc: Assign AST ids to mod docsBrian Anderson-1/+1
2012-01-17rustdoc: Add rustdocsBrian Anderson-0/+2
2012-01-16rustdoc: Use the parsing method that supports .rc filesBrian Anderson-1/+1
2012-01-16rustdoc: Push imports down into submodulesBrian Anderson-0/+5
2012-01-16rustdoc: Move parse module to its own fileBrian Anderson-0/+21