1
Fork 0
mirror of https://github.com/RGBCube/cstree synced 2025-09-13 00:27:56 +00:00
Commit graph

118 commits

Author SHA1 Message Date
Domenic Quirl
d5d3f7afa8 update S-expression example/tutorial 2021-02-18 10:02:35 +01:00
Domenic Quirl
1b7985b8bd expand crate-level docs 2021-02-18 10:02:34 +01:00
DQ
519178a500
Make README not bold 2021-02-18 09:57:44 +01:00
DQ
e411243366
Update clippy and rustfmt to new nightly (#16) 2021-02-16 23:39:35 +01:00
DQ
f6905735eb
Change SyntaxNode's Hash and Eq to be based on pointer equality (#15) 2021-02-10 22:23:31 +01:00
DQ
d67c18cc11
Bugfix try_write (#14) 2021-02-05 00:27:31 +01:00
DQ
fb463aef18
Make SyntaxNode Send and Sync (#12) 2021-02-04 15:58:17 +01:00
Domenic Quirl
4116ed0138 fix: missing bracket in README 2021-01-30 20:55:41 +01:00
Domenic Quirl
ec8f82ed7a add badge to README and README to Cargo.toml 2021-01-30 20:53:38 +01:00
DQ
621718e9b8
Add CI and address soundness issues brought up by miri (#10) 2021-01-30 20:21:30 +01:00
Domenic Quirl
ac68150dbb fix serde test for non-serializable data 2021-01-27 11:52:55 +01:00
Stu
3dbfe22bed
Serializable trees (#11)
Clean up #4. Now everything is moved to the new design.
2021-01-27 11:44:46 +01:00
DQ
91b68c9a23
Merge pull request #9 from domenicquirl/inline-resolver 2021-01-14 19:36:23 +01:00
Domenic Quirl
911775b731 add debug implementations for nodes/tokens with resolver 2021-01-14 15:08:09 +01:00
Domenic Quirl
424a86d8cc have root syntax nodes optionally hold a resolver 2021-01-14 14:50:56 +01:00
Domenic Quirl
de6386c883 add NodeCache::with_interner and make it pub 2021-01-14 13:55:46 +01:00
Stu
695d72e8ee
Remove smallvec (#8)
c.f. #6
2021-01-13 22:05:02 +01:00
Domenic Quirl
ac4f659470 initial commit 2021-01-13 10:23:34 +01:00