summary refs log tree commit diff
path: root/src/librustc/driver/driver.rs
AgeCommit message (Expand)AuthorLines
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-18/+19
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-2/+2
2013-03-28Removing unused importsAlex Crichton-1/+1
2013-03-28Unbreak 'rustc --help'Marvin Löbel-2/+1
2013-03-26rustc: Remove uses of oldmap::HashMapAlex Crichton-3/+3
2013-03-25Kill some warnings: unused imports and old #[deny(..)]s.Huon Wilson-1/+0
2013-03-22rustc: replace uses of old deriving attribute with new oneAndrew Paseltiner-1/+1
2013-03-21auto merge of #5470 : sanxiyn/rust/remove-oldmap-2, r=sanxiynbors-16/+4
2013-03-21Time type checking passes separatelySeo Sanghyeon-5/+3
2013-03-21Move the function to time passes to utilSeo Sanghyeon-11/+1
2013-03-20auto merge of #5443 : alexcrichton/rust/less-bad-copy, r=catamorphismbors-10/+7
2013-03-19auto merge of #5432 : ILyoan/rust/arm_use_ndk_rebase, r=sanxiynbors-2/+16
2013-03-20rustc: Remove some bad copies throughoutAlex Crichton-10/+7
2013-03-19auto merge of #5350 : yichoi/rust/pull-0313-2, r=graydon,pcwaltonbors-2/+2
2013-03-19Make driver::driver::parse_cfgspecs parse any variety of meta_itemLuca Bruno-8/+8
2013-03-19Use NDK for building android target objectsILyoan-2/+16
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-2/+2
2013-03-13Remove `++` mode from the compiler (it is parsed as `+` mode)Niko Matsakis-2/+2
2013-03-13mk: target triple rename arm-unknown-android->arm-linux-androideabiYoung-il Choi-2/+2
2013-03-11librustc: Replace all uses of `fn()` with `&fn()`. rs=defunPatrick Walton-1/+1
2013-03-07librustc: Convert all uses of `assert` over to `fail_unless!`Patrick Walton-2/+2
2013-03-06Merge remote-tracking branch 'brson/cross7'Brian Anderson-3/+8
2013-03-05mk: --android-cross-path to rustcYoung-il Choi-1/+6
2013-03-04Remove unused imports throughout src/Alex Crichton-6/+0
2013-03-03rustc: MIPS32 supportJyun-Yan You-4/+9
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-2/+3
2013-02-25libsyntax: progress on making syntax::visit vecs_implicitly_copyable-freeErick Tryzelaar-1/+1
2013-02-21mk: Split target triples into bulid triple + host triples + target triplesBrian Anderson-2/+2
2013-02-20librustc: Get rid of structural records save for front/test.rs.Luqman Aden-44/+58
2013-02-19librustc: convert lint_dict to take @~strs as keysErick Tryzelaar-2/+2
2013-02-19convert syntax::attr to use @~strsErick Tryzelaar-11/+11
2013-02-19libsyntax and librustc: minor cleanupErick Tryzelaar-3/+3
2013-02-16Add target_endian crate cfg. Closes #4367Zack Corr-4/+7
2013-02-15rustpkg: Add preliminary imperative API supportZack Corr-9/+19
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-7/+1
2013-02-15librustc: Get rid of `move`.Luqman Aden-2/+2
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-4/+4
2013-02-07auto merge of #4834 : veddan/rust/zflags, r=graydonbors-13/+6
2013-02-07librustc: Lots of de-muting. rs=demutingPatrick Walton-23/+25
2013-02-08Moved experimental compiler flags to -Z (#4740)Viktor Dahl-13/+6
2013-02-05oldmap: use &K instead of K in find and getPatrick Walton-1/+1
2013-02-05Revert "oldmap: use &K instead of K in find and get"Graydon Hoare-1/+1
2013-02-03oldmap: use &K instead of K in find and getDaniel Micay-1/+1
2013-02-03Merge remote-tracking branch 'thestinger/old_map' into incomingBrian Anderson-1/+1
2013-02-03Converted libcore/int-template.rs to the new string functions.Marvin Löbel-4/+4
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-6/+6
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-13/+23
2013-01-29librustc: De-export driver. rs=deexportPatrick Walton-50/+51
2013-01-17Add a license check to tidy. #4018Brian Anderson-1/+0