index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rustdoc
/
parse.rs
Age
Commit message (
Expand
)
Author
Lines
2012-11-03
library-ifying of tools - turning cargo, rustdoc, fuzzer, into libraries, as ...
Daniel Patterson
-35
/
+0
2012-10-15
rustc: Merge module and type namespaces. r=brson
Patrick Walton
-3
/
+3
2012-09-05
rustdoc: "import" -> "use"
Patrick Walton
-7
/
+7
2012-08-26
Camel case the option type
Brian Anderson
-2
/
+2
2012-08-24
Start using core::path2::Path in a lot of places.
Graydon Hoare
-3
/
+3
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-7
/
+7
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-1
/
+1
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-2
/
+2
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-2
/
+2
2012-06-15
Add the interner to parse_sess.
Paul Stansifer
-15
/
+2
2012-05-13
rustc: Eliminate some indirection to the syntax crate
Brian Anderson
-4
/
+4
2012-05-09
rustc: Refactor driver to better understand string sources
Brian Anderson
-4
/
+6
2012-04-30
Revert "Eliminate a copy in syntax::parse::new_parser_from_file"
Tim Chevalier
-5
/
+5
2012-04-30
Eliminate a copy in syntax::parse::new_parser_from_file
Tim Chevalier
-5
/
+5
2012-04-18
syntax: Put the main parser interface in mod parse
Brian Anderson
-6
/
+6
2012-03-26
Bulk-edit mutable -> mut.
Graydon Hoare
-3
/
+3
2012-01-31
Require alts to be exhaustive
Tim Chevalier
-1
/
+1
2012-01-26
rustdoc: Set up the compiler session properly in prep for running resolve
Brian Anderson
-1
/
+16
2012-01-25
Keep source file around after parsing.
Kevin Atkinson
-1
/
+1
2012-01-24
rustc: Split diagnostics into "span diagnostics" and "diagnostics".
Patrick Walton
-1
/
+2
2012-01-23
Don't reset the chpos/byte_pos to 0 in new_parser_from_source_str.
Kevin Atkinson
-1
/
+3
2012-01-18
rustdoc: Assign AST ids to mod docs
Brian Anderson
-1
/
+1
2012-01-17
rustdoc: Add rustdocs
Brian Anderson
-0
/
+2
2012-01-16
rustdoc: Use the parsing method that supports .rc files
Brian Anderson
-1
/
+1
2012-01-16
rustdoc: Push imports down into submodules
Brian Anderson
-0
/
+5
2012-01-16
rustdoc: Move parse module to its own file
Brian Anderson
-0
/
+21