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
/
fold.rs
Age
Commit message (
Expand
)
Author
Lines
2012-09-28
rustdoc: Fix build errors
Brian Anderson
-4
/
+4
2012-09-21
De-mode vec::map, vec::eachi, vec::rev_each, vec::rev_eachi
Niko Matsakis
-3
/
+3
2012-09-19
rustdoc: Begin support for structs
Brian Anderson
-6
/
+28
2012-09-18
rustdoc: Camel case
Brian Anderson
-121
/
+121
2012-09-07
Convert all kind bounds to camel case. Remove send, owned keywords.
Brian Anderson
-8
/
+8
2012-09-04
Remove 'with'
Brian Anderson
-26
/
+26
2012-08-06
Convert alt to match. Stop parsing alt
Brian Anderson
-2
/
+2
2012-08-05
Switch alts to use arrows
Brian Anderson
-10
/
+10
2012-07-17
rustc: Implement and enforce instance coherence
Patrick Walton
-12
/
+12
2012-07-17
Get rustdoc working with std::par instead of its own par library. Closes #2885.
Zack Corr
-7
/
+7
2012-07-14
Move the world over to using the new style string literals and types. Closes ...
Michael Sullivan
-8
/
+8
2012-07-05
Change 'iface' to 'trait' internally; parse `trait` as `iface` synonym
Lindsey Kuper
-13
/
+13
2012-07-01
Convert to new closure syntax
Brian Anderson
-40
/
+40
2012-06-30
Eliminate usages of old sugared call syntax
Brian Anderson
-13
/
+13
2012-06-24
Remove resources
Tim Chevalier
-21
/
+0
2012-05-25
Get rid of many implicit copies as a preliminary to Issue #2448.
Michael Sullivan
-16
/
+16
2012-05-23
Prevent capturing non-copyable things in closures.
Eric Holk
-4
/
+4
2012-05-22
Send is no longer a subkind of copy. This allows for sendable, but non-copyab...
Eric Holk
-2
/
+2
2012-04-30
Revert "Eliminate a copy in syntax::parse::new_parser_from_file"
Tim Chevalier
-4
/
+4
2012-04-30
Eliminate a copy in syntax::parse::new_parser_from_file
Tim Chevalier
-4
/
+4
2012-03-03
rustdoc: Introduce the concept of a 'page'
Brian Anderson
-4
/
+28
2012-02-26
rustdoc: Rename util mod to par
Brian Anderson
-6
/
+6
2012-02-26
rustdoc: Remove some unused exports
Brian Anderson
-1
/
+0
2012-02-26
rustdoc: Add parallel folds for native mods
Brian Anderson
-3
/
+31
2012-02-26
rustdoc: Refactor some of the map code
Brian Anderson
-17
/
+34
2012-02-24
rustdoc: Remove a pointer that's no longer needed
Brian Anderson
-2
/
+2
2012-02-24
rustdoc: Extract doc nodes for native mods
Brian Anderson
-1
/
+1
2012-02-24
rustdoc: Add doc node for native mods
Brian Anderson
-0
/
+23
2012-02-21
rustdoc: Turn off parallel folding until I figure out what's wrong on OS X
Brian Anderson
-2
/
+2
2012-02-21
rustdoc: Make it easy to switch between parallel and sequential folds
Brian Anderson
-0
/
+15
2012-02-21
rustdoc: Implement a parallel fold
Brian Anderson
-27
/
+72
2012-02-17
rustdoc: Add an item fold
Brian Anderson
-14
/
+49
2012-02-05
rustdoc: Resolve some FIXMEs
Brian Anderson
-3
/
+0
2012-02-01
rustdoc: Add support for type items
Brian Anderson
-4
/
+20
2012-01-31
rustdoc: Add impl doc node
Brian Anderson
-4
/
+20
2012-01-30
rustdoc: Add definition of iface docs
Brian Anderson
-4
/
+20
2012-01-30
rustdoc: Use fewer unique pointers
Brian Anderson
-4
/
+4
2012-01-29
rustdoc: Move mod docs into the item tag
Brian Anderson
-21
/
+9
2012-01-29
rustdoc: Move fn docs into the item tag
Brian Anderson
-22
/
+9
2012-01-29
rustdoc: Move const docs into the item tag
Brian Anderson
-21
/
+8
2012-01-29
rustdoc: Move enum docs into the item tag
Brian Anderson
-21
/
+8
2012-01-29
rustdoc: Move resource docs into the item tag
Brian Anderson
-20
/
+11
2012-01-26
rustdoc: Prune undocumented resources
Brian Anderson
-0
/
+1
2012-01-26
rustdoc: Add resource signatures to doc tree
Brian Anderson
-1
/
+2
2012-01-26
rustdoc: Add resources to the doc fold
Brian Anderson
-4
/
+31
2012-01-25
rustdoc: Prune undocumented enums
Brian Anderson
-0
/
+1
2012-01-25
rustdoc: Extract variant signatures
Brian Anderson
-1
/
+2
2012-01-25
rustdoc: Add enum folding
Brian Anderson
-7
/
+42
2012-01-24
rustdoc: Prune undocumented consts
Brian Anderson
-0
/
+1
2012-01-24
rustdoc: Add const types to the doc tree
Brian Anderson
-1
/
+2
[next]