Commit graph

  • 08bbe66377
    Release 1.0.69 1.0.69 David Tolnay 2023-09-13 11:17:43 -06:00
  • a0ff5cca30
    Lockfile update David Tolnay 2023-09-13 11:16:09 -06:00
  • addb15e670
    Pull in error placeholder support David Tolnay 2023-09-13 11:15:48 -06:00
  • e47c927b17
    Release 1.0.68 1.0.68 David Tolnay 2023-09-07 13:09:03 -07:00
  • eec32abf67
    Lockfile update David Tolnay 2023-09-07 13:08:26 -07:00
  • 1fbd48befd
    Pull in if-let and while-let indentation improvement David Tolnay 2023-09-07 13:08:18 -07:00
  • 372e8ef30e
    Update actions/checkout@v3 -> v4 David Tolnay 2023-09-04 22:34:56 -07:00
  • ff6c03e200
    Release 1.0.67 1.0.67 David Tolnay 2023-09-03 10:56:40 -07:00
  • 05e87db82a
    Pull in support for generics on const item David Tolnay 2023-09-03 10:56:10 -07:00
  • dc53cbc0f6
    Release 1.0.66 1.0.66 David Tolnay 2023-09-02 22:22:15 -07:00
  • 3452fc0da4
    Lockfile update David Tolnay 2023-09-02 22:21:53 -07:00
  • a2fc21d8b7
    Pull in anon struct/union support David Tolnay 2023-09-02 22:21:10 -07:00
  • 073541319b
    Release 1.0.65 1.0.65 David Tolnay 2023-08-18 19:25:45 -07:00
  • ee163f0c54
    Fix error from 'cargo outdated' David Tolnay 2023-08-18 19:24:37 -07:00
  • 5301de7d2c
    Lockfile update David Tolnay 2023-08-18 19:23:30 -07:00
  • 44e0e2a35b
    Release 1.0.64 1.0.64 David Tolnay 2023-08-05 11:44:43 -07:00
  • 246b062b0f
    Lockfile update David Tolnay 2023-08-05 11:44:29 -07:00
  • 4f52594482
    Merge pull request #190 from dtolnay/version David Tolnay 2023-08-05 11:43:32 -07:00
  • 828ea84c93
    Make prettyplease version appear only if '--version --verbose' is used David Tolnay 2023-08-05 11:35:31 -07:00
  • edebe7b5ca
    Release 1.0.63 1.0.63 David Tolnay 2023-08-05 11:20:10 -07:00
  • 3e39242966
    Lockfile update David Tolnay 2023-08-05 11:19:44 -07:00
  • 74262d44c5
    Merge pull request #189 from dtolnay/version David Tolnay 2023-08-05 11:19:29 -07:00
  • 10fa612618
    Work around clap's bad default implementation of subcommand version David Tolnay 2023-08-05 11:15:25 -07:00
  • 719643c943
    Disable implicit help subcommand David Tolnay 2023-08-05 11:13:22 -07:00
  • 23be22db3b
    Revert "Temporarily disable -Zrandomize-layout due to rustc ICE" David Tolnay 2023-07-22 18:37:55 -07:00
  • 36a2e05e9d
    Temporarily disable -Zrandomize-layout due to rustc ICE David Tolnay 2023-07-21 20:22:38 -07:00
  • 1b9b02b21d
    Release 1.0.62 1.0.62 David Tolnay 2023-07-20 15:35:49 -07:00
  • 61750b6385
    Lockfile update David Tolnay 2023-07-20 15:35:30 -07:00
  • 3cb0f96158
    Pull in let-else formatting improvements David Tolnay 2023-07-20 15:34:48 -07:00
  • 9680b8f5c9
    Release 1.0.61 1.0.61 David Tolnay 2023-07-16 15:18:35 -07:00
  • 7114650c62
    Merge pull request #187 from tottoto/std-io-is-terminal David Tolnay 2023-07-16 15:17:12 -07:00
  • 5d08566c16 Switch from is-terminal crate to std::io::IsTerminal tottoto 2023-07-17 06:29:37 +09:00
  • c3764e821b
    Release 1.0.60 1.0.60 David Tolnay 2023-07-16 14:00:48 -07:00
  • 567592a444
    Delete dependency on cargo_metadata David Tolnay 2023-07-16 13:59:50 -07:00
  • b5921f5873
    Lockfile update David Tolnay 2023-07-16 13:58:51 -07:00
  • 8f6200b7b0
    Remove allow of pedantic lints that no longer trigger in cargo-expand David Tolnay 2023-07-16 13:56:05 -07:00
  • 6404f1b864
    Remove allow of pedantic lints that were reclassed as restrictions David Tolnay 2023-07-16 13:55:48 -07:00
  • c83c3d9921
    Re-enable clippy::needless_borrow now that false positive is fixed David Tolnay 2023-07-16 13:52:49 -07:00
  • 98d61bfc4e
    Resolve needless_borrow clippy lint David Tolnay 2023-07-16 13:52:17 -07:00
  • bbfdc0c286
    Move Cargo manifest parsing to module David Tolnay 2023-07-16 13:48:32 -07:00
  • 7f4107d810
    Ignore module_name_repetitions pedantic clippy lint David Tolnay 2023-07-16 13:49:17 -07:00
  • 58201ca96b
    Deserialize Cargo.toml without spawning cargo metadata command David Tolnay 2023-07-16 13:38:42 -07:00
  • 737293417b
    Capture TOML deserialization errors in Error enum David Tolnay 2023-07-16 13:45:33 -07:00
  • f88f534fda
    Reimplement Cargo.toml finding David Tolnay 2023-07-16 13:36:16 -07:00
  • d319e7afb4
    Delete cargo metadata fail warning David Tolnay 2023-07-16 13:43:29 -07:00
  • 8d8139502b
    Merge pull request #186 from dtolnay/defaultrun David Tolnay 2023-07-16 13:45:52 -07:00
  • d9808369cf
    Eliminate use of ref keyword David Tolnay 2023-07-16 13:41:58 -07:00
  • 60d01a297f
    Easier way to pass a single command argument David Tolnay 2023-07-16 13:41:49 -07:00
  • 7c11e5d1e8
    Prefer deref before passing argument to function David Tolnay 2023-07-16 13:41:27 -07:00
  • b4d9e1753e
    Simplify cargo metadata manifest path setup using if-let David Tolnay 2023-07-16 13:25:39 -07:00
  • 7c31ec4f1c
    Invert no_build_target boolean David Tolnay 2023-07-16 12:51:07 -07:00
  • cfbcc88b74
    Format PR 185 with rustfmt David Tolnay 2023-07-16 12:49:52 -07:00
  • 265e59d353
    Merge pull request #185 from viruscamp/master David Tolnay 2023-07-16 13:40:15 -07:00
  • e07f896029
    Delete CI dependency on rustfmt David Tolnay 2023-07-14 21:50:39 -07:00
  • 60ca77b39a fix#184 Follow the default-run field in 'Cargo.toml' just like cargo run viruscamp 2023-07-14 18:30:35 +08:00
  • 8ee88168f6
    Update test project to 2021 edition David Tolnay 2023-07-06 14:30:13 -07:00
  • a8fd257bf9
    Release 1.0.59 1.0.59 David Tolnay 2023-07-05 14:16:11 -07:00
  • 915e37e67c
    Enforce required compiler version of 1.70 David Tolnay 2023-07-05 14:15:47 -07:00
  • ab40799d78
    Raise minimum tested compiler to 1.70 David Tolnay 2023-07-05 14:14:13 -07:00
  • 2ce232fb30
    Release 1.0.58 1.0.58 David Tolnay 2023-07-05 14:11:42 -07:00
  • 485b562b21
    Eliminate vulnerable/unmaintained atty dependency David Tolnay 2023-07-05 14:11:15 -07:00
  • 5601bcf2a7
    Release 1.0.57 1.0.57 David Tolnay 2023-07-05 13:50:21 -07:00
  • a174f5fd92
    Lockfile update David Tolnay 2023-07-05 13:50:10 -07:00
  • 247d3ae5c8
    Pull in regex crate rewrite David Tolnay 2023-07-05 13:49:58 -07:00
  • 6803e8d89c
    Sort dependencies and features David Tolnay 2023-07-04 12:09:17 -07:00
  • 9880cb5940
    Validate that pre-existing lockfile is not stale on first check David Tolnay 2023-07-04 11:23:53 -07:00
  • 6e3a19fe69
    Release 1.0.56 1.0.56 David Tolnay 2023-06-24 19:44:16 -07:00
  • 42c5f6f155
    Pull in proc-macro2 raw byte str fix David Tolnay 2023-06-24 19:44:02 -07:00
  • 5ad7e15dda
    Release 1.0.55 1.0.55 David Tolnay 2023-06-24 16:22:55 -07:00
  • 18a637c2eb
    Lockfile update David Tolnay 2023-06-24 16:22:31 -07:00
  • 3d523a339d
    Pull in support for c-string literals David Tolnay 2023-06-24 16:21:56 -07:00
  • 8f8a8ef8ea
    Release 1.0.54 1.0.54 David Tolnay 2023-06-20 20:28:48 -07:00
  • 95f3356002
    Lockfile update David Tolnay 2023-06-20 20:28:32 -07:00
  • 54f0d33b13
    Format rest of items even if some caused panic David Tolnay 2023-06-20 18:56:49 -07:00
  • 65699f084a
    Release 1.0.53 1.0.53 David Tolnay 2023-06-16 17:37:31 -07:00
  • e76befe834
    Lockfile update David Tolnay 2023-06-16 17:37:10 -07:00
  • 9aee4a3f8c
    Update prettyplease to pull in macro formatting improvements David Tolnay 2023-06-16 17:37:05 -07:00
  • 0794ca4e5a
    Remove .clippy.toml in favor of respecting rust-version from Cargo.toml David Tolnay 2023-06-15 18:38:37 -07:00
  • 4ec88dd0af
    Ignore uninlined_format_args pedantic clippy lint David Tolnay 2023-06-15 18:38:05 -07:00
  • 4aa058d974
    Release 1.0.52 1.0.52 David Tolnay 2023-05-28 20:36:22 -07:00
  • 373fe09d38
    Lockfile update David Tolnay 2023-05-28 20:36:04 -07:00
  • 3e8c7cae96
    Merge pull request #183 from dtolnay/toolchain David Tolnay 2023-05-28 20:35:24 -07:00
  • 7d33e88d4d
    Eliminate nightly toolchain reinvoke David Tolnay 2023-05-28 20:27:10 -07:00
  • ef5b654d1d
    Update toolchain_find dependency to 0.4 David Tolnay 2023-05-28 19:55:01 -07:00
  • f25adadb6e
    Release 1.0.51 1.0.51 David Tolnay 2023-05-23 09:03:55 -07:00
  • edd194d2ee
    Switch to published version of syn-select for syn 2 David Tolnay 2023-05-23 09:03:41 -07:00
  • 10377dc6d0
    Release 1.0.50 1.0.50 David Tolnay 2023-05-23 09:01:17 -07:00
  • 439c1c5d4d
    Lockfile update David Tolnay 2023-05-23 09:00:57 -07:00
  • a3dde27f91
    Pull in prettyplease macro_rules semicolon fix David Tolnay 2023-05-23 09:00:47 -07:00
  • 2ea214cc9d Release 1.0.49 1.0.49 David Tolnay 2023-05-14 11:50:41 +02:00
  • 979ac95f49 Lockfile update David Tolnay 2023-05-14 11:50:13 +02:00
  • db973cc6f9 Pull in builtin# syntax support David Tolnay 2023-05-14 11:48:01 +02:00
  • 8ebe23ee8d
    Release 1.0.48 1.0.48 David Tolnay 2023-04-25 18:37:18 -07:00
  • cc44f773eb
    Update toolchain_find dependency to 0.3 David Tolnay 2023-04-25 18:34:39 -07:00
  • c91b32f03d
    Lockfile update David Tolnay 2023-04-25 18:33:46 -07:00
  • 14fe63c04d
    Release 1.0.47 1.0.47 David Tolnay 2023-04-02 18:43:14 -07:00
  • 03538ff3c1
    Merge pull request #181 from dtolnay/isterminal David Tolnay 2023-04-02 18:42:49 -07:00
  • 5bc73f7880
    Switch from atty crate to is-terminal David Tolnay 2023-04-02 18:38:17 -07:00
  • a4f63aef55
    Lockfile update David Tolnay 2023-04-02 18:37:34 -07:00
  • c10e57077f
    Release 1.0.46 1.0.46 David Tolnay 2023-03-25 12:54:55 -07:00