about summary refs log tree commit diff
path: root/src/librustsyntax/codemap.rs
AgeCommit message (Expand)AuthorLines
2012-05-31Rename librustsyntax to libsyntaxKevin Cantu-236/+0
2012-05-26core: Make range follow the for loop protocolBrian Anderson-1/+1
2012-05-22Changed the lexer to accept #! comments on the first line.Margaret Meyerhofer-0/+1
2012-05-18port codemap to use dvecNiko Matsakis-3/+5
2012-05-10Preliminary groundwork for intrinsic module, reflection interface.Graydon Hoare-0/+6
2012-04-30Revert "Eliminate a copy in syntax::parse::new_parser_from_file"Tim Chevalier-3/+3
2012-04-30Eliminate a copy in syntax::parse::new_parser_from_fileTim Chevalier-3/+3
2012-04-15syntax: Limit exports in codemapBrian Anderson-0/+23
2012-04-15syntax: Some minor lexer refactoringBrian Anderson-1/+1
2012-04-06Convert old-style for loops to new-styleMarijn Haverbeke-1/+1
2012-03-29rustc: Move codemap to rustsyntaxBrian Anderson-0/+204