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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
rustdoc
/
extract.rs
Age
Commit message (
Expand
)
Author
Lines
2012-07-05
Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym
Lindsey Kuper
-12
/
+12
2012-07-04
convert doc-attributes to doc-comments using ./src/etc/sugarise-doc-comments....
Gareth Daniel Smith
-2
/
+2
2012-07-03
Switch 'native' to 'extern' (or 'foreign' in some descriptions)
Graydon Hoare
-2
/
+2
2012-07-01
Convert to new closure syntax
Brian Anderson
-6
/
+6
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-6
/
+6
2012-06-29
Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.
Michael Sullivan
-11
/
+11
2012-06-26
Change 'native' and 'crust' to 'extern'.
Graydon Hoare
-5
/
+5
2012-06-25
Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.
Michael Sullivan
-11
/
+11
2012-06-24
Remove resources
Tim Chevalier
-19
/
+0
2012-06-13
Box AST idents
Brian Anderson
-5
/
+5
2012-05-13
rustc: Eliminate some indirection to the syntax crate
Brian Anderson
-1
/
+1
2012-04-30
Revert "Eliminate a copy in syntax::parse::new_parser_from_file"
Tim Chevalier
-2
/
+2
2012-04-30
Eliminate a copy in syntax::parse::new_parser_from_file
Tim Chevalier
-2
/
+2
2012-04-25
lots of work to make iface/impls parameterized by regions
Niko Matsakis
-2
/
+2
2012-04-19
make nominal types optionally parameterized by a self region.
Niko Matsakis
-3
/
+3
2012-03-11
rustdoc: Add indexes to native mods. Closes #1963
Brian Anderson
-1
/
+2
2012-03-09
rustdoc: Vastly simplify the document model
Brian Anderson
-70
/
+9
2012-03-09
rustdoc: Add the concept of 'sections'
Brian Anderson
-0
/
+3
2012-03-08
rustdoc: Don't bother reporting the type of return values
Brian Anderson
-6
/
+3
2012-03-08
rustdoc: Don't bother reporting the type of arguments
Brian Anderson
-2
/
+1
2012-03-03
rustdoc: Introduce the concept of a 'page'
Brian Anderson
-35
/
+39
2012-03-01
rustdoc: Add index records to the doc tree
Brian Anderson
-1
/
+2
2012-02-26
rustdoc: Rename util mod to par
Brian Anderson
-5
/
+5
2012-02-26
rustdoc: Do all maps as util::anymap
Brian Anderson
-5
/
+5
2012-02-24
rustdoc: Don't prune reexports
Brian Anderson
-0
/
+1
2012-02-24
rustdoc: Remove a pointer that's no longer needed
Brian Anderson
-1
/
+1
2012-02-24
rustdoc: Extract doc nodes for native mods
Brian Anderson
-0
/
+34
2012-02-21
rustdoc: Convert the astsrv constructor to a higher order fn
Brian Anderson
-3
/
+4
2012-02-21
rustdoc: Rename mk_srv_from_str/file to just from_str/file
Brian Anderson
-1
/
+1
2012-02-17
rustdoc: Refactor itemdoc creation in extract pass
Brian Anderson
-40
/
+32
2012-02-17
rustdoc: Extract itemdoc creation
Brian Anderson
-56
/
+18
2012-02-17
rustdoc: Extract common item fields into itemdoc
Brian Anderson
-60
/
+76
2012-02-17
rustdoc: Add path field to all item docs
Brian Anderson
-0
/
+7
2012-02-01
rustdoc: Add support for type items
Brian Anderson
-0
/
+24
2012-01-31
rustdoc: Refactor tests
Brian Anderson
-56
/
+25
2012-01-31
rustdoc: Rename impldoc.for_ty to self_ty
Brian Anderson
-1
/
+1
2012-01-31
rustdoc: Extract impl doc nodes from AST
Brian Anderson
-0
/
+66
2012-01-30
rustdoc: Extract iface doc nodes from the AST
Brian Anderson
-0
/
+56
2012-01-30
rustdoc: Use fewer unique pointers
Brian Anderson
-9
/
+9
2012-01-29
rustdoc: Move mod docs into the item tag
Brian Anderson
-20
/
+13
2012-01-29
rustdoc: Move fn docs into the item tag
Brian Anderson
-17
/
+10
2012-01-29
rustdoc: Move const docs into the item tag
Brian Anderson
-13
/
+7
2012-01-29
rustdoc: Move enum docs into the item tag
Brian Anderson
-14
/
+8
2012-01-29
rustdoc: Move resource docs into the item tag
Brian Anderson
-15
/
+15
2012-01-29
rustdoc: Create an item tag to hold doc for all item types
Brian Anderson
-0
/
+1
2012-01-26
rustdoc: Build resource arguments as well
Brian Anderson
-3
/
+12
2012-01-26
rustdoc: Extract resources from the AST
Brian Anderson
-1
/
+34
2012-01-26
rustdoc: Add a resource node to the doc tree
Brian Anderson
-1
/
+2
2012-01-25
rustdoc: Extract enum doc nodes from AST nodes
Brian Anderson
-1
/
+56
2012-01-24
rustdoc: Add enums to the doc tree
Brian Anderson
-1
/
+2
[next]