Niko Matsakis
|
61b9e0ebfa
|
core: changes in response to #5656
|
2013-04-10 17:32:03 -07:00 |
|
Patrick Walton
|
1e91595520
|
librustc: Remove fail_unless!
|
2013-03-29 16:39:08 -07: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 |
|
Patrick Walton
|
85c9fc6f8f
|
librustc: Remove the const declaration form everywhere
|
2013-03-22 22:24:35 -07:00 |
|
Patrick Walton
|
fa70709e07
|
libsyntax: Stop parsing pure and static
|
2013-03-22 22:24:33 -07:00 |
|
Patrick Walton
|
4634f7edae
|
librustc: Remove all uses of static from functions. rs=destatic
|
2013-03-22 10:27:39 -07:00 |
|
Patrick Walton
|
ca3bc644f4
|
libcore: Make a couple of constructors public. rs=testfixing
|
2013-03-19 20:37:53 -07:00 |
|
Patrick Walton
|
352c070365
|
librustc: Convert all uses of old lifetime notation to new lifetime notation. rs=delifetiming
|
2013-03-18 17:21:14 -07:00 |
|
Brian Anderson
|
5af5766512
|
core: Initialize global state lazily in the Scheduler ctor
I don't want any global one-time initalization functions because
that will make embedding harder.
|
2013-03-18 17:00:35 -07:00 |
|
Brian Anderson
|
9a075f264a
|
core: Rename rt::io to rt::rtio
This is an internal interface. I want to use rt::io for public interfaces.
|
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
|
e8ddef93da
|
core: Cleanup rt::context
|
2013-03-18 16:59:10 -07:00 |
|
Brian Anderson
|
676e0290ed
|
core: Add rt mod and add the new scheduler code
|
2013-03-11 19:44:29 -07:00 |
|