about summary refs log tree commit diff
path: root/src/nix-instantiate/nix-instantiate.cc
AgeCommit message (Expand)AuthorFilesLines
2014-09-22 Rename strictForceValue -> forceValueDeepEelco Dolstra1-1/+1
2014-09-19 Store Attrs inside BindingsEelco Dolstra1-2/+1
2014-09-17 Add some instrumentation for debugging GC leaksEelco Dolstra1-0/+2
2014-08-20 Use proper quotes everywhereEelco Dolstra1-2/+2
2014-08-13 Refactor option handlingEelco Dolstra1-106/+96
2014-06-27 Style fixEelco Dolstra1-11/+8
2014-06-27 Add `--json` argument to `nix-instantiate`Paul Colomiets1-6/+17
2014-05-26 Ensure that -I flags get included in nixPathEelco Dolstra1-3/+11
2014-05-13 nix-instantiate --eval: Apply auto-arguments if the result is a functionEelco Dolstra1-5/+10
2014-02-19 nix-instantiate: Allow --dry-run as a synonym for --readonly-modeEelco Dolstra1-0/+2
2014-02-19 nix-instantiate: Rename --eval-only to --eval, --parse-only to --parseEelco Dolstra1-2/+2
2014-02-19 nix-instantiate: Add a flag --expr / -E to read expressions from the command ...Eelco Dolstra1-2/+7
2014-02-07 nix-instantiate --eval-only --read-write-mode: Don't depend on orderingShea Levy1-9/+8
2014-02-07 Rename --no-readonly-mode --read-write-modeShea Levy1-1/+1
2014-02-07 nix-instantiate: Add a --no-readonly-mode flagShea Levy1-0/+3
2013-11-19 Generalise meta attributesEelco Dolstra1-2/+2
2013-09-03 Work on Values instead of ExprsEelco Dolstra1-2/+4
2013-09-03 ReformatEelco Dolstra1-33/+35
2013-09-03 Get rid of the parse tree cacheEelco Dolstra1-1/+1
2012-11-26 nix-instantiate: Fix read-only evaluationEelco Dolstra1-9/+2
2012-11-26 Make "nix-build -A <derivation>.<output>" do the right thingEelco Dolstra1-1/+15
2012-10-04 getDerivation(): Don't always quietly ignore assertion failureEelco Dolstra1-1/+1
2012-10-03 When ‘--help’ is given, just run ‘man’ to show the manual pageEelco Dolstra1-2/+1
2012-10-03 Add a ‘--repair’ flag to nix-instantiateEelco Dolstra1-0/+2
2012-08-28 Make "nix-instantiate -" interruptibleEelco Dolstra1-3/+1
2012-08-27 Merge branch 'master' into no-manifestsEelco Dolstra1-3/+5
2012-08-24 Include the output name in the GC root linkEelco Dolstra1-3/+5
2012-07-30 Refactor settings processingEelco Dolstra1-2/+2
2012-04-17 nix-instantiate: default to "default.nix" if no arguments are givenEelco Dolstra1-1/+2
2012-04-17 Added utility command ‘nix-instantiate --find-file’ to look up a file in ...Eelco Dolstra1-0/+12
2012-02-04 * Inline some functions and get rid of the indirection throughEelco Dolstra1-0/+1
2011-12-01 * Allow '<nixexpr>' syntax to be used in nix-instantiate, nix-buildEelco Dolstra1-2/+1
2011-08-31 * Eliminate all uses of the global variable ‘store’ from libstore.Eelco Dolstra1-3/+2
2011-08-06 * Add a Nix expression search path feature. Paths between angleEelco Dolstra1-0/+2
2011-08-06 * Refactoring: move parseExprFromFile() and parseExprFromString() intoEelco Dolstra1-3/+2
2010-11-16 * Sync with the trunk.Eelco Dolstra1-4/+4
2010-10-22 * Store Value nodes outside of attribute sets. I.e., Attr now storesEelco Dolstra1-1/+1
2010-10-04 * Make sure that config.h is included before the system headers,Eelco Dolstra1-3/+3
2010-05-12 * Sync with the trunk.Eelco Dolstra1-52/+41
2010-05-07 * Sync with the trunk.Eelco Dolstra1-4/+7
2010-04-20 * Sync with the trunk.Eelco Dolstra1-6/+9
2010-04-13 * Use a symbol table to represent identifiers and attribute namesEelco Dolstra1-2/+2
2010-04-12 * Indented strings.Eelco Dolstra1-1/+1
2010-04-12 * Don't use ATerms for the abstract syntax trees anymore. NotEelco Dolstra1-5/+5
2010-04-08 * Remove a lot of dead code.Eelco Dolstra1-1/+1
2010-04-07 * Update autoCallFunction() and findAlongAttrPath().Eelco Dolstra1-73/+30
2010-04-07 * expr-to-xml -> value-to-xml.Eelco Dolstra1-3/+8
2010-04-07 * Implemented the primops necessary for generating the NixOS manual.Eelco Dolstra1-1/+2
2010-03-31 * Implemented derivations.Eelco Dolstra1-2/+17
2010-03-31 Make source location info in the XML output optional.Ludovic Courtès1-6/+9