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
/
libstd
Age
Commit message (
Expand
)
Author
Lines
2015-05-13
Update docs to stop referencing `BufReadExt`
Corey Farwell
-2
/
+2
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-11
Fix broken doc test
Brian Anderson
-0
/
+2
2015-05-11
Fallout from fixing Issue 25199.
Felix S. Klock II
-1
/
+1
2015-05-11
Merge pull request #25299 from alexcrichton/beta-backport
Brian Anderson
-2
/
+2
2015-05-12
Squeeze the last bits of `task`s in documentation in favor of `thread`
Barosl Lee
-86
/
+86
2015-05-10
std: Mark `mem::forget` as a safe function
Alex Crichton
-2
/
+2
2015-05-10
Merge pull request #25276 from steveklabnik/third_doc_backport
Steve Klabnik
-21
/
+24
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
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
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
2015-05-10
Add two examples for Path::new
Nick Hamann
-0
/
+7
2015-05-07
Merge pull request #25192 from alexcrichton/beta-backport
Brian Anderson
-29
/
+61
2015-05-07
Make RwLock::try_write try to obtain a write lock
John Gallagher
-2
/
+19
2015-05-07
std: Destabilize io::BufStream
Alex Crichton
-10
/
+18
2015-05-07
std: Remove index notation on slice iterators
Alex Crichton
-6
/
+5
2015-05-07
std: update select internals to not use mutable transmuting
Sean McArthur
-11
/
+19
2015-05-05
Add downcasting to std::error::Error
Aaron Turon
-12
/
+134
2015-04-30
Test fixes and rebase conflicts
Alex Crichton
-1
/
+0
2015-04-30
std: Fix inheriting standard handles on windows
Alex Crichton
-177
/
+138
2015-04-25
Remove an unused import on windows
Alex Crichton
-1
/
+0
2015-04-25
Fixed typo in hash_map::Entry documentation
Aram Visser
-1
/
+0
2015-04-25
Utilize if..let for get_mut doc-comment examples
Corey Farwell
-3
/
+2
2015-04-25
Fix typos in code comments
Corey Farwell
-2
/
+2
2015-04-25
Remove doc-comment default::Default imports
Corey Farwell
-2
/
+0
2015-04-23
Add `Sync` to the bounds in `io::Error`
Kevin Ballard
-10
/
+15
2015-04-23
Test fixes and rebase conflicts, round 1
Alex Crichton
-8
/
+2
2015-04-23
std: Bring back f32::from_str_radix as an unstable API
Alex Crichton
-789
/
+310
2015-04-23
std: Remove deprecated/unstable num functionality
Alex Crichton
-3531
/
+47
2015-04-23
std: Remove deprecated AsPath trait
Alex Crichton
-32
/
+0
2015-04-23
std: Remove deprecated AsOsStr/Str/AsSlice traits
Alex Crichton
-57
/
+0
2015-04-23
std: Add Default/IntoIterator/ToOwned to the prelude
Alex Crichton
-64
/
+55
2015-04-16
Auto merge of #24448 - alexcrichton:issue-24445, r=huonw
bors
-1
/
+1
2015-04-16
Auto merge of #23682 - tamird:DRY-is-empty, r=alexcrichton
bors
-11
/
+11
2015-04-15
Rollup merge of #24480 - achanda:move_test, r=alexcrichton
Steve Klabnik
-259
/
+270
2015-04-15
Move IP related tests to ip.rs
Abhishek Chanda
-259
/
+270
2015-04-15
std: Fix thread_local! in non-PIE binaries
Alex Crichton
-1
/
+1
2015-04-15
Fix some typos.
Ms2ger
-5
/
+5
[next]