aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge #762bors[bot]2019-02-102-0/+732
|\ \ | |/ |/|
| * auto_import: use ra_fmtAndrea Pretto2019-02-091-109/+29
| * auto_import: struct variants for ImportActionAndrea Pretto2019-02-091-44/+107
| * auto_import: remove PathSegmentsMatchAndrea Pretto2019-02-092-66/+37
| * auto_import: Removed Empty in favor of Partial(0)Andrea Pretto2019-02-091-16/+10
| * auto_import assistAndrea Pretto2019-02-093-0/+784
* | Spell cases explicitly in Ty::walk{_mut}Florian Diebold2019-02-101-2/+18
* | Clean up a bitFlorian Diebold2019-02-102-9/+1
* | Add a smoke test for ra_batchFlorian Diebold2019-02-101-0/+24
* | Add an ra_cli command that analyses all crates in the current workspaceFlorian Diebold2019-02-108-4/+200
* | Implement BatchDatabase constructionFlorian Diebold2019-02-104-14/+113
* | Add new crateFlorian Diebold2019-02-102-0/+54
* | Merge #770bors[bot]2019-02-101-1/+80
|\ \
| * | Fix introduce var duplicating newlinesVille Penttinen2019-02-091-1/+80
* | | Add comment and markFlorian Diebold2019-02-093-2/+10
* | | Fix another crash, and try harder to prevent stack overflowsFlorian Diebold2019-02-093-7/+75
* | | Fix another crash found when analyzing rustcFlorian Diebold2019-02-093-7/+38
* | | Fix handling of literal patternsFlorian Diebold2019-02-0910-41/+133
* | | Fix two crashes found by running inference on all of rustcFlorian Diebold2019-02-094-15/+84
* | | update notify with fix for hight cpu usageBernardo2019-02-091-1/+1
|/ /
* | Clean up a bitFlorian Diebold2019-02-092-3/+1
* | Remove Vfs from project modelFlorian Diebold2019-02-093-8/+8
* | Remove SmolStr from project modelFlorian Diebold2019-02-094-18/+7
* | Move crate graph generation to ra_project_modelFlorian Diebold2019-02-094-83/+113
* | Extract project model to separate crateFlorian Diebold2019-02-097-52/+94
|/
* Merge #766bors[bot]2019-02-099-9/+23
|\
| * Refactor formatting code out of ra_ida_api_light into ra_fmt.Andrea Pretto2019-02-089-9/+23
* | Improve sorting delegaterobojumper2019-02-091-7/+5
* | Remove unused importrobojumper2019-02-081-2/+2
* | Add tests for action target rangesrobojumper2019-02-0810-16/+210
* | Add some assist rangesrobojumper2019-02-085-10/+58
|/
* reformat the worldAleksey Kladov2019-02-08129-2510/+728
* diagnostics is now a functionAleksey Kladov2019-02-082-64/+62
* move diagnostics to a separate fileAleksey Kladov2019-02-082-27/+22
* move index_resolve to symbol indexAleksey Kladov2019-02-084-14/+11
* move find_references to referencesAleksey Kladov2019-02-083-67/+55
* avoid 'ignored' in test outputAleksey Kladov2019-02-081-2/+2
* rename rename to referencesAleksey Kladov2019-02-082-2/+2
* move crate forAleksey Kladov2019-02-083-16/+16
* move changes to a separate fileAleksey Kladov2019-02-084-254/+263
* Remove unnecessary dbg! callsVille Penttinen2019-02-071-3/+2
* Add new assist to remove dbg!() callsVille Penttinen2019-02-072-0/+126
* Some clippy cleanupskjeremy2019-02-0615-55/+49
* assists: compute editkjeremy2019-02-061-1/+1
* move assists to a separate crateAleksey Kladov2019-02-0625-580/+568
* Remove stray dbg!Jeremy Kolb2019-02-061-1/+1
* Fill deprecation for LSPkjeremy2019-02-056-23/+86
* Rename assits to assistsJeremy Kolb2019-02-056-5/+5
* Merge #740bors[bot]2019-02-056-7/+7
|\
| * Remove unused importsJeremy Kolb2019-02-052-2/+2