| Age | Commit message (Expand) | Author | Lines |
|---|---|---|---|
| 2020-05-06 | Regenerate | Aleksey Kladov | -4/+4 |
| 2020-05-05 | Rename AtomTextEdit -> Indel | Aleksey Kladov | -1/+0 |
| 2020-05-05 | Rename ImplItem to AssocItem | Edwin Cheng | -2/+2 |
| 2020-05-03 | Add documents owner for ImplDef and SourceFile | Edwin Cheng | -2/+2 |
| 2020-05-02 | Introduce EffectExpr | Aleksey Kladov | -12/+8 |
| 2020-05-02 | Revert "Merge #4233" | Aleksey Kladov | -1/+4 |
| 2020-05-01 | Merge #4246 | bors[bot] | -1/+1 |
| 2020-05-01 | Validate uses of self and super | John Renner | -1/+1 |
| 2020-04-30 | Remove dead code, which elaborately pretends to be alive | Aleksey Kladov | -4/+1 |
| 2020-04-30 | Fix a bunch of false-positives in join-lines | Aleksey Kladov | -1/+1 |
| 2020-04-30 | Allow to set env vars and pipe stdin via not_bash | Aleksey Kladov | -92/+79 |
| 2020-04-30 | Merge #4219 | bors[bot] | -33/+67 |
| 2020-04-30 | Merge #4178 | bors[bot] | -1/+1 |
| 2020-04-30 | Avoid `rustup` invocation for non-rustup rust installation | oxalica | -33/+67 |
| 2020-04-29 | Validate the location of `crate` in paths | John Renner | -1/+1 |
| 2020-04-28 | Use x86_64-unknown-linux-gnu for releases | Laurențiu Nicola | -5/+3 |
| 2020-04-23 | Bump required rust to 1.43 | kjeremy | -1/+1 |
| 2020-04-18 | Group generated ast boilerplate apart from the interesting part | veetaha | -120/+130 |
| 2020-04-18 | Refucktor codegen | veetaha | -6/+6 |
| 2020-04-17 | tests: add more info about what failed in tidy tests | Benjamin Coenen | -3/+3 |
| 2020-04-13 | Change add_function assist to use todo!() | Timo Freiberg | -0/+1 |
| 2020-04-12 | Align grammar for record patterns and literals | Aleksey Kladov | -1/+1 |
| 2020-04-10 | Change missing impl assist to use todo!() instead of unimplemented() | Chris Hopman | -1/+10 |
| 2020-04-10 | Simplify | Aleksey Kladov | -1/+1 |
| 2020-04-10 | Rename some tokens | Aleksey Kladov | -13/+13 |
| 2020-04-10 | Better readability | Aleksey Kladov | -2/+3 |
| 2020-04-10 | Remove dead code | Aleksey Kladov | -11/+4 |
| 2020-04-10 | Generate only minimal set of ineresting tokens | Aleksey Kladov | -0/+38 |
| 2020-04-10 | Scale token generation back | Aleksey Kladov | -238/+59 |
| 2020-04-10 | Convert more tokens | Aleksey Kladov | -49/+19 |
| 2020-04-10 | Other delimiters | Aleksey Kladov | -18/+22 |
| 2020-04-10 | Curley tokens | Aleksey Kladov | -17/+15 |
| 2020-04-10 | Start replacing tokens | Aleksey Kladov | -1/+5 |
| 2020-04-10 | Semicolon token | Aleksey Kladov | -13/+19 |
| 2020-04-10 | More readable ast_src for keywords | Aleksey Kladov | -104/+133 |
| 2020-04-10 | Simplify | Aleksey Kladov | -4/+4 |
| 2020-04-09 | Simpler acessors for keywords | Aleksey Kladov | -10/+27 |
| 2020-04-09 | Drop needless trait | Aleksey Kladov | -4/+4 |
| 2020-04-09 | Be consistent about token accesors | Aleksey Kladov | -2/+3 |
| 2020-04-09 | Add _token suffix to token accessors | Aleksey Kladov | -0/+1 |
| 2020-04-09 | Put displays at the end | Aleksey Kladov | -12/+16 |
| 2020-04-09 | More compact | Aleksey Kladov | -10/+2 |
| 2020-04-09 | More compact generated code | Aleksey Kladov | -0/+1 |
| 2020-04-09 | Move the rest of the tokens to generated/tokens | Aleksey Kladov | -85/+98 |
| 2020-04-09 | Move generated tokens to a separate file | Aleksey Kladov | -37/+61 |
| 2020-04-09 | Start ast/generated/tokens | Aleksey Kladov | -3/+8 |
| 2020-04-09 | Prepare for spliting generated into tokens and nodes | Aleksey Kladov | -2/+2 |
| 2020-04-09 | Reduce visibility | Aleksey Kladov | -2/+2 |
| 2020-04-09 | Cleanup import | Aleksey Kladov | -2/+5 |
| 2020-04-09 | Scale back to only two traits | Aleksey Kladov | -37/+58 |
