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
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libstd
/
sys
/
windows
Age
Commit message (
Expand
)
Author
Lines
2015-01-02
Rollup test fixes and rebase conflicts
Alex Crichton
-7
/
+5
2015-01-02
rollup merge of #20315: alexcrichton/std-sync
Alex Crichton
-2
/
+2
2015-01-02
rollup merge of #20273: alexcrichton/second-pass-comm
Alex Crichton
-1
/
+0
2015-01-02
Properly deal with Ordering in the guide
Steve Klabnik
-0
/
+1
2015-01-02
std: Stabilize the prelude module
Alex Crichton
-25
/
+32
2015-01-01
std: Second pass stabilization of sync
Alex Crichton
-2
/
+2
2015-01-02
More fallout
Nick Cameron
-12
/
+12
2015-01-02
Fallout - change array syntax to use `;`
Nick Cameron
-10
/
+10
2014-12-31
std: unbox closures used in let bindings
Jorge Aparicio
-1
/
+1
2014-12-31
std: unbox closures used in function arguments
Jorge Aparicio
-1
/
+3
2014-12-31
Revert "std: Re-enable at_exit()"
Alex Crichton
-49
/
+90
2014-12-31
Test fixes and rebase conflicts
Alex Crichton
-1
/
+1
2014-12-30
rollup merge of #20061: aturon/stab-2-vec-slice
Alex Crichton
-3
/
+5
2014-12-30
Fallout from stabilization
Aaron Turon
-2
/
+4
2014-12-30
rollup merge of #20286: murarth/get-address-name
Alex Crichton
-0
/
+1
2014-12-30
std: Re-enable at_exit()
Alex Crichton
-92
/
+50
2014-12-29
Test fixes and rebase conflicts
Alex Crichton
-10
/
+10
2014-12-29
rollup merge of #20231: fhahn/issue-20226-eexist
Alex Crichton
-0
/
+2
2014-12-29
std: Stabilize the prelude module
Alex Crichton
-15
/
+18
2014-12-28
Added `get_address_name`, an interface to `getnameinfo`
Murarth
-0
/
+1
2014-12-27
Implement Sync/Send for windows' UnixStream
Flavio Percoco
-0
/
+6
2014-12-26
Implement Sync/Send for windows TCP types
Flavio Percoco
-0
/
+12
2014-12-26
Implement RaceBox for StdinReader
Flavio Percoco
-0
/
+3
2014-12-26
Implement `Sync` for some windows sys types
Flavio Percoco
-0
/
+8
2014-12-25
Map EEXIST to PathAlreadyExists error, closes #20226
Florian Hahn
-0
/
+2
2014-12-21
Fallout of std::str stabilization
Alex Crichton
-6
/
+7
2014-12-21
std: Stabilize the std::str module
Alex Crichton
-1
/
+38
2014-12-21
Remove a ton of public reexports
Corey Farwell
-1
/
+1
2014-12-20
Fix the fallout of removing feature(import_shadowing).
Eduard Burtescu
-14
/
+8
2014-12-18
Rebasing fixes.
Aaron Turon
-2
/
+2
2014-12-18
std: Lower abstractions for thread_local/at_exit
Alex Crichton
-20
/
+42
2014-12-18
Revise std::thread API to join by default
Aaron Turon
-16
/
+17
2014-12-18
Fallout from new thread API
Aaron Turon
-5
/
+2
2014-12-18
Remove rt::{mutex, exclusive}
Aaron Turon
-2
/
+2
2014-12-18
Refactor std::os to use sys::os
Aaron Turon
-3
/
+195
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-3
/
+592
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-9
/
+9
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-1
/
+1
2014-12-13
Get rid of all the remaining uses of `refN`/`valN`/`mutN`/`TupleN`
Jorge Aparicio
-2
/
+2
2014-12-13
libstd: use unboxed closures
Jorge Aparicio
-5
/
+6
2014-12-11
Register new snapshots
Alex Crichton
-2
/
+2
2014-12-09
rollup merge of #19620: retep998/memorymap
Alex Crichton
-1
/
+1
2014-12-07
Make MemoryMap use HANDLE on Windows.
Peter Atashian
-1
/
+1
2014-12-06
libstd: remove unnecessary `to_string()` calls
Jorge Aparicio
-5
/
+5
2014-12-06
libstd: remove unnecessary `as_slice()` calls
Jorge Aparicio
-5
/
+5
2014-12-05
rollup merge of #19274: alexcrichton/rewrite-sync
Corey Richardson
-5
/
+262
2014-12-05
Fall out of the std::sync rewrite
Alex Crichton
-7
/
+10
2014-12-05
std: Rewrite the `sync` module
Alex Crichton
-0
/
+254
2014-12-05
std: Close TcpListener with closesocket()
Alex Crichton
-20
/
+24
2014-12-04
libstd: io::fs::File::stat() need not to take &mut self.
NODA, Kai
-1
/
+1
[next]