Age | Commit message (Expand) | Author | Files | Lines |
2014-12-12 | Remove canary stuff | Eelco Dolstra | 1 | -21/+0 |
2014-12-02 | Make all ExternalValueBase functions const | Shea Levy | 1 | -3/+3 |
2014-12-02 | Allow external code using libnixexpr to add types | Shea Levy | 1 | -0/+33 |
2014-11-25 | forceString(): Accept pos argument | Eelco Dolstra | 1 | -2/+2 |
2014-11-15 | Add functors (callable attribute sets). | Shea Levy | 1 | -0/+12 |
2014-10-31 | Fix more warnings | Eelco Dolstra | 1 | -11/+1 |
2014-10-09 | mkList: Scrub better | Eelco Dolstra | 1 | -0/+1 |
2014-10-05 | Get rid of some unnecessary ExprConcatStrings nodes in dynamic attrs | Eelco Dolstra | 1 | -6/+3 |
2014-10-05 | Show total allocations | Eelco Dolstra | 1 | -8/+10 |
2014-10-01 | printValue(): Don't print <CYCLE> for repeated values | Eelco Dolstra | 1 | -7/+9 |
2014-09-22 | Make forceValueDeep work on values with cycles | Eelco Dolstra | 1 | -9/+20 |
2014-09-22 | Rename strictForceValue -> forceValueDeep | Eelco Dolstra | 1 | -3/+3 |
2014-09-22 | Handle cycles when printing a value | Eelco Dolstra | 1 | -5/+23 |
2014-09-22 | Add a function ‘valueSize’ | Eelco Dolstra | 1 | -0/+80 |
2014-09-19 | Inline Bindings::find() | Eelco Dolstra | 1 | -9/+0 |
2014-09-19 | Store Attrs inside Bindings | Eelco Dolstra | 1 | -14/+25 |
2014-09-17 | Add some instrumentation for debugging GC leaks | Eelco Dolstra | 1 | -0/+22 |
2014-09-02 | Fix boost::too_many_args error | Eelco Dolstra | 1 | -1/+1 |
2014-08-20 | Use proper quotes everywhere | Eelco Dolstra | 1 | -14/+14 |
2014-08-13 | Fix warning about non-existant -I directories | Eelco Dolstra | 1 | -1/+1 |
2014-06-10 | == operator: Ignore string context | Eelco Dolstra | 1 | -11/+2 |
2014-05-26 | Remove ExprBuiltin | Eelco Dolstra | 1 | -11/+0 |
2014-05-26 | Ensure that -I flags get included in nixPath | Eelco Dolstra | 1 | -4/+3 |
2014-05-15 | Provide a more useful error message when a dynamic attr lookup fails | Shea Levy | 1 | -2/+10 |
2014-04-04 | Show position info in attribute selection errors | Eelco Dolstra | 1 | -7/+7 |
2014-04-04 | Show position info in Boolean operations | Eelco Dolstra | 1 | -7/+17 |
2014-04-04 | Show position info in string concatenation / addition errors | Eelco Dolstra | 1 | -12/+27 |
2014-04-04 | forceString: Show position info | Eelco Dolstra | 1 | -9/+24 |
2014-04-04 | forceAttrs: Show position info | Eelco Dolstra | 1 | -1/+1 |
2014-04-04 | forceList: Show position info | Eelco Dolstra | 1 | -7/+2 |
2014-04-04 | forceInt: Show position info | Eelco Dolstra | 1 | -2/+2 |
2014-04-04 | Pass position information to primop calls | Eelco Dolstra | 1 | -3/+3 |
2014-04-04 | Include position info in function application | Eelco Dolstra | 1 | -12/+19 |
2014-03-30 | boost::shared_ptr -> std::shared_ptr | Eelco Dolstra | 1 | -0/+1 |
2014-03-10 | The expr of AttrNames/DynamicAttrDefs is always an ExprConcatStrings | Shea Levy | 1 | -5/+3 |
2014-03-10 | If a dynamic attribute name evaluates to null, remove it from the set | Shea Levy | 1 | -1/+9 |
2014-03-05 | Revert "Make ifs and asserts tail-recursive" | Eelco Dolstra | 1 | -10/+4 |
2014-02-27 | Correctly detect infinite recursion in function application | Eelco Dolstra | 1 | -2/+4 |
2014-01-21 | Merge branch 'master' into make | Eelco Dolstra | 1 | -4/+51 |
2013-12-31 | Don't use any syntactic sugar for dynamic attrs | Shea Levy | 1 | -3/+17 |
2013-12-31 | Dynamic attrs | Shea Levy | 1 | -1/+23 |
2013-12-31 | Add the ExprBuiltin Expr type to the AST | Shea Levy | 1 | -0/+11 |
2013-11-23 | Drop the dependency on libgc in libmain | Eelco Dolstra | 1 | -0/+17 |
2013-11-23 | Initialise Boehm GC only once | Eelco Dolstra | 1 | -2/+2 |
2013-11-19 | Add a toJSON primop | Eelco Dolstra | 1 | -20/+23 |
2013-11-18 | Add a primop unsafeGetAttrPos to return the position of an attribute | Eelco Dolstra | 1 | -5/+14 |
2013-11-18 | Add a symbol __curPos that expands to the current source location | Eelco Dolstra | 1 | -0/+13 |
2013-11-12 | Make function calls show up in stack traces again | Eelco Dolstra | 1 | -20/+28 |
2013-11-12 | Make function calls tail-recursive | Eelco Dolstra | 1 | -38/+60 |
2013-11-12 | Make ifs and asserts tail-recursive | Eelco Dolstra | 1 | -4/+10 |