about summary refs log tree commit diff
path: root/src/librustsyntax
AgeCommit message (Expand)AuthorLines
2012-04-19Cleanup FIXMEs in syntax::ext::qquoteTim Chevalier-13/+7
2012-04-19Removed a FIXME from librustcsyntax/ext/build.rsTim Chevalier-3/+0
2012-04-19Comments only: annotate FIXMEs in lexerTim Chevalier-2/+3
2012-04-18Fix [] on str to exclude the trailing null.Graydon Hoare-3/+4
2012-04-18syntax: Put the main parser interface in mod parseBrian Anderson-171/+185
2012-04-18syntax: Begin moving functions from mod parser to mod classifyBrian Anderson-37/+41
2012-04-18syntax: Move some functions from parser to tokenBrian Anderson-46/+59
2012-04-18syntax: Extract prec mod from parser modBrian Anderson-40/+52
2012-04-17syntax: Add explicit exports in parser modsBrian Anderson-0/+37
2012-04-17syntax: Remove extra 'mut' from bad word tableBrian Anderson-1/+1
2012-04-16rewrite region resolution so it takes place in typeckNiko Matsakis-10/+5
2012-04-15syntax: Remove unused lexer fieldBrian Anderson-2/+1
2012-04-15syntax: Cleanup in diagnosticBrian Anderson-7/+7
2012-04-15syntax: Limit exports in codemapBrian Anderson-0/+23
2012-04-15syntax: Some minor lexer refactoringBrian Anderson-3/+2
2012-04-15syntax: lexer doesn't need to store the src lengthBrian Anderson-6/+4
2012-04-15syntax: lexer doesn't need a codemapBrian Anderson-11/+7
2012-04-15syntax: Limit exports from lexerBrian Anderson-0/+2
2012-04-15syntax: Eliminate token's dependency on lexerBrian Anderson-17/+21
2012-04-15syntax: Move comment-extraction code to its own moduleBrian Anderson-208/+213
2012-04-15syntax: Cleanup attr module. Closes #1545Brian Anderson-182/+225
2012-04-13Annotate FIXMEs in syntax::ast and syntax::ast_utilTim Chevalier-39/+38
2012-04-12Support general warnings and errors in lint pass via flags and attrs. Close #...Graydon Hoare-6/+1
2012-04-11Allow classes to implement ifacesTim Chevalier-7/+24
2012-04-11rustsyntax: i64, not intBrian Anderson-1/+1
2012-04-11Fix name.Graydon Hoare-3/+3
2012-04-11Add vstore/evec/estr to compiler.Graydon Hoare-43/+175
2012-04-10Generic classes and generic class methods work cross-crateTim Chevalier-8/+27
2012-04-06Re-rename option functionsTim Chevalier-5/+5
2012-04-06Remove support for old-style forMarijn Haverbeke-48/+13
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-97/+99
2012-04-06rustc: Fail when there are multiple matches for 'use'Brian Anderson-3/+12
2012-04-05add static region and also fix regions to be contravariantNiko Matsakis-1/+5
2012-04-05Explicitly use version 0.2 of cratesBrian Anderson-3/+6
2012-04-03Monomorphize class constructors, support generic classes and class methodsTim Chevalier-4/+18
2012-04-02Rename some core::option functionsTim Chevalier-6/+6
2012-03-29refactor to store the types during inference in tables in the fcxNiko Matsakis-3/+7
2012-03-29rustc: Move ext to librustsyntaxBrian Anderson-1/+2801
2012-03-29rustc: Move attr, parse, print to rustsyntaxBrian Anderson-1/+5704
2012-03-29rustc: Move lexer and token to rustsyntaxBrian Anderson-0/+952
2012-03-29rustc: Move diagnostic to rustsyntaxBrian Anderson-0/+256
2012-03-29rustc: Move fold to rustsyntaxBrian Anderson-0/+773
2012-03-29rustc: Move interner to rustsyntaxBrian Anderson-0/+42
2012-03-29rustc: Move ast, ast_util, visit to rustsyntaxBrian Anderson-0/+1609
2012-03-29rustc: Move codemap to rustsyntaxBrian Anderson-0/+206
2012-03-29build: Introduce rustsyntax crateBrian Anderson-0/+5