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
/
sys
Age
Commit message (
Expand
)
Author
Lines
2014-12-19
load_self() needs to be public
Michael Neumann
-1
/
+1
2014-12-19
iOS: fallout of runtime removal
Valerii Hiora
-2
/
+2
2014-12-19
Several fixes for DragonFly (rebase)
Michael Neumann
-1
/
+11
2014-12-18
Rebasing fixes.
Aaron Turon
-13
/
+21
2014-12-18
std: Move the panic flag to its own thread local
Alex Crichton
-11
/
+0
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
-31
/
+35
2014-12-18
Avoid .take().unwrap() with FnOnce closures
Alex Crichton
-3
/
+2
2014-12-18
Fix compilation on linux
Alex Crichton
-1
/
+1
2014-12-18
Fallout from new thread API
Aaron Turon
-41
/
+25
2014-12-18
Revise rt::unwind
Aaron Turon
-6
/
+24
2014-12-18
Remove rt::{mutex, exclusive}
Aaron Turon
-7
/
+6
2014-12-18
Introduce std::thread
Aaron Turon
-0
/
+60
2014-12-18
Remove rt::bookkeeping
Aaron Turon
-2
/
+1
2014-12-18
Refactor std::os to use sys::os
Aaron Turon
-6
/
+327
2014-12-18
libs: merge librustrt into libstd
Aaron Turon
-8
/
+2146
2014-12-18
librustc: Always parse `macro!()`/`macro![]` as expressions if not
Patrick Walton
-13
/
+13
2014-12-15
Remove internal uses of `marker::NoCopy`
Jorge Aparicio
-3
/
+0
2014-12-14
Mostly rote conversion of `proc()` to `move||` (and occasionally `Thunk::new`)
Niko Matsakis
-5
/
+5
2014-12-14
Rewrite threading infrastructure, introducing `Thunk` to represent
Niko Matsakis
-5
/
+11
2014-12-13
Get rid of all the remaining uses of `refN`/`valN`/`mutN`/`TupleN`
Jorge Aparicio
-2
/
+2
2014-12-13
libstd: use tuple indexing
Jorge Aparicio
-4
/
+4
2014-12-13
libstd: use unboxed closures
Jorge Aparicio
-31
/
+41
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-09
rollup merge of #19577: aidancully/master
Alex Crichton
-1
/
+17
2014-12-08
auto merge of #19378 : japaric/rust/no-as-slice, r=alexcrichton
bors
-11
/
+11
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_mut_slice` calls
Jorge Aparicio
-1
/
+1
2014-12-06
libstd: remove unnecessary `as_slice()` calls
Jorge Aparicio
-5
/
+5
2014-12-05
prefer "FIXME" to "TODO".
Aidan Cully
-1
/
+1
2014-12-05
Utilize fewer reexports
Corey Farwell
-1
/
+1
2014-12-05
work around portability issue on FreeBSD, in which the key returned from
Aidan Cully
-1
/
+17
2014-12-05
rollup merge of #19454: nodakai/libstd-reap-failed-child
Corey Richardson
-10
/
+33
2014-12-05
rollup merge of #19274: alexcrichton/rewrite-sync
Corey Richardson
-24
/
+915
2014-12-05
Fall out of the std::sync rewrite
Alex Crichton
-24
/
+37
2014-12-05
std: Rewrite the `sync` module
Alex Crichton
-2
/
+880
2014-12-05
std: Close TcpListener with closesocket()
Alex Crichton
-20
/
+24
2014-12-05
libstd/sys/unix/process.rs: reap a zombie who didn't get through to exec(2).
NODA, Kai
-10
/
+33
2014-12-04
libstd: io::fs::File::stat() need not to take &mut self.
NODA, Kai
-1
/
+1
2014-11-26
rollup merge of #19288: steveklabnik/doc_style_cleanup
Alex Crichton
-17
/
+13
2014-11-26
rollup merge of #19273: ogham/rename-file-types
Alex Crichton
-12
/
+12
2014-11-26
auto merge of #19176 : aturon/rust/stab-iter, r=alexcrichton
bors
-2
/
+2
2014-11-26
auto merge of #19169 : aturon/rust/fds, r=alexcrichton
bors
-15
/
+231
2014-11-25
/** -> ///
Steve Klabnik
-17
/
+13
2014-11-25
Fallout from stabilization
Aaron Turon
-2
/
+2
2014-11-24
std: Leak all statically allocated TLS keys
Alex Crichton
-35
/
+2
2014-11-24
Clean up FileType enum following enum namespacing
Ben S
-12
/
+12
2014-11-23
std: Add a new top-level thread_local module
Alex Crichton
-6
/
+605
[prev]
[next]