advent-of-code/aoc2020/src
Antoine Martin 0446f11a46 2020: bump nom version
I was getting a compilation error (something in the latest Rust
compiler?), related to a nom dependency (bitvec v0.19), but nom 7 does
not depend on bitvec by default anymore, yay!

The move + clone closures feel kind of wrong though
2021-12-17 14:12:35 +01:00
..
day01.rs 2020: fix clippy tests warnings 2020-12-17 01:41:13 +01:00
day02.rs fix some pedantic clippy lints that make sense 2020-12-17 01:59:01 +01:00
day03.rs 2020: fix clippy tests warnings 2020-12-17 01:41:13 +01:00
day04.rs clippy: fix lints 2021-11-25 16:23:56 +01:00
day05.rs fix some pedantic clippy lints that make sense 2020-12-17 01:59:01 +01:00
day06.rs 2020: fix clippy tests warnings 2020-12-17 01:41:13 +01:00
day07.rs fix some pedantic clippy lints that make sense 2020-12-17 01:59:01 +01:00
day08.rs fix some pedantic clippy lints that make sense 2020-12-17 01:59:01 +01:00
day09.rs 2020: switch to anyhow 2020-12-14 20:35:10 +01:00
day10.rs 2020: switch to anyhow 2020-12-14 20:35:10 +01:00
day11.rs clippy: fix lints 2021-11-25 16:23:56 +01:00
day12.rs fix some pedantic clippy lints that make sense 2020-12-17 01:59:01 +01:00
day13.rs 2020: switch to anyhow 2020-12-14 20:35:10 +01:00
day14.rs fix some pedantic clippy lints that make sense 2020-12-17 01:59:01 +01:00
day15.rs 2020: day15: part 2 2020-12-15 10:48:22 +01:00
day16.rs fix some pedantic clippy lints that make sense 2020-12-17 01:59:01 +01:00
day17.rs 2020: day17: part 2 2020-12-17 14:51:13 +01:00
day18.rs 2020: bump nom version 2021-12-17 14:12:35 +01:00
day19.rs 2020: day19: part 2 2020-12-20 21:05:29 +01:00
day20.rs fix various clippy lints from 1.57 2021-12-04 17:42:52 +01:00
day21.rs 2020: day21: part 2 2020-12-21 19:27:20 +01:00
day22.rs 2020: day22: use Hasher for part 2 2020-12-22 16:05:50 +01:00
day23.rs 2020: day23: remove TODOs 2021-12-03 16:36:25 +01:00
day24.rs fix various clippy lints from 1.57 2021-12-04 17:42:52 +01:00
day25.rs 2020: day25: pick smallest loop size 2020-12-25 22:18:16 +01:00
lib.rs 2020: day25: part 1 2020-12-25 22:18:16 +01:00
main.rs 2020: day25: part 1 2020-12-25 22:18:16 +01:00