aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Replace String with &'static strIgor Aleksanov2020-08-124-33/+31
* Fix failing testIgor Aleksanov2020-08-071-0/+3
* Add a test for disabled diagnosticsIgor Aleksanov2020-08-071-1/+57
* Add an AnalysisConfig structure and use it to configure diagnostics runIgor Aleksanov2020-08-075-26/+57
* Add names for diagnostics and add a possibility to disable themIgor Aleksanov2020-08-073-2/+44
* Merge #5526bors[bot]2020-08-067-14/+208
|\
| * Address PR commentsJeremy Kolb2020-08-064-18/+12
| * Handle semantic token deltaskjeremy2020-08-017-13/+213
* | Merge #5672bors[bot]2020-08-0512-28/+29
|\ \
| * | align names in makeAleksey Kladov2020-08-0512-28/+29
* | | Merge #5639bors[bot]2020-08-054-6/+68
|\ \ \ | |/ / |/| |
| * | Use SyntaxNode.ancestors instead of a loopDavid Lattimore2020-08-051-7/+1
| * | SSR: Allow `self` in patterns.David Lattimore2020-08-014-6/+74
| |/
* | Merge #5648bors[bot]2020-08-055-1/+425
|\ \
| * | 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-024-1/+366
* | | Merge #5664bors[bot]2020-08-053-4/+29
|\ \ \
| * | | When resolving a rename, fallback to the name higher in the use tree if the p...Paul Daniel Faria2020-08-042-4/+23
| * | | Add test showing unresolved module renamePaul Daniel Faria2020-08-042-1/+7
* | | | Use salsa's purge to account for all memoryAleksey Kladov2020-08-053-10/+25
* | | | Fix relative path handling for custom rustfmtAleksey Kladov2020-08-051-5/+0
* | | | Merge #5658bors[bot]2020-08-042-1/+44
|\ \ \ \ | |/ / / |/| | |
| * | | do not add to `pub use` statementsJacob Rothstein2020-08-032-1/+44
* | | | Revert "Restore line index micro-optimization"Michael Lazear2020-08-032-31/+23
|/ / /
* | | Merge #5653bors[bot]2020-08-031-1/+22
|\ \ \
| * | | Fold trait declarationsLaurențiu Nicola2020-08-031-1/+22
| |/ /
* | | Merge #5628bors[bot]2020-08-032-2/+2
|\ \ \ | |/ / |/| |
| * | Rename test modulesLaurențiu Nicola2020-07-312-2/+2
* | | Merge #5638bors[bot]2020-08-012-24/+27
|\ \ \
| * | | Simplify argument parsingLaurențiu Nicola2020-08-012-24/+27
| | |/ | |/|
* / | Update grammarAleksey Kladov2020-08-0133-129/+129
|/ /
* | Finish renameAleksey Kladov2020-07-311-3/+3
* | Unify naming of tuple fieldsAleksey Kladov2020-07-314-10/+10
* | Rename DotDotPat -> RestPatAleksey Kladov2020-07-3112-52/+52
* | RenameAleksey Kladov2020-07-318-15/+12
* | Simplify trait gramamrAleksey Kladov2020-07-311-1/+0
* | Rename BindPat -> IdentPatAleksey Kladov2020-07-3181-270/+274
* | Rename PalceholderPat -> WildcardPatAleksey Kladov2020-07-3148-132/+129
* | ReorderAleksey Kladov2020-07-312-2/+1
* | Allign RecordPat with RecordExprAleksey Kladov2020-07-3120-78/+72
* | Minor gramamr reorderAleksey Kladov2020-07-311-327/+324
* | Merge #5630bors[bot]2020-07-311-24/+0
|\ \
| * | Remove dead codeAleksey Kladov2020-07-311-24/+0
* | | Fix leading colonAleksey Kladov2020-07-311-1/+1
* | | Fix const arguments grammarAleksey Kladov2020-07-313-262/+262
* | | Fix GenericArgs grammarAleksey Kladov2020-07-313-43/+100