guix/src/libexpr
Eelco Dolstra 6d6200f37a * Optimisation in the // operator: if one of the sets is empty, return
the other set.
2010-08-02 16:31:05 +00:00
..
Makefile.am * Don't need the test program anymore. 2010-04-23 09:09:32 +00:00
attr-path.cc * Keep track of the source positions of attributes. 2010-05-07 12:11:05 +00:00
attr-path.hh * Don't use ATerms for the abstract syntax trees anymore. Not 2010-04-12 18:30:11 +00:00
common-opts.cc * The << operator on values should be const. 2010-05-18 10:36:37 +00:00
common-opts.hh * Update autoCallFunction() and findAlongAttrPath(). 2010-04-07 15:47:06 +00:00
eval.cc * Optimisation in the // operator: if one of the sets is empty, return 2010-08-02 16:31:05 +00:00
eval.hh * builtins.toXML: propagate the string context. This is a regression 2010-06-10 10:29:50 +00:00
get-drvs.cc * Keep track of the source positions of attributes. 2010-05-07 12:11:05 +00:00
get-drvs.hh * Store user environment manifests as a Nix expression in 2010-04-21 15:08:58 +00:00
lexer.l * Store attribute positions in the AST and report duplicate attribute 2010-05-06 16:46:48 +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.cc * Store position info for inherited attributes. 2010-05-07 12:43:57 +00:00
nixexpr.hh * Turn build errors during evaluation into EvalErrors. 2010-06-01 11:19:32 +00:00
parser.hh * Use a symbol table to represent identifiers and attribute names 2010-04-13 12:25:42 +00:00
parser.y * Store position info for inherited attributes. 2010-05-07 12:43:57 +00:00
primops.cc * intersectAttrs: optimise for the case where the second set is larger 2010-08-02 11:54:44 +00:00
symbol-table.hh * Use std::tr1::unordered_set instead of std::set for the symbol 2010-04-13 14:34:11 +00:00
value-to-xml.cc * builtins.toXML: propagate the string context. This is a regression 2010-06-10 10:29:50 +00:00
value-to-xml.hh * Sync with the trunk. 2010-05-07 14:46:47 +00:00