summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2025-04-06fix(nix): systemd log field name must be uppercaseHEADmasterMartin Fischer
2025-04-06refactor: use slog from standard libraryMartin Fischer
2025-04-06fix: fail if no features were foundMartin Fischer
2025-04-05build: introduce Nix package and NixOS serviceMartin Fischer
2025-04-05refactor: move shell logic into build.goMartin Fischer
2025-04-05refactor: port to GoMartin Fischer
2025-04-04chore: add LICENSEMartin Fischer
2025-04-03chore: format script.js with PrettierMartin Fischer
2025-04-03refactor: remove leftover import and TODO commentsMartin Fischer
2025-04-03fix: don't assume ~/repos-contrib/rust existsMartin Fischer
When I wrote this 4 years ago I didn't want another clone of the rust repo because it's so big but we can just use a shallow.
2025-03-16refactor: use tomllibMartin Fischer
Since Python 3.11 tomllib is part of the standard library.
2021-12-10search: don't set href if there's no urlMartin Fischer
2021-12-10split lib from non-lib featuresMartin Fischer
2021-12-10aggregate lib_feats.txtMartin Fischer
2021-12-10show feature flag on hoverMartin Fischer
2021-12-10search: also search aliasesMartin Fischer
2021-12-10deploy script: update caniuse.rs dataMartin Fischer
2021-11-28search: also search flagMartin Fischer
2021-11-28html: update caniuse.rs attributionMartin Fischer
2021-11-27css: mobile-optimateMartin Fischer
2021-11-27html: add viewport meta tagMartin Fischer
2021-11-27add deploy.sh scriptMartin Fischer
2021-11-27html: design for noscriptMartin Fischer
2021-11-27format with black -SMartin Fischer
2021-11-27html: link release notesMartin Fischer
2021-11-27search: also search itemsMartin Fischer
2021-11-27html: add target=_blank to credit linksMartin Fischer
2021-11-27search: make search hide empty versionsMartin Fischer
2021-11-27html: fix tabindexMartin Fischer
2021-11-27search: implementMartin Fischer
2021-11-27data: simplify data.jsonMartin Fischer
2021-11-27html: generate ids for listsMartin Fischer
2021-11-27html: show channelsMartin Fischer
2021-11-27data: serialize post-processed featuresMartin Fischer
2021-11-27data: sort versions in data.jsonMartin Fischer
2021-11-27data: support stabilization_pr_id as url fallbackMartin Fischer
2021-11-27html: add anchors for headingsMartin Fischer
2021-11-27search: start implementing searchMartin Fischer
2021-11-27html: disable css items for < 6 itemsMartin Fischer
2021-11-27css: add margin-bottom to liMartin Fischer
2021-11-27css: increase code font-sizeMartin Fischer
2021-11-27html: add creditsMartin Fischer
2021-11-27html: replace implementation with implMartin Fischer
2021-11-27html: strip "the " from titlesMartin Fischer
2021-11-27html: sort featuresMartin Fischer
2021-11-27html: turn `` into <code></code>Martin Fischer
2021-11-27html: display titlesMartin Fischer
2021-11-27html: merge featuresMartin Fischer
2021-11-27initial commitMartin Fischer