Patrick Walton
|
b0522a497c
|
librustc: Remove ptr::addr_of .
|
2013-04-29 14:30:53 -07:00 |
|
Alex Crichton
|
4c08a8d6c3
|
Removing more unnecessary unsafe blocks throughout
|
2013-04-23 19:59:13 -04:00 |
|
Patrick Walton
|
1e91595520
|
librustc: Remove fail_unless!
|
2013-03-29 16:39:08 -07:00 |
|
Alex Crichton
|
fa7772893a
|
Remove unused imports throughout
|
2013-03-26 19:20:02 -04:00 |
|
Brian Anderson
|
30d4124a37
|
Merge remote-tracking branch 'brson/rt'
Conflicts:
src/libcore/rt/context.rs
src/libcore/rt/sched.rs
src/libcore/rt/thread.rs
src/libcore/rt/uv.rs
|
2013-03-25 12:28:54 -07:00 |
|
Brian Anderson
|
a882554a78
|
core: Refactor uv bindings
I can already see these are going to get massive. Putting them into multiple
files.
|
2013-03-18 16:59:37 -07:00 |
|
Brian Anderson
|
42cba98509
|
core: Convert some multiline statements to single-line
|
2013-03-18 16:59:37 -07:00 |
|
Brian Anderson
|
54bb7226e1
|
core: Simplify uvll bindings and strip out currently-unused bits
No more mapping uv structs to Rust structs
|
2013-03-18 16:59:37 -07:00 |
|
Brian Anderson
|
d30c758974
|
Give core::rt and std::net their own uvll bindings
I intend to do some big refactoring and don't want to deal w/ std just now
|
2013-03-18 16:59:11 -07:00 |
|