Age | Commit message (Expand) | Author | Files | Lines |
2022-11-01 | r/5228 feat(wpcarro/blog): nix-env (note to self) | William Carroll | 2 | -0/+40 |
2022-10-28 | r/5216 feat(wpcarro/blog): Importing subtrees blog post | William Carroll | 2 | -0/+154 |
2022-10-27 | r/5210 chore(3p): obtain home-manager source from upstream directly | sterni | 1 | -0/+3 |
2022-10-26 | r/5206 feat(wpcarro/blog): git revision numbers as refs | William Carroll | 2 | -0/+92 |
2022-10-26 | r/5205 feat(wpcarro/blog): NixOS disk clean-up (note to self) | William Carroll | 2 | -0/+120 |
2022-10-26 | r/5202 feat(wpcarro/git): Set --autostash during rebases | William Carroll | 1 | -0/+2 |
2022-10-25 | r/5197 feat(wpcarro/compiler): Support Vector type | William Carroll | 5 | -95/+192 |
2022-10-25 | r/5196 feat(wpcarro/compiler): Support string literal type | William Carroll | 3 | -5/+34 |
2022-10-25 | r/5195 refactor(wpcarro/compiler): Modularize debug fns | William Carroll | 7 | -85/+91 |
2022-10-24 | r/5194 feat(wpcarro/scratch): Implement "Algorithm W" | William Carroll | 7 | -1/+658 |
2022-10-15 | r/5139 feat(wpcarro/ava): Set initialPassword | William Carroll | 1 | -0/+1 |
2022-10-15 | r/5138 feat(wpcarro/gitconfig): Set push.default to current | William Carroll | 1 | -0/+2 |
2022-10-10 | r/5093 feat(wpcarro/scratch): Rewrite Python compiler in OCaml | William Carroll | 4 | -0/+154 |
2022-10-10 | r/5081 feat(wpcarro/scratch): Proof-of-concept register VM | William Carroll | 1 | -0/+161 |
2022-10-07 | r/5056 fix(wpcarro/blog): typos, grammatical errors | William Carroll | 1 | -11/+11 |
2022-10-07 | r/5055 feat(wpcarro/blog): git-filter-repo (note to self) | William Carroll | 2 | -0/+66 |
2022-10-07 | r/5054 feat(wpcarro/dotfiles): Use difftastic as git diff engine | William Carroll | 1 | -0/+2 |
2022-10-07 | r/5053 fix(wpcarro/blog): Fix markdown hyperlink syntax | William Carroll | 2 | -5/+5 |
2022-10-07 | r/5052 feat(wpcarro/blog): nix-shell (note to self) | William Carroll | 2 | -0/+57 |
2022-10-04 | r/5031 refactor(wpcarro/dotfiles): Move gitconfig into dotfiles | William Carroll | 1 | -0/+0 |
2022-10-04 | r/5030 feat(wpcarro/keys): Add kyoko | William Carroll | 1 | -0/+2 |
2022-10-04 | r/5029 feat(wpcarro/envrc): Add REPO_ROOT | William Carroll | 1 | -0/+2 |
2022-09-28 | r/4980 chore(3p/sources): Bump channels & overlays | sterni | 2 | -4/+4 |
2022-09-19 | r/4922 chore(gerrit): migrate OWNERS files to code-owners style | Luke Granger-Brown | 1 | -3/+3 |
2022-09-14 | r/4855 chore(3p/sources): Bump channels & overlays | sterni | 1 | -2/+0 |
2022-09-12 | r/4826 feat(wpcarro/ssh): Support iPhone SSH key | William Carroll | 3 | -12/+18 |
2022-09-12 | r/4825 feat(wpcarro/ava): Enable printing | William Carroll | 1 | -0/+5 |
2022-09-06 | r/4687 feat(wpcarro/rust): Define Rc<T> example | William Carroll | 3 | -2/+15 |
2022-09-06 | r/4686 feat(wpcarro/emacs): Drop racer.el support | William Carroll | 2 | -3/+5 |
2022-09-06 | r/4684 fix(users/wpcarro): Fix Hadrian path | William Carroll | 2 | -2/+2 |
2022-09-06 | r/4683 feat(wpcarro/emacs): Set initial-buffer-choice per-host | William Carroll | 4 | -4/+7 |
2022-08-29 | r/4526 fix(wpcarro/emacs): Support rust.el PATH deps | William Carroll | 1 | -0/+3 |
2022-08-29 | r/4525 feat(wpcarro/rust): Define stdin example | William Carroll | 2 | -6/+24 |
2022-08-09 | r/4396 feat(wpcarro/rust): Include std::fmt::Display example | William Carroll | 6 | -50/+123 |
2022-08-08 | r/4395 feat(wpcarro/fish): Drop support for rebuild-system alias | William Carroll | 1 | -2/+0 |
2022-08-08 | r/4394 fix(wpcarro/emacs): Set lsp-rust-server | William Carroll | 1 | -0/+1 |
2022-08-08 | r/4393 fix(wpcarro/emacs): Update rust configuration | William Carroll | 3 | -23/+26 |
2022-08-06 | r/4392 fix(wpcarro/emacs): Remove vterm-mgt.el's dep on prelude.el | William Carroll | 1 | -2/+3 |
2022-08-06 | r/4391 feat(wpcarro/marcus): Disable auto-reboot | William Carroll | 1 | -9/+0 |
2022-08-06 | r/4390 feat(wpcarro/marcus): Enable Tailscale daemon | William Carroll | 1 | -0/+3 |
2022-08-06 | r/4389 fix(wpcarro/marcus): Fix fstab | William Carroll | 1 | -5/+5 |
2022-08-05 | r/4388 chore(wpcarro/emacs): Move list-wrap out of predicates section | William Carroll | 1 | -6/+6 |
2022-08-05 | r/4387 fix(wpcarro/emacs): Remove lingering dash.el dep | William Carroll | 2 | -1/+5 |
2022-08-05 | r/4386 docs(wpcarro/emacs): Document list.el | William Carroll | 2 | -32/+25 |
2022-08-05 | r/4385 feat(wpcarro/emacs): Add fns to list.el | William Carroll | 4 | -10/+70 |
2022-08-05 | r/4384 refactor(wpcarro/emacs): Remove list.el's dep on dash.el 🎉 | William Carroll | 3 | -45/+63 |
2022-08-04 | r/4383 docs(wpcarro/emacs): Add README to vterm-mgt.el | William Carroll | 1 | -0/+17 |
2022-08-04 | r/4382 fix(wpcarro/emacs): Properly wrap vterm buffers in earmuffs | William Carroll | 1 | -2/+2 |
2022-08-04 | r/4381 refactor(wpcarro/emacs): Remove vterm-mgt.el's dep on dash.el | William Carroll | 2 | -24/+22 |
2022-08-03 | r/4380 fix(wpcarro/emacs): Fix load order for ava, tarasco | William Carroll | 2 | -16/+20 |