Age | Commit message (Expand) | Author | Files | Lines |
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 |
2022-11-25 | r/5318 chore(wpcarro/emacs): Delete unused packages | William Carroll | 11 | -906/+13 |
2022-11-25 | r/5317 docs(tvix): document pointer equality in (C++) Nix | sterni | 1 | -0/+202 |
2022-11-25 | r/5316 chore(wpcarro/emacs): Delete graph.el | William Carroll | 1 | -94/+0 |
2022-11-25 | r/5315 feat(wpcarro/emacs): Package vector.el | William Carroll | 3 | -26/+41 |
2022-11-25 | r/5314 chore(wpcarro/emacs): Delete tree.el | William Carroll | 1 | -199/+0 |
2022-11-25 | r/5313 feat(wpcarro/emacs): Package tuple.el | William Carroll | 3 | -0/+11 |
2022-11-25 | r/5312 feat(wpcarro/emacs): Support C-u, C-k KBDs in ivy | William Carroll | 1 | -0/+2 |
2022-11-25 | r/5311 feat(wpcarro/emacs): Package bookmark.el | William Carroll | 3 | -0/+14 |
2022-11-25 | r/5310 test(tvix/eval): add eval-okay-closure-pointer-compare | Adam Joseph | 2 | -0/+15 |
2022-11-24 | r/5309 chore(tvix/eval): postpone use of "dep:" for a bit | Adam Joseph | 1 | -1/+1 |
2022-11-24 | r/5308 test(tvix/eval): test limits of builtins.seq's forcing | sterni | 2 | -2/+2 |
2022-11-23 | r/5307 chore(3p/sources): Bump channels & overlays | sterni | 3 | -16/+21 |
2022-11-23 | r/5306 chore(3p/sources): Bump channels & overlays | sterni | 5 | -85/+21 |
2022-11-23 | r/5305 feat(tvix/eval): ExactSizeIterator for Iter<KeyValue<'a>> and Keys | Adam Joseph | 1 | -0/+20 |
2022-11-23 | r/5304 feat(ops/users): Add brainrake to users | Márton Boros | 1 | -0/+5 |
2022-11-23 | r/5303 feat(tvix/eval): improve panic!() messages in Thunk::value() | Adam Joseph | 1 | -4/+4 |
2022-11-23 | r/5302 feat(tvix/eval): add NixAttrs::into_iter() | Adam Joseph | 1 | -0/+52 |
2022-11-23 | r/5301 feat(tvix/eval): make NixList::clone() cheap | Adam Joseph | 3 | -38/+36 |
2022-11-21 | r/5300 refactor(wpcarro/emacs): Simplify fonts.el | William Carroll | 2 | -15/+13 |
2022-11-21 | r/5299 fix(tvix/eval): aggressively fix a borrow error in nix_eq | Vincent Ambo | 1 | -3/+9 |
2022-11-21 | r/5298 fix(tvix/eval): builtins.listToAttrs must force keys | Vincent Ambo | 1 | -7/+2 |
2022-11-21 | r/5297 fix(tvix/eval): ensure callable is forced when using call_with | Vincent Ambo | 2 | -1/+9 |
2022-11-21 | r/5296 test(tvix/eval): enable eval-okay-closure test from nix_tests | Vincent Ambo | 2 | -1/+2 |