about summary refs log tree commit diff
path: root/src/libexpr/eval.cc (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-31 Fix stack consumptionEelco Dolstra1-5/+0
2015-07-31 Output line number on infinite recursionIwan Aucamp1-8/+8
2015-07-23 CleanupEelco Dolstra1-5/+0
2015-07-23 Optimize empty setsEelco Dolstra1-0/+4
2015-07-23 Merge branch 'attr-set-hh' of https://github.com/nbp/nixEelco Dolstra1-30/+0
2015-07-23 Optimize small listsEelco Dolstra1-33/+46
2015-07-17 OCD: foreach -> C++11 ranged forEelco Dolstra1-45/+45
2015-07-17 Make printValue() interruptibleEelco Dolstra1-0/+2
2015-07-14 Move attribute set data structures into their own header file.Nicolas B. Pierron1-30/+0
2015-06-17 Support URLs in $NIX_PATHEelco Dolstra1-1/+13
2015-05-22 Fix import-from-derivation in restricted eval modeEelco Dolstra1-0/+7
2015-04-16 Fix using restricted mode with chrootsEelco Dolstra1-0/+5
2015-03-25 addToStore(): Take explicit name argumentEelco Dolstra1-1/+1
2015-03-19 Disable scanning for interior pointersEelco Dolstra1-0/+2
2015-03-19 Fix Boehm API violationEelco Dolstra1-38/+42
2015-03-19 Check return values from malloc/strdupEelco Dolstra1-11/+34
2015-03-18 Print some Boehm GC statsEelco Dolstra1-0/+7
2015-03-18 valueSize(): Take into account list/bindings/env sizeEelco Dolstra1-6/+15
2015-03-06 forceValueDeep: Add to error prefixEelco Dolstra1-2/+7
2015-03-06 Improve error messageEelco Dolstra1-11/+20
2015-02-23 Add restricted evaluation modeEelco Dolstra1-3/+20
2015-02-19 ExprConcatStrings: canonicalize concatenated pathsShea Levy1-1/+2
2014-12-12 Remove canary stuffEelco Dolstra1-21/+0
2014-12-02 Make all ExternalValueBase functions constShea Levy1-3/+3
2014-12-02 Allow external code using libnixexpr to add typesShea Levy1-0/+33
2014-11-25 forceString(): Accept pos argumentEelco Dolstra1-2/+2
2014-11-15 Add functors (callable attribute sets).Shea Levy1-0/+12
2014-10-31 Fix more warningsEelco Dolstra1-11/+1
2014-10-09 mkList: Scrub betterEelco Dolstra1-0/+1
2014-10-05 Get rid of some unnecessary ExprConcatStrings nodes in dynamic attrsEelco Dolstra1-6/+3
2014-10-05 Show total allocationsEelco Dolstra1-8/+10
2014-10-01 printValue(): Don't print <CYCLE> for repeated valuesEelco Dolstra1-7/+9
2014-09-22 Make forceValueDeep work on values with cyclesEelco Dolstra1-9/+20
2014-09-22 Rename strictForceValue -> forceValueDeepEelco Dolstra1-3/+3
2014-09-22 Handle cycles when printing a valueEelco Dolstra1-5/+23
2014-09-22 Add a function ‘valueSize’Eelco Dolstra1-0/+80
2014-09-19 Inline Bindings::find()Eelco Dolstra1-9/+0
2014-09-19 Store Attrs inside BindingsEelco Dolstra1-14/+25
2014-09-17 Add some instrumentation for debugging GC leaksEelco Dolstra1-0/+22
2014-09-02 Fix boost::too_many_args errorEelco Dolstra1-1/+1
2014-08-20 Use proper quotes everywhereEelco Dolstra1-14/+14
2014-08-13 Fix warning about non-existant -I directoriesEelco Dolstra1-1/+1
2014-06-10 == operator: Ignore string contextEelco Dolstra1-11/+2
2014-05-26 Remove ExprBuiltinEelco Dolstra1-11/+0
2014-05-26 Ensure that -I flags get included in nixPathEelco Dolstra1-4/+3
2014-05-15 Provide a more useful error message when a dynamic attr lookup failsShea Levy1-2/+10
2014-04-04 Show position info in attribute selection errorsEelco Dolstra1-7/+7
2014-04-04 Show position info in Boolean operationsEelco Dolstra1-7/+17
2014-04-04 Show position info in string concatenation / addition errorsEelco Dolstra1-12/+27
2014-04-04 forceString: Show position infoEelco Dolstra1-9/+24