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
/
librustdoc
/
html
/
render.rs
Age
Commit message (
Expand
)
Author
Lines
2013-11-04
Move io::file to io::fs and fns out of File
Alex Crichton
-2
/
+2
2013-11-03
Fill out the remaining functionality in io::file
Alex Crichton
-7
/
+8
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-38
/
+29
2013-11-01
Rustdoc: Properly strip private modules
Steven Fackler
-0
/
+5
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-8
/
+8
2013-10-21
rustdoc: Render default methods for impls as well
Alex Crichton
-29
/
+56
2013-10-18
Fix struct field visibility and add enum field doc
Steven Fackler
-0
/
+20
2013-10-17
rustdoc: Don't treat "super" specially for urls
Alex Crichton
-3
/
+12
2013-10-16
auto merge of #9833 : alexcrichton/rust/fixes, r=brson
bors
-2
/
+2
2013-10-15
path2: Remove .with_display_str and friends
Kevin Ballard
-1
/
+1
2013-10-15
path2: Adjust the API to remove all the _str mutation methods
Kevin Ballard
-15
/
+15
2013-10-15
path2: Replace the path module outright
Kevin Ballard
-34
/
+33
2013-10-14
rustdoc: Don't abort if there's nothing to document
Alex Crichton
-1
/
+1
2013-10-14
rustdoc: Use privacy visibility for pruning
Alex Crichton
-1
/
+1
2013-10-13
Make Rustdoc strip private fields
Steven Fackler
-2
/
+12
2013-10-07
Fix existing privacy/visibility violations
Alex Crichton
-1
/
+1
2013-10-03
rustdoc: Document what's going on throughout
Alex Crichton
-13
/
+146
2013-10-02
rustdoc: Generate hyperlinks between crates
Alex Crichton
-19
/
+55
2013-10-02
Make source links highlight the entire definition and not just the first line
Jordi Boggiano
-2
/
+7
2013-10-01
Migrate users of 'loop' to 'continue'
Alex Crichton
-6
/
+6
2013-10-01
auto merge of #9636 : alexcrichton/rust/rustdoc, r=huonw
bors
-35
/
+113
2013-09-30
rustdoc: Remove usage of fmt!
Alex Crichton
-1
/
+1
2013-09-30
rustdoc: Don't ignore dox on impl blocks
Alex Crichton
-12
/
+36
2013-09-30
rustdoc: Stop ignoring dox on fields/variants
Alex Crichton
-11
/
+34
2013-09-30
rustdoc: Use a BufferedWriter when emitting source
Alex Crichton
-2
/
+12
2013-09-30
rustdoc: Add the ability to input json
Alex Crichton
-7
/
+24
2013-09-30
rustdoc: Generate valid code for struct-variants
Alex Crichton
-5
/
+9
2013-09-28
auto merge of #9577 : alexcrichton/rust/rustdoc, r=cmr
bors
-58
/
+166
2013-09-28
rustdoc: Show type parameters on external paths
Alex Crichton
-7
/
+14
2013-09-27
rustdoc: Include source files with documentation
Alex Crichton
-3
/
+138
2013-09-27
rustdoc: Fix searching for default methods
Alex Crichton
-2
/
+6
2013-09-27
rustdoc: Don't emit redirect pages for variants/fields
Alex Crichton
-49
/
+11
2013-09-27
auto merge of #9535 : alexcrichton/rust/no-format-default, r=thestinger
bors
-1
/
+2
2013-09-27
Remove the notion of an "unknown format"
Alex Crichton
-1
/
+2
2013-09-26
rustdoc: Render stability attributes
Alex Crichton
-0
/
+13
2013-09-26
rustdoc: Generate documentation for foreign items
Alex Crichton
-29
/
+40
2013-09-26
rustdoc: Fix broken struct field search links
Alex Crichton
-3
/
+23
2013-09-25
rustdoc: Highlight function names
Alex Crichton
-2
/
+2
2013-09-25
rustdoc: Start rendering variants (redirect to enum)
Alex Crichton
-1
/
+12
2013-09-25
rustdoc: Linkify all reexports.
Alex Crichton
-2
/
+50
2013-09-25
rustdoc: Implement stripping based on privacy
Alex Crichton
-4
/
+13
2013-09-25
rustdoc: Emit purity to function dox for traits
Alex Crichton
-2
/
+3
2013-09-25
rustdoc: Use sundown for markdown highlighting
Alex Crichton
-19
/
+19
2013-09-22
Place *all* rustdoc output in doc/{crate}
Alex Crichton
-12
/
+7
2013-09-22
rustdoc: Out with the old, in with the new
Alex Crichton
-0
/
+1108
[prev]