index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
primops.hh
Age
Commit message (
Expand
)
Author
2024-03-18
use byte indexed locations for PosIdx
eldritch horrors
2024-03-04
Merge pull request #7348 from thufschmitt/dont-use-vlas
eldritch horrors
2023-06-27
Automatically document builtin constants
John Ericson
2023-06-14
Remove RegisterPrimOp constructor without support for documentation
Michal Sojka
2023-04-07
Finish converting existing comments for internal API docs (#8146)
John Ericson
2023-03-31
Ensure all headers have `#pragma once` and are in API docs
John Ericson
2022-04-21
replace most Pos objects/ptrs with indexes into a position table
pennae
2022-03-25
Only provide builtin.{getFlake,fetchClosure} is the corresponding experimenta...
Eelco Dolstra
2021-09-29
libexpr: throw a more helpful eval-error if a builtin is not available due to...
Maximilian Bosch
2020-10-06
Add missing #pragma once
Eelco Dolstra
2020-08-24
Allow primops to have Markdown documentation
Eelco Dolstra
2020-06-18
Don't provide 'getFlake' if the 'flakes' feature is not enabled
Eelco Dolstra
2020-04-07
Backport libfetchers from the flakes branch
Eelco Dolstra
2018-04-09
Make prim_exec and prim_importNative available to plugins
Shea Levy
2018-02-08
Allow using RegisterPrimop to define constants.
Shea Levy
2016-04-14
Make primop registration pluggable
Eelco Dolstra
2004-08-04
* Allow primops with more that 1 arguments.
Eelco Dolstra
2004-02-04
* Use a map to lookup primops.
Eelco Dolstra
2003-11-19
* Refactoring: put the Nix expression evaluator in its own library so
Eelco Dolstra