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
/
rt
Age
Commit message (
Expand
)
Author
Lines
2013-12-24
Remove rust_globals.h
Brian Anderson
-143
/
+37
2013-12-24
Stop using C++ exceptions for stack unwinding.
Vadim Chugunov
-31
/
+37
2013-12-22
uv: Suppress a warning by using an absolute path
Alex Crichton
-0
/
+2
2013-12-07
Register new snapshots
Alex Crichton
-9
/
+0
2013-12-05
Remove unused upcalls
Alex Crichton
-1
/
+2
2013-11-29
Statically link librustrt to libstd
Alex Crichton
-51
/
+0
2013-11-22
Remove sjlj stuff from rust_upcall and don't pass -Werror to libuv.
Luqman Aden
-11
/
+0
2013-11-22
Fix up mingw64 target.
Luqman Aden
-7
/
+18
2013-11-19
Implement more native file I/O
Alex Crichton
-63
/
+0
2013-11-18
Move runtime files to C instead of C++
Alex Crichton
-178
/
+198
2013-11-18
Remove the C++ lock_and_signal type
Alex Crichton
-441
/
+2
2013-11-18
Implement a native mutex type
Alex Crichton
-2
/
+24
2013-11-18
rt: Namespace all C functions under rust_
Brian Anderson
-16
/
+16
2013-11-13
add rust_trylock_little_lock
Jason Toffaletti
-0
/
+33
2013-11-12
rt: Delete more C++
Brian Anderson
-141
/
+10
2013-11-11
auto merge of #10403 : poiru/rust/issue-2675, r=alexcrichton
bors
-9
/
+11
2013-11-11
Add asserts to check for faililng QueryPerformance* calls in precise_time_ns
Birunthan Mohanathas
-7
/
+9
2013-11-11
Change use of unsigned integers to signed integers for clarity in
Birunthan Mohanathas
-5
/
+5
2013-11-10
Another round of test fixes from previous commits
Alex Crichton
-4
/
+2
2013-11-10
Update to the latest libuv
Alex Crichton
-152
/
+25
2013-11-10
Work around bugs in 32-bit enum FFI
Alex Crichton
-0
/
+5
2013-11-10
Migrate uv timer bindings away from ~fn()
Alex Crichton
-5
/
+0
2013-11-10
uv: Remove lots of uv/C++ wrappers
Alex Crichton
-352
/
+0
2013-11-08
auto merge of #10348 : ksh8281/rust/fix_android_timegm, r=yichoi
bors
-2
/
+5
2013-11-08
fix android timegm
sh8281.kim
-2
/
+5
2013-11-07
auto merge of #10281 : klutzy/rust/rt-timezone, r=alexcrichton
bors
-4
/
+9
2013-11-07
update for ndk r9b
sh8281.kim
-4
/
+0
2013-11-06
auto merge of #10227 : kud1ing/rust/ios, r=alexcrichton
bors
-5
/
+17
2013-11-06
Fixes for compilation to iOS:
kud1ing
-5
/
+17
2013-11-05
Move implementation for threads to Rust
Dirkjan Bussink
-143
/
+0
2013-11-05
rt: Convert timezone to utf-8 on Windows
klutzy
-4
/
+9
2013-11-03
Fill out the remaining functionality in io::file
Alex Crichton
-0
/
+4
2013-11-03
Remove all blocking std::os blocking functions
Alex Crichton
-0
/
+4
2013-11-03
Modify IoFactory's fs_mkdir, and add fs_rename
Alex Crichton
-0
/
+5
2013-11-02
Statically link libuv to librustuv
Alex Crichton
-115
/
+0
2013-11-01
Statically link sundown to librustdoc
Alex Crichton
-6
/
+0
2013-10-29
auto merge of #10163 : brson/rust/rtcxx, r=alexcrichton
bors
-159
/
+0
2013-10-29
rt: Remove array_list.h
Brian Anderson
-149
/
+0
2013-10-29
rt: Remove rust_thread::detach
Brian Anderson
-10
/
+0
2013-10-29
rt: Remove four unused upcalls
Brian Anderson
-45
/
+0
2013-10-26
Rewrite boxed_region/memory_region in Rust
Alex Crichton
-579
/
+0
2013-10-25
auto merge of #10060 : alexcrichton/rust/cached-stdout, r=brson
bors
-1
/
+1
2013-10-25
Cache and buffer stdout per-task for printing
Alex Crichton
-1
/
+1
2013-10-24
Implement a basic event loop built on LittleLock
Alex Crichton
-0
/
+12
2013-10-24
Another round of test fixes and merge conflicts
Alex Crichton
-12
/
+0
2013-10-24
wrapping libuv signal for use in Rust
Do Nhat Minh
-0
/
+18
2013-10-24
Test fixes and merge conflicts
Alex Crichton
-25
/
+0
2013-10-24
Move as much I/O as possible off of native::io
Alex Crichton
-0
/
+6
2013-10-24
Don't attempt to export uv functions directly
Alex Crichton
-7
/
+37
2013-10-24
Move rt::io::stdio from FileStream to a TTY
Alex Crichton
-0
/
+4
[prev]
[next]