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
/
librustdoc
/
html
/
render.rs
Age
Commit message (
Expand
)
Author
Lines
2013-12-11
Make 'self lifetime illegal.
Erik Price
-18
/
+18
2013-12-10
librustdoc: Remove a couple of `Cell`s.
Patrick Walton
-3
/
+2
2013-12-10
librustdoc: Don't use `finally`, shaving off a `Cell`.
Patrick Walton
-13
/
+25
2013-12-04
Revert "libstd: Change `Path::new` to `Path::init`."
Kevin Ballard
-2
/
+2
2013-11-29
libstd: Change `Path::new` to `Path::init`.
Patrick Walton
-2
/
+2
2013-11-28
Register new snapshots
Alex Crichton
-81
/
+81
2013-11-26
librustc: Remove non-procedure uses of `do` from librustc, librustdoc,
Patrick Walton
-37
/
+35
2013-11-26
librustc: Remove remaining uses of `&fn()` in favor of `||`.
Patrick Walton
-3
/
+3
2013-11-26
Removed unneccessary `_iter` suffixes from various APIs
Marvin Löbel
-2
/
+2
2013-11-24
auto merge of #10603 : alexcrichton/rust/no-linked-failure, r=brson
bors
-3
/
+4
2013-11-24
Remove linked failure from the runtime
Alex Crichton
-3
/
+4
2013-11-21
Process ffi generics in rustdoc
Alex Crichton
-8
/
+9
2013-11-11
Move std::rt::io to std::io
Alex Crichton
-4
/
+4
2013-11-11
Remove #[fixed_stack_segment] and #[rust_stack]
Alex Crichton
-1
/
+0
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
[prev]
[next]