aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
* Merge #325bors[bot]2018-12-271-0/+68
|\ | | | | | | | | | | | | | | | | | | 325: implement translate_offset_with_edit r=matklad a=vemoo - Implement `translate_offset_with_edit` to resolve #105 - Add proptest impls for text, offsets and edits and use them in tests for `translate_offset_with_edit` and `LineIndex` - Added benchmark for `translate_offset_with_edit` Co-authored-by: Bernardo <[email protected]>
| * remove benchmark and simplify testsBernardo2018-12-251-178/+0
| |
| * remove slower impl, add benchmarksBernardo2018-12-251-0/+178
| |
| * move translate_offset_with_edit to ra_editorBernardo2018-12-251-1/+1
| |
| * test translate_offset_with_edit against simple impl for single editsBernardo2018-12-251-0/+1
| |
| * proptest strategies for TextUnit and AtomTextEditBernardo2018-12-251-0/+67
| |
* | add cancelation module & cancelation backtracesAleksey Kladov2018-12-271-0/+1
|/
* Resolve paths to defs (functions currently) during type inferenceFlorian Diebold2018-12-231-0/+1
|
* workaround salsa/parking-log bugAleksey Kladov2018-12-221-5/+5
| | | | | https://github.com/salsa-rs/salsa/issues/99 https://github.com/Amanieu/parking_lot/issues/101
* remove explicit serde_deriveAleksey Kladov2018-12-211-2/+0
|
* use builder interface for completion itemAleksey Kladov2018-12-211-4/+4
|
* docs for input queriesAleksey Kladov2018-12-201-3/+3
|
* swtich lsp server to vfsAleksey Kladov2018-12-201-0/+25
|
* use relpaths for module resolveAleksey Kladov2018-12-201-0/+1
|
* implement vfs events handlingAleksey Kladov2018-12-201-0/+81
|
* vfs crate scaffoldAleksey Kladov2018-12-201-0/+2
|
* wipAleksey Kladov2018-12-201-166/+192
|
* Bump languageserver-types to 0.53.0 to support LSP 3.14.0Jeremy A. Kolb2018-12-191-4/+4
| | | | See: https://microsoft.github.io/language-server-protocol/specification#version_3_14_0
* move thread worker to a separate crateAleksey Kladov2018-12-181-0/+10
|
* extract AtomEdit and Edit into new ra_text_edit crateBernardo2018-12-101-0/+12
|
* switch threadpool back from rayon to threadpoolAleksey Kladov2018-12-091-0/+10
| | | | | rayon does not replenish the pool when the thread panics, but we must be reselient to bugs.
* Use json comparison code from cargo for heavy testsFlorian Diebold2018-12-061-0/+1
|
* switch to released id-arenaAleksey Kladov2018-11-281-6/+4
|
* Move hir to a separate crateAleksey Kladov2018-11-281-1/+1
|
* introduce hir crateAleksey Kladov2018-11-281-0/+16
|
* move db basics to ra_dbAleksey Kladov2018-11-281-0/+16
| | | | This should allow to move hir to a separate crate
* Switch to id-arenaAleksey Kladov2018-11-271-0/+7
|
* Add Loc2IdMapAleksey Kladov2018-11-181-0/+1
|
* Cargo updateJeremy A. Kolb2018-11-071-40/+37
|
* Merge #207bors[bot]2018-11-071-0/+1
|\ | | | | | | | | | | | | | | 207: Finish implementing char validation r=aochagavia a=aochagavia The only thing missing right now are good integration tests (and maybe more descriptive error messages) Co-authored-by: Adolfo OchagavĂ­a <[email protected]>
| * Use ArrayString instead of hand rolled data structureAdolfo OchagavĂ­a2018-11-071-0/+1
| |
* | upstream basic tree algorithms to rowanAleksey Kladov2018-11-061-3/+3
|/
* update salsaAleksey Kladov2018-11-011-12/+12
|
* extract fixture parsingAleksey Kladov2018-10-311-0/+1
|
* :arrow_up: salsaAleksey Kladov2018-10-301-30/+30
|
* introduce syntax-ptrAleksey Kladov2018-10-301-5/+6
|
* gc syntax treesAleksey Kladov2018-10-291-34/+34
|
* Move input to top-levelAleksey Kladov2018-10-251-3/+3
|
* Improve loggingAleksey Kladov2018-10-251-3/+5
|
* simplify rootsAleksey Kladov2018-10-241-12/+0
|
* Cargo Update runJeremy A. Kolb2018-10-231-44/+44
| | | | | | | Bump relative-path to 0.4.0 Failure 0.1.3 to fix leak with downcast Updated everything else too
* Add LspError to explicity return errors from LSP handlersJeremy A. Kolb2018-10-221-0/+1
| | | | Fixes #145
* cleanupAleksey Kladov2018-10-201-1/+0
|
* Remove job handleAleksey Kladov2018-10-201-1/+0
|
* update salsaAleksey Kladov2018-10-201-3/+3
|
* Update rowanAleksey Kladov2018-10-171-7/+7
|
* Switch to published teraronAleksey Kladov2018-10-161-1/+3
|
* extract teraronAleksey Kladov2018-10-161-7/+15
|
* switch to salsa releaseAleksey Kladov2018-10-151-4/+4
|
* Switch to the master of salsaAleksey Kladov2018-10-151-3/+5
|