about summary refs log tree commit diff
path: root/src/libsyntax/ast.rs
AgeCommit message (Expand)AuthorLines
2012-11-29Allow for macros to occur in statement position.Paul Stansifer-0/+2
2012-11-28Merge remote-tracking branch 'brson/companion' into incomingBrian Anderson-656/+1
2012-11-28Register snapshotsBrian Anderson-640/+0
2012-11-28librustc: Add explicit self to IterBytes. r=nmatsakisPatrick Walton-0/+128
2012-11-28librustc: Parse `extern "C" { ... }`. r=brsonPatrick Walton-0/+1
2012-11-27librustc: Implement @mut [T] as the new replacement for @[mut T]Patrick Walton-0/+1
2012-11-26Remove the crate languageBrian Anderson-16/+1
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-1/+643
2012-11-18syntax: Remove cdir_syntax. UnusedBrian Anderson-2/+0
2012-11-17Merge remote-tracking branch 'brson/codemap'Brian Anderson-1/+1
2012-11-14Camel case all the codemap types except spanBrian Anderson-1/+1
2012-11-14librustc: Require the #[derivable] attribute, remove the significance of "imp...Patrick Walton-1/+1
2012-11-12rustc: Implement floating point literal inference. r=nmatsakisPatrick Walton-0/+3
2012-11-07rustc: Support irrefutable patterns in function arguments. r=nmatsakisPatrick Walton-3/+3
2012-11-06Cleanup how we handle proto in types, remove unsound subtypingNiko Matsakis-14/+31
2012-11-05rustc: Implement parsing and typechecking for "once fn"Patrick Walton-1/+20
2012-11-03Remove stage0 stuff that was awaiting snapshotTim Chevalier-32/+0
2012-10-30Preserve parenthesization in the ASTTim Chevalier-1/+4
2012-10-25rustc: Translate tuple struct constructorsPatrick Walton-1/+1
2012-10-24rustc: Implement typechecking for tuple structs. r=nmatsakisPatrick Walton-1/+29
2012-10-23Remove <- operator from the compilerTim Chevalier-30/+1
2012-10-23rustc: Implement typechecking for simple monomorphic derivable traits on mono...Patrick Walton-1/+1
2012-10-22Simplify the AST representation of ty param boundsTim Chevalier-7/+5
2012-10-20...missed a merge marker on that last rebaseBen Striegel-1/+0
2012-10-20Remove old fixed-length vector syntaxBen Striegel-2/+3
2012-10-18rustc: Implement intra-crate static methods on anonymous trait implementation...Patrick Walton-29/+1
2012-10-18Remove dead type definitionTim Chevalier-4/+0
2012-10-15rustc: Merge module and type namespaces. r=brsonPatrick Walton-25/+25
2012-10-15libstd: make Serializer a trait-level typaramErick Tryzelaar-0/+49
2012-10-12remove ctor from ast (take 2) (no review: just dead code removal)Niko Matsakis-6/+3
2012-10-12Use the Nth impl when translating a static method call, insteadNiko Matsakis-3/+6
2012-10-11Update FIXME numbersTim Chevalier-2/+2
2012-10-08Revert "Revert "Remove old auto_serialize2 code (needs snapshot)""Tim Chevalier-170/+0
2012-10-08Revert "Remove old auto_serialize2 code (needs snapshot)"Tim Chevalier-0/+170
2012-10-07Remove old auto_serialize2 code (needs snapshot)Erick Tryzelaar-170/+0
2012-10-07Remove the old serializers (needs snapshot)Erick Tryzelaar-4/+174
2012-10-07migrate libsyntax/rustc to auto_serialize2Erick Tryzelaar-147/+208
2012-10-05Remove by-mutable-ref mode from the compilerTim Chevalier-1/+1
2012-10-05Revert "wip"Tim Chevalier-1/+1
2012-10-05wipTim Chevalier-1/+1
2012-10-02libstd: Switch off legacy modes in both core and std.Patrick Walton-12/+12
2012-10-01Move over to calling ptr::addr_ofTim Chevalier-2/+2
2012-09-27libsyntax: Parse visibility modifiers before foreign itemsPatrick Walton-1/+2
2012-09-26turn ast::ident into a structErick Tryzelaar-1/+14
2012-09-24Support visibility qualifiers in crate directives properly.Graydon Hoare-2/+2
2012-09-23Register snapshots. Remove redundant Eq impls, Makefile hacksBrian Anderson-581/+0
2012-09-23Make it illegal to use modes in a fn signature with providingNiko Matsakis-1/+1
2012-09-20Revert "syntax: Make attributes sendable for rustdoc's benefit"Brian Anderson-3/+3
2012-09-20syntax: Make attributes sendable for rustdoc's benefitBrian Anderson-3/+3
2012-09-20rustc: De-mode all overloaded operatorsPatrick Walton-0/+581