about summary refs log tree commit diff
path: root/src/libexpr/attr-path.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-30 Replace Unicode quotes in user-facing strings by ASCIIJörg Thalheim1-7/+7
2016-11-26 Revert "Get rid of unicode quotes (#1140)"Eelco Dolstra1-7/+7
2016-11-25 Get rid of unicode quotes (#1140)Guillaume Maudoux1-7/+7
2015-07-23 Optimize small listsEelco Dolstra1-3/+3
2015-07-17 OCD: foreach -> C++11 ranged forEelco Dolstra1-3/+2
2014-08-20 Use proper quotes everywhereEelco Dolstra1-7/+7
2013-11-18 Support quoted attribute names in -AEelco Dolstra1-10/+34
2013-10-24 Rename "attribute sets" to "sets"Eelco Dolstra1-4/+3
2013-09-03 Work on Values instead of ExprsEelco Dolstra1-17/+18
2013-09-02 Get rid of a signedness warningEelco Dolstra1-1/+1
2013-09-02 Fix whitespaceEelco Dolstra1-3/+3
2012-09-19 Templatise tokenizeString()Eelco Dolstra1-1/+1
2012-03-05 Fix compilation on FreeBSDEelco Dolstra1-0/+1
2010-10-24 * Store attribute sets as a vector instead of a map (i.e. a red-blackEelco Dolstra1-1/+1
2010-10-22 * Store Value nodes outside of attribute sets. I.e., Attr now storesEelco Dolstra1-2/+3
2010-05-07 * Keep track of the source positions of attributes.Eelco Dolstra1-1/+1
2010-04-15 * Store lists as lists of pointers to values rather than as lists ofEelco Dolstra1-1/+1
2010-04-13 * Use a symbol table to represent identifiers and attribute namesEelco Dolstra1-1/+1
2010-04-12 * Don't use ATerms for the abstract syntax trees anymore. NotEelco Dolstra1-3/+2
2010-04-07 * Update autoCallFunction() and findAlongAttrPath().Eelco Dolstra1-33/+21
2010-03-29 * Started integrating the new evaluator.Eelco Dolstra1-0/+2
2007-01-13 * Cleanup.Eelco Dolstra1-1/+1
2006-09-04 * Use a proper namespace.Eelco Dolstra1-0/+7
2006-08-23 * Pass the autoArgs to findAlongAttrPath so that "nix-instantiateEelco Dolstra1-2/+3
2006-07-28 * `nix-instantiate ... --arg NAME VALUE': allow arguments to be passedEelco Dolstra1-1/+1
2006-07-26 * Refactoring: get the selection path stuff out of getDerivations()Eelco Dolstra1-0/+74