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
/
passes.rs
Age
Commit message (
Expand
)
Author
Lines
2015-07-12
Auto merge of #26957 - wesleywiser:rename_connect_to_join, r=alexcrichton
bors
-1
/
+1
2015-07-12
Implement RFC 1058
Simonas Kazlauskas
-1
/
+1
2015-07-10
Change some instances of .connect() to .join()
Wesley Wiser
-1
/
+1
2015-04-23
Structural changes for associated constants
Sean Patrick Santos
-1
/
+2
2015-04-14
Negative case of `len()` -> `is_empty()`
Tamir Duberstein
-2
/
+2
2015-04-14
Positive case of `len()` -> `is_empty()`
Tamir Duberstein
-2
/
+2
2015-03-12
rustdoc: Fix ICE with cross-crate default impls
Alex Crichton
-1
/
+1
2015-02-18
Opt for .cloned() over .map(|x| x.clone()) etc.
Kevin Butler
-1
/
+1
2015-02-11
rustc: Fix a number of stability lint holes
Alex Crichton
-3
/
+3
2015-02-05
cleanup: replace `as[_mut]_slice()` calls with deref coercions
Jorge Aparicio
-9
/
+9
2015-02-02
`for x in xs.iter()` -> `for x in &xs`
Jorge Aparicio
-2
/
+2
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
[next]