index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
get-drvs.cc
Age
Commit message (
Expand
)
Author
2016-11-26
Revert "Get rid of unicode quotes (#1140)"
Eelco Dolstra
2016-11-25
Get rid of unicode quotes (#1140)
Guillaume Maudoux
2016-08-29
forceBool(): Show position info
Eelco Dolstra
2016-04-25
Improved logging abstraction
Eelco Dolstra
2016-02-23
nix-env: respect meta.outputsToInstall
Vladimír Čunát
2016-01-05
First hit at providing support for floats in the language.
Christian Theune
2015-07-23
Optimize small lists
Eelco Dolstra
2015-07-17
OCD: foreach -> C++11 ranged for
Eelco Dolstra
2014-09-19
Store Attrs inside Bindings
Eelco Dolstra
2014-08-20
Use proper quotes everywhere
Eelco Dolstra
2014-04-04
Show position info in string concatenation / addition errors
Eelco Dolstra
2014-04-04
forceString: Show position info
Eelco Dolstra
2014-04-04
forceAttrs: Show position info
Eelco Dolstra
2014-04-04
forceList: Show position info
Eelco Dolstra
2013-11-19
Check meta values and warn about bad ones
Eelco Dolstra
2013-11-19
Generalise meta attributes
Eelco Dolstra
2013-10-24
Rename "attribute sets" to "sets"
Eelco Dolstra
2012-11-28
nix-env -q --out-path: Support multiple outputs
Eelco Dolstra
2012-11-26
nix-instantiate: Fix read-only evaluation
Eelco Dolstra
2012-10-04
getDerivation(): Don't always quietly ignore assertion failure
Eelco Dolstra
2012-02-04
* Inline some functions and get rid of the indirection through
Eelco Dolstra
2010-10-24
* Keep attribute sets in sorted order to speed up attribute lookups.
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-21
* Store user environment manifests as a Nix expression in
Eelco Dolstra
2010-04-19
* Added parsing of manifests in ATerm format.
Eelco Dolstra
2010-04-16
* In an nested `with' where the inner with is a variable (`with ...;
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-04-07
* Implemented the primops necessary for generating the NixOS manual.
Eelco Dolstra
2010-04-01
* Improve sharing.
Eelco Dolstra
2010-03-31
* Get nix-env to compile.
Eelco Dolstra
2010-03-31
* Implemented derivations.
Eelco Dolstra
2010-03-29
* Started integrating the new evaluator.
Eelco Dolstra
2009-06-30
* Support integers and lists of strings in meta fields. This is
Eelco Dolstra
2008-08-25
* Evaluate attributes in sorted order for better determinism.
Eelco Dolstra
2008-08-25
* Minor simplification.
Eelco Dolstra
2007-09-17
* nix-env: allow ~/.nix-defexpr to be a directory. If it is, then the
Eelco Dolstra
2007-05-01
* Give unpacked channels more sensible names than 0, 1, ... They now
Eelco Dolstra
2007-05-01
* nix-env -i: instead of breaking package ties by version, break them
Eelco Dolstra
2007-02-02
* nix-env now maintains meta info (from the `meta' derivation
Eelco Dolstra
2007-01-13
* Cleanup.
Eelco Dolstra
2006-10-17
* Backwards compatibility hack for user environments made by Nix <= 0.10.
Eelco Dolstra
2006-10-16
* Big cleanup of the semantics of paths, strings, contexts, string
Eelco Dolstra
2006-09-04
* Use a proper namespace.
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
[next]