Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Validate uses of self and super | John Renner | 2020-05-01 | 1 | -1/+1 |
* | Fix a bunch of false-positives in join-lines | Aleksey Kladov | 2020-04-30 | 1 | -1/+1 |
* | Allow to set env vars and pipe stdin via not_bash | Aleksey Kladov | 2020-04-30 | 2 | -92/+79 |
* | Merge #4219 | bors[bot] | 2020-04-30 | 1 | -33/+67 |
|\ | |||||
| * | Avoid `rustup` invocation for non-rustup rust installation | oxalica | 2020-04-30 | 1 | -33/+67 |
* | | Merge #4178 | bors[bot] | 2020-04-30 | 1 | -1/+1 |
|\ \ | |/ |/| | |||||
| * | Validate the location of `crate` in paths | John Renner | 2020-04-29 | 1 | -1/+1 |
* | | Use x86_64-unknown-linux-gnu for releases | Laurențiu Nicola | 2020-04-28 | 1 | -5/+3 |
|/ | |||||
* | Bump required rust to 1.43 | kjeremy | 2020-04-23 | 1 | -1/+1 |
* | Group generated ast boilerplate apart from the interesting part | veetaha | 2020-04-18 | 1 | -120/+130 |
* | Refucktor codegen | veetaha | 2020-04-18 | 1 | -6/+6 |
* | Align grammar for record patterns and literals | Aleksey Kladov | 2020-04-11 | 1 | -1/+1 |
* | Simplify | Aleksey Kladov | 2020-04-10 | 1 | -1/+1 |
* | Rename some tokens | Aleksey Kladov | 2020-04-10 | 2 | -13/+13 |
* | Better readability | Aleksey Kladov | 2020-04-10 | 1 | -2/+3 |
* | Remove dead code | Aleksey Kladov | 2020-04-10 | 1 | -11/+4 |
* | Generate only minimal set of ineresting tokens | Aleksey Kladov | 2020-04-10 | 3 | -0/+38 |
* | Scale token generation back | Aleksey Kladov | 2020-04-10 | 3 | -238/+59 |
* | Convert more tokens | Aleksey Kladov | 2020-04-10 | 2 | -49/+19 |
* | Other delimiters | Aleksey Kladov | 2020-04-10 | 2 | -18/+22 |
* | Curley tokens | Aleksey Kladov | 2020-04-10 | 1 | -17/+15 |
* | Start replacing tokens | Aleksey Kladov | 2020-04-10 | 2 | -1/+5 |
* | Semicolon token | Aleksey Kladov | 2020-04-10 | 2 | -13/+19 |
* | More readable ast_src for keywords | Aleksey Kladov | 2020-04-10 | 2 | -104/+133 |
* | Simplify | Aleksey Kladov | 2020-04-10 | 1 | -4/+4 |
* | Simpler acessors for keywords | Aleksey Kladov | 2020-04-09 | 2 | -10/+27 |
* | Drop needless trait | Aleksey Kladov | 2020-04-09 | 1 | -4/+4 |
* | Be consistent about token accesors | Aleksey Kladov | 2020-04-09 | 1 | -2/+3 |
* | Add _token suffix to token accessors | Aleksey Kladov | 2020-04-09 | 1 | -0/+1 |
* | Put displays at the end | Aleksey Kladov | 2020-04-09 | 1 | -12/+16 |
* | More compact | Aleksey Kladov | 2020-04-09 | 1 | -10/+2 |
* | More compact generated code | Aleksey Kladov | 2020-04-09 | 1 | -0/+1 |
* | Move the rest of the tokens to generated/tokens | Aleksey Kladov | 2020-04-09 | 2 | -85/+98 |
* | Move generated tokens to a separate file | Aleksey Kladov | 2020-04-09 | 1 | -37/+61 |
* | Start ast/generated/tokens | Aleksey Kladov | 2020-04-09 | 2 | -3/+8 |
* | Prepare for spliting generated into tokens and nodes | Aleksey Kladov | 2020-04-09 | 2 | -2/+2 |
* | Reduce visibility | Aleksey Kladov | 2020-04-09 | 1 | -2/+2 |
* | Cleanup import | Aleksey Kladov | 2020-04-09 | 1 | -2/+5 |
* | Scale back to only two traits | Aleksey Kladov | 2020-04-09 | 2 | -37/+58 |
* | Provide more complete AST accessors to support usage in rustc | Luca Barbieri | 2020-04-09 | 1 | -91/+292 |
* | Scale back the traits | Aleksey Kladov | 2020-04-09 | 1 | -140/+28 |
* | Add AstElement trait, generate tokens, support tokens in enums | Luca Barbieri | 2020-04-08 | 1 | -29/+269 |
* | fmt | Aleksey Kladov | 2020-04-08 | 1 | -1/+0 |
* | Don't strip nightly releases | Aleksey Kladov | 2020-04-08 | 4 | -22/+19 |
* | When making a release, just promote the latest nightly | Aleksey Kladov | 2020-04-07 | 1 | -2/+2 |
* | Macro patterns are not confused with expressions. | Aleksey Kladov | 2020-04-03 | 1 | -0/+3 |
* | Get rid of ItemOrMacro | Aleksey Kladov | 2020-03-26 | 1 | -0/+1 |
* | Fix formatting | Aleksey Kladov | 2020-03-23 | 2 | -2/+2 |
* | Fix release | Aleksey Kladov | 2020-03-23 | 2 | -7/+18 |
* | gen_assists_docs skip hidden files | Josh Mcguigan | 2020-03-21 | 2 | -7/+19 |