1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2024-09-19 23:03:53 -04:00
nix/src/libexpr
2023-09-30 02:35:26 +01:00
..
flake Move flakeIdRegex{,S} from libutil to flakeref.{cc,hh 2023-09-28 20:55:41 -04:00
primops builtins.fetchTree: Mark experimental the new way 2023-09-28 20:51:25 -04:00
tests refactor: use string accessors 2023-09-27 00:33:01 -04:00
value Fixing #7479 2023-08-18 11:44:00 -04:00
attr-path.cc Merge remote-tracking branch 'origin/master' into source-path 2023-04-24 13:20:36 +02:00
attr-path.hh Merge remote-tracking branch 'upstream/master' into source-path 2023-04-17 11:41:50 +02:00
attr-set.cc Don't pass Symbol by reference 2022-04-26 13:25:17 +02:00
attr-set.hh Finish converting existing comments for internal API docs (#8146) 2023-04-07 13:55:28 +00:00
eval-cache.cc refactor: use string accessors 2023-09-27 00:33:01 -04:00
eval-cache.hh Finish converting existing comments for internal API docs (#8146) 2023-04-07 13:55:28 +00:00
eval-inline.hh Finish converting existing comments for internal API docs (#8146) 2023-04-07 13:55:28 +00:00
eval-settings.cc Factor out nix-defexpr path computation 2023-08-02 12:54:48 -04:00
eval-settings.hh Document "Import From Derivation" (#7332) 2023-09-26 01:49:03 +00:00
eval.cc refactor: use string accessors 2023-09-27 00:33:01 -04:00
eval.hh Delete EvalState::addToSearchPath 2023-08-18 14:04:33 -04:00
fetchurl.nix fetchurl.nix: change other use of __impure 2022-09-16 01:54:24 -07:00
function-trace.cc
function-trace.hh Ensure all headers have #pragma once and are in API docs 2023-03-31 23:19:44 -04:00
get-drvs.cc refactor: use string accessors 2023-09-27 00:33:01 -04:00
get-drvs.hh Finish converting existing comments for internal API docs (#8146) 2023-04-07 13:55:28 +00:00
imported-drv-to-derivation.nix
json-to-value.cc return string_views from forceString* 2022-01-27 17:15:43 +01:00
json-to-value.hh Ensure all headers have #pragma once and are in API docs 2023-03-31 23:19:44 -04:00
lexer.l libexpr: use thread_local to make the parser thread-safe 2023-07-03 16:05:43 +08:00
local.mk Enable -Werror=switch-enum 2023-04-03 18:45:20 +02:00
nix-expr.pc.in Fix building with GCC 9 2023-02-10 18:38:57 +01:00
nixexpr.cc Expr: remove redundant int and float fields 2023-09-12 13:45:45 +02:00
nixexpr.hh Merge pull request #8970 from hercules-ci/eval-stuff 2023-09-25 19:49:22 +02:00
parser.y Merge pull request #9049 from inclyc/users/inclyc/move-path 2023-09-27 22:30:44 +01:00
paths.cc Backport SourcePath from the lazy-trees branch 2023-04-06 13:15:50 +02:00
primops.cc pathExists: isDir when endswith /. 2023-09-30 02:35:26 +01:00
primops.hh Automatically document builtin constants 2023-06-27 09:37:54 -04:00
print.cc libexpr: quote reserved keys when printing 2023-05-09 09:45:12 -05:00
print.hh libexpr: quote reserved keys when printing 2023-05-09 09:45:12 -05:00
search-path.cc src/libexpr/search-path.cc: avoid out-of-bounds read on string_view 2023-08-14 22:07:37 +01:00
search-path.hh Clean up SearchPath 2023-07-09 23:22:22 -04:00
symbol-table.hh Finish converting existing comments for internal API docs (#8146) 2023-04-07 13:55:28 +00:00
value-to-json.cc refactor: use string accessors 2023-09-27 00:33:01 -04:00
value-to-json.hh Use std::set<StringContextElem> not PathSet for string contexts 2023-04-21 01:05:49 -04:00
value-to-xml.cc refactor: use string accessors 2023-09-27 00:33:01 -04:00
value-to-xml.hh Use std::set<StringContextElem> not PathSet for string contexts 2023-04-21 01:05:49 -04:00
value.hh refactor: use string accessors 2023-09-27 00:33:01 -04:00