Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
| | | | | | | | | | - Adds a new AstElement trait that is implemented by all generated node, token and enum structs - Overhauls the code generators to code-generate all tokens, and also enhances enums to support including tokens, node, and nested enums | |||||
* | 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 | |
| | | | | | | | | | | | We treat macro calls as expressions (there's appropriate Into impl), which causes problem if there's expresison and non-expression macro in the same node (like in the match arm). We fix this problem by nesting macor patterns into another node (the same way we nest path into PathExpr or PathPat). Ideally, we probably should add a similar nesting for macro expressions, but that needs some careful thinking about macros in blocks: `{ am_i_expression!() }`. | |||||
* | 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 | 3 | -26/+21 | |
| | ||||||
* | Make from-source install use cargo installed binary by default | Aleksey Kladov | 2020-03-20 | 2 | -12/+1 | |
| | ||||||
* | Simplify extension tag sniffing | Aleksey Kladov | 2020-03-19 | 2 | -15/+13 | |
| | ||||||
* | Make xtask dist more reliable | Aleksey Kladov | 2020-03-18 | 1 | -12/+29 | |
| | ||||||
* | Check that no file contains trailing ws | Aleksey Kladov | 2020-03-17 | 1 | -16/+31 | |
| | | | | rustfmt allows trailing spaces in string literals unfortunately. | |||||
* | Tidier tidy checks | Aleksey Kladov | 2020-03-17 | 3 | -131/+145 | |
| | ||||||
* | Fix version | Aleksey Kladov | 2020-03-16 | 1 | -1/+1 | |
| | ||||||
* | Restore cargo-fmt gating | Aleksey Kladov | 2020-03-13 | 1 | -5/+3 | |
| | ||||||
* | Merge pull request #3562 from FireofGods/display_for_node | Aleksey Kladov | 2020-03-12 | 1 | -0/+12 | |
|\ | | | | | Add `std::fmt::Display` as a supertrait for `AstNode` | |||||
| * | implementing Display for enums too. | Fireassember | 2020-03-11 | 1 | -2/+8 | |
| | | ||||||
| * | added fmt::Display as a supertrait for AstNode and changed generation. | Fireassember | 2020-03-06 | 1 | -0/+6 | |
| | | ||||||
* | | Set extension version during release | Aleksey Kladov | 2020-03-09 | 1 | -2/+8 | |
| | | ||||||
* | | Disable jemalloc, it doesn't work out of the box with musl | Aleksey Kladov | 2020-03-09 | 1 | -1/+3 | |
| | | ||||||
* | | Use jemalloc for linux builds | Aleksey Kladov | 2020-03-09 | 1 | -2/+6 | |
|/ | ||||||
* | Merge #3472 | bors[bot] | 2020-03-05 | 1 | -2/+2 | |
|\ | | | | | | | | | | | | | | | | | | | | | 3472: Fix dist again r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | Fix dist again | Aleksey Kladov | 2020-03-05 | 1 | -2/+2 | |
| | | ||||||
* | | Remove pwd | Aleksey Kladov | 2020-03-05 | 2 | -12/+12 | |
| | | ||||||
* | | Install node deps during dist | Aleksey Kladov | 2020-03-05 | 1 | -0/+1 | |
|/ | ||||||
* | Don't disable proposed features for nightly | Aleksey Kladov | 2020-03-04 | 1 | -6/+6 | |
| | ||||||
* | Build server via dist as well | Aleksey Kladov | 2020-03-04 | 3 | -42/+84 | |
| | ||||||
* | Hopefully fix YAML syntax | Aleksey Kladov | 2020-03-04 | 1 | -1/+0 | |
| | ||||||
* | cargo xtask dist | Aleksey Kladov | 2020-03-04 | 4 | -10/+68 | |
| | | | | This builds the typescript extension | |||||
* | Clean xtask partial artifacts in `xtask pre-cache` | Christopher Durham | 2020-03-03 | 1 | -2/+5 | |
| | ||||||
* | Print log on release | Aleksey Kladov | 2020-03-02 | 1 | -0/+9 | |
| | ||||||
* | Readability | nmio | 2020-03-01 | 1 | -1/+3 | |
| | ||||||
* | Add note | nmio | 2020-03-01 | 1 | -2/+1 | |
| | ||||||
* | Rename ast::ImplBlock -> ast::ImplDef | Aleksey Kladov | 2020-02-29 | 1 | -3/+3 | |
| | ||||||
* | Some docs | Aleksey Kladov | 2020-02-27 | 4 | -1/+8 | |
| | ||||||
* | Make xtask install path-agnostic | Aleksey Kladov | 2020-02-27 | 2 | -1/+6 | |
| | ||||||
* | Update versions | Kirill Bulatov | 2020-02-18 | 1 | -4/+4 | |
| |