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
Age
Commit message (
Expand
)
Author
Lines
2015-05-13
Fix doc tests
1.0.0
Brian Anderson
-3
/
+3
2015-05-13
Add a link to the error index to the main doc page.
Michael Sproul
-4
/
+9
2015-05-13
Update BitSet docs to correct types
Paul Quint
-3
/
+3
2015-05-13
Update docs to stop referencing `BufReadExt`
Corey Farwell
-2
/
+2
2015-05-13
doc: unwrap is discouraged, so use Some
Tshepang Lekhonkhobe
-35
/
+35
2015-05-13
std: Add example for HashMap::entry()
Ulrik Sverdrup
-0
/
+18
2015-05-13
doc: Address feedback
Brian Anderson
-10
/
+11
2015-05-13
std: Update crate docs
Brian Anderson
-53
/
+49
2015-05-13
doc: Remove mention of 30 minute intro
Brian Anderson
-9
/
+8
2015-05-13
Backport TRPL, reference, and grammar.
Steve Klabnik
-2110
/
+6688
2015-05-11
Revert accidental revert of rust-installer
Brian Anderson
-0
/
+0
2015-05-11
Fix broken doc test
Brian Anderson
-0
/
+2
2015-05-11
Fix syntax error in slice.rs
Brian Anderson
-3
/
+0
2015-05-11
address fallout in libsyntaxtest.
Felix S. Klock II
-1
/
+5
2015-05-11
Fallout to compile-fail tests.
Felix S. Klock II
-1
/
+13
2015-05-11
fallout to run-pass tests.
Felix S. Klock II
-3
/
+3
2015-05-11
Regression tests for Issue 25199 (dropck and `Box<Trait + 'a>`).
Felix S. Klock II
-0
/
+214
2015-05-11
dropck: must assume `Box<Trait + 'a>` has a destructor of interest.
Felix S. Klock II
-94
/
+141
2015-05-11
Fallout from fixing Issue 25199.
Felix S. Klock II
-4
/
+5
2015-05-11
Add a reason to the libc & rand instability.
Huon Wilson
-2
/
+4
2015-05-11
Merge pull request #25299 from alexcrichton/beta-backport
Brian Anderson
-26
/
+76
2015-05-12
Fix the tests broken by replacing `task` with `thread`
Barosl Lee
-1
/
+1
2015-05-12
Please the `make tidy`
Barosl Lee
-1
/
+2
2015-05-12
Fix invalid references due to the automated string substitution
Barosl Lee
-2
/
+2
2015-05-12
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-199
/
+199
2015-05-10
collections: change bounds of SliceConcatExt implementations to use Borrow in...
Sean McArthur
-12
/
+10
2015-05-10
collections: impl AsRef<[u8]> for String
Sean McArthur
-0
/
+8
2015-05-10
core: impl AsRef<[u8]> for str
Sean McArthur
-0
/
+9
2015-05-10
std: Mark `mem::forget` as a safe function
Alex Crichton
-14
/
+49
2015-05-10
Merge pull request #25276 from steveklabnik/third_doc_backport
Steve Klabnik
-23
/
+30
2015-05-10
Update process.rs
tynopex
-8
/
+8
2015-05-10
std: Fixup docs for std::process
tynopex
-13
/
+16
2015-05-10
Fix punctuation placement in doc-comment
Corey Farwell
-1
/
+1
2015-05-10
Clarify Once::call_once memory ordering guarantees in docs
inrustwetrust
-1
/
+5
2015-05-10
remove stability note from std::net
Steve Klabnik
-4
/
+1
2015-05-10
Fix #24872, XSS in docs not found page.
Chris Morgan
-1
/
+5
2015-05-10
doc: it is 'index', not 'i'
Tshepang Lekhonkhobe
-1
/
+1
2015-05-10
thread: right now you can't actually set those printers
Richo Healey
-2
/
+1
2015-05-10
Improve libstd/net/addr.rs documentation.
Nick Hamann
-9
/
+9
2015-05-10
Add some missing punctuation in the libstd/net/tcp.rs docs.
Nick Hamann
-1
/
+1
2015-05-10
Add some missing punctuation in the libstd/net/ip.rs docs.
Nick Hamann
-19
/
+19
2015-05-10
Improve libstd/net/udp.rs documentation.
Nick Hamann
-10
/
+10
2015-05-10
Make From::from example more idiomatic / simpler
Corey Farwell
-3
/
+1
2015-05-10
Indicate function call is code-like in doc-comment
Corey Farwell
-2
/
+2
2015-05-10
IMO better borrow_mut() documentation on RefCell
gareins
-1
/
+1
2015-05-10
collections: Improve example for as_string and as_vec
Ulrik Sverdrup
-4
/
+21
2015-05-10
Utilize `while let` instead of `loop` with `break` in doc-comment
Corey Farwell
-5
/
+1
2015-05-10
Explain how to create a Stdin or Stdout
Matt Brubeck
-0
/
+4
2015-05-10
Separate code into two code blocks
Nick Hamann
-3
/
+4
2015-05-10
Address some nits
Nick Hamann
-2
/
+2
[next]