Ed Page
655d8295a7
docs(derive): Fix ToC links within tutorial chapters
...
Fixes #5404
2024-03-20 15:46:14 -05:00
Ed Page
4e07b43858
chore: Release
2024-03-15 07:54:24 -05:00
Ed Page
8247c7ddf0
docs: Update changelog
2024-03-15 07:54:13 -05:00
Samuel Moelius
677c52ce08
chore: Update heck
requirement ( #5396 )
2024-03-15 07:53:26 -05:00
Ed Page
f65d421607
chore: Release
2024-03-06 10:52:18 -06:00
Ed Page
886b2729e4
docs: Update changelog
2024-03-06 10:50:39 -06:00
Ed Page
3ba429752f
Merge pull request #5386 from amaanq/static-var-name
...
fix: use SCREAMING_SNAKE_CASE for static variable `authors`
2024-03-06 10:49:29 -06:00
Amaan Qureshi
2aea9504c4
fix: Use SCREAMING_SNAKE_CASE for static variable authors
2024-03-05 23:52:48 -05:00
Ed Page
2d5ff555cc
Merge pull request #16 from epage/renovate/pre-commit-action-3.x
...
chore(deps): Update pre-commit/action action to v3.0.1
2024-03-01 08:58:45 -06:00
Ed Page
690f5557d7
Merge pull request #5382 from clap-rs/renovate/pre-commit-action-3.x
...
chore(deps): update pre-commit/action action to v3.0.1
2024-03-01 08:53:56 -06:00
renovate[bot]
7846c5130e
chore(deps): Update pre-commit/action action to v3.0.1
2024-03-01 00:30:14 +00:00
renovate[bot]
a2aa644368
chore(deps): update compatible (dev) ( #5381 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2024-03-01 00:16:52 +00:00
renovate[bot]
c233de53c0
chore(deps): update pre-commit/action action to v3.0.1
2024-03-01 00:07:01 +00:00
Ed Page
d0028d74b5
Merge pull request #5371 from BenWiederhake/dev-fix-link-command-trailing_var_arg
...
fix(builder): Avoid creating link to now-undocumented method
2024-02-22 21:03:29 -06:00
Ben Wiederhake
0076cac7cb
fix(builder): Don't doc-link to undocumented item
2024-02-23 01:40:29 +01:00
Ed Page
c977df5149
chore(ci): Prevent cargo-hack from blowing away our lockfile
...
See taiki-e/cargo-hack#234
2024-02-20 20:22:05 -06:00
Ed Page
0c01b5558d
chore: Release
2024-02-16 16:33:14 -06:00
Ed Page
08e0b5bde4
docs: Update changelog
2024-02-16 16:32:57 -06:00
Ed Page
f2c4e6ec74
Merge pull request #5359 from poliorcetics/ab/push-szymvyzpmnqx
...
fix(clap_complete_nushell): correctly handle commands whose short description is more than one line
2024-02-16 16:32:14 -06:00
Alexis (Poliorcetics) Bourget
e782775229
fix(complete): Handle newlines in command/arg descriptions
...
Found while trying to add Nushell completions to
[`jj`](https://github.com/martinvonz/jj ).
2024-02-16 16:17:22 -06:00
Ed Page
fba7c8597b
test(complete): Show newline issue
2024-02-16 16:16:36 -06:00
Ed Page
8a7a13a561
chore: Release
2024-02-16 07:08:54 -06:00
Ed Page
7b3a3e1e5e
docs: Update changelog
2024-02-16 07:08:38 -06:00
Ed Page
7b624ca743
Merge pull request #5356 from epage/escape
...
fix(error): Include -- in more cases
2024-02-16 07:07:36 -06:00
Ed Page
446328a8d3
fix(error): Include -- in more cases
...
Inspired by rust-lang/cargo#12494 .
Part of this is that our "did you mean" does prefix checks so it can be
overly aggressive in providing suggestions.
To avoid providing needless suggestions I limited this change to `last`
/ `trailing_var_arg` as those convey that `--` is more likely a valid
suggestion.
2024-02-16 06:54:57 -06:00
Ed Page
7de6df8782
test(error): Show existing last behavior
2024-02-16 06:41:45 -06:00
Ed Page
779496bb00
chore(ci): Run the latest clippy
2024-02-15 10:08:37 -06:00
Ed Page
4db293d99b
chore(ci): Only verify MSRV for published packages
2024-02-15 09:58:01 -06:00
Ed Page
51a98a25b6
chore(ci): Defer to package.rust-version for clippy
2024-02-15 09:57:26 -06:00
Ed Page
b48c90fc64
Merge pull request #5351 from epage/snap
...
chore: Update snapbox/trycmd
2024-02-14 19:45:07 -06:00
Ed Page
5f9cecb6bd
chore: Update snapbox/trycmd
2024-02-14 16:44:57 -06:00
Ed Page
f45a32ec2c
Merge pull request #5350 from epage/fix
...
fix: Add missing clap::builder::OsStr impl
2024-02-10 20:12:57 -06:00
Ed Page
323345b3bc
fix: Add missing clap::builder::OsStr impl
...
Found via rust-lang/cargo#10554
2024-02-10 19:59:40 -06:00
Ed Page
9295e322e8
chore: Release
2024-02-08 10:35:09 -06:00
Ed Page
a751c5fe65
chore: Release
2024-02-08 10:34:06 -06:00
Ed Page
9ec6c942b8
chore: Release
2024-02-08 10:33:13 -06:00
Ed Page
0735119775
docs: Update changelog
2024-02-08 10:32:13 -06:00
Ed Page
c4d3959506
Merge pull request #5344 from epage/encode
...
fix(lex): Use new-ish OsStr API
2024-02-08 10:29:17 -06:00
Ed Page
f750e57778
fix(lex): Use new-ish OsStr API
...
Fixes #5280
2024-02-08 10:05:24 -06:00
Ed Page
1d9a554cdf
Merge pull request #5343 from epage/msrv
...
chore: Update MSRV to 1.74
2024-02-08 10:04:46 -06:00
Ed Page
4b45d361b1
chore: Update MSRV to 1.74
2024-02-08 09:45:17 -06:00
Ed Page
1313256db3
chore(ci): Use latest for coverage
2024-02-08 09:07:52 -06:00
Ed Page
da56001fd6
chore(ci): Gather coverage
2024-02-08 07:48:29 -06:00
Ed Page
9a5af5c8d2
chore(ci): Only check intel mac on schedule
2024-02-08 07:45:48 -06:00
Ed Page
55b1f94515
Merge pull request #5342 from epage/divan
...
test(bench): Switch to divan
2024-02-08 06:36:39 -06:00
Ed Page
ea77b98da3
test(complete): Make it order independent
2024-02-08 06:19:06 -06:00
Ed Page
b0fea2bac6
test(bench): Switch to divan
2024-02-08 06:04:16 -06:00
Ed Page
7425ee74e8
chore: Release
2024-02-02 12:43:30 -06:00
Ed Page
2efeb012ec
docs: Update changelog
2024-02-02 12:43:23 -06:00
Ed Page
afcd8000e8
Merge pull request #5331 from EdJoPaTo/mangen-files
...
feat(mangen): generate filename and files
2024-02-02 12:39:06 -06:00