aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr
AgeCommit message (Expand)Author
2021-09-13hashFile, hashString: realize context before calculation, and discard afterwardskvtb
2021-09-08Merge pull request #5215 from ncfavier/patch-1Eelco Dolstra
2021-09-07Merge pull request #4922 from nrdxp/default-submodulesShea Levy
2021-09-05Fix use-registries logic in builtins.getFlakeNaïm Favier
2021-09-01Merge pull request #5066 from Radvendii/masterEelco Dolstra
2021-08-31fix parse of `/${foo}`. was `// + foo`Taeer Bar-Yam
2021-08-31path antiquotations: canonizePath -> canonicalizePathTaeer Bar-Yam
2021-08-30Merge pull request #5175 from Pamplemousse/makeEelco Dolstra
2021-08-30Merge pull request #5191 from hercules-ci/evalstate-lifetime-hygieneEelco Dolstra
2021-08-29Fix use after free with vImportedDrvToDerivationRobert Hensing
2021-08-29Move vCallFlake into EvalStateRobert Hensing
2021-08-29Force all Pos* to be non-nullRobert Hensing
2021-08-25Don't overwrite user provided `lib*_LDFLAGS`Pamplemousse
2021-08-23Coding styleEelco Dolstra
2021-08-17Fix follows paths in subordinate lockfilesAlex Zero
2021-08-13Install pkg-config files in the correct locationPiotr Szubiakowski
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-08-06add antiquotations to pathsTaeer Bar-Yam
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