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-10-07
Put slicing syntax behind a feature gate.
Nick Cameron
-1
/
+2
2014-10-02
rollup merge of #17666 : eddyb/take-garbage-out
Alex Crichton
-1
/
+1
2014-10-02
Revert "Put slicing syntax behind a feature gate."
Aaron Turon
-2
/
+1
2014-10-02
syntax: mark the managed_boxes feature as Removed.
Eduard Burtescu
-1
/
+1
2014-10-02
Put slicing syntax behind a feature gate.
Nick Cameron
-1
/
+2
2014-09-26
Remove windows TCB hack from rustdoc
Brian Anderson
-41
/
+1
2014-09-24
handling fallout from entry api
Alexis Beingessner
-1
/
+5
2014-09-16
Fallout from renaming
Aaron Turon
-2
/
+2
2014-09-08
rustdoc: fix fallout from the addition of a 'tcx lifetime on tcx.
Eduard Burtescu
-2
/
+1
2014-09-07
Changed addl_lib_search_paths from HashSet to Vec
inrustwetrust
-5
/
+1
2014-09-01
Updated to new extern crate syntax.
wickerwaka
-1
/
+1
2014-08-28
Fallout from stabilizing core::option
Aaron Turon
-1
/
+1
2014-08-13
core: Change the argument order on splitn and rsplitn for strs.
Brian Anderson
-1
/
+1
2014-08-07
rustdoc: Set a nonzero exit status on failure
Alex Crichton
-0
/
+7
2014-08-05
rustdoc: Run all work in a separate task
Alex Crichton
-1
/
+34
2014-07-31
rustdoc: Use --crate-name with --test
Alex Crichton
-1
/
+2
2014-07-25
rustdoc: Add a --target flag
Alex Crichton
-1
/
+4
2014-07-24
rustdoc: Add a --crate-name option
Alex Crichton
-1
/
+7
2014-07-24
rustdoc: make table of contents optional
Aaron Turon
-2
/
+4
2014-07-23
collections: Deprecate shift/unshift
Brian Anderson
-1
/
+1
2014-07-21
Fix rustdoc --passes list
Mike Robinson
-12
/
+12
2014-07-21
rustdoc: Add an --extern flag analagous to rustc's
Tom Jakubowski
-7
/
+44
2014-07-17
deprecate Vec::get
Nick Cameron
-1
/
+1
2014-07-15
Fix errors
Adolfo Ochagavía
-1
/
+0
2014-07-15
Deprecate `str::from_utf8_owned`
Adolfo Ochagavía
-1
/
+1
2014-07-10
rustdoc: Add stability dashboard
Aaron Turon
-0
/
+1
2014-07-09
Register new snapshots
Alex Crichton
-2
/
+0
2014-07-08
std: Rename the `ToStr` trait to `ToString`, and `to_str` to `to_string`.
Richo Healey
-1
/
+1
2014-07-05
rustc: Remove CrateId and all related support
Alex Crichton
-1
/
+3
2014-07-02
Merge remote-tracking branch 'origin/master' into 0.11.0-release
Alex Crichton
-22
/
+32
2014-06-30
Fix issues in librustdoc
Adolfo Ochagavía
-14
/
+12
2014-06-30
Allow external html in rustdoc for crates.
zzmp
-8
/
+20
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
[next]