Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | refactor requirements put forward mkladov | Dmitry | 2020-08-14 | 2 | -20/+21 |
| | |||||
* | Merge branch 'master' of https://github.com/Fihtangolz/rust-analyzer into master | Dmitry | 2020-08-14 | 1 | -1/+1 |
|\ | |||||
| * | Update xtask/src/codegen/gen_unstable_future_descriptor.rs | Dmitry Opokin | 2020-08-14 | 1 | -1/+1 |
| | | | | | | Co-authored-by: Aleksey Kladov <[email protected]> | ||||
* | | Revert "replase sparse-checkout by github api" | Dmitry | 2020-08-14 | 5 | -38466/+18 |
|/ | | | | This reverts commit 034db28c542c04b22147da6722328bc74ff99386. | ||||
* | replase sparse-checkout by github api | Dmitry | 2020-08-14 | 5 | -18/+38466 |
| | |||||
* | remove fmt skip attr | Dmitry | 2020-08-10 | 1 | -2/+0 |
|\ | |||||
| * | refactoring to show more clearly the import problems | Dmitry | 2020-08-09 | 1 | -1/+1 |
| | | |||||
* | | refactoring to show more clearly the import problems | Dmitry | 2020-08-09 | 1 | -1/+1 |
|/ | |||||
* | fix tidy check | Dmitry | 2020-08-09 | 1 | -0/+2 |
| | |||||
* | Revert "fixes" | Dmitry | 2020-08-09 | 1 | -1/+1 |
| | | | | This reverts commit b602c73911864a86c94d8b306648738f5f995167. | ||||
* | add skip for generate file | Dmitry | 2020-08-09 | 1 | -0/+1 |
| | |||||
* | fixes | Dmitry | 2020-08-09 | 1 | -1/+1 |
| | |||||
* | apply format | Dmitry | 2020-08-09 | 2 | -21/+30 |
| | |||||
* | fix unused | Dmitry | 2020-08-09 | 1 | -3/+2 |
| | |||||
* | Merge remote-tracking branch 'origin/master' | Dmitry | 2020-08-09 | 7 | -2210/+977 |
|\ | |||||
| * | Update grammar | Aleksey Kladov | 2020-08-01 | 3 | -10/+9 |
| | | |||||
| * | Better JSON serialization in metrics | Aleksey Kladov | 2020-08-01 | 2 | -118/+15 |
| | | |||||
| * | Unify naming of tuple fields | Aleksey Kladov | 2020-07-31 | 1 | -4/+4 |
| | | |||||
| * | Section headers | Aleksey Kladov | 2020-07-31 | 1 | -0/+20 |
| | | |||||
| * | Rename DotDotPat -> RestPat | Aleksey Kladov | 2020-07-31 | 2 | -3/+3 |
| | | |||||
| * | Simplify trait gramamr | Aleksey Kladov | 2020-07-31 | 2 | -6/+7 |
| | | |||||
| * | Rename BindPat -> IdentPat | Aleksey Kladov | 2020-07-31 | 2 | -3/+3 |
| | | |||||
| * | Rename PalceholderPat -> WildcardPat | Aleksey Kladov | 2020-07-31 | 2 | -3/+3 |
| | | |||||
| * | Reorder | Aleksey Kladov | 2020-07-31 | 1 | -17/+17 |
| | | |||||
| * | Allign RecordPat with RecordExpr | Aleksey Kladov | 2020-07-31 | 2 | -7/+6 |
| | | |||||
| * | Minor gramamr reorder | Aleksey Kladov | 2020-07-31 | 1 | -61/+63 |
| | | |||||
| * | Merge #5630 | bors[bot] | 2020-07-31 | 1 | -3/+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 | -3/+0 |
| | | | |||||
| * | | Fix leading colon | Aleksey Kladov | 2020-07-31 | 1 | -1/+2 |
| | | | |||||
| * | | Fix const arguments grammar | Aleksey Kladov | 2020-07-31 | 1 | -1/+1 |
| | | | |||||
| * | | Fix GenericArgs grammar | Aleksey Kladov | 2020-07-31 | 1 | -7/+7 |
| | | | |||||
| * | | fixup! Finalize Path grammar | Aleksey Kladov | 2020-07-31 | 1 | -1/+1 |
| | | | |||||
| * | | Rename TypeArgList -> GenericArgList | Aleksey Kladov | 2020-07-31 | 2 | -4/+4 |
| | | | |||||
| * | | Finalize Path grammar | Aleksey Kladov | 2020-07-31 | 1 | -27/+30 |
| | | | |||||
| * | | Specify literal tokens | Aleksey Kladov | 2020-07-31 | 2 | -1/+8 |
| | | | |||||
| * | | Minor | Aleksey Kladov | 2020-07-31 | 1 | -7/+6 |
| |/ | |||||
| * | Rename LambdaExpr -> ClosureExpr | Aleksey Kladov | 2020-07-31 | 3 | -10/+22 |
| | | |||||
| * | Work on expressions grammar | Aleksey Kladov | 2020-07-31 | 2 | -157/+176 |
| | | |||||
| * | Item is a Stmt | Aleksey Kladov | 2020-07-31 | 2 | -1/+4 |
| | | |||||
| * | Handwrite Stmt | Aleksey Kladov | 2020-07-31 | 1 | -25/+26 |
| | | |||||
| * | Move Stmt Grammar | Aleksey Kladov | 2020-07-31 | 1 | -11/+11 |
| | | |||||
| * | Finalize WhereClause gramamr | Aleksey Kladov | 2020-07-31 | 1 | -7/+7 |
| | | |||||
| * | Finalize TypeBound grammar | Aleksey Kladov | 2020-07-31 | 1 | -6/+7 |
| | | |||||
| * | "Finalize" Types grammar | Aleksey Kladov | 2020-07-31 | 1 | -1/+1 |
| | | | | | | | | | | | | | | 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 | 2 | -9/+9 |
| | | |||||
| * | Rename TypeRef -> Type | Aleksey Kladov | 2020-07-31 | 2 | -28/+34 |
| | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | Reorder | Aleksey Kladov | 2020-07-31 | 1 | -20/+20 |
| | | |||||
| * | Use ty to access most TypeRefs | Aleksey Kladov | 2020-07-30 | 1 | -10/+10 |
| | | |||||
| * | Remove TypeAscriptionOwner | Aleksey Kladov | 2020-07-30 | 2 | -9/+8 |
| | | |||||
| * | simplify | Aleksey Kladov | 2020-07-30 | 1 | -3/+2 |
| | |