summary refs log tree commit diff
path: root/src/librustc/driver/session.rs
AgeCommit message (Expand)AuthorLines
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-4/+2
2013-03-29librustc: Remove `fail_unless!`Patrick Walton-7/+7
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-23/+23
2013-03-22rustc: replace uses of old deriving attribute with new oneAndrew Paseltiner-3/+3
2013-03-13librustc: Remove "base types" from the language.Patrick Walton-39/+39
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-3/+3
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-7/+7
2013-03-06Merge remote-tracking branch 'brson/cross7'Brian Anderson-1/+3
2013-03-05mk: --android-cross-path to rustcYoung-il Choi-1/+3
2013-03-04Adding missing imports for tests, and gate off othersAlex Crichton-3/+0
2013-03-04Remove unused imports throughout src/Alex Crichton-2/+0
2013-03-03rustc: MIPS32 supportJyun-Yan You-1/+1
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-2/+2
2013-02-25libsyntax: Convert ast::attribute_ to store a @meta_itemErick Tryzelaar-1/+1
2013-02-22De-implicit-self librustcBen Striegel-38/+48
2013-02-21Get rid of structural records in libsyntax and the last bit in librustc.Luqman Aden-2/+2
2013-02-20librustc: Separate most trait bounds with '+'. rs=plussingPatrick Walton-1/+1
2013-02-20librustc: Get rid of structural records save for front/test.rs.Luqman Aden-37/+41
2013-02-19librustc: change driver::session::Session::str_of to return @~strErick Tryzelaar-2/+2
2013-02-19convert ast::meta_items to take @~strsErick Tryzelaar-1/+1
2013-02-19convert syntax::attr to use @~strsErick Tryzelaar-1/+1
2013-02-15librustc: Stop parsing `impl Type : Trait` and fix several declarations that ...Patrick Walton-21/+3
2013-02-07auto merge of #4834 : veddan/rust/zflags, r=graydonbors-0/+12
2013-02-07librustc: Lots of de-muting. rs=demutingPatrick Walton-16/+17
2013-02-08Added a few missing 'pub'sViktor Dahl-5/+5
2013-02-08Moved experimental compiler flags to -Z (#4740)Viktor Dahl-0/+12
2013-01-31cleanup for make checkJohn Clements-4/+5
2013-01-31test cases, cleanupJohn Clements-4/+4
2013-01-29librustc: De-export driver. rs=deexportPatrick Walton-63/+64
2013-01-20convert the remaining ast record types into structsErick Tryzelaar-1/+1
2013-01-15librustc: minor missing change for crate-as-struct.Graydon Hoare-1/+1
2013-01-14convert ast::attribute_ and ast::view_item to a structErick Tryzelaar-1/+1
2013-01-13Support ARM and Androidkyeongwoon-1/+2
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+7
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-7/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+7
2013-01-07librustc: Fix some librustc test modes. rs=bustagePatrick Walton-1/+1
2013-01-07librustc: Make vectors no longer implicitly copyable in rustc. r=graydonPatrick Walton-6/+7
2012-12-27librustc: Fix some unresolved imports in the test runner. rs=bustagePatrick Walton-0/+1
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-1/+8
2012-12-13librustc: Make `use` statements crate-relative by default. r=brsonPatrick Walton-6/+7
2012-12-06Remove hack to not use type_use on x86Brian Anderson-4/+1
2012-12-06Turn off type_use on x86. #4127Brian Anderson-1/+4
2012-12-05librustc: Implement "-Z no-monomorphic-collapse" as a debugging tool to diagn...Patrick Walton-0/+6
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-28Register snapshotsBrian Anderson-30/+0
2012-11-26Remove the crate languageBrian Anderson-1/+0
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+30
2012-11-12Remove CodeMap box typedef from codemapBrian Anderson-1/+1