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
Age
Commit message (
Expand
)
Author
Lines
2013-10-21
rustdoc: nitpicks & cleanup
Adrien Tétar
-431
/
+23
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
-9
/
+13
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
-14
/
+187
2013-10-02
rustdoc: Generate hyperlinks between crates
Alex Crichton
-87
/
+168
2013-10-02
Make source links highlight the entire definition and not just the first line
Jordi Boggiano
-2
/
+7
2013-10-02
Prevent source view from wrapping lines
Jordi Boggiano
-1
/
+5
2013-10-02
Highlight line numbers of the lines referred to in the url hash
Jordi Boggiano
-0
/
+22
2013-10-02
auto merge of #9665 : alexcrichton/rust/snapshot, r=brson
bors
-6
/
+6
2013-10-01
Migrate users of 'loop' to 'continue'
Alex Crichton
-6
/
+6
2013-10-01
remove the `float` type
Daniel Micay
-1
/
+0
2013-10-01
auto merge of #9636 : alexcrichton/rust/rustdoc, r=huonw
bors
-39
/
+117
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: Detect repeated keys and fix width
Alex Crichton
-4
/
+4
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
-85
/
+277
2013-09-28
rustdoc: Show type parameters on external paths
Alex Crichton
-21
/
+25
2013-09-27
rustdoc: Include source files with documentation
Alex Crichton
-4
/
+186
2013-09-27
rustdoc: Fix search for something on the same page
Alex Crichton
-7
/
+20
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
-56
/
+45
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
/
+28
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
/
+3
2013-09-25
rustdoc: Start rendering variants (redirect to enum)
Alex Crichton
-1
/
+12
2013-09-25
rustdoc: Linkify all reexports.
Alex Crichton
-25
/
+159
2013-09-25
rustdoc: Implement stripping based on privacy
Alex Crichton
-4
/
+14
2013-09-25
rustdoc: Emit purity to function dox for traits
Alex Crichton
-12
/
+16
2013-09-25
rustdoc: Enable various useful markdown extensions
Alex Crichton
-1
/
+12
2013-09-25
rustdoc: Use sundown for markdown highlighting
Alex Crichton
-52
/
+103
2013-09-22
Place *all* rustdoc output in doc/{crate}
Alex Crichton
-16
/
+11
2013-09-22
rustdoc: Out with the old, in with the new
Alex Crichton
-0
/
+2748
[prev]