about summary refs log tree commit diff
path: root/src/libexpr (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-21 printMsg(lvlError, ...) -> printError(...) etc.Eelco Dolstra2-4/+4
2016-09-14 Enable HTTP/2 supportEelco Dolstra3-3/+3
2016-08-30 Fix GC buildEelco Dolstra2-4/+5
2016-08-29 forceBool(): Show position infoEelco Dolstra4-13/+14
2016-08-29 Add builtin function "partition"Eelco Dolstra5-10/+48
2016-08-29 nix path-info: Add --json flagEelco Dolstra3-99/+30
2016-08-29 callFunction: Copy functors to the heapShea Levy1-4/+11
2016-08-23 nix build: Use Nix search pathEelco Dolstra2-5/+8
2016-08-17 Add a mechanism for derivation attributes to reference the derivation's outputsEelco Dolstra1-0/+14
2016-08-16 Merge pull request #1031 from abbradar/replacestrings-contextEelco Dolstra1-7/+17
2016-08-16 Allow contexted strings in replaceStringsNikolay Amiantov1-7/+17
2016-08-15 builtins.fetch{url,tarball}: Allow name attributeShea Levy1-4/+7
2016-07-26 makeFixedOutputPath(): Drop superfluous HashType argumentEelco Dolstra1-1/+1
2016-07-26 builtins.{fetchurl,fetchTarball}: Support a sha256 attributeEelco Dolstra1-3/+7
2016-06-01 Make the store directory a member variable of StoreEelco Dolstra2-12/+12
2016-05-04 Cleanup: Remove singleton()Eelco Dolstra1-7/+6
2016-04-29 Support Git repos in the Nix pathEelco Dolstra3-37/+61
2016-04-29 Add fetchgit builtinEelco Dolstra1-0/+77
2016-04-25 Improved logging abstractionEelco Dolstra3-8/+7
2016-04-14 Merge pull request #815 from vcunat/p/outputsToInstallEelco Dolstra2-5/+22
2016-04-14 Make $NIX_PATH parsing more robustEelco Dolstra1-5/+32
2016-04-14 Make the search path lazier with non-fatal errorsEelco Dolstra4-34/+69
2016-04-14 Make primop registration pluggableEelco Dolstra4-3/+33
2016-03-04 Propagate path context via builtins.readFileNikolay Amiantov1-1/+1
2016-02-29 Add an HTTP binary cache storeEelco Dolstra3-3/+3
2016-02-24 Throw a specific error for incomplete parse errors.Scott Olson3-1/+11
2016-02-23 nix-env: respect meta.outputsToInstallVladimír Čunát2-5/+22
2016-02-19 JSONObject: Support floats and booleansEelco Dolstra1-1/+12
2016-02-15 Fix broken number parsing in fromJSONEelco Dolstra1-4/+3
2016-02-12 Merge pull request #762 from ctheune/ctheune-floatsEelco Dolstra13-23/+172
2016-02-04 StoreAPI -> StoreEelco Dolstra3-5/+5
2016-02-04 Eliminate the "store" global variableEelco Dolstra6-36/+40
2016-01-20 Revert "Revert "next try for "don't abort when given unmatched '}' with 'star...Eelco Dolstra1-7/+17
2016-01-20 Revert "next try for "don't abort when given unmatched '}' with 'start-condit...Eelco Dolstra1-17/+7
2016-01-19 next try for "don't abort when given unmatched '}' with 'start-condition stac...Fabian Schmitthenner1-7/+17
2016-01-19 Revert "don't abort when given unmatched '}' with 'start-condition stack unde...Eelco Dolstra1-17/+7
2016-01-12 don't abort when given unmatched '}' with 'start-condition stack underflow'. ...Fabian Schmitthenner1-7/+17
2016-01-07 Fix some signedness warningsEelco Dolstra1-1/+1
2016-01-06 @eelco's feedback: downgrade to regular float for size, remove unused function.Christian Theune1-1/+1
2016-01-05 Better error messageFabian Schmitthenner1-1/+1
2016-01-05 Use __toString when coercing sets to strings.Shea Levy2-2/+10
2016-01-05 manual: document builtins.functionArgsVladimír Čunát1-1/+1
2016-01-05 Edge condition: parser did not pick up floats starting exactly with 0.Christian Theune1-1/+1
2016-01-05 Fix up float parsing.Christian Theune2-2/+3
2016-01-05 Try a simplified version of float lexing that didn't work.Christian Theune1-1/+1
2016-01-05 First hit at providing support for floats in the language.Christian Theune13-23/+171
2015-12-17 showId: Handle empty attribute namesEelco Dolstra1-2/+3
2015-11-25 Merge branch 'auto-call-functor'Shea Levy1-0/+11
2015-11-25 autoCallFunction: Auto-call functorsShea Levy1-0/+11
2015-11-24 Merge pull request #704 from ysangkok/freebsd-supportEelco Dolstra1-1/+4