summary refs log tree commit diff
path: root/src/rustc/syntax/parse/lexer.rs
AgeCommit message (Collapse)AuthorLines
2012-03-26Bulk-edit mutable -> mut.Graydon Hoare-7/+7
2012-03-26rustc: "unkown" -> "unknown"Patrick Walton-1/+1
2012-03-21add mut decls to rustc and make them mandatoryNiko Matsakis-26/+29
2012-03-12Libc/os/run/rand/io reorganization. Close #1373. Close #1638.Graydon Hoare-2/+0
- Move io, run and rand to core. - Remove incorrect ctypes module (use libc). - Remove os-specific modules for os and fs. - Split fs between core::path and core::os.
2012-03-10Use loop instead of while(true) in libraries and compiler itselfTim Chevalier-5/+4
And remove spurious fails/unreachable() calls.
2012-03-02Move src/comp to src/rustcGraydon Hoare-0/+748