Age | Commit message (Expand) | Author |
2024-10-15 | treewide: consistently mark overridden settings as such | Alois Wohlschlager |
2024-10-01 | Remove static initializers for `RegisterLegacyCommand` | Rebecca Turner |
2024-09-17 | Merge "Remove readline support" into main | rebecca “wiggles” turner |
2024-09-16 | Remove readline support | Rebecca Turner |
2024-09-15 | common-eval-args: raise warning if `--arg` isn't a valid Nix identifier | Maximilian Bosch |
2024-08-28 | tree-wide: shuffle headers around for about 30s compile time | Jade Lovelace |
2024-08-26 | treewide: fix a bunch of lints | Jade Lovelace |
2024-08-21 | libutil/config: unify path setting types | Alois Wohlschlager |
2024-08-20 | build: build lix-doc with Meson! 🎉 | Qyriad |
2024-08-08 | tree-wide: fix a pile of lints | Jade Lovelace |
2024-08-08 | refactor: make HashType and Base enum classes for type safety | Jade Lovelace |
2024-08-07 | src/libcmd/repl.cc: allow :log /path/to/store.drv | Goldstein |
2024-08-01 | remove unused headers in installable-attr-path | Qyriad |
2024-07-30 | src/libcmd/repl.cc: avoid unneeded reload after :e | Goldstein |
2024-07-13 | language: cleanly ban integer overflows | Jade Lovelace |
2024-07-10 | lix-doc: update dependencies and refactor | Lunaphied |
2024-07-05 | libutil: return a program handle from runProgram2 | eldritch horrors |
2024-07-05 | libstore: convert dumpPath to a generator | eldritch horrors |
2024-07-01 | tree-wide: unify progress bar inactive and paused states | Alois Wohlschlager |
2024-06-24 | Merge "Fix compile error under gcc with -Denable-pch-std=false" into main | Delan Azabani |
2024-06-24 | Fix compile error under gcc with -Denable-pch-std=false | Delan Azabani |
2024-06-23 | libutil: remove runProgram2 stdin functionality | eldritch horrors |
2024-06-20 | remove InstallableValueCommand class | Qyriad |
2024-06-19 | Merge pull request #10570 from layus/shared_caches | Eelco Dolstra |
2024-06-17 | libexpr: pass Exprs as references, not pointers | eldritch horrors |
2024-06-17 | repl: implement tab completing :colon commands | Qyriad |
2024-06-06 | build: expose option to enable or disable precompiled std headers | Qyriad |
2024-06-01 | chore: rebrand Nix to Lix when it makes sense | Raito Bezarius |
2024-05-30 | build-time: remove 20% more by PCH'ing C++ stdlib | Jade Lovelace |
2024-05-29 | util.hh: Delete remaining file and clean up headers | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out users.{hh,cc} | Tom Hubrecht |
2024-05-29 | util.{hh,cc}: Split out terminal.{hh,cc} | Tom Hubrecht |
2024-05-28 | util.{hh,cc}: Split out environment-variables.{hh,cc} | Tom Hubrecht |
2024-05-26 | docstrings: NixRepl::getDerivationPath: exceptions directly thrown | Qyriad |
2024-05-23 | Merge changes I462a8cf0,I3b0bcea3,I2acd56e7,Ifc149764,I9e2ef170 into main | Qyriad |
2024-05-23 | Merge "packaging: rename nixexpr -> lixexpr and so on" into main | jade |
2024-05-23 | packaging: rename nixexpr -> lixexpr and so on | Jade Lovelace |
2024-05-23 | cleanup lookupFileArg | Qyriad |
2024-05-23 | add docstring to lookupFileArg | Qyriad |
2024-05-23 | repl: log errors writing to history file | Qyriad |
2024-05-23 | Merge "repl: do not crash when tab-completing import errors" into main | Pierre Bourdon |
2024-05-23 | repl: do not crash when tab-completing import errors | Pierre Bourdon |
2024-05-22 | fix: enlarge envSize by several times to not be close to nixpkgs size | Jade Lovelace |
2024-05-21 | print type and value in "flake attr is not a derivation" errors | Qyriad |
2024-05-19 | repl-interacter: save history after entering every line | Puck Meerburg |
2024-05-15 | build: fix build when gc is disabled | Mel Zuser |
2024-05-15 | Merge "nix3-build: show all FOD errors with `--keep-going`" into main | Maximilian Bosch |
2024-05-15 | nix3-build: show all FOD errors with `--keep-going` | Maximilian Bosch |
2024-05-13 | repl: clear the interrupt before reading the next line | Alois Wohlschlager |
2024-05-08 | repl: show a progress bar while performing builds | Alois Wohlschlager |