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
/
format.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-2
/
+2
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
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
-2
/
+2
2015-01-07
register new snapshots
Jorge Aparicio
-193
/
+0
2015-01-07
Register new snapshots
Alex Crichton
-193
/
+0
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-4
/
+197
2015-01-07
fallout
Nick Cameron
-3
/
+3
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-4
/
+197
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-2
/
+2
2015-01-03
sed -i -s 's/#\[deriving(/#\[derive(/g' **/*.rs
Jorge Aparicio
-4
/
+4
2015-01-01
std: Enforce Unicode in fmt::Writer
Alex Crichton
-29
/
+29
2014-12-30
Fallout from stabilization
Aaron Turon
-1
/
+1
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
/
+2
2014-12-27
Indent where clause in rustdoc
Dirk Gadsden
-1
/
+2
2014-12-26
Changes to RustDoc
Nick Cameron
-6
/
+10
2014-12-25
auto merge of #20180 : jroesch/rust/clean-where-predicate, r=alexcrichton
bors
-2
/
+20
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
2014-12-24
Address code review nits
Jared Roesch
-3
/
+3
2014-12-23
Support all variants of WherePredicate
Jared Roesch
-2
/
+20
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-5
/
+5
2014-12-20
Add parser support for generalized where clauses
Jared Roesch
-1
/
+1
2014-12-19
librustdoc: use `#[deriving(Copy)]`
Jorge Aparicio
-5
/
+4
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-1
/
+1
2014-12-14
Rename FnStyle trait to Unsafety.
Niko Matsakis
-11
/
+11
2014-12-14
Patch rustdoc to include missing types, make the match exhaustive
Niko Matsakis
-0
/
+10
2014-12-13
librustdoc: use tuple indexing
Jorge Aparicio
-1
/
+1
2014-12-13
librustdoc: use unboxed closures
Jorge Aparicio
-4
/
+8
2014-12-08
librustc: Make `Copy` opt-in.
Niko Matsakis
-0
/
+5
2014-12-06
librustdoc: remove unnecessary `as_slice()` calls
Jorge Aparicio
-3
/
+3
2014-12-04
rustdoc: Refactored various uses of ItemType.
Kang Seonghoon
-2
/
+1
2014-11-26
rollup merge of #19272: tomjakubowski/rustdoc-sized
Alex Crichton
-0
/
+3
2014-11-25
Fallout from stabilization
Aaron Turon
-1
/
+1
2014-11-24
rustdoc: Render Sized? on traits and generics
Tom Jakubowski
-0
/
+3
2014-11-24
rustdoc: render ast::QPath
Tom Jakubowski
-0
/
+3
2014-11-24
rustdoc: Render associated types on traits and impls
Tom Jakubowski
-2
/
+1
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-14
/
+12
2014-11-16
Complete the removal of ty_nil, ast::LitNil, ast::TyBot and ast::TyUniq
Jakub Bukaj
-20
/
+14
2014-11-06
rollup merge of #18630 : nikomatsakis/purge-the-bars
Alex Crichton
-5
/
+1
2014-11-06
Fallout from collection conventions
Alexis Beingessner
-2
/
+2
2014-11-06
Remove the unboxed closure `|:|` notation from types and trait references com...
Niko Matsakis
-5
/
+1
2014-10-29
Rename fail! to panic!
Steve Klabnik
-1
/
+1
2014-10-19
Remove a large amount of deprecated functionality
Alex Crichton
-3
/
+5
2014-10-08
librustdoc/html: recognize slices not to nest A tags.
NODA, Kai
-1
/
+19
2014-10-07
Use slice syntax instead of slice_to, etc.
Nick Cameron
-3
/
+3
[next]