index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
eval-inline.hh
Age
Commit message (
Expand
)
Author
2020-06-23
use plain errPos instead of nixCode; fix tests
Ben Burdette
2020-06-15
Get rid of explicit ErrorInfo constructors
Eelco Dolstra
2020-05-12
move pos to the first arg, to indicate its not used in a fmt template
Ben Burdette
2020-05-11
Merge branch 'master' into errors-phase-2
Ben Burdette
2020-05-08
add pos to errorinfo, remove from hints
Ben Burdette
2020-04-21
remove 'format' from Error constructor calls
Ben Burdette
2020-04-16
pass Pos to forceValue to improve infinite recursion error
Domen Kožar
2018-06-12
GC_malloc -> GC_MALLOC
Eelco Dolstra
2018-06-12
Remove duplicate definition of allocBytes()
Eelco Dolstra
2017-06-20
Restore thunks on any exception
Eelco Dolstra
2015-10-08
isFunctor: Simplify
Eelco Dolstra
2015-10-08
forceFunction: allow functors as well
Mathnerd314
2015-08-03
Removed unnecessary included
Iwan Aucamp
2015-07-31
Fix stack consumption
Eelco Dolstra
2015-07-31
Output line number on infinite recursion
Iwan Aucamp
2015-07-23
Optimize small lists
Eelco Dolstra
2014-04-04
forceAttrs: Show position info
Eelco Dolstra
2014-04-04
forceList: Show position info
Eelco Dolstra
2014-04-04
Include position info in function application
Eelco Dolstra
2013-11-12
Get rid of an intermediary on the stack
Eelco Dolstra
2013-10-24
Rename "attribute sets" to "sets"
Eelco Dolstra
2013-03-14
Make sure that thunks are restored properly if an exception occurs
Eelco Dolstra
2012-07-18
Use "#pragma once" to prevent repeated header file inclusion
Eelco Dolstra
2012-02-04
* Inline some functions and get rid of the indirection through
Eelco Dolstra