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
/
lib.rs
Age
Commit message (
Expand
)
Author
Lines
2014-06-27
Update to 0.11.0
0.11.0
Alex Crichton
-1
/
+1
2014-06-26
Remove unnecessary to_string calls
Piotr Jawniak
-18
/
+5
2014-06-24
Stabilize version output for rustc and rustdoc
Robert Buonpastore
-3
/
+8
2014-06-17
Mark all crates except std as experimental
Brian Anderson
-0
/
+1
2014-06-14
Register new snapshots
Alex Crichton
-8
/
+1
2014-06-14
getopts: format failure messages with `Show`.
Huon Wilson
-1
/
+1
2014-06-11
auto merge of #14746 : alexcrichton/rust/libsync, r=brson
bors
-1
/
+0
2014-06-11
sync: Move underneath libstd
Alex Crichton
-1
/
+0
2014-06-11
rustc: Move the AST from @T to Gc<T>
Alex Crichton
-1
/
+2
2014-06-09
Use phase(plugin) in bootstrap crates
Keegan McAllister
-2
/
+8
2014-06-06
rustdoc: Submit examples to play.rust-lang.org
Alex Crichton
-1
/
+3
2014-06-06
auto merge of #14667 : aochagavia/rust/pr2, r=huonw
bors
-1
/
+1
2014-06-06
Change to_str().to_string() to just to_str()
Adolfo OchagavĂa
-1
/
+1
2014-06-05
Fallout from the libcollections movement
Alex Crichton
-2
/
+1
2014-05-28
std: Remove format_strbuf!()
Alex Crichton
-3
/
+3
2014-05-27
Move std::{reflect,repr,Poly} to a libdebug crate
Alex Crichton
-6
/
+7
2014-05-27
std: Rename strbuf operations to string
Richo Healey
-23
/
+23
2014-05-24
core: rename strbuf::StrBuf to string::String
Richo Healey
-4
/
+4
2014-05-22
libstd: Remove `~str` from all `libstd` modules except `fmt` and `str`.
Patrick Walton
-1
/
+1
2014-05-18
Fixing rustdoc stage1.
Felix S. Klock II
-1
/
+1
2014-05-16
libgetopts: Remove all uses of `~str` from `libgetopts`
Patrick Walton
-12
/
+11
2014-05-16
libserialize: Remove all uses of `~str` from `libserialize`.
Patrick Walton
-8
/
+9
2014-05-14
Print 'rustc' and 'rustdoc' as the command name for --version
Brian Anderson
-1
/
+1
2014-05-12
Add the patch number to version strings. Closes #13289
Brian Anderson
-1
/
+1
2014-05-12
librustdoc: Remove all `~str` usage from librustdoc.
Patrick Walton
-34
/
+67
2014-05-11
Reorganise driver code.
Nick Cameron
-1
/
+1
2014-05-08
Handle more fallout
Kevin Ballard
-1
/
+1
2014-05-07
std: Modernize the local_data api
Alex Crichton
-2
/
+1
2014-05-02
Replace most ~exprs with 'box'. #11779
Brian Anderson
-2
/
+2
2014-04-28
Deprecate the rev_iter pattern in all places where a DoubleEndedIterator is p...
Jonathan S
-1
/
+1
2014-04-26
rustdoc: Moved `SCHEMA_VERSION` to `clean`.
Kang Seonghoon
-2
/
+3
2014-04-18
Replace all ~"" with "".to_owned()
Richo Healey
-11
/
+11
2014-04-14
rustdoc: Represent item types as a small number in the search index.
Kang Seonghoon
-0
/
+1
2014-04-06
auto merge of #13165 : sfackler/rust/io-vec, r=alexcrichton
bors
-1
/
+1
2014-04-06
De-~[] Mem{Reader,Writer}
Steven Fackler
-1
/
+1
2014-04-04
Fix fallout from std::libc separation
Corey Richardson
-0
/
+1
2014-04-04
auto merge of #13255 : alexcrichton/rust/issue-5605, r=huonw
bors
-1
/
+3
2014-04-03
Bump version to 0.11-pre
Brian Anderson
-1
/
+1
2014-04-03
std: Document builtin syntax extensions
Alex Crichton
-1
/
+3
2014-03-31
Bump version to 0.10
Alex Crichton
-1
/
+1
2014-03-29
auto merge of #13188 : FlaPer87/rust/master, r=alexcrichton
bors
-13
/
+2
2014-03-29
Register new snapshot
Flavio Percoco
-13
/
+2
2014-03-28
Convert most code to new inner attribute syntax.
Brian Anderson
-6
/
+6
2014-03-27
serialize: use Result
Sean McArthur
-2
/
+13
2014-03-21
test: Make manual changes to deal with the fallout from removal of
Patrick Walton
-16
/
+30
2014-03-20
Removing imports of std::vec_ng::Vec
Alex Crichton
-1
/
+0
2014-03-18
rustdoc: Implement cross-crate searching
Alex Crichton
-0
/
+1
2014-03-17
Fix rustdoc and tests.
Eduard Burtescu
-1
/
+0
2014-03-17
De-@ filesearch.
Eduard Burtescu
-2
/
+1
2014-03-15
log: Introduce liblog, the old std::logging
Alex Crichton
-1
/
+3
[next]