about summary refs log tree commit diff
path: root/src/libexpr/get-drvs.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-20 Add "nix search" commandEelco Dolstra1-11/+33
2017-05-16 Improve progress indicatorEelco Dolstra1-2/+1
2017-04-19 getDerivations(): Filter out packages with bad derivation namesEelco Dolstra1-0/+6
2017-01-26 Bindings: Add a method for iterating in lexicographically sorted orderEelco Dolstra1-15/+9
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra1-4/+4
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux1-4/+4
2016-08-29 forceBool(): Show position infoEelco Dolstra1-1/+1
2016-04-25 Improved logging abstractionEelco Dolstra1-3/+2
2016-02-23 nix-env: respect meta.outputsToInstallVladimír Čunát1-4/+20
2016-01-05 First hit at providing support for floats in the language.Christian Theune1-3/+18
2015-07-23 Optimize small listsEelco Dolstra1-9/+9
2015-07-17 OCD: foreach -> C++11 ranged forEelco Dolstra1-10/+10
2014-09-19 Store Attrs inside BindingsEelco Dolstra1-4/+4
2014-08-20 Use proper quotes everywhereEelco Dolstra1-1/+1
2014-04-04 Show position info in string concatenation / addition errorsEelco Dolstra1-3/+3
2014-04-04 forceString: Show position infoEelco Dolstra1-6/+3
2014-04-04 forceAttrs: Show position infoEelco Dolstra1-1/+1
2014-04-04 forceList: Show position infoEelco Dolstra1-1/+1
2013-11-19 Check meta values and warn about bad onesEelco Dolstra1-2/+20
2013-11-19 Generalise meta attributesEelco Dolstra1-63/+96
2013-10-24 Rename "attribute sets" to "sets"Eelco Dolstra1-12/+10
2012-11-28 nix-env -q --out-path: Support multiple outputsEelco Dolstra1-8/+38
2012-11-26 nix-instantiate: Fix read-only evaluationEelco Dolstra1-0/+11
2012-10-04 getDerivation(): Don't always quietly ignore assertion failureEelco Dolstra1-13/+17
2012-02-04 * Inline some functions and get rid of the indirection throughEelco Dolstra1-0/+1
2010-10-24 * Keep attribute sets in sorted order to speed up attribute lookups.Eelco Dolstra1-1/+1
2010-10-24 * Store attribute sets as a vector instead of a map (i.e. a red-blackEelco Dolstra1-17/+17
2010-10-22 * Store Value nodes outside of attribute sets. I.e., Attr now storesEelco Dolstra1-20/+20
2010-05-07 * Keep track of the source positions of attributes.Eelco Dolstra1-16/+16
2010-04-21 * Store user environment manifests as a Nix expression inEelco Dolstra1-22/+1
2010-04-19 * Added parsing of manifests in ATerm format.Eelco Dolstra1-6/+10
2010-04-16 * In an nested `with' where the inner with is a variable (`with ...;Eelco Dolstra1-6/+7
2010-04-15 * Store lists as lists of pointers to values rather than as lists ofEelco Dolstra1-3/+3
2010-04-13 * Use a symbol table to represent identifiers and attribute namesEelco Dolstra1-8/+8
2010-04-12 * Don't use ATerms for the abstract syntax trees anymore. NotEelco Dolstra1-11/+10
2010-04-07 * Update autoCallFunction() and findAlongAttrPath().Eelco Dolstra1-4/+5
2010-04-07 * Implemented the primops necessary for generating the NixOS manual.Eelco Dolstra1-5/+2
2010-04-01 * Improve sharing.Eelco Dolstra1-16/+16
2010-03-31 * Get nix-env to compile.Eelco Dolstra1-26/+19
2010-03-31 * Implemented derivations.Eelco Dolstra1-85/+58
2010-03-29 * Started integrating the new evaluator.Eelco Dolstra1-0/+2
2009-06-30 * Support integers and lists of strings in meta fields. This isEelco Dolstra1-11/+35
2008-08-25 * Evaluate attributes in sorted order for better determinism.Eelco Dolstra1-7/+16
2008-08-25 * Minor simplification.Eelco Dolstra1-9/+6
2007-09-17 * nix-env: allow ~/.nix-defexpr to be a directory. If it is, then theEelco Dolstra1-2/+2
2007-05-01 * Give unpacked channels more sensible names than 0, 1, ... They nowEelco Dolstra1-3/+12
2007-05-01 * nix-env -i: instead of breaking package ties by version, break themEelco Dolstra1-0/+9
2007-02-02 * nix-env now maintains meta info (from the `meta' derivationEelco Dolstra1-0/+10
2007-01-13 * Cleanup.Eelco Dolstra1-2/+2
2006-10-17 * Backwards compatibility hack for user environments made by Nix <= 0.10.Eelco Dolstra1-0/+7