Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | do not add to `pub use` statements | Jacob Rothstein | 2020-08-03 | 2 | -1/+44 | |
| | | | | ||||||
* | | | | Revert "Restore line index micro-optimization" | Michael Lazear | 2020-08-03 | 2 | -31/+23 | |
|/ / / | | | | | | | | | | This reverts commit 83a87fcd11298d8de32801ac6496ddf8b4e9c0e1. | |||||
* | | | Merge #5653 | bors[bot] | 2020-08-03 | 1 | -1/+22 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5653: Fold trait declarations r=SomeoneToIgnore a=lnicola Fixes #5652 Co-authored-by: Laurențiu Nicola <[email protected]> | |||||
| * | | | Fold trait declarations | Laurențiu Nicola | 2020-08-03 | 1 | -1/+22 | |
| |/ / | ||||||
* | | | Merge #5628 | bors[bot] | 2020-08-03 | 2 | -2/+2 | |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | 5628: Rename test modules r=matklad a=lnicola Co-authored-by: Laurențiu Nicola <[email protected]> | |||||
| * | | Rename test modules | Laurențiu Nicola | 2020-07-31 | 2 | -2/+2 | |
| | | | ||||||
* | | | Merge #5638 | bors[bot] | 2020-08-01 | 2 | -24/+27 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5638: Simplify argument parsing r=matklad a=lnicola and use `Display` when printing errors. Co-authored-by: Laurențiu Nicola <[email protected]> | |||||
| * | | | Simplify argument parsing | Laurențiu Nicola | 2020-08-01 | 2 | -24/+27 | |
| | |/ | |/| | ||||||
* / | | Update grammar | Aleksey Kladov | 2020-08-01 | 33 | -129/+129 | |
|/ / | ||||||
* | | Finish rename | Aleksey Kladov | 2020-07-31 | 1 | -3/+3 | |
| | | ||||||
* | | Unify naming of tuple fields | Aleksey Kladov | 2020-07-31 | 4 | -10/+10 | |
| | | ||||||
* | | Rename DotDotPat -> RestPat | Aleksey Kladov | 2020-07-31 | 12 | -52/+52 | |
| | | ||||||
* | | Rename | Aleksey Kladov | 2020-07-31 | 8 | -15/+12 | |
| | | ||||||
* | | Simplify trait gramamr | Aleksey Kladov | 2020-07-31 | 1 | -1/+0 | |
| | | ||||||
* | | Rename BindPat -> IdentPat | Aleksey Kladov | 2020-07-31 | 81 | -270/+274 | |
| | | ||||||
* | | Rename PalceholderPat -> WildcardPat | Aleksey Kladov | 2020-07-31 | 48 | -132/+129 | |
| | | ||||||
* | | Reorder | Aleksey Kladov | 2020-07-31 | 2 | -2/+1 | |
| | | ||||||
* | | Allign RecordPat with RecordExpr | Aleksey Kladov | 2020-07-31 | 20 | -78/+72 | |
| | | ||||||
* | | Minor gramamr reorder | Aleksey Kladov | 2020-07-31 | 1 | -327/+324 | |
| | | ||||||
* | | Merge #5630 | bors[bot] | 2020-07-31 | 1 | -24/+0 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5630: Remove dead code r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | Remove dead code | Aleksey Kladov | 2020-07-31 | 1 | -24/+0 | |
| | | | ||||||
* | | | Fix leading colon | Aleksey Kladov | 2020-07-31 | 1 | -1/+1 | |
| | | | ||||||
* | | | Fix const arguments grammar | Aleksey Kladov | 2020-07-31 | 3 | -262/+262 | |
| | | | ||||||
* | | | Fix GenericArgs grammar | Aleksey Kladov | 2020-07-31 | 3 | -43/+100 | |
| | | | ||||||
* | | | Rename TypeArgList -> GenericArgList | Aleksey Kladov | 2020-07-31 | 39 | -66/+66 | |
| | | | ||||||
* | | | Finalize Path grammar | Aleksey Kladov | 2020-07-31 | 1 | -446/+447 | |
| | | | ||||||
* | | | Minor | Aleksey Kladov | 2020-07-31 | 3 | -72/+62 | |
|/ / | ||||||
* | | Rename LambdaExpr -> ClosureExpr | Aleksey Kladov | 2020-07-31 | 16 | -44/+37 | |
| | | ||||||
* | | Work on expressions grammar | Aleksey Kladov | 2020-07-31 | 2 | -664/+686 | |
| | | ||||||
* | | Item is a Stmt | Aleksey Kladov | 2020-07-31 | 4 | -14/+32 | |
| | | ||||||
* | | Handwrite Stmt | Aleksey Kladov | 2020-07-31 | 3 | -26/+35 | |
| | | ||||||
* | | Move Stmt Grammar | Aleksey Kladov | 2020-07-31 | 1 | -84/+85 | |
| | | ||||||
* | | Finalize TypeBound grammar | Aleksey Kladov | 2020-07-31 | 3 | -48/+28 | |
| | | ||||||
* | | "Finalize" Types grammar | Aleksey Kladov | 2020-07-31 | 2 | -2/+3 | |
| | | | | | | | | | | | | | | Note that `for` type is rust-analyzer's own invention. Both the reference and syn allow `for` only for fnptr types, and we allow them everywhere. This needs to be checked with respect to type bounds grammar... | |||||
* | | Reame PlaceholderType -> InferType | Aleksey Kladov | 2020-07-31 | 8 | -19/+19 | |
| | | ||||||
* | | Rename TypeRef -> Type | Aleksey Kladov | 2020-07-31 | 17 | -175/+175 | |
|/ | | | | | | | | | | The TypeRef name comes from IntelliJ days, where you often have both type *syntax* as well as *semantical* representation of types in scope. And naming both Type is confusing. In rust-analyzer however, we use ast types as `ast::Type`, and have many more semantic counterparts to ast types, so avoiding name clash here is just confusing. | |||||
* | Merge #5596 | bors[bot] | 2020-07-30 | 3 | -14/+33 | |
|\ | | | | | | | | | | | | | | | | | | | 5596: Add checkOnSave.noDefaultFeatures and correct, how we handle some cargo flags. r=clemenswasser a=clemenswasser This PR adds the `rust-analyzer.checkOnSave.noDefaultFeatures` option and fixes the handling of `cargo.allFeatures`, `cargo.noDefaultFeatures` and `cargo.features`. Fixes: #5550 Co-authored-by: Clemens Wasser <[email protected]> | |||||
| * | ra_project_model: Fix configuration of features | Clemens Wasser | 2020-07-30 | 1 | -11/+18 | |
| | | | | | | | | | | | | | | | | | | This commit fixes the handling of user-defined configuration of some cargo options. Previously you could either specify `--all-features`, `--no-default-features` or `--features`. Now you can specify either `--all-features` or `--no-default-features` and `--features`. This commit also corrects the `--features` command-line argument creation inside of `load_extern_resources`. | |||||
| * | flycheck: Added checkOnSave.noDefaultFeatures | Clemens Wasser | 2020-07-30 | 2 | -3/+15 | |
| | | | | | | | | | | | | This commit adds the option `rust-analyzer.checkOnSave.noDefaultFeatures` and fixes #5550. | |||||
* | | Merge #5615 | bors[bot] | 2020-07-30 | 1 | -6/+4 | |
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5615: simplify r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | simplify | Aleksey Kladov | 2020-07-30 | 1 | -6/+4 | |
| | | | ||||||
* | | | Merge #5614 | bors[bot] | 2020-07-30 | 9 | -352/+334 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 5614: Use split_once polyfill r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]> | |||||
| * | | | Use CmdArgs pattern for bench & analysis stats | Aleksey Kladov | 2020-07-30 | 5 | -331/+305 | |
| | | | | ||||||
| * | | | Use split_once polyfill | Aleksey Kladov | 2020-07-30 | 5 | -22/+30 | |
| |/ / | ||||||
* | | | Merge #5610 | bors[bot] | 2020-07-30 | 6 | -25/+31 | |
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | 5610: Bump deps r=flodiebold a=lnicola Co-authored-by: Laurențiu Nicola <[email protected]> | |||||
| * | | Bump chalk | Laurențiu Nicola | 2020-07-30 | 3 | -20/+27 | |
| | | | ||||||
| * | | Bump perf-event and rustc_lexer | Laurențiu Nicola | 2020-07-30 | 2 | -3/+3 | |
| | | | ||||||
| * | | Fix typo | Laurențiu Nicola | 2020-07-30 | 1 | -2/+1 | |
| |/ | ||||||
* | | Use ty to access most TypeRefs | Aleksey Kladov | 2020-07-30 | 10 | -31/+29 | |
| | | ||||||
* | | Remove TypeAscriptionOwner | Aleksey Kladov | 2020-07-30 | 15 | -81/+56 | |
| | |