aboutsummaryrefslogtreecommitdiff
path: root/src/libexpr
AgeCommit message (Expand)Author
2014-08-20Use proper quotes everywhereEelco Dolstra
2014-08-20Add some colorEelco Dolstra
2014-08-13Refactor option handlingEelco Dolstra
2014-08-13Fix warning about non-existant -I directoriesEelco Dolstra
2014-07-30Rename nixPath to __nixPathEelco Dolstra
2014-07-23Remove some obsolete filesEelco Dolstra
2014-07-09Fix compilation error on some versions of GCCEelco Dolstra
2014-07-04Add builtin function ‘fromJSON’Eelco Dolstra
2014-06-24Only add the importNative primop if the allow-arbitrary-code-during-evaluatio...Shea Levy
2014-06-17Add importNative primopShea Levy
2014-06-12Drop ImportError and FindErrorEelco Dolstra
2014-06-12findFile: Realise the context of the path attributesShea Levy
2014-06-12Share code between scopedImport and importShea Levy
2014-06-10== operator: Ignore string contextEelco Dolstra
2014-05-29Sort nixPath attributesEelco Dolstra
2014-05-26Use std::unordered_setEelco Dolstra
2014-05-26Remove ExprBuiltinEelco Dolstra
2014-05-26Make the Nix search path declarativeEelco Dolstra
2014-05-26Ensure that -I flags get included in nixPathEelco Dolstra
2014-05-26Add constant ‘nixPath’Eelco Dolstra
2014-05-26Add primop ‘scopedImport’Eelco Dolstra
2014-05-26Shut up some signedness warningsEelco Dolstra
2014-05-15Provide a more useful error message when a dynamic attr lookup failsShea Levy
2014-04-08If a .drv cannot be parsed, show its pathEelco Dolstra
2014-04-04Show position info in attribute selection errorsEelco Dolstra
2014-04-04Show position info in Boolean operationsEelco Dolstra
2014-04-04Show position info in string concatenation / addition errorsEelco Dolstra
2014-04-04forceString: Show position infoEelco Dolstra
2014-04-04forceAttrs: Show position infoEelco Dolstra
2014-04-04forceList: Show position infoEelco Dolstra
2014-04-04forceInt: Show position infoEelco Dolstra
2014-04-04Pass position information to primop callsEelco Dolstra
2014-04-04Remove unnecessary quotes around file namesEelco Dolstra
2014-04-04Include position info in function applicationEelco Dolstra
2014-04-01Fix potential segfaultEelco Dolstra
2014-03-30boost::shared_ptr -> std::shared_ptrEelco Dolstra
2014-03-29Drop pointless #includeEelco Dolstra
2014-03-10The expr of AttrNames/DynamicAttrDefs is always an ExprConcatStringsShea Levy
2014-03-10If a dynamic attribute name evaluates to null, remove it from the setShea Levy
2014-03-05Revert "Make ifs and asserts tail-recursive"Eelco Dolstra
2014-02-27Correctly detect infinite recursion in function applicationEelco Dolstra
2014-02-26Warn about missing -I pathsEelco Dolstra
2014-02-18lexer-tab.o and parser-tab.o require each other's headersShea Levy
2014-02-01More "make dist" fixesEelco Dolstra
2014-02-01Fix "make dist"Eelco Dolstra
2014-02-01Remove AutomakefilesEelco Dolstra
2014-02-01Update Makefile variable namesEelco Dolstra
2014-01-30Rename Makefile -> local.mkEelco Dolstra
2014-01-21Fix some clang warningsEelco Dolstra
2014-01-21Fix building against Bison 3.0.2Eelco Dolstra