summary refs log tree commit diff
path: root/src/rustc/front
AgeCommit message (Expand)AuthorLines
2012-07-10Modify reflect interface to pass tydescs back to client, stop on false return.Graydon Hoare-44/+39
2012-07-10Get rid of places that expected foo.bar to implicitly bind.Michael Sullivan-5/+5
2012-07-09Allow folds to drop items.Paul Stansifer-2/+2
2012-07-09rustc: Conditionally compile view items. #2357Brian Anderson-6/+24
2012-07-05Change 'iface' to 'trait' internally; parse `trait` as `iface` synonymLindsey Kuper-1/+1
2012-07-03Revert "Remove rule requiring non-nil block-style statements to be semi-termi...Brian Anderson-1/+1
2012-07-03Remove rule requiring non-nil block-style statements to be semi-terminatedBrian Anderson-1/+1
2012-07-03Switch 'native' to 'extern' (or 'foreign' in some descriptions)Graydon Hoare-1/+1
2012-07-01Convert to new closure syntaxBrian Anderson-15/+15
2012-06-30Eliminate usages of old sugared call syntaxBrian Anderson-2/+2
2012-06-29Switch the compiler over to using ~[] notation instead of []/~. Closes #2759.Michael Sullivan-47/+47
2012-06-28Replaced almost all vector+ in rustc (#2719)Eric Holk-6/+7
2012-06-26Change 'native' and 'crust' to 'extern'.Graydon Hoare-8/+8
2012-06-25Make vectors uglier ([]/~). Sorry. Should be temporary. Closes #2725.Michael Sullivan-50/+51
2012-06-25When we cons up vector asts, generate evecs.Michael Sullivan-6/+16
2012-06-21Tag all remaining FIXMEs with bugs. Install rule in tidy script to enforce this.Graydon Hoare-5/+6
2012-06-20Remove bind. Issue #2189Brian Anderson-9/+9
2012-06-14Complete a data visitor type that does proper pointer-walking.Graydon Hoare-10/+20
2012-06-13Box AST identsBrian Anderson-20/+20
2012-06-08Pass names of fields and variants when reflecting.Graydon Hoare-10/+12
2012-06-08Visit the substructure for classes and enums as well.Graydon Hoare-3/+18
2012-06-08More work on reflect, only missing enum and class substructures.Graydon Hoare-0/+37
2012-06-07Refactor reflect.rs, begin visiting type substructures.Graydon Hoare-14/+24
2012-06-06move test to dvecNiko Matsakis-7/+7
2012-05-21remove mutable cycle from ast_foldNiko Matsakis-7/+7
2012-05-17Comments only: annotate FIXMEs in front-endTim Chevalier-2/+3
2012-05-16Include intrinsic module in all crates, emit visit glue, fn intrinsic::visit_...Graydon Hoare-136/+42
2012-05-11First working monomorphic type-reflection.Graydon Hoare-0/+6
2012-05-10Preliminary groundwork for intrinsic module, reflection interface.Graydon Hoare-0/+170
2012-05-08Support visibility modifiers and attributes on view itemsMarijn Haverbeke-2/+8
2012-05-08Start parsing pub/priv on regular itemsMarijn Haverbeke-0/+3
2012-05-07make it illegal to implicitly capture mutable variablesNiko Matsakis-1/+1
2012-05-04new cap clause syntaxNiko Matsakis-6/+1
2012-04-25lots of work to make iface/impls parameterized by regionsNiko Matsakis-1/+1
2012-04-23Simplify representation of ast::pathMarijn Haverbeke-14/+10
2012-04-15syntax: Cleanup attr module. Closes #1545Brian Anderson-1/+1
2012-04-13Annotate FIXMEs in syntax::ast and syntax::ast_utilTim Chevalier-3/+4
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-2/+2
2012-03-29rustc: Remove the rustsyntax::attr wrapper in frontBrian Anderson-3/+3
2012-03-29rustc: Move attr, parse, print to rustsyntaxBrian Anderson-337/+0
2012-03-29rustc: Remove the session dependency from front::attrBrian Anderson-4/+5
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-6/+6
2012-03-23Remove last vestiges of old-style intrinsicsMarijn Haverbeke-2/+2
2012-03-23Interpret native mods with ABI rust-intrinsic as builtinsMarijn Haverbeke-4/+1
2012-03-23Revert removal of intrinsicsMarijn Haverbeke-1/+4
2012-03-23Rename builtin back to intrinsicMarijn Haverbeke-2/+2
2012-03-23Remove support for the old-style intrinsicsMarijn Haverbeke-3/+0
2012-03-23Implement built-in native modules as an alternative to intrinsicsMarijn Haverbeke-0/+3
2012-03-21add mut decls to rustc and make them mandatoryNiko Matsakis-5/+5
2012-03-16core: Store reexporting result and either. Closes #1997Brian Anderson-0/+1