index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
attr-path.hh
Age
Commit message (
Expand
)
Author
2023-04-17
Merge remote-tracking branch 'upstream/master' into source-path
Robert Hensing
2023-04-07
Finish converting existing comments for internal API docs (#8146)
John Ericson
2023-04-06
Backport SourcePath from the lazy-trees branch
Eelco Dolstra
2023-03-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
2022-04-21
replace most Pos objects/ptrs with indexes into a position table
pennae
2022-04-21
don't use full Pos for findPackageFilename/editorFor
pennae
2022-02-25
Remove std::string alias (for real this time)
Eelco Dolstra
2021-07-19
Rename findDerivationFilename -> findPackageFilename
Robert Hensing
2020-06-18
Some backports from the flakes branch
Eelco Dolstra
2020-03-24
nix edit: Support non-derivation attributes
Eelco Dolstra
2020-03-24
findAlongAttrPath(): Return position
Eelco Dolstra
2020-03-24
findAlongAttrPath(): Throw AttrPathNotFound
Eelco Dolstra
2019-10-28
libexpr: findDerivationFilename return Pos instead of tuple
zimbatm
2019-10-23
libexpr: add findDerivationFilename
zimbatm
2013-09-03
Work on Values instead of Exprs
Eelco Dolstra
2012-07-18
Use "#pragma once" to prevent repeated header file inclusion
Eelco Dolstra
2010-10-22
* Store Value nodes outside of attribute sets. I.e., Attr now stores
Eelco Dolstra
2010-10-04
* Make sure that config.h is included before the system headers,
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
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-26
* Refactoring: get the selection path stuff out of getDerivations()
Eelco Dolstra