summary refs log tree commit diff
path: root/src/librustc/back/arm.rs
AgeCommit message (Expand)AuthorLines
2014-06-12Better dylib skipping based on Alex Crichton codeValerii Hiora-5/+0
2014-06-12Basic iOS supportValerii Hiora-0/+8
2014-05-27std: Rename strbuf operations to stringRicho Healey-9/+9
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-12librustc: Remove all uses of `~str` from librustc.Patrick Walton-31/+32
2014-05-11Reorganise driver code.Nick Cameron-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-8/+8
2014-03-08librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.Patrick Walton-2/+2
2014-01-21Add support for ARM thumb architectureBen Harris-1/+6
2013-11-29Add generation of static libraries to rustcAlex Crichton-1/+1
2013-11-09Add a "system" ABIAlex Crichton-7/+7
2013-09-01Modernized a few type names in rustc and syntaxMarvin Löbel-7/+7
2013-08-24librustc: Always use session target triple.Luqman Aden-8/+2
2013-05-28Remove unnecessary allocations flagged by lintSeo Sanghyeon-20/+20
2013-05-07preliminary Linux ARM supportJyun-Yan You-1/+1
2013-05-02Remove 'Local Variable' commentsBrendan Zabarauskas-11/+0
2013-03-13mk: target triple rename arm-unknown-android->arm-linux-androideabiYoung-il Choi-1/+1
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-1/+1
2013-02-20librustc: Get rid of structural records save for front/test.rs.Luqman Aden-1/+1
2013-01-29librustc: De-export back, lib, and util. rs=deexportingPatrick Walton-1/+1
2013-01-13Support ARM and Androidkyeongwoon-0/+85