aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists/src/ast_transform.rs
Commit message (Expand)AuthorAgeFilesLines
* Deprecate hir::Path::from_astAleksey Kladov2020-06-151-0/+2
* Fix formattingFedor Sakharov2020-05-141-1/+1
* Change type_arg to type_ref funcFedor Sakharov2020-05-141-2/+1
* Use generic_defaults and display_source_codeFedor Sakharov2020-05-141-9/+12
* Correctly fill default type parametersFedor Sakharov2020-05-131-1/+19
* Introduce LowerCtx for path loweringEdwin Cheng2020-05-011-0/+2
* Generalise syntax rewriting infrastructure to allow removal of nodesAleksey Kladov2020-03-241-5/+7
* SimplifyAleksey Kladov2020-03-131-6/+3
* One more assertAleksey Kladov2020-03-021-1/+6
* Rename ast::ImplBlock -> ast::ImplDefAleksey Kladov2020-02-291-4/+4
* Cleanup editing APIAleksey Kladov2020-02-291-1/+1
* Refactor primary IDE APIAleksey Kladov2020-02-261-35/+30
* Replace generic with a concrete typeAleksey Kladov2020-02-251-12/+13
* More orthogonal path editingAleksey Kladov2020-01-151-3/+10
* Qualify paths in 'fill match arms' assistFlorian Diebold2020-01-121-1/+1
* Use FxHashMapFlorian Diebold2020-01-111-3/+3
* Apply review suggestionsFlorian Diebold2020-01-111-7/+8
* Fix ordering problem between qualifying paths and substituting paramsFlorian Diebold2020-01-111-0/+178