aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_parser/src/grammar/items/use_item.rs
Commit message (Collapse)AuthorAgeFilesLines
* WIP: switch to fully decomposed tokens internallyAleksey Kladov2019-09-101-12/+12
|
* rename bump -> bump_anyAleksey Kladov2019-09-091-8/+8
|
* better error recovery for use treesAleksey Kladov2019-09-051-1/+4
|
* Fix is_path_start to accept T![<], fix is_path_start usagesEvgenii P2019-08-131-1/+1
|
* apply T! macro where it is possibleSergey Parilin2019-05-151-15/+15
|
* replace todo with fixmeAleksey Kladov2019-03-231-2/+2
|
* Use Marker argument for item parserspcpthm2019-03-181-1/+2
| | | | | - Fix pub_expr - Fix incorrect parsing of crate::path
* allow aliases in underscoresAleksey Kladov2019-03-041-0/+1
| | | | | | | | this helps with use foo::Trait as _; syntax
* move parser to a separate crateAleksey Kladov2019-02-211-0/+121