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
2014-08-01
Fix misspelled comments.
Joseph Crail
-1
/
+1
2014-07-29
auto merge of #15989 : pcwalton/rust/borrowck-pattern-guards, r=pnkfelix
bors
-10
/
+12
2014-07-26
rustdoc: Keep hidden struct fields out of search
Tom Jakubowski
-1
/
+5
2014-07-25
librustc: Disallow mutation and assignment in pattern guards, and modify
Patrick Walton
-10
/
+12
2014-07-17
deprecate Vec::get
Nick Cameron
-1
/
+1
2014-07-15
Fix errors
Adolfo Ochagavía
-2
/
+2
2014-07-15
Deprecate `str::from_utf8_owned`
Adolfo Ochagavía
-1
/
+1
2014-07-12
auto merge of #15602 : adrientetar/rust/name-fix, r=huonw
bors
-2
/
+2
2014-07-11
webfonts: name fix
Adrien Tétar
-2
/
+2
2014-07-10
rustdoc: Add stability dashboard
Aaron Turon
-5
/
+51
2014-07-09
auto merge of #15530 : adrientetar/rust/proper-fonts, r=alexcrichton
bors
-4
/
+8
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-1
/
+1
2014-07-08
webfonts: serve Source Code Pro locally
Adrien Tétar
-0
/
+4
2014-07-08
webfonts: proper fix
Adrien Tétar
-4
/
+4
2014-06-30
rustdoc: incorporate stability index throughout
Aaron Turon
-63
/
+60
2014-06-30
Allow external html in rustdoc for crates.
zzmp
-2
/
+6
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
[prev]
[next]