Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Pattern match on slice elements instead of using `.first().unwrap()` | unexge | 2020-08-05 | 1 | -7/+6 |
* | Look for trait methods in expand glob import assist | unexge | 2020-08-05 | 1 | -13/+65 |
* | Simplify `find_mod_path` with use of `node.ancestors` | unexge | 2020-08-03 | 1 | -20/+1 |
* | Generate doctest | unexge | 2020-08-02 | 1 | -1/+1 |
* | Rename ast::UseItem to ast::Use | unexge | 2020-08-02 | 1 | -1/+1 |
* | Add expand glob import assist | unexge | 2020-08-02 | 1 | -0/+359 |