Commit graph

2289 commits

Author SHA1 Message Date
Ed Page
2272ce8649
Merge pull request #1208 from epage/update
chore(deps): Update compatible
2025-01-02 13:04:11 -06:00
renovate[bot]
b00d89bcc1 chore(deps): Update compatible 2025-01-02 18:02:35 +00:00
Ed Page
5a54ded3b8
Merge pull request #1204 from crate-ci/renovate/serde-sarif-0.x
chore(deps): Update Rust crate serde-sarif to 0.7.0
2025-01-02 12:01:11 -06:00
Ed Page
3265cef783 chore: Release
Some checks are pending
Security audit / security_audit (push) Waiting to run
Security audit / cargo_deny (bans licenses sources) (push) Waiting to run
CI / CI (push) Blocked by required conditions
CI / Test (push) Waiting to run
CI / Check MSRV (push) Waiting to run
CI / lockfile (push) Waiting to run
CI / Docs (push) Waiting to run
CI / rustfmt (push) Waiting to run
CI / clippy (push) Waiting to run
CI / Coverage (push) Waiting to run
/ linux (aarch64) (push) Waiting to run
/ linux (x86) (push) Waiting to run
/ linux (x86_64) (push) Waiting to run
/ musllinux (aarch64) (push) Waiting to run
/ musllinux (x86_64) (push) Waiting to run
/ windows (x64) (push) Waiting to run
/ windows (x86) (push) Waiting to run
/ macos (aarch64) (push) Waiting to run
/ macos (x86_64) (push) Waiting to run
/ sdist (push) Waiting to run
/ Release (push) Blocked by required conditions
pre-commit / pre-commit (push) Waiting to run
2025-01-02 09:41:32 -06:00
Ed Page
02cb3e07c5 docs: Update changelog 2025-01-02 09:41:14 -06:00
Ed Page
312741f25a
Merge pull request #1207 from epage/deriver
fix(dict): Don't correct deriver
2025-01-02 09:39:51 -06:00
Ed Page
a26aee9646 fix(dict): Don't correct deriver
Fixed #1206
2025-01-02 09:29:25 -06:00
Ed Page
2529aa1a6b chore(dict): Move english words to english dictionary 2025-01-02 09:27:10 -06:00
Ed Page
eafac375fa
Merge pull request #1205 from crate-ci/renovate/maturin-1.x
Some checks failed
Security audit / security_audit (push) Has been cancelled
Security audit / cargo_deny (bans licenses sources) (push) Has been cancelled
CI / Test (push) Has been cancelled
CI / Check MSRV (push) Has been cancelled
CI / lockfile (push) Has been cancelled
CI / Docs (push) Has been cancelled
CI / rustfmt (push) Has been cancelled
CI / clippy (push) Has been cancelled
CI / Coverage (push) Has been cancelled
/ linux (aarch64) (push) Has been cancelled
/ linux (x86) (push) Has been cancelled
/ linux (x86_64) (push) Has been cancelled
/ musllinux (aarch64) (push) Has been cancelled
/ musllinux (x86_64) (push) Has been cancelled
/ windows (x64) (push) Has been cancelled
/ windows (x86) (push) Has been cancelled
/ macos (aarch64) (push) Has been cancelled
/ macos (x86_64) (push) Has been cancelled
/ sdist (push) Has been cancelled
pre-commit / pre-commit (push) Has been cancelled
CI / CI (push) Has been cancelled
/ Release (push) Has been cancelled
chore(deps): Update dependency maturin to >=1.8,<1.9
2024-12-31 22:22:53 -06:00
renovate[bot]
3e5a277542
chore(deps): Update dependency maturin to >=1.8,<1.9 2025-01-01 03:13:02 +00:00
renovate[bot]
557c54be48 chore(deps): Update Rust crate serde-sarif to 0.7.0 2025-01-01 03:12:57 +00:00
Ed Page
06be77b740
Merge pull request #1203 from crate-ci/renovate/itertools-0.x
chore(deps): Update Rust crate itertools to 0.14
2024-12-31 20:15:58 -06:00
renovate[bot]
2e9eeea6ac
chore(deps): Update Rust crate itertools to 0.14 2025-01-01 02:05:45 +00:00
Ed Page
20ab9e2749 chore: Release
Some checks are pending
Security audit / security_audit (push) Waiting to run
Security audit / cargo_deny (bans licenses sources) (push) Waiting to run
CI / CI (push) Blocked by required conditions
CI / Test (push) Waiting to run
CI / Check MSRV (push) Waiting to run
CI / lockfile (push) Waiting to run
CI / Docs (push) Waiting to run
CI / rustfmt (push) Waiting to run
CI / clippy (push) Waiting to run
CI / Coverage (push) Waiting to run
/ linux (aarch64) (push) Waiting to run
/ linux (x86) (push) Waiting to run
/ linux (x86_64) (push) Waiting to run
/ musllinux (aarch64) (push) Waiting to run
/ musllinux (x86_64) (push) Waiting to run
/ windows (x64) (push) Waiting to run
/ windows (x86) (push) Waiting to run
/ macos (aarch64) (push) Waiting to run
/ macos (x86_64) (push) Waiting to run
/ sdist (push) Waiting to run
/ Release (push) Blocked by required conditions
pre-commit / pre-commit (push) Waiting to run
2024-12-31 09:47:18 -06:00
Ed Page
c8fd3764af chore: Release 2024-12-31 09:42:16 -06:00
Ed Page
bb446c2fbc chore: Release 2024-12-31 09:41:20 -06:00
Ed Page
cfc7f68e4b chore: Release 2024-12-31 09:40:20 -06:00
Ed Page
837ef7151c docs: Update changelog 2024-12-31 09:39:20 -06:00
Ed Page
8d32bffd6d
Merge pull request #1201 from epage/dec
feat(dict): December 2025 updates
2024-12-31 09:09:32 -06:00
Ed Page
51370fd074 feat(dict): December 2025 updates
Fixes #1156
2024-12-31 08:36:52 -06:00
Ed Page
1af44522a7
Merge pull request #1199 from epage/aho
feat(dictgen): Add aho-corasick support
2024-12-31 08:23:17 -06:00
Ed Page
7984d47095 feat(dictgen): Add aho-corasick support 2024-12-31 07:48:55 -06:00
Ed Page
44cf2f8cf6
Merge pull request #1198 from epage/generic
perf(dict)!: Switch to PHF Map
2024-12-31 06:56:23 -06:00
Ed Page
7457534850 perf(dict)!: Switch to PHF Map 2024-12-30 20:58:17 -06:00
Ed Page
da0e536796 feat(dictgen): Generate a naive match
After 23 minutes of compiling, I gave up.  The compiler might generate
fast `match`s but its not worth the compile time.
2024-12-30 20:55:12 -06:00
Ed Page
b6352341f9 perf(dict): Benchmark cased maps 2024-12-30 16:48:19 -06:00
Ed Page
084461743a feat(dictgen): Allow different Maps to be made 2024-12-30 16:29:20 -06:00
Ed Page
92c9aa17f4 refactor(dictgen): Make room for different maps 2024-12-30 16:26:21 -06:00
Ed Page
d4767767b2 fix(dictgen)!: Allow case-sensitive maps 2024-12-30 16:24:14 -06:00
Ed Page
534e3c5f71 perf(dictgen): Remove ascii/unicode branch from trie 2024-12-30 16:13:35 -06:00
Ed Page
e7ff9cfc01 fix(dictgen)!: Allow case-sensitive ordered maps 2024-12-30 15:39:34 -06:00
Ed Page
086f9d1558
Merge pull request #1197 from epage/rename
Some checks are pending
Security audit / security_audit (push) Waiting to run
Security audit / cargo_deny (bans licenses sources) (push) Waiting to run
CI / CI (push) Blocked by required conditions
CI / Test (push) Waiting to run
CI / Check MSRV (push) Waiting to run
CI / lockfile (push) Waiting to run
CI / Docs (push) Waiting to run
CI / rustfmt (push) Waiting to run
CI / clippy (push) Waiting to run
CI / Coverage (push) Waiting to run
/ linux (aarch64) (push) Waiting to run
/ linux (x86) (push) Waiting to run
/ linux (x86_64) (push) Waiting to run
/ musllinux (aarch64) (push) Waiting to run
/ musllinux (x86_64) (push) Waiting to run
/ windows (x64) (push) Waiting to run
/ windows (x86) (push) Waiting to run
/ macos (aarch64) (push) Waiting to run
/ macos (x86_64) (push) Waiting to run
/ sdist (push) Waiting to run
/ Release (push) Blocked by required conditions
pre-commit / pre-commit (push) Waiting to run
fix(dictgen): Clarify names
2024-12-30 15:11:50 -06:00
Ed Page
81d6807495 fix(dictgen): Clarify names 2024-12-30 14:57:39 -06:00
Ed Page
c6beb8b05a
Merge pull request #1196 from epage/fix
fix(dictgen): Align trie write/access conditions
2024-12-30 14:43:31 -06:00
Ed Page
bd7c3df5db fix(dictgen): Align trie write/access conditions 2024-12-30 14:22:11 -06:00
Ed Page
b87cd87116
Merge pull request #1194 from epage/perf
fix(dictgen)!: Generate phf for map feature
2024-12-30 14:04:15 -06:00
Ed Page
8bdd84c413
Merge pull request #1195 from szepeviktor/patch-1
Fix a typo in tokens.rs
2024-12-30 13:29:51 -06:00
Viktor Szépe
efc9dd8daf
Fix a typo in tokens.rs 2024-12-30 19:47:29 +01:00
Ed Page
a33352a199 fix(dictgen)!: Remove fn iter 2024-12-30 12:07:51 -06:00
Ed Page
3db1b3906e fix(dictgen)!: Generate phf for map feature
Unsure how this happened
2024-12-30 11:51:13 -06:00
Ed Page
016ae0c7c6 perf(dictgen): Move unicode check up in trie 2024-12-30 11:27:34 -06:00
Ed Page
083871447d perf(dictgen): Make lookups faster for map/table 2024-12-30 11:01:58 -06:00
Ed Page
db16cb53c5 refactor(dictgen): Pull out custom str 2024-12-30 10:56:06 -06:00
Ed Page
dbfc372120
Merge pull request #1190 from epage/dict
Some checks are pending
Security audit / security_audit (push) Waiting to run
Security audit / cargo_deny (bans licenses sources) (push) Waiting to run
CI / CI (push) Blocked by required conditions
CI / Test (push) Waiting to run
CI / Check MSRV (push) Waiting to run
CI / lockfile (push) Waiting to run
CI / Docs (push) Waiting to run
CI / rustfmt (push) Waiting to run
CI / clippy (push) Waiting to run
CI / Coverage (push) Waiting to run
/ linux (aarch64) (push) Waiting to run
/ linux (x86) (push) Waiting to run
/ linux (x86_64) (push) Waiting to run
/ musllinux (aarch64) (push) Waiting to run
/ musllinux (x86_64) (push) Waiting to run
/ windows (x64) (push) Waiting to run
/ windows (x86) (push) Waiting to run
/ macos (aarch64) (push) Waiting to run
/ macos (x86_64) (push) Waiting to run
/ sdist (push) Waiting to run
/ Release (push) Blocked by required conditions
pre-commit / pre-commit (push) Waiting to run
fix(dictgen)!: Use a builer for easier customization
2024-12-30 08:51:13 -06:00
Ed Page
910f3c8af0
Merge pull request #1193 from Its-Just-Nans/update-doc
Update doc for actions
2024-12-30 08:34:09 -06:00
n4n5
8e9777e0ad docs(action): Note the requirement on wget 2024-12-30 08:28:54 -06:00
Ed Page
92d01f198f docs(action): Show a complete example 2024-12-30 08:25:17 -06:00
Ed Page
679c20bbe3 docs(action): Pull out existing examples 2024-12-30 08:24:51 -06:00
Ed Page
bb2758bfa3 docs(action): Demonstrate pinning actions 2024-12-30 08:18:02 -06:00
Ed Page
aa90140690 docs(action): Remove note about leading ./
This has been there since #267 but it isn't clear why it should be.
2024-12-30 08:10:39 -06:00