issues
search
fspoettel
/
advent-of-code-rust
🎄Starter template for solving Advent of Code in Rust.
MIT License
637
stars
43
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Warning spawning whenever calling every command
#64
SoftEngie
closed
1 month ago
3
feat(scaffold): overwrite argument
#63
AV3RG
closed
2 days ago
3
Overwrite existing day.rs file
#62
AV3RG
closed
2 days ago
0
Use server time for `cargo today`
#61
pokeylope
closed
10 months ago
1
File for helper functions
#60
xsebek
closed
10 months ago
2
CRLF vs LF issue for input str
#59
AV3RG
closed
10 months ago
15
refactor: remove `--time` flags in favor of `cargo time` command
#58
fspoettel
closed
10 months ago
0
Add a `--no-readme` flag to time command
#57
tguichaoua
closed
10 months ago
3
Make `time` command less noisy
#56
tguichaoua
closed
10 months ago
0
fix: address some `clippy::pedantic` warnings
#55
fspoettel
closed
10 months ago
0
feat: gitignore session cookie
#54
AV3RG
closed
10 months ago
2
feat: add incremental benchmarks
#53
fspoettel
closed
10 months ago
1
feat: add dhat
#52
kcaffrey
closed
11 months ago
0
Add dhat?
#51
kcaffrey
closed
11 months ago
1
Read only part 2
#50
Ascyii
opened
11 months ago
3
Move template in its own file
#49
tguichaoua
closed
11 months ago
1
dry `solution!` macro implementation
#48
tguichaoua
closed
11 months ago
1
feat: use black_box for benchmark evaluation
#47
fspoettel
closed
11 months ago
0
feat: add `--download` flag to scaffold
#46
fspoettel
closed
11 months ago
0
Time individual puzzles
#45
MLNW
closed
10 months ago
10
feat: add macro arms for only running single parts of a solution
#44
mjclarke94
closed
11 months ago
1
Add command to scaffold, download input and read challenge for current date
#43
tomvaneyck
closed
10 months ago
5
Feature Request: cargo scaffold + cargo download
#42
alexfertel
closed
11 months ago
1
How to use modules?
#41
MLNW
closed
11 months ago
4
refactor: move `Day` struct to `template` module
#40
fspoettel
closed
11 months ago
0
Separate example file for each part
#39
kwiat1990
closed
11 months ago
2
Fix commit message typo
#38
mfornet
closed
11 months ago
1
Support different example inputs for part 1 and part 2 in tests
#37
snorremd
closed
11 months ago
1
ci: fix readme-stars
#36
tguichaoua
closed
11 months ago
1
Add a Day type to provide better handling of day value
#35
tguichaoua
closed
11 months ago
3
docs: update wording
#34
fspoettel
closed
1 year ago
0
Incorrect documentation for --release flag
#33
alexlapp
closed
1 year ago
1
Replace aoc-cli with aoc-client?
#32
fspoettel
closed
1 year ago
1
ci: enable caching
#31
fspoettel
closed
1 year ago
0
feat: implement benching, refactor template
#30
fspoettel
closed
1 year ago
0
Resolve the majority of pedantic clippy warnings
#29
andypymont
closed
1 year ago
1
Make the template pass cargo clippy by resolving warnings
#28
andypymont
closed
1 year ago
3
fix "download command" link
#27
wmmc88
closed
1 year ago
1
Automatically fetch example inputs
#26
fspoettel
closed
1 year ago
1
feat: add `--submit <part>` option to `cargo solve`
#25
fspoettel
closed
1 year ago
0
Being able to store benchmarking metrics
#24
NangiDev
closed
1 year ago
3
Cache crates.io index for CI
#23
wildwestrom
closed
1 year ago
5
Multi-year support?
#22
slyons
opened
1 year ago
8
feat: download puzzle descriptions
#21
fspoettel
closed
1 year ago
0
Benchmarking using Criterion
#20
Wasabi375
closed
1 year ago
4
Allow `solve` to automatically submit inputs
#19
fspoettel
closed
1 year ago
4
Add CI hook to check code formating using "cargo fmt --check"
#18
Wasabi375
closed
1 year ago
0
Update github CI actions/checkout@v2 to actions/checkout@v3
#17
Wasabi375
closed
1 year ago
1
RFC: Higher sample count for benching?
#16
fspoettel
closed
1 year ago
9
RFC: Separate parsing from solutions?
#15
fspoettel
closed
1 year ago
1
Next