aboutsummaryrefslogtreecommitdiff
path: root/crates
Commit message (Expand)AuthorAgeFilesLines
* remove benchmark and simplify testsBernardo2018-12-256-203/+69
* use new translate_offset_with_edit for TryConvWithBernardo2018-12-254-37/+5
* add line_index proptestBernardo2018-12-252-106/+132
* make criterion args work, small simplificationBernardo2018-12-253-18/+18
* fix arbitrary offset generation, col translation workingBernardo2018-12-252-39/+92
* column translation implemented but not quite working yetBernardo2018-12-253-50/+70
* iterate over `Step`s which are either, newlines or multibyte charsBernardo2018-12-252-26/+121
* simplify newline check with macroBernardo2018-12-251-20/+14
* remove slower impl, add benchmarksBernardo2018-12-255-201/+126
* final iteration, faster a bit simplerBernardo2018-12-251-171/+209
* simplified versionBernardo2018-12-251-0/+139
* move translate_offset_with_edit to ra_editorBernardo2018-12-256-310/+267
* initial newline translation workingBernardo2018-12-252-14/+262
* test translate_offset_with_edit against simple impl for single editsBernardo2018-12-255-35/+103
* simplify and reduce number of values exploredBernardo2018-12-251-29/+23
* proptest strategies for TextUnit and AtomTextEditBernardo2018-12-253-0/+117
* cancelled is not CopyAleksey Kladov2018-12-251-1/+1
* fix warning conversionAleksey Kladov2018-12-241-3/+1
* Merge #326bors[bot]2018-12-247-12/+79
|\
| * fix testsgfreezy2018-12-241-1/+1
| * remove option from Diagnosticgfreezy2018-12-244-7/+7
| * keep severity to Error & WeakWarninggfreezy2018-12-242-10/+8
| * remove unnecessary braces in use statmentsgfreezy2018-12-232-4/+2
| * add serverity to vscode diagnosticsgfreezy2018-12-235-12/+32
| * resolved #324: remove unnecessary braces in use statement.gfreezy2018-12-231-2/+53
* | Merge #327bors[bot]2018-12-2421-148/+1188
|\ \
| * | Change inference tests to have one per fileFlorian Diebold2018-12-246-55/+92
| * | Rename a variable for consistencyFlorian Diebold2018-12-242-10/+10
| * | Clean up Ty a bitFlorian Diebold2018-12-241-38/+22
| * | Prepare Ty::new for resolutionFlorian Diebold2018-12-231-14/+24
| * | Type the return values of call expressionsFlorian Diebold2018-12-232-5/+13
| * | Resolve paths to defs (functions currently) during type inferenceFlorian Diebold2018-12-2316-87/+214
| * | Make let statements kind of workFlorian Diebold2018-12-235-8/+53
| * | Remove unwrapsFlorian Diebold2018-12-231-6/+19
| * | Get rid of the terrible nesting in PathExpr inferenceFlorian Diebold2018-12-231-26/+14
| * | CleanupFlorian Diebold2018-12-234-108/+110
| * | Add testing infrastructure for type inferenceFlorian Diebold2018-12-239-124/+222
| * | Parse integer / float typesFlorian Diebold2018-12-234-4/+58
| * | Add beginnings of type infrastructureFlorian Diebold2018-12-2311-15/+689
| |/
* | Merge #278bors[bot]2018-12-242-2/+74
|\ \
| * | Add make_pub_crate code action to ra_editorHirokazu Hata2018-12-242-2/+74
| |/
* | Merge #302bors[bot]2018-12-242-8/+11
|\ \ | |/ |/|
| * Improve commentDJMcNab2018-12-231-2/+2
| * Undo the previous mistaken change and make publish_decorations optionalDJMcNab2018-12-212-8/+11
| * Disable highlighting if disabledDJMcNab2018-12-201-2/+2
* | Merge #310bors[bot]2018-12-221-5/+54
|\ \
| * | mark as visited on entry instead of leftgfreezy2018-12-221-2/+2
| * | not visit the same crateId only oncegfreezy2018-12-221-14/+16
| * | add #[cfg(test)]gfreezy2018-12-211-1/+2
| * | rename to dfs_findgfreezy2018-12-211-3/+3