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

Commit graph

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