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
/
clean.rs
Age
Commit message (
Expand
)
Author
Lines
2013-12-17
Remove obsolete mutability from ast::Ty
Seo Sanghyeon
-4
/
+4
2013-12-14
librustpkg: don't clobber the crate attributes for the pkgid
Corey Richardson
-1
/
+1
2013-12-13
librustdoc: use pkgid instead of link meta
Corey Richardson
-7
/
+4
2013-12-11
Make 'self lifetime illegal.
Erik Price
-1
/
+1
2013-12-08
Remove dead codes
Kiet Tran
-9
/
+0
2013-11-28
Register new snapshots
Alex Crichton
-12
/
+12
2013-11-26
librustc: Remove non-procedure uses of `do` from librustc, librustdoc,
Patrick Walton
-2
/
+2
2013-11-18
Use '..' as slice wildcard in vectors
Brian Anderson
-0
/
+1
2013-11-08
Generalize AST and ty::Generics to accept multiple lifetimes.
Niko Matsakis
-2
/
+2
2013-10-22
libsyntax/librustc: Allow specifying mut on ~self.
Luqman Aden
-1
/
+1
2013-10-22
libsyntax/librustc: Allow specifying mut on by-value self.
Luqman Aden
-2
/
+2
2013-10-22
Drop the '2' suffix from logging macros
Alex Crichton
-17
/
+17
2013-10-18
rustdoc: Strip methods correctly based on privacy
Alex Crichton
-1
/
+1
2013-10-18
Optimize include_bin! for large inputs
Alex Crichton
-0
/
+1
2013-10-13
Make Rustdoc strip private fields
Steven Fackler
-0
/
+6
2013-10-09
option: rewrite the API to use composition
Daniel Micay
-2
/
+2
2013-10-08
add new enum ast::StrStyle as field to ast::lit_str
Benjamin Herr
-2
/
+2
2013-10-02
rustdoc: Generate hyperlinks between crates
Alex Crichton
-32
/
+79
2013-09-30
rustdoc: Remove usage of fmt!
Alex Crichton
-17
/
+17
2013-09-28
auto merge of #9577 : alexcrichton/rust/rustdoc, r=cmr
bors
-42
/
+30
2013-09-28
rustdoc: Show type parameters on external paths
Alex Crichton
-36
/
+6
2013-09-28
std::vec: Remove functions concat, connect
blake2-ppc
-6
/
+5
2013-09-27
rustdoc: Include source files with documentation
Alex Crichton
-6
/
+24
2013-09-26
rustdoc: Render stability attributes
Alex Crichton
-0
/
+20
2013-09-26
rustdoc: Generate documentation for foreign items
Alex Crichton
-0
/
+38
2013-09-25
rustdoc: Reduce ambiguity with clean::Type
Alex Crichton
-22
/
+14
2013-09-25
rustdoc: Linkify all reexports.
Alex Crichton
-9
/
+40
2013-09-25
rustdoc: Implement stripping based on privacy
Alex Crichton
-1
/
+2
2013-09-25
rustdoc: Emit purity to function dox for traits
Alex Crichton
-0
/
+2
2013-09-22
rustdoc: Out with the old, in with the new
Alex Crichton
-0
/
+1094
[prev]