aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr
AgeCommit message (Expand)Author
2021-08-11In flake lock file diffs, show the last-modified date of inputs if availableEelco Dolstra
2021-08-09Merge pull request #5111 from Pamplemousse/cleanEelco Dolstra
2021-08-09libexpr: Squash similar conditionsPamplemousse
2021-08-07Whitelist nixConfig.flake-registryAlexander Bantyev
2021-07-28Merge pull request #5042 from alyssais/pthreadEelco Dolstra
2021-07-27Merge pull request #5048 from tweag/flox-eval-storeEelco Dolstra
2021-07-26libexpr: Remove unused codePamplemousse
2021-07-24Enable pthreads for new librariesAlyssa Ross
2021-07-22Support --eval-store in nix-instantiate and nix-buildEelco Dolstra
2021-07-22Add --eval-store optionEelco Dolstra
2021-07-21Avoid global countersPamplemousse
2021-07-21Merge branch 'balsoft/no-registries' of https://github.com/serokell/nixEelco Dolstra
2021-07-19Rename findDerivationFilename -> findPackageFilenameRobert Hensing
2021-07-16Add use-registries config option (and deprecate --no-registries flag)Alexander Bantyev
2021-07-15Merge pull request #5011 from Pamplemousse/fix_adjustLocEelco Dolstra
2021-07-14libexpr: Fix read out-of-bound on the heapPamplemousse
2021-07-09toString also coerces a set with an outPath attribute to a stringNiels Egberts
2021-07-09Merge pull request #4995 from NixOS/fetchgit-name-attributeEelco Dolstra
2021-07-08Restore the possibility to use a `name` parameter in fetchGitregnat
2021-07-08Merge pull request #4988 from NixOS/fetchgit-name-attributeEelco Dolstra
2021-07-08Forbid the `name` attribute for fetchTreeregnat
2021-07-08Merge pull request #4935 from alyssais/host_osEelco Dolstra
2021-07-08Merge pull request #4969 from serokell/balsoft/fix-nixConfig-flake-registryEelco Dolstra
2021-07-06allow fetchMercurial to take a `name` argumentregnat
2021-07-05Merge pull request #4978 from NixOS/scp-urisEelco Dolstra
2021-07-05Merge branch 'disable_gc' of https://github.com/Pamplemousse/nixEelco Dolstra
2021-07-03Merge pull request #4967 from Pamplemousse/specific_errorsDomen Kožar
2021-07-02Allow scp-style uris in `fetchgit`regnat
2021-07-01Prefer to throw specific errorsPamplemousse
2021-07-01fixup! flake.nixConfig: fix flake-registry config settingsAlexander Bantyev
2021-07-01flake.nixConfig: fix flake-registry config settingsAlexander Bantyev
2021-06-30Allow to compile after `./configure --enable-gc=no`Pamplemousse
2021-06-29Merge pull request #4959 from NixOS/override-non-flake-inputsEelco Dolstra
2021-06-29Keep the `isFlake` attribute for overriden inputsregnat
2021-06-24BoehmGCStackAllocator: ignore stack protection pageRobert Hensing
2021-06-23Apply OS checks to host platform, not buildAlyssa Ross
2021-06-01Only link with libdl on LinuxAlyssa Ross
2021-05-10Merge pull request #4787 from Ma27/builtins-ceil-floorEelco Dolstra
2021-05-10primops: math.h -> cmathMaximilian Bosch
2021-05-10Implement `builtins.floor` and `builtins.ceil` using the C library functions ...Maximilian Bosch
2021-05-08Create parent trusted list path before writingMatthew Bauer
2021-04-27Merge pull request #4751 from Ma27/storepath-posDomen Kožar
2021-04-27primops/storePath: add trace to pure mode errorMaximilian Bosch
2021-04-23Replace the trailing markdown spaces by a backslashregnat
2021-04-23Merge pull request #4440 from Ma27/misc-pos-fixesEelco Dolstra
2021-04-19libcmd/installables: force re-evaluation of cached failuresMaximilian Bosch
2021-04-13libexpr/primops: reviewMaximilian Bosch
2021-04-13primops/libexpr: use new attr-call extractor everywhere; use function's pos i...Maximilian Bosch
2021-04-13libexpr/primops: Move attr name extraction into its own functionMaximilian Bosch
2021-04-13libexpr: misc improvements for proper error positionMaximilian Bosch