about summary refs log tree commit diff
path: root/src/rt/arch/arm
AgeCommit message (Expand)AuthorLines
2015-08-10Remove morestack supportAlex Crichton-126/+0
2014-12-22Removed unused context-switching assembly code.Maya Nitu-69/+0
2014-06-13Cosmetic fixes & commentsValerii Hiora-1/+5
2014-06-12Runtime support for arm on iOSValerii Hiora-34/+74
2014-02-13Remove two allocations from spawning a green taskAlex Crichton-0/+8
2013-11-18rt: Namespace all C functions under rust_Brian Anderson-2/+2
2013-11-06Fixes for compilation to iOS:kud1ing-2/+8
2013-10-19Use __morestack to detect stack overflowAlex Crichton-239/+5
2013-08-04Add support for vanilla linux on arm.Luqman Aden-0/+14
2013-05-22fix arm stack alignmentJyun-Yan You-2/+4
2013-05-07preliminary Linux ARM supportJyun-Yan You-0/+8
2013-05-03add gitattributes and fix whitespace issuesDaniel Micay-9/+2
2013-04-10add unwind information on morestackILyoan-14/+19
2013-04-10rust morestack assembly for armILyoan-42/+60
2013-04-01rt/arch/arm: fix syntax used for noexec stackDaniel Micay-4/+4
2013-03-31mark the assembly object stacks as non-executableDaniel Micay-8/+27
2013-03-25auto merge of #5424 : luqmana/rust/inline-rt, r=brsonbors-0/+29
2013-03-19Rewrite arm/ccall.sILyoan-15/+10
2013-03-17rt: Inline get_sp_limit/set_sp_limit/get_sp for x86_64.Luqman Aden-0/+29
2013-02-27mk: rewrite make filesYoung-il Choi-0/+8
2013-01-17Add a license check to tidy. #4018Brian Anderson-0/+7
2013-01-13Support ARM and Androidkyeongwoon-0/+273