aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
Commit message (Collapse)AuthorAgeFilesLines
...
* :arrow_up: rowanAleksey Kladov2021-01-251-4/+4
|
* cargo updateJeremy Kolb2021-01-231-7/+7
|
* Cargo updatekjeremy2021-01-211-14/+17
|
* Include `countme` crate to count important data structures.Aleksey Kladov2021-01-211-2/+25
|
* Up lexerkjeremy2021-01-211-2/+2
|
* Bump chalkLaurențiu Nicola2021-01-211-8/+8
|
* chalk 0.49.0kjeremy2021-01-201-8/+8
|
* bump serdekjeremy2021-01-201-4/+4
|
* Merge #7350bors[bot]2021-01-201-2/+2
|\ | | | | | | | | | | | | | | 7350: Update pico-args r=matklad a=kjeremy Should maintain existing behavior Co-authored-by: kjeremy <[email protected]>
| * Update pico-argskjeremy2021-01-191-2/+2
| | | | | | | | Should maintains existing behavior
* | :arrow_up: rowanAleksey Kladov2021-01-201-2/+3
| | | | | | | | It now stores text inline with tokens
* | .Aleksey Kladov2021-01-191-2/+0
| |
* | :arrow_up: rowanAleksey Kladov2021-01-191-30/+4
|/
* :arrow_up: rowanAleksey Kladov2021-01-191-10/+4
|
*-. Merge #7297 #7338bors[bot]2021-01-181-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 7297: Propose trait associated items and autoimport traits on completion r=matklad a=SomeoneToIgnore ![trait_imports](https://user-images.githubusercontent.com/2690773/104819998-6faeb480-583a-11eb-8b45-b7351b51b90e.gif) Closes #7248 7338: Parse `impl const Trait` r=Veykril a=Veykril Closes #7313 bors r+ Co-authored-by: Kirill Bulatov <[email protected]> Co-authored-by: Lukas Wirth <[email protected]>
| | * Parse `impl const Trait`Lukas Wirth2021-01-181-2/+2
| | |
* | | Add back jemalloc supportJonas Schievink2021-01-181-0/+65
| | |
* | | cargo updatekjeremy2021-01-181-34/+34
| |/ |/| | | | | Update test_serialize_proc_macro for new serde version
* | Add `MacroType` syntaxJonas Schievink2021-01-181-2/+2
| |
* | Merge #7291bors[bot]2021-01-181-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | 7291: Wrap remaining self/super/crate in Name{Ref} r=matklad a=Veykril That should be the remaining special casing for `self` 🎉 Co-authored-by: Lukas Wirth <[email protected]>
| * | Wrap remaining self/super/crate in Name{Ref}Lukas Wirth2021-01-151-2/+2
| |/
* | Add profile callAleksey Kladov2021-01-181-0/+1
| |
* | :arrow_up: rowanAleksey Kladov2021-01-171-2/+2
| |
* | :arrow_up: rowanAleksey Kladov2021-01-171-3/+10
| | | | | | | | | | https://github.com/rust-analyzer/rowan/pull/86, which speeds up things visibly
* | :arrow_up: arenaAleksey Kladov2021-01-171-1/+1
| |
* | Merge #7304bors[bot]2021-01-171-11/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | 7304: Depend on local copy of la-arena instead of crates.io’s r=lnicola a=arzg This addresses [this comment](https://github.com/rust-analyzer/rust-analyzer/pull/7276#issuecomment-760909936). #7275 and #7276 should start compiling if this is merged. Co-authored-by: Aramis Razzaghipour <[email protected]>
| * | Depend on local copy of la-arena instead of crates.io’sAramis Razzaghipour2021-01-171-11/+5
| | |
* | | When building an item-tree, keep fewer nodes in memoryAleksey Kladov2021-01-161-2/+2
| | |
* | | Simpler and faster rowanAleksey Kladov2021-01-161-2/+2
| |/ |/| | | | | | | This removes thread-local syntax node caching, which improves perf a bunch
* | Merge #7288bors[bot]2021-01-151-2/+2
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | 7288: Handle self/super/crate in PathSegment as NameRef r=matklad a=Veykril Wrapping self/super/crate in NameRef as per https://github.com/rust-analyzer/rust-analyzer/pull/7261#issuecomment-760023172 Co-authored-by: Lukas Wirth <[email protected]>
| * | Handle self/super/crate in PathSegment as NameRefLukas Wirth2021-01-151-2/+2
| | |
* | | Merge #7287bors[bot]2021-01-151-10/+30
|\ \ \ | |/ / |/| | | | | | | | | | | | | | | | | | | | 7287: Make SyntaxPtr lookup logarithmic r=matklad a=matklad bors r+ 🤖 Co-authored-by: Aleksey Kladov <[email protected]>
| * | Make SyntaxPtr lookup logarithmicAleksey Kladov2021-01-151-10/+30
| |/ | | | | | | | | | | closes #3934 cc https://github.com/rust-analyzer/rowan/pull/81
* / Upgrade ungrammar to v1.7Daiki Ihara2021-01-151-24/+24
|/
* bump arenaAleksey Kladov2021-01-151-8/+8
|
* prepare to publish el libro de arenaAleksey Kladov2021-01-141-9/+15
|
* Make printin the backtrace more convenientAleksey Kladov2021-01-141-1/+3
|
* Use upstream TextSize APIAleksey Kladov2021-01-131-2/+2
|
* cargo updatekjeremy2021-01-111-14/+14
|
* Unfreeze cargo_metadatakjeremy2021-01-111-2/+13
| | | | It now pulls in a newer version of semver-parser.
* cargo updatekjeremy2021-01-081-12/+12
|
* Refactor out JodChildEdwin Cheng2021-01-071-0/+1
|
* Replace last usages of difference with dissimilarJesse Bakker2021-01-061-8/+1
|
* Rename expr -> tail_exprAleksey Kladov2021-01-051-2/+2
|
* Cargo update to remove some dependencieskjeremy2021-01-041-57/+7
|
* Update crateskjeremy2021-01-041-16/+16
|
* Upgrade expect-test to 1.1Jesse Bakker2021-01-031-3/+3
|
* Merge #7106bors[bot]2020-12-311-0/+7
|\ | | | | | | | | | | | | | | 7106: Split textDocument/formatting TextEdit with diff r=matklad a=Jesse-Bakker #7044 Co-authored-by: Jesse Bakker <[email protected]>
| * Split textDocument/formatting TextEdit with diffJesse Bakker2020-12-311-0/+7
| |
* | Update crateskjeremy2020-12-301-20/+29
| |