about summary refs log tree commit diff
path: root/src/librustc/back/mips.rs
AgeCommit message (Expand)AuthorLines
2014-07-14Extract librustc_back from librustcBrian Anderson-72/+0
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-7/+7
2014-05-24core: rename strbuf::StrBuf to string::StringRicho Healey-1/+1
2014-05-12librustc: Remove all uses of `~str` from librustc.Patrick Walton-28/+29
2014-05-11Reorganise driver code.Nick Cameron-2/+2
2014-04-18Replace all ~"" with "".to_owned()Richo Healey-6/+6
2014-03-20Removing imports of std::vec_ng::VecAlex Crichton-1/+0
2014-03-20rename std::vec_ng -> std::vecDaniel Micay-1/+1
2014-03-14fix MIPS targetJyun-Yan You-5/+5
2014-03-08librustc: Fix up fallout from the automatic conversion.Felix S. Klock II-0/+1
2014-03-08librustc: Automatically change uses of `~[T]` to `Vec<T>` in rustc.Patrick Walton-1/+1
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-02Remove 'Local Variable' commentsBrendan Zabarauskas-11/+0
2013-03-03rustc: implement MIPS O32 ABIJyun-Yan You-1/+1
2013-03-03rustc: MIPS32 supportJyun-Yan You-0/+85