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
|
eb208bd86f
|
fix(vars)!: Rename VARS_TRIE to VARS
|
2024-12-28 21:31:48 -06:00 |
|
Ed Page
|
d17a11650c
|
fix(dict)!: Rename WORD_TRIE to WORD
|
2024-12-28 21:30:07 -06:00 |
|
Ed Page
|
52822b019f
|
fix(dictgen)!: Use a builer for easier customization
|
2024-12-28 21:02:19 -06:00 |
|
Ed Page
|
bb2758bfa3
|
docs(action): Demonstrate pinning actions
|
2024-12-30 08:18:02 -06:00 |
|
Ed Page
|
1b0830df9c
|
perf(dict): Compare table to trie
|
2024-12-28 21:01:42 -06:00 |
|
Ed Page
|
fad1637b6c
|
perf(dict): Compare map to trie
|
2024-12-28 21:01:41 -06:00 |
|
Ed Page
|
661825438c
|
perf(dict): Add basic hit/miss benches
|
2024-12-28 21:00:55 -06:00 |
|
Ed Page
|
9a100d9199
|
perf(dict): Add bench outline
|
2024-12-24 21:19:12 -06:00 |
|
Ed Page
|
9d89015957
|
chore: Release
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
|
2024-12-16 15:19:42 -06:00 |
|
Ed Page
|
6b24563a99
|
chore: Release
|
2024-12-16 15:18:49 -06:00 |
|
Zxilly
|
63908449a7
|
feat: Implement sarif format reporter
Fixes #594
|
2024-12-16 12:56:32 -06:00 |
|
Ed Page
|
32b96444b9
|
Merge pull request #1169 from klensy/deps
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: remove some unused deps
|
2024-12-16 10:36:36 -06:00 |
|
Ed Page
|
d1c850b2b5
|
chore: Release
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-12 14:50:02 -06:00 |
|
Ed Page
|
a491fd56c0
|
chore: Release
|
2024-12-12 14:48:35 -06:00 |
|
pls148
|
cabd73a071
|
add typos imlementations,includs,qurorum,transatctions,trasnactions,validasted,vview
|
2024-12-12 12:31:16 -08:00 |
|
klensy
|
0169b9b9e8
|
fix: Remove some unused deps
move some maplit to dev-deps
remove few unused deps from typos
remove some itertools deps
remove phf_codegen from deps
remove some unicase from deps
|
2024-12-07 17:47:48 +03:00 |
|
Ed Page
|
b4a328f359
|
Merge pull request #1163 from crate-ci/renovate/thiserror-2.x
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 Rust crate thiserror to v2
|
2024-12-02 12:19:50 -06:00 |
|
Ed Page
|
c0dae68901
|
Merge pull request #1162 from crate-ci/renovate/clap-verbosity-flag-3.x
chore(deps): Update Rust crate clap-verbosity-flag to v3
|
2024-12-02 12:19:37 -06:00 |
|
Ed Page
|
9efaabdf84
|
style: Make clippy happy
|
2024-12-02 11:33:06 -06:00 |
|
Ed Page
|
9b241e15e1
|
chore: Update from _rust template
|
2024-12-02 11:30:24 -06:00 |
|
Ed Page
|
2872c382bb
|
chore: Release
|
2024-12-02 09:55:35 -06:00 |
|
Ed Page
|
97bbab80c8
|
fix(dict): Don't correct parametrized
Fixes #1164
|
2024-12-02 09:13:41 -06:00 |
|
Ed Page
|
679c99cf66
|
test(dict): Consistenty filter out unverified entries
|
2024-12-02 09:10:05 -06:00 |
|
renovate[bot]
|
6d52e97b7a
|
chore(deps): Update Rust crate thiserror to v2
|
2024-12-01 04:00:01 +00:00 |
|
renovate[bot]
|
a63afdf0eb
|
chore(deps): Update Rust crate clap-verbosity-flag to v3
|
2024-12-01 03:59:55 +00:00 |
|
Ed Page
|
bd36f89fcd
|
chore: Release
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
|
2024-11-26 11:15:30 -06:00 |
|
Ed Page
|
70f236086f
|
fix: Re-add go.sum, requirements.txt to 'lock' file type
Fixes #1158
|
2024-11-26 11:04:26 -06:00 |
|
Ed Page
|
78d6d22744
|
chore: Release
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-11-25 15:07:26 -06:00 |
|
Ed Page
|
e75389e6fb
|
chore: Release
|
2024-11-25 15:06:53 -06:00 |
|
Ed Page
|
bdcd9c54e3
|
Merge pull request #1157 from epage/dict
feat(dict): November updates
|
2024-11-25 15:01:28 -06:00 |
|
Ed Page
|
31e5b4f5b5
|
feat(dict): November updates
Fixes #1139
|
2024-11-25 14:51:09 -06:00 |
|
Dmitry Gerasimov
|
cc2dc23fee
|
feat: Recognize dtso as devicetree type
|
2024-11-25 21:38:17 +01:00 |
|
Ed Page
|
061bc78a48
|
feat: Update type-list for ripgrep 2acf25c
|
2024-11-25 13:55:51 -06:00 |
|
Ed Page
|
4ff772d059
|
feat: Update type-list for ripgrep 7313dca
|
2024-11-25 13:48:03 -06:00 |
|
Ed Page
|
b74202f74b
|
chore: Release
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-11-08 09:04:02 -06:00 |
|
Ed Page
|
fae45ae57f
|
fix(dict): Recognize alloced and requestor
Part of #1150
|
2024-11-08 08:51:04 -06:00 |
|
Ed Page
|
98325b2780
|
chore: Release
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
|
2024-11-06 15:22:23 -06:00 |
|
Ed Page
|
a0962bf415
|
Merge pull request #1147 from ianthetechie/add-fand
Add "fand" corrections to the dictionary
|
2024-11-06 15:21:11 -06:00 |
|
Ed Page
|
51e9d58a14
|
chore: Release
|
2024-11-06 09:09:39 -06:00 |
|
Ian Wagner
|
2ad0621918
|
Add "fand" corrections to the dictionary
|
2024-11-06 16:55:04 +09:00 |
|
Ed Page
|
5afabf72f9
|
fix(dict): Prefer correcting alingment to alignment
Fixes #1143
|
2024-11-05 15:42:42 -06:00 |
|
Ed Page
|
cc96250949
|
test(dict): Don't use unverified varcon
This mirrors 17b4d0267e
|
2024-11-05 15:24:27 -06:00 |
|
Ed Page
|
d01f29c66d
|
chore: Release
|
2024-11-01 09:11:19 -05:00 |
|
Ed Page
|
52e950bb13
|
chore: Release
|
2024-11-01 09:10:39 -05:00 |
|
Ed Page
|
f80b1564bd
|
Merge pull request #1140 from epage/oct
feat(dict): Oct updates
|
2024-11-01 08:59:56 -05:00 |
|