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
/
clean
Age
Commit message (
Expand
)
Author
Lines
2015-02-15
Count and show the deprecated attribute again
Simonas Kazlauskas
-0
/
+3
2015-02-12
Rote changes to fix fallout throughout the compiler from splitting the
Niko Matsakis
-14
/
+25
2015-02-08
Auto merge of #21999 - tomjakubowski:rustdoc-fixes, r=alexcrichton
bors
-1
/
+8
2015-02-07
Auto merge of #21505 - GuillaumeGomez:interned_string, r=alexcrichton
bors
-18
/
+18
2015-02-06
librustdoc has been updated
GuillaumeGomez
-18
/
+18
2015-02-06
rustdoc: Show non-Rust ABIs on methods
Tom Jakubowski
-1
/
+8
2015-02-05
make codemap more robust in face of ill-formed spans.
Felix S. Klock II
-2
/
+2
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-21
/
+20
2015-02-03
Rename std::path to std::old_path
Aaron Turon
-1
/
+1
2015-02-02
`for x in xs.iter_mut()` -> `for x in &mut xs`
Jorge Aparicio
-1
/
+1
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-14
/
+14
2015-02-02
Avoid an excessive use of iterator chain
Seo Sanghyeon
-15
/
+15
2015-01-30
rollup merge of #21693: tomjakubowski/rustdoc-fix-21442
Alex Crichton
-1
/
+1
2015-01-29
rustdoc: Render new `self` syntax in `use`
Tom Jakubowski
-1
/
+1
2015-01-29
s/Show/Debug/g
Jorge Aparicio
-49
/
+49
2015-01-28
Update Rustdoc to deal with the Fn return type being an associated type.
Niko Matsakis
-5
/
+7
2015-01-26
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-1
/
+1
2015-01-26
Remove "unboxed" attribute in code referring to new closures.
Eduard Burtescu
-1
/
+1
2015-01-25
Merge remote-tracking branch 'rust-lang/master'
Brian Anderson
-153
/
+175
2015-01-21
Remove 'since' from unstable attributes
Brian Anderson
-1
/
+2
2015-01-21
Add 'feature' and 'since' to stability attributes
Brian Anderson
-3
/
+10
2015-01-21
rollup merge of #20179: eddyb/blind-items
Alex Crichton
-111
/
+78
2015-01-21
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-21
rollup merge of #21368: tomjakubowski/rustdoc-miscellany
Alex Crichton
-43
/
+79
2015-01-21
rollup merge of #21342: Diggsey/issue-21310
Alex Crichton
-0
/
+19
2015-01-21
rollup merge of #21340: pshc/libsyntax-no-more-ints
Alex Crichton
-2
/
+2
2015-01-21
rustdoc: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-111
/
+78
2015-01-21
Display negative trait implementations correctly in rustdoc
Diggory Blake
-0
/
+19
2015-01-18
Make output type in ast::FnDecl optional
Seo Sanghyeon
-1
/
+3
2015-01-17
rustdoc: Handle associated types on inlined impls
Tom Jakubowski
-5
/
+27
2015-01-17
rustdoc: Accept string source in core::run_core
Tom Jakubowski
-4
/
+10
2015-01-17
rustdoc: Separate associated types from methods
Tom Jakubowski
-4
/
+12
2015-01-17
rustdoc: Add Show impls to more clean types
Tom Jakubowski
-29
/
+29
2015-01-17
libsyntax: rename functions from uint to usize
Paul Collier
-2
/
+2
2015-01-15
syntax: add fully qualified UFCS expressions.
Eduard Burtescu
-1
/
+1
2015-01-14
auto merge of #21018 : tomjakubowski/rust/rustdoc-where-xcrate, r=alexcrichton
bors
-56
/
+185
2015-01-13
Return the Vec from csearch::get_item_attrs.
Ms2ger
-7
/
+2
2015-01-12
rustdoc: Show type bindings on object types
Tom Jakubowski
-20
/
+27
2015-01-12
rustdoc: Remove traces of old closures
Tom Jakubowski
-23
/
+0
2015-01-12
rustdoc: Fix where clauses on re-exports
Tom Jakubowski
-13
/
+158
2015-01-08
Store deprecated status of i/u-suffixed literals.
Huon Wilson
-4
/
+4
2015-01-07
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2015-01-07
rollup merge of #20721: japaric/snap
Alex Crichton
-3
/
+3
2015-01-07
rustdoc: Render associated type bindings
Tom Jakubowski
-2
/
+23
2015-01-07
use slicing sugar
Jorge Aparicio
-3
/
+3
2015-01-06
rollup merge of #20481: seanmonstar/fmt-show-string
Alex Crichton
-27
/
+27
2015-01-06
rollup merge of #20609: cmr/mem
Alex Crichton
-10
/
+10
2015-01-06
core: split into fmt::Show and fmt::String
Sean McArthur
-27
/
+27
2015-01-07
Replace full slice notation with index calls
Nick Cameron
-3
/
+3
2015-01-06
syntax/rustc: implement isize/usize
Corey Richardson
-10
/
+10
[next]