Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | bump crates | kjeremy | 2021-02-25 | 1 | -1/+1 | |
* | | Add tests for apply_demorgan | Lukas Wirth | 2021-02-24 | 1 | -2/+5 | |
|/ | ||||||
* | Bump deps | Laurențiu Nicola | 2021-02-21 | 1 | -1/+1 | |
* | Fix incorrect missing field diagnostic with box patterns | Laurențiu Nicola | 2021-02-20 | 1 | -4/+13 | |
* | Revert "Replace usage of ast::NameOrNameRef with ast::NameLike" | Lukas Wirth | 2021-02-17 | 2 | -18/+23 | |
* | Replace usage of ast::NameOrNameRef with ast::NameLike | Lukas Wirth | 2021-02-17 | 2 | -23/+18 | |
* | Implement ast::AstNode for NameLike and move it to node_ext | Lukas Wirth | 2021-02-16 | 2 | -1/+47 | |
* | Merge #7687 | bors[bot] | 2021-02-16 | 4 | -0/+88 | |
|\ | ||||||
| * | Specialization for async traits | Arnaud | 2021-02-15 | 4 | -0/+88 | |
* | | Merge #7620 | bors[bot] | 2021-02-16 | 1 | -9/+50 | |
|\ \ | |/ |/| | ||||||
| * | allow try expr? when extacting function | Vladyslav Katasonov | 2021-02-13 | 1 | -0/+3 | |
| * | handle return, break and continue when extracting function | Vladyslav Katasonov | 2021-02-13 | 1 | -9/+47 | |
* | | Don't rename field record patterns directly | Lukas Wirth | 2021-02-13 | 1 | -3/+2 | |
|/ | ||||||
* | Refactor reference searching to work with the ast | Lukas Wirth | 2021-02-12 | 1 | -4/+26 | |
* | Add parsing benchmark | Aleksey Kladov | 2021-02-09 | 1 | -3/+25 | |
* | Infra for "unit" benchmarking | Aleksey Kladov | 2021-02-09 | 1 | -3980/+0 | |
* | Update crates | kjeremy | 2021-02-08 | 1 | -1/+1 | |
* | AdtDef -> Adt | Aleksey Kladov | 2021-02-07 | 1 | -19/+19 | |
* | Merge #7535 | bors[bot] | 2021-02-05 | 1 | -1/+1 | |
|\ | ||||||
| * | allow modifications of vars from outer scope inside extracted function | Vladyslav Katasonov | 2021-02-03 | 1 | -1/+1 | |
* | | Add cargo file tidy test | Edwin Cheng | 2021-02-03 | 1 | -2/+2 | |
|/ | ||||||
* | Bump rustc_lexer | Laurențiu Nicola | 2021-02-02 | 1 | -1/+1 | |
* | Fix ast::String::value not properly escaping in some cases | Lukas Wirth | 2021-01-30 | 1 | -2/+19 | |
* | Bump deps | Laurențiu Nicola | 2021-01-27 | 1 | -1/+1 | |
* | :arrow_up: rowan | Aleksey Kladov | 2021-01-25 | 1 | -1/+1 | |
* | Add validation for mutable const items | Lukas Wirth | 2021-01-24 | 5 | -24/+39 | |
* | Up lexer | kjeremy | 2021-01-21 | 1 | -1/+1 | |
* | :arrow_up: rowan | Aleksey Kladov | 2021-01-20 | 5 | -12/+8 | |
* | . | Aleksey Kladov | 2021-01-19 | 6 | -18/+18 | |
* | :arrow_up: rowan | Aleksey Kladov | 2021-01-19 | 3 | -5/+6 | |
* | Parse `impl const Trait` | Lukas Wirth | 2021-01-18 | 2 | -0/+25 | |
* | Add `MacroType` syntax | Jonas Schievink | 2021-01-18 | 1 | -2/+31 | |
* | Merge #7291 | bors[bot] | 2021-01-18 | 15 | -67/+147 | |
|\ | ||||||
| * | Wrap remaining self/super/crate in Name{Ref} | Lukas Wirth | 2021-01-15 | 15 | -67/+147 | |
* | | When building an item-tree, keep fewer nodes in memory | Aleksey Kladov | 2021-01-16 | 1 | -1/+1 | |
* | | Add Unmerge Use assist | unexge | 2021-01-15 | 1 | -2/+6 | |
|/ | ||||||
* | Merge #7288 | bors[bot] | 2021-01-15 | 21 | -41/+87 | |
|\ | ||||||
| * | Handle self/super/crate in PathSegment as NameRef | Lukas Wirth | 2021-01-15 | 21 | -41/+87 | |
* | | Merge #7287 | bors[bot] | 2021-01-15 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Make SyntaxPtr lookup logarithmic | Aleksey Kladov | 2021-01-15 | 1 | -1/+1 | |
* | | | Merge #7286 | bors[bot] | 2021-01-15 | 2 | -8/+3 | |
|\ \ \ | |_|/ |/| | | ||||||
| * | | Remove useless wrapper | Aleksey Kladov | 2021-01-15 | 2 | -8/+3 | |
| |/ | ||||||
* | | Add test for yield_expr | Daiki Ihara | 2021-01-15 | 2 | -0/+32 | |
* | | Add support for yiled keyword | Daiki Ihara | 2021-01-15 | 1 | -1/+33 | |
|/ | ||||||
* | Introduce more appropriate assertion mechanism | Aleksey Kladov | 2021-01-14 | 1 | -1/+1 | |
* | Merge #7218 | bors[bot] | 2021-01-10 | 6 | -58/+58 | |
|\ | ||||||
| * | Updated tests via `cargo xtask codegen` | Vincent Esche | 2021-01-10 | 2 | -50/+50 | |
| * | Fixed typos in local bindings | Vincent Esche | 2021-01-09 | 1 | -2/+2 | |
| * | Fixed typos in code asserts | Vincent Esche | 2021-01-09 | 1 | -1/+1 | |
| * | Fixed typos in code comments | Vincent Esche | 2021-01-09 | 2 | -5/+5 |