summary refs log tree commit diff
path: root/src/librustc/front/test.rs
AgeCommit message (Expand)AuthorLines
2013-03-29Add AbiSet and integrate it into the AST.Niko Matsakis-3/+3
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-2/+2
2013-03-21librustc: Register new snapshotsPatrick Walton-18/+0
2013-03-20add stage3 markers where necessary for dist-snapGraydon Hoare-0/+1
2013-03-18librustc: Make the compiler ignore purity.Patrick Walton-2/+2
2013-03-18librustc: Convert all uses of old lifetime notation to new lifetime notation....Patrick Walton-2/+18
2013-03-13librustc: Don't accept `as Trait` anymore; fix all occurrences of it.Patrick Walton-4/+4
2013-03-06Fix a bug with region-parameterized enums etc where trans consideredNiko Matsakis-2/+4
2013-03-04Remove unused imports throughout src/Alex Crichton-4/+0
2013-03-02librustc: Remove `fn@`, `fn~`, and `fn&` from librustc. rs=defunPatrick Walton-1/+1
2013-03-02librustc: Forbid chained imports and fix the logic for one-level renaming imp...Patrick Walton-5/+4
2013-02-28Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-3/+3
2013-02-27Introduce lifetime declarations into the lists of type parameters.Niko Matsakis-3/+3
2013-02-25libsyntax: progress on making syntax::visit vecs_implicitly_copyable-freeErick Tryzelaar-8/+10
2013-02-21Get rid of structural records in libsyntax and the last bit in librustc.Luqman Aden-10/+8
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-13/+21
2013-02-19convert ast::meta_items to take @~strsErick Tryzelaar-1/+1
2013-02-19convert syntax::attr to use @~strsErick Tryzelaar-4/+4
2013-02-19libsyntax: change attr:get_attr_name to take a refErick Tryzelaar-1/+1
2013-02-17libsyntax: Update view_item_use/import to reflect actual usageLuqman Aden-2/+2
2013-02-13rustc and std: teach about #[bench], modernize to use quote_expr! some.Graydon Hoare-307/+151
2013-02-07librustc: Lots of de-muting. rs=demutingPatrick Walton-122/+144
2013-02-07Make ~fn non-copyable, make &fn copyable, split barefn/closure types,Niko Matsakis-68/+45
2013-01-31test cases, cleanupJohn Clements-4/+5
2013-01-31Workaround for #4717: pad contents of ast. rs=breakageNiko Matsakis-1/+1
2013-01-31Finalize moves-based-on-type implementation.Niko Matsakis-2/+2
2013-01-29librustc: De-export front, borrowck, and typeck/check. rs=deexportingPatrick Walton-2/+0
2013-01-29librustc: De-export back, lib, and util. rs=deexportingPatrick Walton-4/+2
2013-01-24replace ConstVector trait with the Container traitDaniel Micay-3/+3
2013-01-20convert the remaining ast record types into structsErick Tryzelaar-16/+24
2013-01-20convert ast::ty into a structErick Tryzelaar-14/+26
2013-01-20convert ast::expr into a structErick Tryzelaar-78/+101
2013-01-16Minor cleanup and eliminate a bad copyTim Chevalier-7/+5
2013-01-15Merge pull request #4497 from ILyoan/i4488Brian Anderson-12/+8
2013-01-15when test, just remove #[main] attrILyoan-12/+8
2013-01-14convert ast::{field_,capture_item_,mt} and middle::ty::mt into structsErick Tryzelaar-15/+22
2013-01-14Convert ast::{pat,field_pat,local_,arm} into structsErick Tryzelaar-1/+1
2013-01-14convert ast::crate_ into a struct.Erick Tryzelaar-1/+2
2013-01-14convert ast::attribute_ and ast::view_item to a structErick Tryzelaar-1/+1
2013-01-14convert ast::item into a structErick Tryzelaar-21/+24
2013-01-14Change ast::path into a struct.Erick Tryzelaar-2/+10
2013-01-14syntax/rustc: Eliminate some bad copiesTim Chevalier-1/+1
2013-01-14allowing the entry point name to be something other than mainILyoan-5/+4
2013-01-11Make ast_util::path_name_i take a slice vector, eliminate a bad copyTim Chevalier-2/+1
2013-01-10librustc: Implement a #[no_mangle] attribute to suppress name mangling. r=brsonPatrick Walton-2/+1
2013-01-09A collection of refactorings that I found it hard/tiresome to divide:Niko Matsakis-5/+11
2013-01-09syntax: convert ast::spanned into a structErick Tryzelaar-2/+2
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+1
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-1/+0