Patrick Walton
|
0c820d4123
|
libstd: Rename libcore to libstd and libstd to libextra; update makefiles.
This only changes the directory names; it does not change the "real"
metadata names.
|
2013-05-22 21:57:05 -07:00 |
|
Jyun-Yan You
|
499b02213d
|
fix arm stack alignment
|
2013-05-22 08:49:16 +08:00 |
|
Jyun-Yan You
|
d86a32bbb2
|
fix mips stack alignment
|
2013-05-21 11:58:30 +08:00 |
|
Brian Anderson
|
bfd9aa9755
|
core:rt: A few micro-opts
|
2013-05-15 12:19:14 -07:00 |
|
Brian Anderson
|
01b7b7d5a0
|
core::rt: Use unsafe pointers instead of transmuted regions
|
2013-05-14 14:52:02 -07:00 |
|
Daniel Micay
|
86efd97a10
|
add gitattributes and fix whitespace issues
|
2013-05-03 20:01:42 -04:00 |
|
Alex Crichton
|
d9595d1737
|
core: remove unnecessary unsafe blocks/functions
|
2013-04-14 01:15:46 -04:00 |
|
Jyun-Yan You
|
fdf48a7b52
|
rt: improve mips backend
|
2013-04-04 18:53:58 +08:00 |
|
Young-il Choi
|
e6f2d7a48c
|
libcore: language change minor fix for ARM & MIPS
|
2013-03-29 15:46:13 +09:00 |
|
Patrick Walton
|
e5dda811a9
|
librustc: Allow expr_repeat to be used with any vstore
|
2013-03-27 13:53:03 -07:00 |
|
Patrick Walton
|
142dbd65da
|
librustc: Remove all uses of the old [T * N] fixed-length vector syntax
|
2013-03-26 21:29:34 -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
|
be9bddd463
|
libcore: Remove pure from libcore. rs=depure
|
2013-03-22 10:29:17 -07:00 |
|
Patrick Walton
|
4634f7edae
|
librustc: Remove all uses of static from functions. rs=destatic
|
2013-03-22 10:27:39 -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
|
e28d4b3516
|
core: Add context switching for ARM and MIPS
ARM definitely compiles
|
2013-03-11 23:33:05 -07:00 |
|
Brian Anderson
|
676e0290ed
|
core: Add rt mod and add the new scheduler code
|
2013-03-11 19:44:29 -07:00 |
|