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
2024-08-22
Revert "libexpr: Replace regex engine with boost::regex"
jade
2024-08-22
libexpr: Replace regex engine with boost::regex
sugar
2024-08-08
tree-wide: fix a pile of lints
Jade Lovelace
2024-08-08
refactor: make HashType and Base enum classes for type safety
Jade Lovelace
2024-08-03
fix: warn and document when advanced attributes will have no impact due to __...
Tom Bereknyei
2024-07-20
libexpr: refactor gc-agnostic helpers into one place
Qyriad
2024-07-18
expr: fix a compiler warning about different signs in comparison
Jade Lovelace
2024-07-13
language: cleanly ban integer overflows
Jade Lovelace
2024-07-12
Use std::strong_ordering for version comparison
Jade Lovelace
2024-07-04
mildly cleanup libexpr/eval.hh
Qyriad
2024-06-18
libexpr: fix accessing uninitialized values and fix pure-eval docs
Jade Lovelace
2024-06-17
libexpr: add expr memory management
eldritch horrors
2024-06-17
libexpr: pass Exprs as references, not pointers
eldritch horrors
2024-06-16
Change error messages about 'invalid paths' to 'path does not exist'.
julia
2024-05-29
Remove 100s of CPU time (10%) from build times (1465s -> 1302s)
Jade Lovelace
2024-05-29
util.{hh,cc}: Split out processes.{hh,cc}
Tom Hubrecht
2024-05-24
change "evaluating file" logs to debug
Qyriad
2024-05-17
Merge "primops: change to std::function, allowing the passing of user data" i...
Puck Meerburg
2024-05-16
primops: change to std::function, allowing the passing of user data
Yorick van Pelt
2024-05-15
builtins: fix builtins.langVersion docs to state it's deprecated
Jade Lovelace
2024-04-06
avoid markdown which the repl's :doc cannot handle
stuebinm
2024-03-18
use byte indexed locations for PosIdx
eldritch horrors
2024-03-17
builtins.nixVersion: return fixed fake version
Jade Lovelace
2024-03-09
Merge pull request #10066 from 9999years/print-all-frames
eldritch horrors
2024-03-09
Merge pull request #9914 from 9999years/debugger-on-trace
eldritch horrors
2024-03-09
`:quit` in the debugger should quit the whole program
eldritch horrors
2024-03-09
Merge pull request #9925 from 9999years/fmt-cleanup
eldritch horrors
2024-03-09
Attach positions to errors in `derivationStrict`
eldritch horrors
2024-03-09
libexpr: Support structured error classes
eldritch horrors
2024-03-09
Merge pull request #9753 from 9999years/print-value-on-type-error
eldritch horrors
2024-03-07
Merge pull request #9890 from obsidiansystems/remove-unneeded-toRealPath
eldritch horrors
2024-03-07
Merge pull request #9985 from alois31/symlink-resolution
eldritch horrors
2024-03-05
Merge pull request #9634 from 9999years/combine-abstract-pos-and-pos
eldritch horrors
2024-03-04
Merge pull request #9747 from awakesecurity/mz/fix-quadratic-splitString
eldritch horrors
2024-03-04
Merge pull request #9658 from pennae/env-diet
eldritch horrors
2024-03-04
Merge pull request #9645 from tweag/undeprecate-isNull
eldritch horrors
2024-03-04
Merge pull request #4093 from matthewbauer/eval-system
eldritch horrors
2024-03-04
Merge pull request #9430 from hercules-ci/remove-vlas
eldritch horrors
2024-03-04
Merge pull request #9399 from edolstra/revert-vlas
eldritch horrors
2024-03-04
Merge pull request #9395 from nbraud/buitlins
eldritch horrors
2024-03-04
Merge pull request #7348 from thufschmitt/dont-use-vlas
eldritch horrors
2024-03-04
Fix `boost::bad_format_string` exception in `builtins.addErrorContext` (#9291)
eldritch horrors
2024-01-11
Merge branch '2.18-maintenance' into ifd-buildStore-2.18
Shea Levy
2024-01-11
Build IFD in the build store when using eval-store.
Shea Levy
2023-10-01
pathExists: isDir when endswith /.
Robert Hensing
2023-09-07
Allow dynamic derivation deps in `inputDrvs`
John Ericson
2023-09-01
Merge pull request #8869 from hercules-ci/fix-issue-8838-pathExists-isDir
Eelco Dolstra
2023-08-25
pathExists: isDir when endswith /
Robert Hensing
2023-08-25
Introduce `OutputName` and `OutputNameView` type aliases
John Ericson
2023-08-18
Fixing #7479
John Ericson
[next]