summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2023-07-21Model novel siblings in distance heuristica_star_v2Wilfred Hughes
2023-07-21Make heuristic smarterWilfred Hughes
2023-07-21Another attempt at A*Wilfred Hughes
2023-07-20Document the new LaTeX supportWilfred Hughes
2023-07-20Merge remote-tracking branch 'grunweg/master'Wilfred Hughes
2023-07-15Merge commit '6c8329e2da78fae78e87c3c6f5788a2b005a4afc'Wilfred Hughes
2023-07-15Merge pull request #148 from tree-sitter/fixesAmaan Qureshi
2023-07-14Handle nested sliders correctly when preferring the outer delimiterWilfred Hughes
2023-07-13ci: add certain branch requirements for CI to runAmaan Qureshi
2023-07-13chore: tidy up Rust bindingsAmaan Qureshi
2023-07-13chore: generateAmaan Qureshi
2023-07-13fix: make cast expression values with ampersands stricterAmaan Qureshi
2023-07-13fix: rework decimal logic to properly parse octal numbersAmaan Qureshi
2023-07-13Merge pull request #149 from tree-sitter/ci-fixAmaan Qureshi
2023-07-13ci: bump action & node versionsAmaan Qureshi
2023-07-12Treat constructors consistently with variables in Haskell atomsWilfred Hughes
2023-07-12Roll versionWilfred Hughes
2023-07-12Fix github action configuration to create draftsWilfred Hughes
2023-07-12cargo fmt0.48.0Wilfred Hughes
2023-07-12Update unit test new subword highlighting heuristicWilfred Hughes
2023-07-12Treat qualified modules and variables as atoms in HaskellWilfred Hughes
2023-07-12Improve word diffing heuristic and add another sample fileWilfred Hughes
2023-07-12Handle multiline atoms more accurately in split_atom_wordsWilfred Hughes
2023-07-10Do subword highlighting in more casesWilfred Hughes
2023-07-10Mention the new subword string highlighting in the changelogWilfred Hughes
2023-07-10Require some common words to do subword highlightingWilfred Hughes
2023-07-09Use the raw_entry_mut API on hashbrown::HashMapWilfred Hughes
2023-07-09Move to hashbrown 0.12 to meet our MSRVWilfred Hughes
2023-07-09Choose the last hashbrown version that supports our MSRVWilfred Hughes
2023-07-09cargo fmtWilfred Hughes
2023-07-09Add basic smoke tests for debug dump optionsWilfred Hughes
2023-07-09Use DftHashMap everywhereWilfred Hughes
2023-07-09Move DftHashMap to a separate fileWilfred Hughes
2023-07-09Use hashbrown for the alloc_if_new dataWilfred Hughes
2023-07-08Don't treat - as a word constituentWilfred Hughes
2023-07-08Fix spelling in commentWilfred Hughes
2023-07-08Detect replaced stringsZhenge Chen
2023-07-08Increase punctuation cost to 200Wilfred Hughes
2023-07-08Improve comments in Edge::costWilfred Hughes
2023-07-07Fix clippy lintWilfred Hughes
2023-07-07Reduce copying further in set_neighboursWilfred Hughes
2023-07-07Don't return the neighbours inside get_set_neighboursWilfred Hughes
2023-07-07Only split numbers inside commentsWilfred Hughes
2023-07-06Remove contiguous penaltyWilfred Hughes
2023-07-06Increase the punctuation penaltyWilfred Hughes
2023-07-06Add TODOWilfred Hughes
2023-07-04Don't track contiguous status on novel delimiter edgesWilfred Hughes
2023-07-03Store probably_punctuation on unchanged edgesWilfred Hughes
2023-07-02Fix cost for ReplacedCommentWilfred Hughes
2023-06-29Improve word splitting heuristicsWilfred Hughes