Commit graph

838 commits

Author SHA1 Message Date
David Tolnay
3c304e0339
Release 1.0.94 2024-10-31 12:02:54 -07:00
David Tolnay
02e82db425
Lockfile update 2024-10-31 12:02:28 -07:00
David Tolnay
5f8061f177
Merge pull request #239 from dtolnay/styles
Use cargo styles for help text
2024-10-31 12:02:09 -07:00
David Tolnay
6b181122de
Use cargo styles for help text 2024-10-31 11:56:58 -07:00
David Tolnay
a6e1d746cd
Release 1.0.93 2024-10-24 00:25:40 -07:00
David Tolnay
db1962200b
Mention bat --list-themes 2024-10-24 00:25:17 -07:00
David Tolnay
c396c12b61
Merge pull request #238 from dtolnay/assets
Load custom bat theme assets
2024-10-24 00:23:03 -07:00
David Tolnay
09f73c8182
Load custom bat theme assets 2024-10-24 00:19:52 -07:00
David Tolnay
497a5a94f6
Merge pull request #237 from dtolnay/bat
Inline bat's PrettyPrinter logic
2024-10-23 17:46:38 -07:00
David Tolnay
09d0e944d6
Inline bat's PrettyPrinter logic 2024-10-23 17:42:52 -07:00
David Tolnay
3944f5a713
Release 1.0.92 2024-10-23 16:52:31 -07:00
David Tolnay
0dc51326c9
Lockfile update 2024-10-23 16:52:19 -07:00
David Tolnay
f7c828629a
Pull in support for new Rust 1.82 syntax 2024-10-23 16:52:03 -07:00
David Tolnay
ab3eedda1c
Update fs-err dependency to v3 2024-10-23 16:48:35 -07:00
David Tolnay
b33935ef7d
Release 1.0.91 2024-10-19 19:42:05 -07:00
David Tolnay
4cb448a756
Lockfile update 2024-10-19 19:41:41 -07:00
David Tolnay
e0ae005003
Merge pull request #236 from dtolnay/exhaustive
Delete non_exhaustive_omitted_patterns lint and exhaustive cfg
2024-10-19 19:41:24 -07:00
David Tolnay
94ef1d73b0
Delete non_exhaustive_omitted_patterns lint and exhaustive cfg 2024-10-19 19:37:58 -07:00
David Tolnay
26e12b16f4
Merge pull request #235 from dtolnay/docstmt
Preserve doc attributes on statements
2024-10-19 19:36:38 -07:00
David Tolnay
d225d4305d
Preserve doc attributes on statements 2024-10-19 19:32:04 -07:00
David Tolnay
1f4d6981ca
Handle Expr::RawAddr 2024-10-19 19:29:06 -07:00
David Tolnay
221302e35f
Fix typo in upload-artifact condition 2024-08-25 12:50:33 -07:00
David Tolnay
d1307b565a
Release 1.0.90 2024-08-25 12:46:36 -07:00
David Tolnay
a9c2757891
Lockfile update 2024-08-25 12:46:13 -07:00
David Tolnay
33f0d5bdd9
Support formatting tail calls and precise captures 2024-08-25 12:45:38 -07:00
David Tolnay
a254291b7d
Upload CI Cargo.lock for reproducing failures 2024-08-25 12:12:20 -07:00
David Tolnay
ec62e3142a
Release 1.0.89 2024-07-31 12:16:01 -07:00
David Tolnay
4a15e8aaf4
Lockfile update 2024-07-31 12:15:31 -07:00
David Tolnay
02700a4fe9
Replace yanked version of bytemuck with newer one
warning: package `bytemuck v1.16.0` in Cargo.lock is yanked in
    registry `crates-io`, consider running without --locked
2024-07-31 12:15:12 -07:00
David Tolnay
ba45fd3547
Merge pull request #230 from dtolnay/panicinfo
Ignore PanicInfo deprecation for now
2024-07-21 20:50:00 -07:00
David Tolnay
a867b30bcd
Ignore PanicInfo deprecation for now
We'll be able to use PanicHookInfo after dropping support for Rust 1.81.
2024-07-21 19:35:17 -07:00
David Tolnay
7f38154828
Release 1.0.88 2024-05-16 19:13:45 -07:00
David Tolnay
06ff0b9339
Lockfile update 2024-05-16 19:13:19 -07:00
David Tolnay
0576633145
Downgrade yanked libc crate 2024-05-16 19:12:53 -07:00
David Tolnay
bc53c70d55
Release 1.0.87 2024-05-14 14:50:49 -07:00
David Tolnay
b93b74c95f
Lockfile update 2024-05-14 14:50:14 -07:00
David Tolnay
e18f5c3ad1
Merge pull request #226 from dtolnay/windows
Support OUT_DIR located in `\\?\` path on Windows
2024-05-14 14:49:23 -07:00
David Tolnay
3b66338afa
Support OUT_DIR located in \\?\ path on Windows 2024-05-14 14:45:54 -07:00
David Tolnay
f5b9a7c540
Release 1.0.86 2024-05-06 15:32:30 -07:00
David Tolnay
fc6b245f71
Lockfile update 2024-05-06 15:32:14 -07:00
David Tolnay
c3bdfe4e7f
Merge pull request #225 from dtolnay/checkcfg
Resolve unexpected_cfgs warning
2024-05-06 15:32:08 -07:00
David Tolnay
554f072045
Resolve unexpected_cfgs warning
warning: unexpected `cfg` condition name: `exhaustive`
      --> src/main.rs:18:23
       |
    18 | #![cfg_attr(all(test, exhaustive), feature(non_exhaustive_omitted_patterns_lint))]
       |                       ^^^^^^^^^^
       |
       = help: expected names are: `clippy`, `debug_assertions`, `doc`, `docsrs`, `doctest`, `feature`, `miri`, `overflow_checks`, `panic`, `proc_macro`, `relocation_model`, `sanitize`, `sanitizer_cfi_generalize_pointers`, `sanitizer_cfi_normalize_integers`, `target_abi`, `target_arch`, `target_endian`, `target_env`, `target_family`, `target_feature`, `target_has_atomic`, `target_has_atomic_equal_alignment`, `target_has_atomic_load_store`, `target_os`, `target_pointer_width`, `target_thread_local`, `target_vendor`, `test`, `ub_checks`, `unix`, `windows`
       = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(exhaustive)");` to the top of the `build.rs`
       = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
       = note: `#[warn(unexpected_cfgs)]` on by default

    warning: unexpected `cfg` condition name: `exhaustive`
      --> src/edit.rs:64:31
       |
    64 |         #![cfg_attr(all(test, exhaustive), deny(non_exhaustive_omitted_patterns))]
       |                               ^^^^^^^^^^
       |
       = help: consider using a Cargo feature instead or adding `println!("cargo::rustc-check-cfg=cfg(exhaustive)");` to the top of the `build.rs`
       = note: see <https://doc.rust-lang.org/nightly/cargo/reference/build-scripts.html#rustc-check-cfg> for more information about checking conditional configuration
2024-05-06 15:27:48 -07:00
David Tolnay
a713955521
Release 1.0.85 2024-04-19 12:10:13 -07:00
David Tolnay
f2d41a1c97
Lockfile update 2024-04-19 12:09:44 -07:00
David Tolnay
cd88d66e0a
Merge pull request #224 from dtolnay/emptywrapper
Disregard empty RUSTC_WRAPPER
2024-04-19 12:09:08 -07:00
David Tolnay
9aa2edac49
Disregard empty RUSTC_WRAPPER 2024-04-19 12:05:07 -07:00
David Tolnay
7b08e5a828
Release 1.0.84 2024-04-14 18:32:40 -07:00
David Tolnay
d8f5bbc17d
Pick up Expr::Assign formatting improvements 2024-04-14 18:32:21 -07:00
David Tolnay
50380982ba
Release 1.0.83 2024-04-14 18:10:21 -07:00
David Tolnay
7111d8588e
Lockfile update 2024-04-14 18:10:00 -07:00