aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_syntax/src/grammar.ron
Commit message (Collapse)AuthorAgeFilesLines
* remove unused fileAleksey Kladov2020-01-041-6/+0
|
* Switch ast declaration from ron to a macroAleksey Kladov2020-01-031-730/+0
|
* Collect visibility of items during nameresFlorian Diebold2019-12-261-3/+3
|
* Merge #2641bors[bot]2019-12-221-0/+5
|\ | | | | | | | | | | | | | | | | | | | | 2641: Parse const generics r=matklad a=roblabla Adds very primitive support for parsing const generics (`const IDENT: TY`) so that rust-analyzer stops complaining about the syntax being invalid. Fixes #1574 Fixes #2281 Co-authored-by: roblabla <[email protected]>
| * Parse const genericsroblabla2019-12-221-0/+5
| | | | | | | | | | Fixes #1574 Fixes #2281
* | Add macro 2.0 support in parserEdwin Cheng2019-12-211-1/+3
| |
* | Handle closure return typesFlorian Diebold2019-12-201-1/+1
|/ | | | Fixes #2547.
* Add `ModuleItemsOwner` to `Block`ice10002019-12-031-2/+3
|
* Fix hir for ast::UnionDefAleksey Kladov2019-11-251-4/+5
|
* Introduce dedicated AST node for unionAleksey Kladov2019-11-251-0/+10
| | | | | | | | | | Although structs and unions have the same syntax and differ only in the keyword, re-using the single syntax node for both of them leads to confusion in practice, and propagates further down the hir in an upleasent way. Moreover, static and consts also share syntax, but we use different nodes for them.
* Allow non-path default type parametersAleksey Kladov2019-11-201-1/+4
|
* Remove the custom impl of AttrsOwner for ImplItemDJMcNab2019-11-181-1/+2
| | | | | | The default impl should have the same behaviour, and it can be generated by codegen. See also `ModuleItem` and `NominalDef`
* rename tools -> xtaskAleksey Kladov2019-10-171-1/+1
|
* Merge #1928bors[bot]2019-10-051-1/+2
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1928: Support `#[cfg(..)]` r=matklad a=oxalica This PR implement `#[cfg(..)]` conditional compilation. It read default cfg options from `rustc --print cfg` with also hard-coded `test` and `debug_assertion` enabled. Front-end settings are **not** included in this PR. There is also a known issue that inner control attributes are totally ignored. I think it is **not** a part of `cfg` and create a separated issue for it. #1949 Fixes #1920 Related: #1073 Co-authored-by: uHOOCCOOHu <[email protected]> Co-authored-by: oxalica <[email protected]>
| * Pass attributes as token tree to DefCollectoruHOOCCOOHu2019-10-021-1/+2
| |
* | Fix parsing of block expressions in "forbid_structs" contexts.Geoffry Song2019-10-031-1/+1
|/ | | | | | Forbidding block expressions entirely is too strict; instead, we should only forbid them in contexts where we are parsing an optional RHS (i.e. the RHS of a range expression).
* Fix API of AttruHOOCCOOHu2019-09-301-1/+1
|
* Parse correct AttrInputuHOOCCOOHu2019-09-301-1/+2
|
* simplifyAleksey Kladov2019-09-241-4/+1
|
* Support path starting with a typeuHOOCCOOHu2019-09-151-1/+1
|
* Add `DotDotPat` to ASTDylan MacKenzie2019-09-151-0/+3
| | | | This is modeled on `PlaceholderPat`.
* Infer box expressionuHOOCCOOHu2019-09-111-0/+2
|
* Lower `Fn(X, Y) -> Z` pathsFlorian Diebold2019-09-071-1/+1
|
* Merge #1743bors[bot]2019-09-051-0/+1
|\ | | | | | | | | | | | | | | 1743: Support `#[macro_use]` on `extern crate` r=matklad a=uHOOCCOOHu Unfortunately, #1688 is still an issue. My guess is wrong :( Co-authored-by: uHOOCCOOHu <[email protected]>
| * Support resolution of `#[macro_use] extern crate`uHOOCCOOHu2019-08-311-0/+1
| |
* | fix hir for new block syntaxAleksey Kladov2019-09-021-1/+1
| |
* | fix generated ASTAleksey Kladov2019-09-021-1/+1
| |
* | remove useless traitAleksey Kladov2019-09-021-1/+1
|/
* Add `BoxPat` variantDylan MacKenzie2019-08-231-0/+3
|
* rename struct -> record, pos -> tupleAleksey Kladov2019-08-231-24/+24
|
* use quote! macro to generate grammarAleksey Kladov2019-08-181-27/+27
| | | | | We already use syn&quote elsewhere (transitively), so it make sense to cut down on the number of technologies and get rid of tera
* deserialize grammarAleksey Kladov2019-08-181-53/+53
|
* Add function parameters attributesEvgenii P2019-08-071-0/+2
|
* add await expr to astUnreal Hoang2019-07-201-0/+2
|
* add await to syntax, parser for await_exprUnreal Hoang2019-07-201-0/+2
|
* fix: box_patterncsmoe2019-06-191-0/+2
| | | | Change-Id: I45a856d74fb616d3bce33050f9e69d327186bd59
* fix: support existential typecsmoe2019-06-121-0/+1
|
* [#1083] Try block syntaxAndrey Tkachenko2019-06-061-0/+6
|
* fill struct fields diagnosticSergey Parilin2019-05-061-2/+5
|
* Merge #1208bors[bot]2019-05-041-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1208: [WIP] Goto for Macro's r=matklad a=Lapz Adds goto definition for macros. Currently only works for macros in the current crate ~~otherwise it panics~~. Proper macro resolution needs to be added for it to resolve macros in other crates. Todo - [X] Allow goto from macro calls - [X] Fix panics - [x] Add tests ![Screen Recording 2019-04-25 at 18 00 24](https://user-images.githubusercontent.com/19998186/56754499-1dd01c00-6785-11e9-9e9a-1e36de70cfa3.gif) Co-authored-by: Lenard Pratt <[email protected]>
| * Added local macro gotoLenard Pratt2019-05-041-1/+1
| |
* | Revert "eagarly clean astd maps"Aleksey Kladov2019-05-041-1/+1
| | | | | | | | | | | | This reverts commit 6c63a59425e256ce46d058807b64149297231982. This causes massive slowdowns: looks like we accidentally have some source-depndent
* | eagarly clean astd mapsAleksey Kladov2019-05-041-1/+1
| |
* | Add default type param in TypeParam NodeEdwin Cheng2019-05-031-1/+1
|/
* Merge #1154bors[bot]2019-04-201-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 1154: Initial support for lang items (and str completion) r=flodiebold a=marcogroppo This PR adds partial support for lang items. For now, the only supported lang items are the ones that target an impl block. Lang items are now resolved during type inference - this means that `str` completion now works. Fixes #1139. (thanks Florian Diebold for the help!) Co-authored-by: Marco Groppo <[email protected]>
| * Initial support for lang items.Marco Groppo2019-04-191-1/+1
| |
* | Add MacroItems and MacroStmts in grammer.ronEdwin Cheng2019-04-181-0/+15
|/
* Add L_DOLLAR and R_DOLLAREdwin Cheng2019-04-111-0/+2
|
* Merge #1076bors[bot]2019-04-021-0/+2
|\ | | | | | | | | | | | | | | | | 1076: Const body inference r=flodiebold a=Lapz This is the second part of #887. I've added type inference on const bodies and introduced the DefWithBody containing Function, Const and Static. I want to add tests but im unsure on how I would go about testing that completions work. Co-authored-by: Lenard Pratt <[email protected]>
| * Added const bodies and static body to the astLenard Pratt2019-04-021-2/+2
| | | | | | | | | | | | and added inference the inference test reduce code duplication