aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-04Use callFunction() with an array for some calls with arity > 1Eelco Dolstra
2021-11-04Add level / displacement typesEelco Dolstra
2021-11-04Optimize primop callsEelco Dolstra
2021-11-04StaticEnv: Use std::vector instead of std::mapEelco Dolstra
2021-11-04Add helper function to check whether a function arg is 'X' or '_X'Eelco Dolstra
2021-11-04docs: Correct fallback user config pathJan Tojnar
2021-11-04Merge pull request #5486 from mohe2015/bugfixes2Eelco Dolstra
2021-11-04Merge pull request #5488 from JanCVanB/patch-1Eelco Dolstra
2021-11-03Reword "we"s to "I"s for consistencyJan Van Bruggen
2021-11-03Fix leaking pthread_attr_tMoritz Hedtke
2021-11-03Merge pull request #5475 from doronbehar/SQLiteWAL-vfsEelco Dolstra
2021-11-03Merge pull request #5477 from league/check-overlay-argsEelco Dolstra
2021-11-03Merge pull request #5480 from rex4539/typosDomen Kožar
2021-11-03Fix typosDimitris Apostolou
2021-11-03In checkOverlay, accept underscored names for final/prev args.Christopher League
2021-11-03libstore: Use unix-dotfile vfs if useSQLiteWAL is falseDoron Behar
2021-11-03Merge pull request #5471 from simon04/patch-1Eelco Dolstra
2021-11-02command-ref/nix-shell: fix --pure, --keepSimon Legner
2021-11-02Merge pull request #5459 from andersk/echo-eEelco Dolstra
2021-11-02installer: Do not use echo -e in #!/bin/sh scriptAnders Kaseorg
2021-11-02Merge pull request #5462 from edolstra/remove-source-tarballEelco Dolstra
2021-11-02Remove references to building from the source tarballEelco Dolstra
2021-11-02install-nix-actionv@v14.1Domen Kožar
2021-11-02Update release scriptEelco Dolstra
2021-11-01Fix 2.4 migration examplesEelco Dolstra
2021-10-29Merge pull request #5448 from edolstra/timeoutEelco Dolstra
2021-10-29Apply a 60-minute timeout to the 'tests' workflowEelco Dolstra
2021-10-29StyleEelco Dolstra
2021-10-29Merge branch 'master' of https://github.com/alekswn/nixEelco Dolstra
2021-10-28Merge pull request #5149 from edolstra/non-blocking-gcEelco Dolstra
2021-10-28Use nix::connect() to connect to the garbage collectorEelco Dolstra
2021-10-28Remove unused variableEelco Dolstra
2021-10-28Merge remote-tracking branch 'origin/master' into non-blocking-gcEelco Dolstra
2021-10-28Rename rl-2.5.md to rl-next.mdEelco Dolstra
2021-10-27toJSON: improve pos accuracy, add traceShay Bergmann
2021-10-27nix-instantiate: pass pos in the `--eval --json` code pathShay Bergmann
2021-10-27Remove redundant 'warning:'Eelco Dolstra
2021-10-272.4 release notes: Add some migration notesEelco Dolstra
2021-10-27Merge pull request #5440 from edolstra/build-remoteEelco Dolstra
2021-10-27build-remote: Implicitly add the 'builtin' system type to all machinesEelco Dolstra
2021-10-27If max-jobs == 0, do preferLocalBuild on remote buildersEelco Dolstra
2021-10-27daemon: Accept 'repeat' setting from untrusted usersEelco Dolstra
2021-10-27StyleEelco Dolstra
2021-10-26toJSON: pass pos in case of a list as wellShay Bergmann
2021-10-26Support building flakes from a Git repo url with submodules query parameterTimothy
2021-10-26Merge pull request #5421 from bew/fix-devshell-build-on-non-nixosEelco Dolstra
2021-10-26parseExperimentalFeature(): Initialize atomicallyEelco Dolstra
2021-10-26Tweak fetchTree docsEelco Dolstra
2021-10-26Merge remote-tracking branch 'origin/overhaul-xp-features'Eelco Dolstra
2021-10-26Make experimental-features a proper typeregnat