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-06-26
Remove unnecessary to_string calls
Piotr Jawniak
-2
/
+1
2014-06-18
Deprecate the bytes!() macro.
Simon Sapin
-2
/
+2
2014-06-13
rustdoc: Larger click areas for sidebar items
Valentin Tsatskin
-1
/
+1
2014-06-11
std: Remove i18n/l10n from format!
Alex Crichton
-32
/
+28
2014-06-11
sync: Move underneath libstd
Alex Crichton
-1
/
+1
2014-06-06
rustdoc: Submit examples to play.rust-lang.org
Alex Crichton
-2
/
+13
2014-06-06
Rename Iterator::len to count
Aaron Turon
-1
/
+1
2014-06-06
rustdoc: Inline static documentation across crates
Alex Crichton
-2
/
+3
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-1
/
+1
2014-06-03
rustdoc: Put primitives in respective modules
Alex Crichton
-14
/
+21
2014-06-02
rustdoc: Deduplicate lists of implementors
Alex Crichton
-0
/
+7
2014-05-31
rustdoc: Fix cross-crate links to reexported items
Alex Crichton
-19
/
+64
2014-05-31
doc: Fix a number of broken links
Alex Crichton
-4
/
+9
2014-05-31
rustdoc: Create anchor pages for primitive types
Alex Crichton
-32
/
+101
2014-05-31
rustdoc: Show all implementors of traits
Alex Crichton
-55
/
+37
2014-05-31
rustdoc: Freeze the cache ASAP
Alex Crichton
-6
/
+9
2014-05-31
rustdoc: Refactor structure of html::run
Alex Crichton
-166
/
+179
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-5
/
+5
2014-05-28
rustdoc: cross-crate source links are one level lower.
Huon Wilson
-2
/
+2
2014-05-27
rustdoc: Only link to local inlined foreign items
Alex Crichton
-0
/
+6
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-19
/
+19
2014-05-27
std: Remove String's to_owned
Richo Healey
-3
/
+3
2014-05-25
rustdoc: Move inlining to its own module
Alex Crichton
-5
/
+34
2014-05-25
rustdoc: Get [src] links working for inlined dox
Alex Crichton
-20
/
+51
2014-05-25
rustdoc: Link to local reexportations of items
Alex Crichton
-0
/
+1
2014-05-25
rustdoc: Start inlining structs across crates
Alex Crichton
-6
/
+4
2014-05-25
rustdoc: Inline documentation of `pub use`
Alex Crichton
-35
/
+27
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-27
/
+27
2014-05-24
Port more stuff to mark used attributes
Steven Fackler
-2
/
+2
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-2
/
+2
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-4
/
+7
2014-05-22
rustdoc: Fill in external trait methods
Alex Crichton
-66
/
+65
2014-05-21
rustdoc: Show types for traits across crates
Alex Crichton
-22
/
+91
2014-05-15
Updates with core::fmt changes
Alex Crichton
-61
/
+60
2014-05-12
rustdoc: List macros in the sidebar
Seo Sanghyeon
-0
/
+1
2014-05-12
librustdoc: Remove all `~str` usage from librustdoc.
Patrick Walton
-59
/
+79
2014-05-10
auto merge of #14068 : alexcrichton/rust/rustdoc-xcrate-links, r=brson
bors
-26
/
+62
2014-05-09
rustdoc: Hyperlink cross-crate reexports
Alex Crichton
-26
/
+62
2014-05-08
Handle breakage after libcore split
Kevin Ballard
-1
/
+2
2014-05-07
std: Modernize the local_data api
Alex Crichton
-82
/
+72
2014-05-03
rustdoc: Turn the noise down on implemented traits
Alex Crichton
-37
/
+7
2014-05-03
rustdoc: Make static initalizers prettier
Alex Crichton
-24
/
+29
2014-05-03
rustdoc: Fix inclusion of the new fonts
Alex Crichton
-6
/
+16
2014-04-29
auto merge of #13776 : adrientetar/rust/rustdoc-fix, r=brson
bors
-1
/
+1
2014-04-26
auto merge of #13777 : lifthrasiir/rust/no-multi-viewitemuse, r=alexcrichton
bors
-6
/
+4
2014-04-26
syntax: ViewItemUse no longer contains multiple view paths.
Kang Seonghoon
-6
/
+4
2014-04-26
rustdoc: refactor and unstyle inline section headers
Adrien Tétar
-1
/
+1
2014-04-25
rustdoc: bring it inline
Adrien Tétar
-13
/
+15
2014-04-21
auto merge of #13587 : adrientetar/rust/more-docs, r=brson
bors
-1
/
+1
2014-04-20
rustdoc: Display tuple structs correctly
Alex Crichton
-12
/
+32
[next]