aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Expand)AuthorAgeFilesLines
* upstream text-utils to text_unitAleksey Kladov2019-01-081-7/+7
* ra_db is independent from editorAleksey Kladov2019-01-081-1/+0
* ra_hir does not depend on ra_editorAleksey Kladov2019-01-081-1/+0
* dont depend on ra_editor directlyAleksey Kladov2019-01-081-1/+0
* switch to newer cargo-metadataAleksey Kladov2019-01-081-3/+3
* switch interner to use arenaAleksey Kladov2019-01-081-0/+1
* switched to published version of rowanAleksey Kladov2019-01-081-3/+3
* migrate ra_hir to rowan 2.0Aleksey Kladov2019-01-081-5/+5
* wrap TreePtrAleksey Kladov2019-01-081-9/+9
* update rowanAleksey Kladov2019-01-081-4/+4
* :arrow_up: rowanAleksey Kladov2019-01-041-27/+4
* :arrow_up: salsaAleksey Kladov2019-01-041-61/+73
* remove id arenaAleksey Kladov2019-01-041-7/+1
* extract area to a crateAleksey Kladov2019-01-041-0/+5
* construct index from symbols directlyAleksey Kladov2019-01-031-0/+10
* simplify runnablesAleksey Kladov2019-01-021-0/+1
* bump depsAleksey Kladov2019-01-011-24/+24
* :arrow_up: depsAleksey Kladov2018-12-311-44/+33
* Bump serde_json from 1.0.33 to 1.0.34dependabot[bot]2018-12-311-8/+8
* Bump failure from 0.1.3 to 0.1.4dependabot[bot]2018-12-311-7/+7
* Bump failure_derive from 0.1.3 to 0.1.4dependabot[bot]2018-12-311-4/+4
* remove backtraces from CancelledAleksey Kladov2018-12-301-1/+0
* Merge #378bors[bot]2018-12-301-22/+1
|\
| * :arrow_up: tempdirAleksey Kladov2018-12-301-22/+1
* | :arrow_up: crossbeamAleksey Kladov2018-12-301-36/+3
* | migrate gen-lsp-server to new crossbeamAleksey Kladov2018-12-301-1/+13
|/
* Merge #358bors[bot]2018-12-301-0/+1
|\
| * Install rustfmt in rustfmt testAleksander Vognild Burkow2018-12-291-0/+1
* | bump cargo.lockAleksey Kladov2018-12-301-5/+5
|/
* Implement type variablesFlorian Diebold2018-12-291-0/+10
* fix lockfileAleksey Kladov2018-12-281-7/+7
* Bump serde from 1.0.82 to 1.0.83dependabot[bot]2018-12-281-13/+13
* remove FnIdAleksey Kladov2018-12-271-5/+5
* Merge #341bors[bot]2018-12-271-4/+4
|\
| * Bump languageserver-types from 0.53.0 to 0.53.1dependabot[bot]2018-12-271-4/+4
* | Bump parking_lot from 0.6.4 to 0.7.0dependabot[bot]2018-12-271-4/+4
|/
*-. Merge #343 #344bors[bot]2018-12-271-12/+12
|\ \
| | * Bump itertools from 0.7.11 to 0.8.0dependabot[bot]2018-12-271-6/+6
| |/ |/|
| * Bump arrayvec from 0.4.9 to 0.4.10dependabot[bot]2018-12-271-6/+6
|/
* Merge #325bors[bot]2018-12-271-0/+68
|\
| * 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
* remove explicit serde_deriveAleksey Kladov2018-12-211-2/+0
* use builder interface for completion itemAleksey Kladov2018-12-211-4/+4