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
2014-01-04
Don't allow newtype structs to be dereferenced. #6246
Brian Anderson
-0
/
+2
2014-01-01
Remove `extern mod foo (name="bar")` syntax, closes #9543
Florian Hahn
-1
/
+1
2013-12-22
std::vec: make the sorting closure use `Ordering` rather than just being
Huon Wilson
-28
/
+28
2013-12-21
std::vec: add a sugary .sort() method for plain Ord sorting.
Huon Wilson
-1
/
+1
2013-12-20
extra: remove sort in favour of the std method.
Huon Wilson
-8
/
+6
2013-12-18
rustdoc: thread through the context for rendering
Corey Richardson
-3
/
+9
2013-12-17
auto merge of #11018 : sfackler/rust/variant-strip, r=alexcrichton
bors
-1
/
+1
2013-12-17
Fix rustdoc HTML rendering
Corey Richardson
-9
/
+8
2013-12-16
Fix rustdoc output of enums with private variants
Steven Fackler
-1
/
+1
2013-12-16
Fallout of rewriting std::comm
Alex Crichton
-181
/
+85
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
[next]