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
Age
Commit message (
Expand
)
Author
Lines
2015-05-13
Fix doc tests
1.0.0
Brian Anderson
-3
/
+3
2015-05-13
Merge pull request #25361 from steveklabnik/final_backport
Steve Klabnik
-2215
/
+6812
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-12
Update AUTHORS.txt
robertfoss
-0
/
+1
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
Merge pull request #25313 from pnkfelix/backport-25212-to-beta
Brian Anderson
-103
/
+381
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
Merge pull request #25312 from brson/beta
Alex Crichton
-1
/
+1
2015-05-11
Bump prerelease version to .5
Brian Anderson
-1
/
+1
2015-05-11
Fallout from fixing Issue 25199.
Felix S. Klock II
-4
/
+5
2015-05-11
Merge pull request #25311 from alexcrichton/beta-backport
Brian Anderson
-2
/
+4
2015-05-11
Merge pull request #25299 from alexcrichton/beta-backport
Brian Anderson
-26
/
+76
2015-05-11
Add a reason to the libc & rand instability.
Huon Wilson
-2
/
+4
2015-05-11
Merge pull request #25294 from brson/relnotes-beta
Brian Anderson
-126
/
+205
2015-05-11
More authors updates
Brian Anderson
-1
/
+7
2015-05-11
Merge pull request #25309 from barosl/no-more-tasks
Steve Klabnik
-199
/
+200
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
Update AUTHORS.txt and RELEASES.md for 1.0
Brian Anderson
-125
/
+198
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
Merge pull request #25273 from steveklabnik/second_doc_backport
Steve Klabnik
-54
/
+77
2015-05-10
Improve libstd/net/addr.rs documentation.
Nick Hamann
-9
/
+9
[next]