Age | Commit message (Expand) | Author | Files | Lines |
2022-12-02 | r/5368 test(tvix/eval): verify pointer equality in list comparisons | sterni | 3 | -0/+8 |
2022-12-02 | r/5367 feat(tvix/eval): inline(always) tail_call_value | Adam Joseph | 1 | -0/+1 |
2022-12-02 | r/5366 feat(tvix/eval): crude caching builtins.import | Adam Joseph | 2 | -7/+20 |
2022-12-02 | r/5365 refactor(sterni/aoc/2022): use scan in BQN/k | sterni | 2 | -5/+4 |
2022-12-01 | r/5364 feat(sterni/aoc/2022): day01 solutions | sterni | 4 | -3/+40 |
2022-12-01 | r/5363 feat(sterni/exercises/aoc/2022): add basic scaffolding | sterni | 5 | -1/+81 |
2022-12-01 | r/5362 chore(sterni/exercises/aoc): split out utils into a library of sorts | sterni | 2 | -8/+9 |
2022-12-01 | r/5361 feat(sterni/machines/edwin): mirror some repos I'm involved in | sterni | 1 | -2/+21 |
2022-12-01 | r/5360 feat(sterni/machines/edwin): automatically sync repos with github | sterni | 2 | -8/+101 |
2022-12-01 | r/5359 fix(wpcarro/emacs): Require prelude in keyboard.el | William Carroll | 1 | -0/+1 |
2022-12-01 | r/5358 feat(wpcarro/emacs): Package emacs GUI for OSX | William Carroll | 2 | -14/+66 |
2022-12-01 | r/5357 feat(ops/users): add IslandUsurper to users. | Lyle Mantooth | 1 | -0/+5 |
2022-12-01 | r/5356 feat(tvix/eval): placeholder for builtins.placeholder | Adam Joseph | 1 | -0/+7 |
2022-12-01 | r/5355 feat(tvix/eval): impl Default for AttrsRep | Adam Joseph | 1 | -1/+7 |
2022-11-30 | r/5354 feat(tvix/eval): From<Rc<Vec<Value>>> for NixList | Adam Joseph | 1 | -0/+6 |
2022-11-29 | r/5353 chore(tazjin/nixos): set laptop timezone to Europe/Moscow | Vincent Ambo | 1 | -1/+1 |
2022-11-29 | r/5352 chore(tazjin/zamalek): remove zerotier & tailscale from config | Vincent Ambo | 1 | -2/+0 |
2022-11-29 | r/5351 feat(wpcarro/emacs): Delete laptop-battery.el | William Carroll | 2 | -71/+7 |
2022-11-28 | r/5350 feat(tvix/eval): implement equality on derivations | Adam Joseph | 1 | -0/+32 |
2022-11-28 | r/5349 feat(tvix/eval): add CoercionKind::ThunksOnly | Adam Joseph | 2 | -4/+12 |
2022-11-28 | r/5348 feat(wpcarro/emacs): Delete device.el | William Carroll | 3 | -67/+1 |
2022-11-28 | r/5347 feat(wpcarro/emacs): Package theme.el | William Carroll | 5 | -87/+106 |
2022-11-27 | r/5346 fix(tvix/eval): implement function/thunk ptr-equality for list ord | Adam Joseph | 1 | -1/+1 |
2022-11-27 | r/5345 feat(tvix/eval): non-recursive implementation of nix_eq() | Adam Joseph | 4 | -34/+133 |
2022-11-27 | r/5344 feat(sterni/machines/edwin): categorize by project state in cgit | sterni | 1 | -35/+57 |
2022-11-27 | r/5343 fix(tazjin/zamalek): disable tap-to-click | Vincent Ambo | 1 | -0/+1 |
2022-11-27 | r/5342 feat(tazjin/emacs): add german-qwerty input method | Vincent Ambo | 1 | -0/+42 |
2022-11-26 | r/5341 feat(tvix/eval): add --raw flag to eval, like cppnix | Adam Joseph | 2 | -2/+16 |
2022-11-26 | r/5340 feat(tvix/eval): use backtrace-on-stack-overflow crate | Adam Joseph | 3 | -116/+238 |
2022-11-26 | r/5339 fix(tvix/eval): OpAdd must weakly stringify if either arg is string | Adam Joseph | 3 | -1/+20 |
2022-11-26 | r/5338 feat(sterni/machines/edwin): activate headcounter binary cache | sterni | 1 | -1/+11 |
2022-11-26 | r/5337 feat(sterni/machines/edwin): enable btrfs autoscrub | sterni | 2 | -0/+26 |
2022-11-26 | r/5336 feat(sterni/machines): add edwin | sterni | 18 | -0/+693 |
2022-11-26 | r/5335 feat(sterni/lv): interim gopher page | sterni | 2 | -0/+117 |
2022-11-26 | r/5334 feat(sterni/modules): module for fabric minecraft servers | sterni | 2 | -0/+428 |
2022-11-26 | r/5333 feat(sterni/external): add likely-music | sterni | 2 | -0/+23 |
2022-11-26 | r/5332 feat(3p): add napalm | sterni | 2 | -0/+19 |
2022-11-26 | r/5331 feat(sterni/external): add flipdot-gschichtler | sterni | 3 | -0/+220 |
2022-11-26 | r/5330 feat(wpcarro/emacs): Improve startup time | William Carroll | 1 | -1/+2 |
2022-11-26 | r/5329 fix(tools/mg): Support applying args to mg run (empty-target) | William Carroll | 1 | -2/+4 |
2022-11-26 | r/5328 chore(third_party): bump channels & overlays | Vincent Ambo | 2 | -11/+9 |
2022-11-26 | r/5327 feat(tvix/eval): mock builtins.unsafeGetAttrPos | Adam Joseph | 1 | -0/+24 |
2022-11-26 | r/5326 feat(tvix/eval): declare function-pointer-equality dealt with | Adam Joseph | 1 | -1/+0 |
2022-11-26 | r/5325 feat(tvix/eval): add Closure::ptr_eq() | Adam Joseph | 1 | -0/+6 |
2022-11-26 | r/5324 feat(tvix/eval): wrap Closure::upvalues in Rc | Adam Joseph | 3 | -6/+11 |
2022-11-26 | r/5323 chore(LICENSE): happy new year! | sterni | 1 | -1/+1 |
2022-11-25 | r/5322 chore(wpcarro/emacs): Sort emacs dependencies | William Carroll | 2 | -67/+56 |
2022-11-25 | r/5321 feat(wpcarro/emacs): Package bytes.el | William Carroll | 3 | -37/+62 |
2022-11-25 | r/5320 feat(wpcarro/emacs): Package macros.el | William Carroll | 3 | -19/+12 |
2022-11-25 | r/5319 feat(wpcarro/emacs): Define constants-osx? | William Carroll | 2 | -2/+5 |