aboutsummaryrefslogtreecommitdiff
path: root/crates/ra_assists
Commit message (Expand)AuthorAgeFilesLines
* Rename ra_syntax -> syntaxAleksey Kladov2020-08-1246-67/+61
* Rename ra_text_edit -> text_editAleksey Kladov2020-08-123-4/+4
* Cleanup TextEdit APIAleksey Kladov2020-08-121-2/+2
* Rename ra_prof -> profileAleksey Kladov2020-08-123-4/+3
* Merge #5553bors[bot]2020-08-121-1/+1
|\
| * Less stubsKirill Bulatov2020-08-111-1/+1
* | Replace SepBy with ItertoolsAleksey Kladov2020-08-123-8/+10
* | Fix docsAleksey Kladov2020-08-121-1/+1
|/
* Revert some FIXMEsJmPotato2020-08-111-3/+7
* Remove redundant dependenciesJmPotato2020-08-112-4/+2
* Typo fixJmPotato2020-08-111-1/+1
* Address some FIXMEsJmPotato2020-08-113-13/+26
* Remove Option<...> from result of Crate::root_modulePaul Daniel Faria2020-08-091-1/+1
* Add support for extern cratePaul Daniel Faria2020-08-081-1/+1
* align names in makeAleksey Kladov2020-08-059-16/+15
* Merge #5648bors[bot]2020-08-054-0/+424
|\
| * Pattern match on slice elements instead of using `.first().unwrap()`unexge2020-08-051-7/+6
| * Look for trait methods in expand glob import assistunexge2020-08-051-13/+65
| * Simplify `find_mod_path` with use of `node.ancestors`unexge2020-08-031-20/+1
| * Generate doctestunexge2020-08-022-1/+28
| * Rename ast::UseItem to ast::Useunexge2020-08-021-1/+1
| * Add expand glob import assistunexge2020-08-023-0/+365
* | do not add to `pub use` statementsJacob Rothstein2020-08-032-1/+44
* | Merge #5628bors[bot]2020-08-031-1/+1
|\ \ | |/ |/|
| * Rename test modulesLaurențiu Nicola2020-07-311-1/+1
* | Update grammarAleksey Kladov2020-08-011-1/+1
* | Unify naming of tuple fieldsAleksey Kladov2020-07-311-2/+2
* | RenameAleksey Kladov2020-07-312-6/+3
* | Rename BindPat -> IdentPatAleksey Kladov2020-07-314-4/+4
* | Rename PalceholderPat -> WildcardPatAleksey Kladov2020-07-313-15/+12
* | Allign RecordPat with RecordExprAleksey Kladov2020-07-311-2/+2
* | Fix GenericArgs grammarAleksey Kladov2020-07-311-5/+11
* | Rename TypeArgList -> GenericArgListAleksey Kladov2020-07-311-2/+2
* | MinorAleksey Kladov2020-07-311-1/+0
* | Rename LambdaExpr -> ClosureExprAleksey Kladov2020-07-311-2/+2
* | Item is a StmtAleksey Kladov2020-07-311-0/+2
* | Reame PlaceholderType -> InferTypeAleksey Kladov2020-07-311-1/+1
* | Rename TypeRef -> TypeAleksey Kladov2020-07-313-8/+8
|/
* Use ty to access most TypeRefsAleksey Kladov2020-07-302-2/+2
* Remove TypeAscriptionOwnerAleksey Kladov2020-07-303-17/+12
* Finalize attribute grammarAleksey Kladov2020-07-301-2/+2
* Finalize impl GrammarAleksey Kladov2020-07-306-11/+11
* Finalize Trait grammarAleksey Kladov2020-07-302-3/+3
* Finalize const&static grammarAleksey Kladov2020-07-303-5/+5
* Rename EnumVariant -> VariantAleksey Kladov2020-07-302-3/+3
* Rename EnumDef -> EnumAleksey Kladov2020-07-302-3/+3
* Rename StructDef -> StructAleksey Kladov2020-07-303-6/+6
* Rename FieldDef -> FieldAleksey Kladov2020-07-302-3/+3
* Rename RecordLit -> RecordExprAleksey Kladov2020-07-304-6/+6
* Rename TypeParamList -> GenericParamListAleksey Kladov2020-07-305-13/+14