Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fspoettel/advent-of-code-rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.8.1
Choose a base ref
...
head repository: fspoettel/advent-of-code-rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.9.0
Choose a head ref
  • 18 commits
  • 28 files changed
  • 4 contributors

Commits on Dec 3, 2022

  1. Configuration menu
    Copy the full SHA
    8b6ec2b View commit details
    Browse the repository at this point in the history

Commits on Dec 4, 2022

  1. Configuration menu
    Copy the full SHA
    b8b688f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6379e82 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ae29a2 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2022

  1. Configuration menu
    Copy the full SHA
    7ef01ab View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. feat: download puzzle descriptions (#21)

    * add support for downloading puzzle descriptions in `cargo download`
    * add `cargo read` command to read puzzles in terminal
    * extract `aoc_cli` module
    * use `aoc-cli`'s new overwrite option to eliminate temp files
    fspoettel authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    4d10812 View commit details
    Browse the repository at this point in the history
  2. chore: fmt

    fspoettel committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    0908ad6 View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2022

  1. docs: fix "download command" link (#27)

    
    * fix typo
    wmmc88 authored Dec 27, 2022
    Configuration menu
    Copy the full SHA
    c8c3dc0 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2023

  1. Configuration menu
    Copy the full SHA
    1c8ea27 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. feat: add --submit <part> option to cargo solve (#25)

    * remove `--year` flag in favor of `.config/config.toml`
    * cleanup option handling for `cargo solve`
    fspoettel authored Oct 21, 2023
    Configuration menu
    Copy the full SHA
    d10ec05 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70dac93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1b10ee2 View commit details
    Browse the repository at this point in the history
  4. ci: fixup

    fspoettel committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    c11ac61 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    83e229c View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. docs: clarify solve command

    * closes #33
    fspoettel committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    f46d1e2 View commit details
    Browse the repository at this point in the history
  2. refactor: fix most pedantic clippy warnings

    closes #29
    
    Co-authored-by: Andy Pymont <andypymont@gmail.com>
    fspoettel and andypymont committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    d7af3dc View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    6708184 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6653e85 View commit details
    Browse the repository at this point in the history
Loading