index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
attr-path.cc
Age
Commit message (
Expand
)
Author
2019-11-06
Merge remote-tracking branch 'origin/master' into flakes
Eelco Dolstra
2019-10-28
findDerivationFilename: add FIXME
zimbatm
2019-10-28
libexpr: findDerivationFilename return Pos instead of tuple
zimbatm
2019-10-23
libexpr: add findDerivationFilename
zimbatm
2019-04-08
findAlongAttrPath(): Throw AttrPathNotFound
Eelco Dolstra
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2015-07-23
Optimize small lists
Eelco Dolstra
2015-07-17
OCD: foreach -> C++11 ranged for
Eelco Dolstra
2014-08-20
Use proper quotes everywhere
Eelco Dolstra
2013-11-18
Support quoted attribute names in -A
Eelco Dolstra
2013-10-24
Rename "attribute sets" to "sets"
Eelco Dolstra
2013-09-03
Work on Values instead of Exprs
Eelco Dolstra
2013-09-02
Get rid of a signedness warning
Eelco Dolstra
2013-09-02
Fix whitespace
Eelco Dolstra
2012-09-19
Templatise tokenizeString()
Eelco Dolstra
2012-03-05
Fix compilation on FreeBSD
Eelco Dolstra
2010-10-24
* Store attribute sets as a vector instead of a map (i.e. a red-black
Eelco Dolstra
2010-10-22
* Store Value nodes outside of attribute sets. I.e., Attr now stores
Eelco Dolstra
2010-05-07
* Keep track of the source positions of attributes.
Eelco Dolstra
2010-04-15
* Store lists as lists of pointers to values rather than as lists of
Eelco Dolstra
2010-04-13
* Use a symbol table to represent identifiers and attribute names
Eelco Dolstra
2010-04-12
* Don't use ATerms for the abstract syntax trees anymore. Not
Eelco Dolstra
2010-04-07
* Update autoCallFunction() and findAlongAttrPath().
Eelco Dolstra
2010-03-29
* Started integrating the new evaluator.
Eelco Dolstra
2007-01-13
* Cleanup.
Eelco Dolstra
2006-09-04
* Use a proper namespace.
Eelco Dolstra
2006-08-23
* Pass the autoArgs to findAlongAttrPath so that "nix-instantiate
Eelco Dolstra
2006-07-28
* `nix-instantiate ... --arg NAME VALUE': allow arguments to be passed
Eelco Dolstra
2006-07-26
* Refactoring: get the selection path stuff out of getDerivations()
Eelco Dolstra