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
Age
Commit message (
Expand
)
Author
Lines
2014-07-09
auto merge of #15530 : adrientetar/rust/proper-fonts, r=alexcrichton
bors
-13
/
+413
2014-07-09
lexer: lex WS/COMMENT/SHEBANG rather than skipping
Corey Richardson
-25
/
+16
2014-07-09
syntax: don't parse numeric literals in the lexer
Corey Richardson
-2
/
+1
2014-07-08
auto merge of #15493 : brson/rust/tostr, r=pcwalton
bors
-6
/
+6
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-6
/
+6
2014-07-08
webfonts: check-in licenses
Adrien Tétar
-0
/
+386
2014-07-08
webfonts: serve Source Code Pro locally
Adrien Tétar
-2
/
+16
2014-07-08
webfonts: proper fix
Adrien Tétar
-11
/
+11
2014-07-08
Change DST syntax: type -> Sized?
Nick Cameron
-1
/
+1
2014-07-02
rustdoc: s/nil/unit/ internally.
Huon Wilson
-4
/
+4
2014-06-30
rustdoc: incorporate stability index throughout
Aaron Turon
-72
/
+114
2014-06-30
auto merge of #15237 : zzmp/rust/feat/markdown-in-crate-documentation, r=huonw
bors
-2
/
+17
2014-06-30
Allow external html in rustdoc for crates.
zzmp
-2
/
+17
2014-06-29
librustc: Remove the fallback to `int` for integers and `f64` for
Patrick Walton
-1
/
+1
2014-06-29
c_str: replace .with_ref with .as_ptr throughout the codebase.
Huon Wilson
-3
/
+1
2014-06-28
auto merge of #15208 : alexcrichton/rust/snapshots, r=pcwalton
bors
-18
/
+22
2014-06-28
Rename all raw pointers as necessary
Alex Crichton
-18
/
+22
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
[next]