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
/
passes.rs
Age
Commit message (
Expand
)
Author
Lines
2015-01-21
rollup merge of #20179: eddyb/blind-items
Alex Crichton
-1
/
+1
2015-01-21
Fallout from stabilization.
Aaron Turon
-1
/
+1
2015-01-21
rustdoc: fix fallout of merging ast::ViewItem into ast::Item.
Eduard Burtescu
-1
/
+1
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-3
/
+3
2014-12-06
librustdoc: remove unnecessary `as_slice()` calls
Jorge Aparicio
-8
/
+8
2014-11-29
Replace some verbose match statements with their `if let` equivalent.
jfager
-26
/
+17
2014-11-26
rustdoc: inherited vis. for struct variant fields
Tom Jakubowski
-0
/
+4
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-1
/
+3
2014-10-21
rustdoc: hide private traits in strip-private pass
Tom Jakubowski
-1
/
+12
2014-10-09
rustdoc: Implement constant documentation
Alex Crichton
-1
/
+2
2014-09-23
Deal with the fallout of string stabilization
Alex Crichton
-1
/
+1
2014-09-17
librustc: Implement associated types behind a feature gate.
Patrick Walton
-0
/
+3
2014-08-14
librustc: Stop assuming that implementations and traits only contain
Patrick Walton
-1
/
+1
2014-07-17
deprecate Vec::get
Nick Cameron
-1
/
+1
2014-06-26
Remove unnecessary to_string calls
Piotr Jawniak
-1
/
+1
2014-06-10
Fix more misspelled comments and strings.
Joseph Crail
-1
/
+1
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-1
/
+1
2014-05-31
rustdoc: Fix cross-crate links to reexported items
Alex Crichton
-1
/
+1
2014-05-31
rustdoc: Create anchor pages for primitive types
Alex Crichton
-1
/
+15
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-7
/
+7
2014-05-27
std: Remove String's to_owned
Richo Healey
-5
/
+5
2014-05-25
rustdoc: Start inlining structs across crates
Alex Crichton
-1
/
+2
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-3
/
+3
2014-05-22
libcore: Remove all uses of `~str` from `libcore`.
Patrick Walton
-5
/
+5
2014-05-22
rustdoc: Fill in external trait methods
Alex Crichton
-4
/
+5
2014-05-12
rustdoc: Fix hiding implementations of traits
Alex Crichton
-1
/
+2
2014-05-12
librustdoc: Remove all `~str` usage from librustdoc.
Patrick Walton
-17
/
+21
2014-05-09
rustdoc: Hyperlink cross-crate reexports
Alex Crichton
-7
/
+10
2014-05-07
std: Modernize the local_data api
Alex Crichton
-6
/
+3
2014-04-29
rustdoc: Make strip_hidden use a dedicated hidden item if any.
Kang Seonghoon
-15
/
+16
2014-04-20
rustdoc: Display tuple structs correctly
Alex Crichton
-1
/
+10
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-12
/
+12
2014-04-10
libstd: Implement `StrBuf`, a new string buffer type like `Vec`, and
Patrick Walton
-5
/
+6
2014-04-04
rustdoc: Fix hiding of private fields
Alex Crichton
-7
/
+1
2014-03-30
Removed deprecated functions `map` and `flat_map` for vectors and slices.
Marvin Löbel
-2
/
+2
2014-03-27
Revert "Modules are either public, or private, so private modules should be s...
Alex Crichton
-2
/
+4
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-4
/
+4
2014-03-17
Modules are either public, or private, so private modules should be stripped out
James Miller
-4
/
+2
2014-03-12
rustc: Remove matching on ~str from the language
Michael Darakananda
-4
/
+4
2014-03-06
rustc: Move to FNV hashing for node/def ids
Alex Crichton
-1
/
+2
2014-02-23
Move std::{trie, hashmap} to libcollections
Alex Crichton
-1
/
+1
2014-02-19
librustc: Remove unique vector patterns from the language.
Patrick Walton
-14
/
+13
2014-02-19
rustdoc: Show macros in documentation
Alex Crichton
-2
/
+2
2014-02-14
rustdoc: Strip impls of traits on #[doc(hidden)] types
Kevin Ballard
-19
/
+51
2014-02-14
rustdoc: Strip impls of stripped private types
Kevin Ballard
-2
/
+10
2014-02-13
auto merge of #12061 : pongad/rust/delorderable, r=cmr
bors
-2
/
+2
2014-02-13
Removed num::Orderable
Michael Darakananda
-2
/
+2
2014-02-13
Replace `crate` usage with `krate`
Flavio Percoco
-14
/
+14
2014-01-25
Uppercase numeric constants
Chris Wong
-3
/
+3
2014-01-10
rustdoc: Don't strip empty modules with documentation
Alex Crichton
-1
/
+3
[next]