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
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-3
/
+3
2015-01-07
rollup merge of #20725: tomjakubowski/rustdoc-misc
Alex Crichton
-2
/
+18
2015-01-07
rollup merge of #20722: alexcrichton/audit-show
Alex Crichton
-3
/
+18
2015-01-07
rollup merge of #20708: aturon/new-int-modules
Alex Crichton
-257
/
+0
2015-01-07
rustdoc: Render associated type bindings
Tom Jakubowski
-2
/
+25
2015-01-07
std: Tweak String implementations
Alex Crichton
-3
/
+18
2015-01-07
use slicing sugar
Jorge Aparicio
-3
/
+3
2015-01-07
register new snapshots
Jorge Aparicio
-257
/
+0
2015-01-07
Register new snapshots
Alex Crichton
-257
/
+0
2015-01-08
Fix rustdoc fallout from #20092
Barosl Lee
-1
/
+1
2015-01-07
Merge pull request #20682 from sfackler/fix-impls
bors
-1
/
+1
2015-01-06
More test fixes
Alex Crichton
-2
/
+0
2015-01-06
Fix JS error
Steven Fackler
-1
/
+1
2015-01-06
rollup merge of #20653: alexcrichton/entry-unstable
Alex Crichton
-3
/
+3
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-12
/
+277
2015-01-07
fallout
Nick Cameron
-10
/
+10
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-12
/
+277
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-3
/
+3
2015-01-06
[breaking change] Revert Entry behaviour to take keys by value.
Dylan Ede
-3
/
+3
2015-01-05
rollup merge of #20482: kmcallister/macro-reform
Alex Crichton
-0
/
+3
2015-01-05
rollup merge of #20507: alexcrichton/issue-20444
Alex Crichton
-7
/
+9
2015-01-05
rollup merge of #20092: barosl/rustdoc-line-number-clickable
Alex Crichton
-8
/
+49
2015-01-05
Add a special macro nonterminal $crate
Keegan McAllister
-0
/
+3
2015-01-05
std: Redesign c_str and c_vec
Alex Crichton
-7
/
+9
2015-01-04
[breaking change] Update entry API as part of RFC 509.
Ben Foppa
-13
/
+7
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-14
/
+14
2015-01-03
sed -i -s 's/\bmod,/self,/g' **/*.rs
Jorge Aparicio
-1
/
+1
2015-01-02
rollup merge of #20410: japaric/assoc-types
Alex Crichton
-11
/
+21
2015-01-02
rollup merge of #20377: alexcrichton/issue-20352
Alex Crichton
-40
/
+41
2015-01-02
rustdoc: fix rendering of associated types
Corey Richardson
-11
/
+21
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-1
/
+3
2015-01-01
std: Enforce Unicode in fmt::Writer
Alex Crichton
-40
/
+41
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-1
/
+1
2014-12-31
rustdoc: unbox closures used in let bindings
Jorge Aparicio
-1
/
+1
2014-12-30
Fallout from stabilization
Aaron Turon
-4
/
+6
2014-12-30
Remove the def-id from type parameters. Having this def-id was bad for severa...
Niko Matsakis
-3
/
+2
2014-12-29
rollup merge of #20269: dirk/indent-where
Alex Crichton
-1
/
+7
2014-12-29
rollup merge of #20194: nick29581/dst-syntax
Alex Crichton
-9
/
+10
2014-12-28
Use CSS whitespace rather than padding to indent
Dirk Gadsden
-2
/
+4
2014-12-27
Indent where clause in rustdoc
Dirk Gadsden
-1
/
+5
2014-12-27
auto merge of #19916 : SimonSapin/rust/ascii-reform, r=sfackler
bors
-1
/
+1
2014-12-27
Make the line numbers of the source code clickable
Barosl Lee
-8
/
+49
2014-12-26
auto merge of #20183 : japaric/rust/doctests, r=alexcrichton
bors
-13
/
+14
2014-12-26
Changes to RustDoc
Nick Cameron
-9
/
+10
2014-12-25
auto merge of #20180 : jroesch/rust/clean-where-predicate, r=alexcrichton
bors
-2
/
+20
2014-12-25
auto merge of #19934 : tomjakubowski/rust/rustdoc-unboxed-closures-redux, r=a...
bors
-50
/
+85
2014-12-24
Rename to_ascii_{lower,upper} to to_ascii_{lower,upper}case, per #14401
Simon Sapin
-1
/
+1
2014-12-24
rustdoc: Use unboxed closure sugar
Tom Jakubowski
-39
/
+58
2014-12-24
rustdoc: render higher-rank trait bounds
Tom Jakubowski
-9
/
+25
2014-12-24
rustdoc: render `for<>` on old closure lifetimes
Tom Jakubowski
-2
/
+2
[next]