summary refs log tree commit diff
path: root/src/libsyntax/parse/token.rs
AgeCommit message (Expand)AuthorLines
2013-03-26syntax: Removing uses of HashMapAlex Crichton-28/+26
2013-03-22librustc: Remove the `const` declaration form everywherePatrick Walton-38/+38
2013-03-22libsyntax: Introduce the new `assert!` macro; make `assert` no longer a keywordPatrick Walton-1/+1
2013-03-22librustc: Remove `pure` from libsyntax and librustc.Patrick Walton-7/+7
2013-03-22syntax: replace uses of old deriving attribute with new oneAndrew Paseltiner-3/+3
2013-03-11Remove the log keyword (by renaming it to __log)Brian Anderson-1/+1
2013-03-07add deriving_eq for tokensJohn Clements-273/+2
2013-03-03libsyntax: add &self to parser methodsErick Tryzelaar-4/+4
2013-02-27Merge remote-tracking branch 'remotes/origin/incoming' into incomingErick Tryzelaar-1/+3
2013-02-26libsyntax: add explicit copiesErick Tryzelaar-7/+7
2013-02-26Macros now leave scopeJohn Clements-1/+3
2013-02-26libsyntax: change binop_to_str to be pureErick Tryzelaar-1/+1
2013-02-26libsyntax: change token fns to take &TokenErick Tryzelaar-18/+18
2013-02-26libsyntax: change token::to_str to take &TokenErick Tryzelaar-2/+2
2013-02-25libsyntax: change flip_delimiter to take a &token::TokenErick Tryzelaar-2/+2
2013-02-19libsyntax: convert interner into a modern structErick Tryzelaar-2/+2
2013-02-15libsyntax: Remove move as a keyword.Luqman Aden-1/+1
2013-02-14librustc: Replace `impl Type : Trait` with `impl Trait for Type`. rs=implflip...Patrick Walton-1/+1
2013-02-13auto merge of #4922 : jbclements/rust/add-deriving-eq-to-asts, r=catamorphismbors-6/+2
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-2/+2
2013-02-13deriving_eq for tokens and binopsJohn Clements-6/+1
2013-02-13Commenting, test cases, cleanupJohn Clements-0/+1
2013-02-09auto merge of #4854 : thestinger/rust/oldmap, r=catamorphismbors-3/+3
2013-02-08oldmap: get rid of legacy _ref suffixesDaniel Micay-3/+3
2013-02-08Add and lex LIFETIME tokensNiko Matsakis-1/+8
2013-02-03oldmap: get rid of the legacy each_key methodDaniel Micay-3/+3
2013-02-03rename map -> oldmap and mark it as deprecatedDaniel Micay-1/+1
2013-02-01Remove fail keyword from lexer & parser and clean up remaining calls toNick Desaulniers-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-2/+2
2013-01-30librustc: Remove legacy exports from the language. r=brsonPatrick Walton-1/+1
2013-01-29libsyntax: De-export a lot of libsyntax. rs=deƫxportingPatrick Walton-61/+62
2013-01-24Make `super` a keywordYoungsoo Son-1/+1
2013-01-23libsyntax: Implement `assert` as a macro (called `fail_unless!` on a transiti...Patrick Walton-12/+17
2013-01-10librustc: Allow the type parameter version of `Self` to be spelled with a cap...Patrick Walton-9/+38
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+2
2013-01-08Revert "librustc: Make unqualified identifier searches terminate at the neare...Patrick Walton-2/+0
2013-01-08librustc: Make unqualified identifier searches terminate at the nearest modul...Patrick Walton-0/+2
2012-12-27librustc: Terminate name searches at the nearest module scope for paths that ...Patrick Walton-2/+11
2012-12-17Switch from serialization to std::serialize. (snapshot)Erick Tryzelaar-7/+7
2012-12-12syntax: remove most code handling old-style syntax extensions.Graydon Hoare-8/+0
2012-12-04librustc: Remove all legacy pattern bindings from libsyntax and librustc. rs=...Patrick Walton-2/+2
2012-12-03Update license, add license boilerplate to most files. Remainder will follow.Graydon Hoare-0/+10
2012-11-29syntax: slight improvement in fidelity of printing tokens. Still not great.Graydon Hoare-5/+3
2012-11-29Forbid attrs on macros, since we don't handle them properly yet.Paul Stansifer-1/+1
2012-11-28Merge remote-tracking branch 'brson/companion' into incomingBrian Anderson-285/+0
2012-11-28Register snapshotsBrian Anderson-285/+0
2012-11-28librustc: Parse `extern "C" { ... }`. r=brsonPatrick Walton-1/+3
2012-11-19rustc: Implement explicit self for Eq and Ord. r=graydonPatrick Walton-0/+285
2012-11-12rustc: Implement floating point literal inference. r=nmatsakisPatrick Walton-0/+16
2012-11-05rustc: Implement parsing and typechecking for "once fn"Patrick Walton-0/+1