about summary refs log tree commit diff
path: root/src/rustdoc/parse.rs
AgeCommit message (Expand)AuthorLines
2012-11-03library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ...Daniel Patterson-35/+0
2012-10-15rustc: Merge module and type namespaces. r=brsonPatrick Walton-3/+3
2012-09-05rustdoc: "import" -> "use"Patrick Walton-7/+7
2012-08-26Camel case the option typeBrian Anderson-2/+2
2012-08-24Start using core::path2::Path in a lot of places.Graydon Hoare-3/+3
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-7/+7
2012-07-04convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....Gareth Daniel Smith-1/+1
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-2/+2
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-2/+2
2012-06-15Add the interner to parse_sess.Paul Stansifer-15/+2
2012-05-13rustc: Eliminate some indirection to the syntax crateBrian Anderson-4/+4
2012-05-09rustc: Refactor driver to better understand string sourcesBrian Anderson-4/+6
2012-04-30Revert "Eliminate a copy in syntax::parse::new_parser_from_file"Tim Chevalier-5/+5
2012-04-30Eliminate a copy in syntax::parse::new_parser_from_fileTim Chevalier-5/+5
2012-04-18syntax: Put the main parser interface in mod parseBrian Anderson-6/+6
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