| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2015-09-03 | Use consistent terminology for byte string literals | Vadim Petrochenkov | -4/+4 | |
| Avoid confusion with binary integer literals and binary operator expressions in libsyntax | ||||
| 2015-05-05 | Declare other tokens used later in the reference grammar | Carol Nichols | -3/+3 | |
| There were some tokens used in the grammar but not declared. Antlr doesn't really seem to care and happily uses them, but they appear in RustLexer.tokens in a potentially-unexpected order. | ||||
| 2015-05-05 | Correct a typo in a declared token in the reference grammar | Carol Nichols | -1/+1 | |
| This appears to not have too much of a detrimental effect, but it doesn't seem to be what is intended either. antlr doesn't mind that `PLUS` isn't declared in `tokens` and happily uses the `PLUS` that appears later in the file, but the generated RustLexer.tokens had PLUS at the end rather than where it was intended: NOT=10 TILDE=11 PLUT=12 MINUS=13 ... PLUS=56 | ||||
| 2015-04-21 | Model lexer: Fix remaining issues | Piotr Czarnecki | -65/+47 | |
| 2015-04-19 | Finished unicode support in the model lexer. | Piotr Czarnecki | -1/+1 | |
| Completed XID_Start and XID_Continue rules | ||||
| 2015-04-19 | Add proper XID_Start and XID_Continue rules and use CharPos for span ↵ | Florian Hahn | -6/+2 | |
| comparison, closes #15679 | ||||
| 2015-01-13 | Handle question marks in model lexer, closes #15879 | Florian Hahn | -0/+5 | |
| 2014-12-30 | Handle function calls to integers in model lexer correctly | Florian Hahn | -2/+58 | |
| closes #15877 | ||||
| 2014-12-29 | Handle range in model lexer correctly #15877 | Florian Hahn | -1/+2 | |
| 2014-11-20 | Adjust Antlr4 lexer to include suffixes. | Huon Wilson | -29/+15 | |
| This makes the formal lexical grammar (more closely) reflect the one implemented by the compiler. | ||||
| 2014-09-29 | Update ANTLR float suffix grammar | Patrick Reisert | -2/+1 | |
| - Removes f128 from the grammar, which is no longer support in rustc - The fragment modifier is added so it won't parse float suffix as a separate token | ||||
| 2014-07-21 | Byte/raw binary literal fixes | Corey Richardson | -2/+7 | |
| 2014-07-21 | Refine the tooling, handle comments | Corey Richardson | -19/+4 | |
| 2014-07-21 | First pass at line comment correctness | Corey Richardson | -15/+30 | |
| 2014-07-21 | Lexer; subtly wrong; no makefile | Corey Richardson | -0/+165 | |
