.. |
attr-path.cc
|
* Started integrating the new evaluator.
|
2010-03-29 14:37:56 +00:00 |
attr-path.hh
|
* Use a proper namespace.
|
2006-09-04 21:06:23 +00:00 |
common-opts.cc
|
* Option --argstr for passing string arguments easily. (NIX-75)
|
2007-01-14 12:32:44 +00:00 |
common-opts.hh
|
* Option --argstr for passing string arguments easily. (NIX-75)
|
2007-01-14 12:32:44 +00:00 |
eval-test.cc
|
* Implemented `rec { inherit ...; }'.
|
2010-03-31 11:05:39 +00:00 |
eval.cc
|
* Improve sharing.
|
2010-04-01 12:04:57 +00:00 |
eval.hh
|
* Improve sharing.
|
2010-04-01 12:04:57 +00:00 |
expr-to-xml.cc
|
* Simplify @-patterns: only {attrs}@name' or name@{attrs}' are now
|
2010-03-25 12:19:41 +00:00 |
expr-to-xml.hh
|
* Big cleanup of the semantics of paths, strings, contexts, string
|
2006-10-16 15:55:34 +00:00 |
get-drvs.cc
|
* Improve sharing.
|
2010-04-01 12:04:57 +00:00 |
get-drvs.hh
|
* Implemented derivations.
|
2010-03-31 15:38:03 +00:00 |
lexer.l
|
* Added an experimental feature suggested by Andres: ellipses ("...")
|
2008-08-14 14:00:44 +00:00 |
Makefile.am
|
* Start of an evaluator that uses call-by-need (with thunk updating)
|
2010-03-23 17:30:50 +00:00 |
names.cc
|
* Export the nix-env derivation name parsing and version comparison
|
2008-07-01 10:10:32 +00:00 |
names.hh
|
* Export the nix-env derivation name parsing and version comparison
|
2008-07-01 10:10:32 +00:00 |
nix.sdf
|
First attempt to update Nix SDF grammar to match the actual bison grammar
|
2008-06-04 14:36:46 +00:00 |
nixexpr-ast.def
|
* Quick and dirty implementation of with'. with e1; e2' is
|
2010-03-25 14:51:04 +00:00 |
nixexpr.cc
|
* Simplify @-patterns: only {attrs}@name' or name@{attrs}' are now
|
2010-03-25 12:19:41 +00:00 |
nixexpr.hh
|
* Some syntactic sugar for attribute sets: allow {x.y.z = ...;} as a
|
2009-05-15 12:35:23 +00:00 |
parser.hh
|
* Start of an evaluator that uses call-by-need (with thunk updating)
|
2010-03-23 17:30:50 +00:00 |
parser.y
|
* Cache parse trees to prevent repeated parsing of imported Nix
|
2010-03-31 16:14:32 +00:00 |
primops.cc
|
* Make `derivation' lazy again for performance. It also turns out
|
2010-04-01 09:55:57 +00:00 |