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
2014-06-26
Remove unnecessary to_string calls
Piotr Jawniak
-5
/
+4
2014-06-21
rustdoc: show default type parameters in generics
Tom Jakubowski
-0
/
+5
2014-06-20
auto merge of #15039 : huonw/rust/rustdoc-testharnesss, r=alexcrichton
bors
-43
/
+76
2014-06-19
(doc) Properly doc hotkeys in generated docs.
Zach Pomerantz
-10
/
+10
2014-06-19
rustdoc: add the ability to run tests with --test.
Huon Wilson
-13
/
+20
2014-06-19
rustdoc: refactor code block language info into a struct.
Huon Wilson
-42
/
+68
2014-06-18
Deprecate the bytes!() macro.
Simon Sapin
-2
/
+2
2014-06-18
(doc) Change search placeholder text.
Zach Pomerantz
-1
/
+1
2014-06-17
Add br##"xx"## raw byte string literals.
Simon Sapin
-1
/
+1
2014-06-17
Add a b"xx" byte string literal of type &'static [u8].
Simon Sapin
-1
/
+2
2014-06-17
Add a b'x' byte literal of type u8.
Simon Sapin
-1
/
+1
2014-06-17
rustdoc: Remove outdated syntax
Alex Crichton
-7
/
+4
2014-06-15
Register new snapshots
Alex Crichton
-6
/
+5
2014-06-13
rustdoc: Larger click areas for sidebar items
Valentin Tsatskin
-6
/
+9
2014-06-11
std: Remove i18n/l10n from format!
Alex Crichton
-69
/
+66
2014-06-11
sync: Move underneath libstd
Alex Crichton
-1
/
+1
2014-06-10
auto merge of #14764 : jbcrail/rust/fix-more-comments, r=alexcrichton
bors
-5
/
+5
2014-06-10
Fix more misspelled comments and strings.
Joseph Crail
-5
/
+5
2014-06-08
Remove the dead code identified by the new lint
Jakub Wieczorek
-0
/
+1
2014-06-07
rustdoc: More selectively remove execute links
Alex Crichton
-1
/
+1
2014-06-06
rustdoc: Submit examples to play.rust-lang.org
Alex Crichton
-15
/
+105
2014-06-06
Rename Iterator::len to count
Aaron Turon
-2
/
+2
2014-06-06
rustdoc: Inline static documentation across crates
Alex Crichton
-24
/
+22
2014-06-06
auto merge of #14667 : aochagavia/rust/pr2, r=huonw
bors
-2
/
+2
2014-06-06
Change to_str().to_string() to just to_str()
Adolfo OchagavĂa
-2
/
+2
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-3
/
+3
2014-06-04
auto merge of #14592 : alexcrichton/rust/rustdoc-links, r=huonw
bors
-15
/
+32
2014-06-04
syntax: methodify the lexer
Corey Richardson
-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-06-02
docs: Stop using `notrust`
Florian Gilcher
-1
/
+2
2014-06-01
rustdoc: Fix some more broken links
Alex Crichton
-1
/
+4
2014-06-02
rustdoc: make langstring parsing more robust
Florian Gilcher
-4
/
+49
2014-05-31
rustdoc: Fix cross-crate links to reexported items
Alex Crichton
-27
/
+80
2014-05-31
doc: Fix a number of broken links
Alex Crichton
-8
/
+19
2014-05-31
rustdoc: Create anchor pages for primitive types
Alex Crichton
-63
/
+166
2014-05-31
rustdoc: Show all implementors of traits
Alex Crichton
-63
/
+43
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-30
std: Rename {Eq,Ord} to Partial{Eq,Ord}
Alex Crichton
-4
/
+4
2014-05-29
auto merge of #14510 : kballard/rust/rename_strallocating_into_owned, r=alexc...
bors
-1
/
+1
2014-05-28
Replace StrAllocating.into_owned() with .into_string()
Kevin Ballard
-1
/
+1
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-10
/
+10
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
-1
/
+7
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-43
/
+43
2014-05-27
std: Remove String's to_owned
Richo Healey
-5
/
+5
2014-05-25
rustdoc: Move inlining to its own module
Alex Crichton
-13
/
+38
2014-05-25
rustdoc: Get [src] links working for inlined dox
Alex Crichton
-20
/
+61
2014-05-25
rustdoc: Fix rendering of the 'static bound
Alex Crichton
-1
/
+1
[next]