aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* Run cargo fixAleksey Kladov2018-10-1524-44/+44
* Merge #127bors[bot]2018-10-155-77/+185
|\
| * Improve testsAdolfo Ochagavía2018-10-132-30/+63
| * Only fold groups of similar commentsAdolfo Ochagavía2018-10-132-28/+31
| * Cleanup fold code and split logic to fold single elementsAdolfo Ochagavía2018-10-124-40/+112
| * Fold multiline commentsAdolfo Ochagavía2018-10-121-19/+19
* | A FnDescriptor shouldn't exist without a nameJeremy A. Kolb2018-10-123-49/+47
* | RegenerateJeremy A. Kolb2018-10-121-1/+2
* | Language Server: textDocument/signatureHelpJeremy A. Kolb2018-10-1110-12/+316
|/
* Merge #122bors[bot]2018-10-1119-49/+56
|\
| * Replace HashMap, HashSet with FxHashMap and FxHashSetMuhammad Mominul Huque2018-10-1119-49/+56
* | Merge #116bors[bot]2018-10-114-58/+199
|\ \ | |/ |/|
| * Remove smart multiline comment joinAdolfo Ochagavía2018-10-111-22/+23
| * Add testsAdolfo Ochagavía2018-10-111-0/+56
| * Remove nestingAdolfo Ochagavía2018-10-111-75/+68
| * Use Comment wrapperAdolfo Ochagavía2018-10-114-36/+78
| * Collapse comments upon joinAdolfo Ochagavía2018-10-101-15/+64
* | Merge #118bors[bot]2018-10-111-15/+3
|\ \
| * | Report errors only onceAdolfo Ochagavía2018-10-101-14/+3
| * | Remove error publishing through publishDecorationsAdolfo Ochagavía2018-10-101-1/+0
| |/
* | Update crates/ra_syntax/src/ast/generated.rsReinier Maas2018-10-101-32/+64
* | Update generated.rs.teraReinier Maas2018-10-101-2/+1
|/
* Merge #106bors[bot]2018-10-097-4/+169
|\
| * Add on-enter handlerAleksey Kladov2018-10-097-4/+169
* | Switch to absolute offsets for extend comment wordAleksey Kladov2018-10-091-4/+13
|/
* Prepare gen_lsp_server for publishingAleksey Kladov2018-10-094-17/+88
* Attach comments smartlyAleksey Kladov2018-10-084-24/+97
* replace loop with iteratorsAleksey Kladov2018-10-081-6/+7
* Simplify event processingAleksey Kladov2018-10-086-98/+122
* tfn snippetAleksey Kladov2018-10-081-0/+32
* Merge #98bors[bot]2018-10-074-7/+97
|\
| * Remove functional noopJeremy A. Kolb2018-10-061-8/+0
| * Resolve local names firstJeremy A. Kolb2018-10-063-15/+14
| * WIP: This doesn't currently work but I also don't think it's the right abstra...Jeremy A. Kolb2018-10-053-3/+25
| * Add resolve_local_name to resolve names in a function scopeJeremy A. Kolb2018-10-051-2/+79
* | Add `cargo gen-kinds` documentationDaniel McNab2018-10-045-1/+20
|/
* Merge #94bors[bot]2018-10-041-4/+32
|\
| * Pull casts out of TextUnitJeremy A. Kolb2018-10-041-4/+4
| * Simplify extend_single_word_in_commentJeremy A. Kolb2018-10-041-15/+11
| * Extend comments by single word firstJeremy A. Kolb2018-10-031-4/+36
* | Merge #93bors[bot]2018-10-043-12/+59
|\ \ | |/ |/|
| * Support leading pipe in match armsDaniel McNab2018-10-033-12/+59
* | Make siblings an inherent methodAleksey Kladov2018-10-026-34/+30
* | make ancestors and descendants inherentAleksey Kladov2018-10-0214-46/+40
* | use aliasesAleksey Kladov2018-10-021-2/+2
* | Move to rowan for syntax tree implAleksey Kladov2018-10-0211-530/+137
|/
* fix code actionsAleksey Kladov2018-09-291-1/+1
* support 2018 pathsAleksey Kladov2018-09-293-3/+21
* Merge #81bors[bot]2018-09-265-2/+148
|\
| * generate testsuite for impl_typecsmoe2018-09-265-13/+94