Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
aa56b93
Add glob-matcher and glob-set crates; fix cargo-furnish license override
macalinao Feb 24, 2026
b9f3707
Replace custom trie with tried double-array trie; add MatchEngine, Gl…
macalinao Feb 24, 2026
d5d7eaa
Add tried README with doctest examples; use include_str for crate docs
macalinao Feb 24, 2026
f5614c4
Replace globset with glob-set GlobMap in CompiledCatalog
macalinao Feb 24, 2026
53e6b60
Move CompiledCatalog and SchemaMatch from schemastore to schema-catalog
macalinao Feb 24, 2026
b95239a
Resolve merge conflicts: move CompiledCatalog to schema-catalog
macalinao Feb 24, 2026
39d91f5
Remove schemastore crate, inline CATALOG_URL into lintel-validate
macalinao Feb 25, 2026
dc77f8d
Add upstream globset benchmarks, compatibility tests, and fix dotfile…
macalinao Feb 25, 2026
95853e4
fix brace expansion bug
macalinao Feb 25, 2026
b5f4805
Add skip_char_class/skip_braces to glob-matcher public API, deduplica…
macalinao Feb 25, 2026
cf1ef67
benchmark on existing glob-match crate
macalinao Feb 25, 2026
6037dc2
Extract glob-matcher syntax helpers into separate module, enable fat …
macalinao Feb 25, 2026
785ae3a
Port upstream glob-match bug fixes (PR #18, PR #24) into glob-matcher
macalinao Feb 25, 2026
2ad114e
Update glob-matcher README with ported fixes and benchmark results
macalinao Feb 26, 2026
89af01e
rust lsp
macalinao Feb 26, 2026
9404d7f
Update glob-matcher benchmark results with fresh run
macalinao Feb 26, 2026
79a7a78
Merge remote-tracking branch 'origin/master' into globset
macalinao Feb 26, 2026
61a5a75
Update glob-matcher and glob-set dev-dependencies
macalinao Feb 26, 2026
f487216
Refresh glob-matcher benchmark results after dependency updates
macalinao Feb 26, 2026
addb633
Merge remote-tracking branch 'origin/master' into globset
macalinao Feb 26, 2026
ea0b157
Centralize workspace dependencies in root Cargo.toml
macalinao Feb 26, 2026
a025721
Merge remote-tracking branch 'origin/master' into globset
macalinao Feb 26, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .claude/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@
"Bash(cargo build*)",
"mcp__rust-analyzer*"
]
},
"enabledPlugins": {
"rust-analyzer-lsp@claude-plugins-official": true
}
}
Loading