Commit graph

  • 3b1c466d39 fix test Tristan Guichaoua 2023-11-22 11:30:57 +01:00
  • 27c29d7a4e fix typo Tristan Guichaoua 2023-11-22 11:29:37 +01:00
  • e60222a207 update code template Tristan Guichaoua 2023-11-22 11:26:36 +01:00
  • ecbe5f281a fix doc code Tristan Guichaoua 2023-11-22 10:51:16 +01:00
  • cbc44bf792 update day error string Tristan Guichaoua 2023-11-22 10:45:08 +01:00
  • 05edf3a611 add test for the iterator Tristan Guichaoua 2023-11-22 10:37:03 +01:00
  • dc579bf4a2 add some docs Tristan Guichaoua 2023-11-22 10:34:32 +01:00
  • 674c9cc4d3 fix tests Tristan Guichaoua 2023-11-22 10:31:21 +01:00
  • da04cb77a8 implement Day newtype Tristan Guichaoua 2023-11-22 10:24:18 +01:00
  • 6653e856a6 chore(release): bump version v0.9.0 Felix Spöttel 2023-11-01 10:48:09 +01:00
  • 6708184f1b
    docs: improve wording (#34) Felix Spöttel 2023-11-01 10:45:55 +01:00
  • c61ed8b933 docs: update wording Felix Spöttel 2023-11-01 10:43:27 +01:00
  • d7af3dca9e refactor: fix most pedantic clippy warnings Felix Spöttel 2023-10-31 19:46:31 +01:00
  • f46d1e209c docs: clarify solve command Felix Spöttel 2023-10-31 19:03:48 +01:00
  • 83e229c7df fix: check in updated file layout Felix Spöttel 2023-10-21 21:54:22 +02:00
  • c11ac61252 ci: fixup Felix Spöttel 2023-10-21 21:23:46 +02:00
  • 1b10ee20ac
    ci: enable caching for cargo (#31) Felix Spöttel 2023-10-21 21:22:31 +02:00
  • 8bdae3ba8d ci: disable clippy Felix Spöttel 2023-10-21 21:20:29 +02:00
  • 21dd343320 ci: fix Felix Spöttel 2023-10-21 21:18:33 +02:00
  • 98408e579d ci: enable caching Felix Spöttel 2023-10-21 21:14:32 +02:00
  • 70dac9329f
    feat: implement benchmarks (#30) Felix Spöttel 2023-10-21 21:08:46 +02:00
  • 9983c6cf3d docs: update docs Felix Spöttel 2023-10-21 21:07:22 +02:00
  • ded88bffbb docs: update documentation Felix Spöttel 2023-10-21 18:40:32 +02:00
  • 0428e0e3c4 fix: tests Felix Spöttel 2023-10-21 18:06:05 +02:00
  • be568dc6dd feat: implement benching, refactor template Felix Spöttel 2023-10-21 17:54:42 +02:00
  • d10ec0573e
    feat: add --submit <part> option to cargo solve (#25) Felix Spöttel 2023-10-21 14:46:19 +02:00
  • 8237301c87 docs: update Felix Spöttel 2023-10-21 14:43:50 +02:00
  • 217531a820 docs: update year Felix Spöttel 2023-10-21 14:40:15 +02:00
  • ea74da30e8 docs: update Felix Spöttel 2023-10-21 14:38:23 +02:00
  • dfafa5fbb5 fix: fix clippy lints Felix Spöttel 2023-10-21 14:37:31 +02:00
  • bbb0f2ceaf docs: add documentation Felix Spöttel 2023-10-21 14:37:11 +02:00
  • 3ea6e7ca17 Merge branch 'main' into feat/solve-submit Felix Spöttel 2023-10-21 14:31:35 +02:00
  • 3c7da139bc Resolve clippy::module-name-repetitions warning - Renamed AocCliError to CliError - See https://rust-lang.github.io/rust-clippy/master/index.html#module_name_repetitions andypymont 2023-02-04 22:28:44 +00:00
  • 43db90c6ec Resolve clippy::must_use_candidate warnings - See https://rust-lang.github.io/rust-clippy/master/index.html#must_use_candidate andypymont 2023-02-04 22:18:46 +00:00
  • 1c8ea27eae
    Make the template pass cargo clippy by resolving warnings (#28) Andy Pymont 2023-02-04 22:17:04 +00:00
  • ec755704b2 Resolve clippy::if-not-else warning - See https://rust-lang.github.io/rust-clippy/master/index.html#if_not_else andypymont 2023-02-04 22:14:15 +00:00
  • fe56f7fb2d Resolve clippy::single-match-else warnings - See https://rust-lang.github.io/rust-clippy/master/index.html#single_match_else - Also avoid introducing a clippy::manual-let-else warning in the process andypymont 2023-02-04 22:09:46 +00:00
  • c49631fada Run cargo fmt on main.rs after fixing clippy warnings andypymont 2023-02-04 22:05:34 +00:00
  • 270ea8f809 Resolve clippy::uninlined_format_args warnings - See https://rust-lang.github.io/rust-clippy/master/index.html#uninlined_format_args andypymont 2023-02-04 21:18:59 +00:00
  • c8c3dc04be
    docs: fix "download command" link (#27) Melvin Wang 2022-12-27 05:04:10 -05:00
  • 868b52f527
    fix typo Melvin Wang 2022-12-26 13:16:22 -05:00
  • 6e234dba85
    fix "download command" link Melvin Wang 2022-12-26 12:39:44 -05:00
  • 392da4dba7 fix: re-add debug guards Felix Spöttel 2022-12-07 21:47:07 +01:00
  • 9e8672d9b4 feat: add --submit <part> to cargo solve Felix Spöttel 2022-12-07 21:37:57 +01:00
  • 0908ad602b chore: fmt Felix Spöttel 2022-12-07 00:09:33 +01:00
  • 4d10812fd3
    feat: download puzzle descriptions (#21) Felix Spöttel 2022-12-06 18:22:40 +01:00
  • b9e6f8823d fix: improve error handling for aoc-cli errors Felix Spöttel 2022-12-06 18:13:49 +01:00
  • 50d426a11b docs: typo Felix Spöttel 2022-12-05 23:11:26 +01:00
  • 363c2e105b feat: download puzzle descriptions Felix Spöttel 2022-12-05 23:09:38 +01:00
  • 7ef01ab32f fix(editorconfig): don't trim trailing whitespace in txt files Felix Spöttel 2022-12-05 09:25:59 +01:00
  • 6ee150024a Simple PoC for criterion benchmark. Burkhard Mittelbach 2022-12-04 18:38:03 +01:00
  • 5f00b4794b comment out day1 and day2 modules in lib.rs Burkhard Mittelbach 2022-12-04 18:30:21 +01:00
  • b87aeb9141 Update readme to run tests with --lib instead of --bin Burkhard Mittelbach 2022-12-04 18:09:33 +01:00
  • e601d48d16 Move solutions from bin into lib. Burkhard Mittelbach 2022-12-04 17:50:45 +01:00
  • 6ae29a25e8
    ci: update actions to use actions/checkout@v3 (#17) Burkhard Mittelbach 2022-12-04 18:29:42 +01:00
  • 6379e82105
    Add CI hook to check code formatting using cargo fmt --check (#18) Burkhard Mittelbach 2022-12-04 18:28:49 +01:00
  • 60dd8d5f67
    Update README.md Felix Spöttel 2022-12-04 18:28:14 +01:00
  • 822ad52752 Add CI hook to check code formating using "cargo fmt --check" Burkhard Mittelbach 2022-12-04 15:14:22 +01:00
  • fb7ddeb710 Update github CI actions/checkout@v2 to actions/checkout@v3 Burkhard Mittelbach 2022-12-04 15:11:41 +01:00
  • b8b688f9d8 fix: respect --release when running cargo all Felix Spöttel 2022-12-04 11:56:41 +01:00
  • 8b6ec2b607 docs: add note about running subset of tests Felix Spöttel 2022-12-03 14:15:03 +01:00
  • 5090d04b26 ci: disable readme_stars.schedule by default v0.8.1 Felix Spöttel 2022-12-01 16:28:05 +01:00
  • f0a1ebe8c4 chore: bump version v0.8.0 Felix Spöttel 2022-11-29 20:19:22 +01:00
  • d0b923f727
    fix: rename package to advent_of_code (#13) Felix Spöttel 2022-11-29 20:17:00 +01:00
  • a63f01e8f5 fix: rename package to advent_of_code Felix Spöttel 2022-11-29 20:09:00 +01:00
  • 9bc635a056 chore: bump version v0.7.0 Felix Spöttel 2022-11-29 14:10:03 +01:00
  • 7d663f1407 fix: compatibility with aoc-cli@^0.5.0 Felix Spöttel 2022-11-29 14:08:49 +01:00
  • a6405f2edb chore: remove hashbrown crate suggestion Tristan Guichaoua 2022-11-29 11:42:11 +01:00
  • 4cad60533e
    chore: remove hashbrown crate suggestion Tristan Guichaoua 2022-11-29 11:42:11 +01:00
  • f5b7707dd8
    chore: add publish=false (#9) Tristan Guichaoua 2022-11-29 11:40:59 +01:00
  • 9f6a344f27
    chore: add publish=false Tristan Guichaoua 2022-11-29 11:34:19 +01:00
  • 3ac30268ea docs: typos Felix Spöttel 2022-11-29 09:53:20 +01:00
  • ffc7cdb4ce chore: run cargo fmt Felix Spöttel 2022-11-25 16:30:15 +01:00
  • 9137ecc126 feat: configure vs code recommended extensions Felix Spöttel 2022-11-25 13:45:53 +00:00
  • ab591ae1e9 feat: add devcontainer for codespaces Felix Spöttel 2022-11-25 13:34:00 +00:00
  • c4507b6db8 fix: update scaffold command output Felix Spöttel 2022-11-25 14:25:02 +01:00
  • 8daca41984 fix: clippy warning in 1.65.0 Felix Spöttel 2022-11-25 13:18:24 +00:00
  • 00a63c8afc docs: add link to blessed.rs Felix Spöttel 2022-11-14 12:10:05 +01:00
  • b66028a8f7
    docs: update links pointing to master Felix Spöttel 2022-11-07 12:22:18 +01:00
  • a67432389e chore: bump version v0.6.3 Felix Spöttel 2022-11-06 21:25:06 +01:00
  • 132fb662de
    fix: compatibility with aoc-cli^0.4.0 (#7) Felix Spöttel 2022-11-06 21:23:46 +01:00
  • 1b9904a877 chore: remove tmp assignment Felix Spöttel 2022-11-06 21:21:06 +01:00
  • c328cae78f fixed download aoc syntax Peter Anning 2022-11-06 14:12:56 +00:00
  • 2188acf099
    Merge branch 'fspoettel:main' into main Peter Anning 2022-11-06 14:16:47 +00:00
  • 1e1d083a7a fixed download aoc syntax Peter Anning 2022-11-06 14:12:56 +00:00
  • 840d617dde
    docs: fix internal link to download command Felix Spöttel 2022-11-06 12:02:15 +01:00
  • f6b75e38a5
    docs: fix broken internal link to aoc-cli setup (#5) Peter Anning 2022-11-06 11:00:21 +00:00
  • e36c22c783
    Update README.md Peter Anning 2022-11-06 10:34:53 +00:00
  • 24ea1ba3a1 chore: bump version v0.6.2 Felix Spöttel 2022-11-06 11:07:10 +01:00
  • 66ca5907f9
    docs: typo Felix Spöttel 2022-11-06 11:06:06 +01:00
  • e1a4fa6657
    docs: improve footnote formatting Felix Spöttel 2022-11-06 11:05:31 +01:00
  • b1149487c5
    docs: fix leftover occurence of cargo day (#3) Peter Anning 2022-11-06 09:30:19 +00:00
  • efb6066a50
    Update README.md Peter Anning 2022-11-06 08:56:41 +00:00
  • e50725168a feat: rename command day => solve Felix Spöttel 2022-11-03 23:02:11 +01:00
  • 3fb88bc654 docs: typo Felix Spöttel 2022-10-29 17:27:53 +02:00
  • 412c0ae687 chore: bump version v0.6.1 Felix Spöttel 2022-10-29 17:26:14 +02:00
  • e45e930602 feat: clearly mark template code Felix Spöttel 2022-10-29 17:25:11 +02:00
  • e327f00aa8 fix: fix clippy lint Felix Spöttel 2022-10-29 17:18:58 +02:00
  • aae6a8f029 chore: golf solution template Felix Spöttel 2022-10-29 17:17:42 +02:00
  • 19cdd21019 chore: bump version v0.6.0 Felix Spöttel 2022-10-29 17:12:07 +02:00