Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2010-04-13 | * Use a symbol table to represent identifiers and attribute names | Eelco Dolstra | 1 | -2/+2 | |
efficiently. The symbol table ensures that there is only one copy of each symbol, thus allowing symbols to be compared efficiently using a pointer equality test. | |||||
2010-04-12 | * Indented strings. | Eelco Dolstra | 1 | -1/+1 | |
2010-04-12 | * Don't use ATerms for the abstract syntax trees anymore. Not | Eelco Dolstra | 1 | -5/+5 | |
finished yet. | |||||
2010-04-08 | * Remove a lot of dead code. | Eelco Dolstra | 1 | -1/+1 | |
2010-04-07 | * Update autoCallFunction() and findAlongAttrPath(). | Eelco Dolstra | 1 | -73/+30 | |
2010-04-07 | * expr-to-xml -> value-to-xml. | Eelco Dolstra | 1 | -3/+8 | |
2010-04-07 | * Implemented the primops necessary for generating the NixOS manual. | Eelco Dolstra | 1 | -1/+2 | |
2010-03-31 | * Implemented derivations. | Eelco Dolstra | 1 | -2/+17 | |
2010-03-30 | * More operators / primops. | Eelco Dolstra | 1 | -3/+7 | |
2010-03-30 | * More primops. | Eelco Dolstra | 1 | -1/+1 | |
2010-03-29 | * Started integrating the new evaluator. | Eelco Dolstra | 1 | -1/+9 | |
2007-01-14 | * Option --argstr for passing string arguments easily. (NIX-75) | Eelco Dolstra | 1 | -9/+3 | |
2007-01-13 | * Allow multiple --attr / -A arguments in nix-build / nix-instantiate | Eelco Dolstra | 1 | -15/+20 | |
(NIX-74). | |||||
2007-01-13 | * Canonicalise ASTs in `nix-instantiate --eval': remove position | Eelco Dolstra | 1 | -1/+1 | |
info, sort attribute sets. | |||||
2006-12-07 | * Rename all those main.cc files. | Eelco Dolstra | 1 | -0/+159 | |