about summary refs log tree commit diff
path: root/src/libcore/rt/context.rs
AgeCommit message (Expand)AuthorLines
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-1/+0
2013-04-14core: remove unnecessary unsafe blocks/functionsAlex Crichton-3/+1
2013-04-04rt: improve mips backendJyun-Yan You-0/+1
2013-03-29libcore: language change minor fix for ARM & MIPSYoung-il Choi-2/+2
2013-03-27librustc: Allow expr_repeat to be used with any vstorePatrick Walton-1/+1
2013-03-26librustc: Remove all uses of the old `[T * N]` fixed-length vector syntaxPatrick Walton-3/+3
2013-03-25Merge remote-tracking branch 'brson/rt'Brian Anderson-19/+37
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-4/+4
2013-03-22libcore: Remove `pure` from libcore. rs=depurePatrick Walton-1/+1
2013-03-22librustc: Remove all uses of `static` from functions. rs=destaticPatrick Walton-3/+3
2013-03-18core: Convert some multiline statements to single-lineBrian Anderson-10/+5
2013-03-18core: Cleanup rt::contextBrian Anderson-9/+32
2013-03-11core: Add context switching for ARM and MIPSBrian Anderson-26/+63
2013-03-11core: Add rt mod and add the new scheduler codeBrian Anderson-0/+156