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.11.0
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: main
Choose a head ref
  • 14 commits
  • 14 files changed
  • 6 contributors

Commits on Sep 18, 2024

  1. fix: a few clippy warnings

    fspoettel committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e2062e3 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    3657f8c View commit details
    Browse the repository at this point in the history
  2. chore: housekeeping

    fspoettel committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    59866c3 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

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

Commits on Nov 30, 2024

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

Commits on Dec 1, 2024

  1. Configuration menu
    Copy the full SHA
    10f8c0e View commit details
    Browse the repository at this point in the history
  2. fix: run cargo fmt

    fspoettel committed Dec 1, 2024
    Configuration menu
    Copy the full SHA
    3abf88c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2024

  1. perf: avoid clone in bencher (#67)

    ---------
    
    Co-authored-by: Matt Clarke <mattjclarke94@gmail.com>
    asibahi and mjclarke94 authored Dec 2, 2024
    Configuration menu
    Copy the full SHA
    a50047a View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2024

  1. feat: use basename var in vscode debug (#69)

    removes the need to specify the current day in `launch.json`
    Cormochamelion authored Dec 3, 2024
    Configuration menu
    Copy the full SHA
    36608db View commit details
    Browse the repository at this point in the history

Commits on Dec 11, 2024

  1. Use u64 to represent solution

    Some puzzles have solutions which are too large for `u32`s.
    penelopeysm committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    6d4f9b5 View commit details
    Browse the repository at this point in the history
  2. Remove warning in README

    penelopeysm committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    8d92a20 View commit details
    Browse the repository at this point in the history
  3. Fix a README typo

    penelopeysm committed Dec 11, 2024
    Configuration menu
    Copy the full SHA
    1f140f6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    012c8e1 View commit details
    Browse the repository at this point in the history
Loading