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
/
format.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-23
Deprecated attributes don't take 'feature' names and are paired with stable/u...
Brian Anderson
-8
/
+3
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-3
/
+3
2015-01-21
rollup merge of #20179: eddyb/blind-items
Alex Crichton
-1
/
+1
2015-01-21
Remove unused stability levels from compiler
Brian Anderson
-8
/
+3
2015-01-21
rollup merge of #21457: alexcrichton/issue-21436
Alex Crichton
-26
/
+26
2015-01-21
rustdoc: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-1
/
+1
2015-01-20
std: Rename Show/String to Debug/Display
Alex Crichton
-26
/
+26
2015-01-19
remove unnecessary parentheses from range notation
Jorge Aparicio
-1
/
+1
2015-01-18
Make output type in ast::FnDecl optional
Seo Sanghyeon
-0
/
+1
2015-01-14
auto merge of #21061 : japaric/rust/range, r=nick29581
bors
-2
/
+2
2015-01-12
cleanup: `&foo[0..a]` -> `&foo[..a]`
Jorge Aparicio
-2
/
+2
2015-01-12
rustdoc: Remove traces of old closures
Tom Jakubowski
-55
/
+0
2015-01-12
rustdoc: Fix where clauses on re-exports
Tom Jakubowski
-2
/
+2
2015-01-08
Make rustdoc use the `[_; N]` syntax instead of `[_, ..N]`
Ken Tossell
-1
/
+1
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
[prev]
[next]