index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
primops.cc
Age
Commit message (
Expand
)
Author
2014-12-10
builtins.readFile: realise context associated with the path
Shea Levy
2014-12-02
Allow external code using libnixexpr to add types
Shea Levy
2014-11-25
Add a primop for regular expression pattern matching
Eelco Dolstra
2014-11-25
forceString(): Accept pos argument
Eelco Dolstra
2014-11-20
import derivation: cleanup
Shea Levy
2014-11-15
realiseContext: Handle all context types
Shea Levy
2014-10-17
Export realiseContext in libnixexpr
Shea Levy
2014-10-04
Add primop ‘catAttrs’
Eelco Dolstra
2014-10-04
Add primop ‘attrValues’
Eelco Dolstra
2014-10-04
Tweak
Eelco Dolstra
2014-10-03
Remove some duplicate code
Eelco Dolstra
2014-10-03
Add readDir primop
Shea Levy
2014-09-23
Add missing static
Eelco Dolstra
2014-09-22
Don't evaluate inside a "throw"
Eelco Dolstra
2014-09-22
Add ‘deepSeq’ primop
Eelco Dolstra
2014-09-22
Add ‘seq’ primop
Eelco Dolstra
2014-09-22
Add a function ‘valueSize’
Eelco Dolstra
2014-09-19
attrNames: Don't allocate duplicates of the symbols
Eelco Dolstra
2014-09-19
Fix off-by-one
Eelco Dolstra
2014-09-17
Add some instrumentation for debugging GC leaks
Eelco Dolstra
2014-08-20
Use proper quotes everywhere
Eelco Dolstra
2014-07-30
Rename nixPath to __nixPath
Eelco Dolstra
2014-07-09
Fix compilation error on some versions of GCC
Eelco Dolstra
2014-07-04
Add builtin function ‘fromJSON’
Eelco Dolstra
2014-06-24
Only add the importNative primop if the allow-arbitrary-code-during-evaluatio...
Shea Levy
2014-06-17
Add importNative primop
Shea Levy
2014-06-12
Drop ImportError and FindError
Eelco Dolstra
2014-06-12
findFile: Realise the context of the path attributes
Shea Levy
2014-06-12
Share code between scopedImport and import
Shea Levy
2014-06-10
== operator: Ignore string context
Eelco Dolstra
2014-05-29
Sort nixPath attributes
Eelco Dolstra
2014-05-26
Make the Nix search path declarative
Eelco Dolstra
2014-05-26
Add constant ‘nixPath’
Eelco Dolstra
2014-05-26
Add primop ‘scopedImport’
Eelco Dolstra
2014-05-26
Shut up some signedness warnings
Eelco Dolstra
2014-04-08
If a .drv cannot be parsed, show its path
Eelco Dolstra
2014-04-04
Show position info in Boolean operations
Eelco Dolstra
2014-04-04
Show position info in string concatenation / addition errors
Eelco Dolstra
2014-04-04
forceString: Show position info
Eelco Dolstra
2014-04-04
forceAttrs: Show position info
Eelco Dolstra
2014-04-04
forceList: Show position info
Eelco Dolstra
2014-04-04
forceInt: Show position info
Eelco Dolstra
2014-04-04
Pass position information to primop calls
Eelco Dolstra
2014-04-04
Include position info in function application
Eelco Dolstra
2014-01-21
Merge branch 'master' into make
Eelco Dolstra
2013-12-10
Bump language version for new storePath feature
Shea Levy
2013-12-10
builtins.storePath: Try to substitute the path if it is not yet valid
Shea Levy
2013-11-23
Implement basic ‘make install’
Eelco Dolstra
2013-11-19
Shorter error message
Eelco Dolstra
2013-11-19
Add a toJSON primop
Eelco Dolstra
[next]