snix/third_party/nix/src/libexpr
Kane York 1cbffe21f3 chore(3p/nix/hash): prefer StatusOr over throwing constructor
The use of `unwrap_throw` can be used as a later grep target.

Change-Id: I8c54ed90c4289f07aecb8a1393dd10204c8bce4e
Reviewed-on: https://cl.tvl.fyi/c/depot/+/1493
Reviewed-by: glittershark <grfn@gws.fyi>
Reviewed-by: tazjin <mail@tazj.in>
Tested-by: BuildkiteCI
2020-08-01 01:15:29 +00:00
..
primops fix(3p/nix): apply all clang-tidy fixes 2020-07-27 21:16:39 +00:00
attr-path.cc fix(3p/nix): apply all clang-tidy fixes 2020-07-27 21:16:39 +00:00
attr-path.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
attr-set.cc refactor(3p/nix): Rename & undeprecate Bindings::lexicographicOrder 2020-07-19 19:02:06 +00:00
attr-set.hh refactor(3p/nix): Rename & undeprecate Bindings::lexicographicOrder 2020-07-19 19:02:06 +00:00
CMakeLists.txt refactor(3p/nix/libexpr): Extract static helpers out of parser.y 2020-07-16 19:53:51 +00:00
common-eval-args.cc feat(3p/nix): Statically pass bindings capacity where possible 2020-07-13 23:50:24 +00:00
common-eval-args.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
eval-inline.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
eval.cc fix(3p/nix): apply all clang-tidy fixes 2020-07-27 21:16:39 +00:00
eval.hh feat(3p/nix): remove allow-unsafe-native-code-during-evaluation 2020-07-23 18:55:12 +00:00
function-trace.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
function-trace.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
get-drvs.cc fix(3p/nix): apply all clang-tidy fixes 2020-07-27 21:16:39 +00:00
get-drvs.hh fix(3p/nix): convert all holders of EvalState into gc 2020-07-19 06:40:35 +00:00
json-to-value.cc refactor(3p/nix/libexpr): Back Nix lists with std::vector 2020-07-18 18:08:42 +00:00
json-to-value.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
lexer.l refactor(3p/nix/libexpr): Move some code out of lexer.l 2020-07-19 02:59:41 +00:00
names.cc fix(3p/nix): apply all clang-tidy fixes 2020-07-27 21:16:39 +00:00
names.hh fix(3p/nix): apply all clang-tidy fixes 2020-07-27 21:16:39 +00:00
nix-expr.pc.in feat(3p/nix): install pkgconfig files for libexpr, libmain and libstore 2020-06-21 20:42:28 +00:00
nixexpr.cc fix(3p/nix): apply all clang-tidy fixes 2020-07-27 21:16:39 +00:00
nixexpr.hh fix(3p/nix): fix all UninitializedObject warnings 2020-07-24 22:18:23 +00:00
parser.cc fix(3p/nix): apply all clang-tidy fixes 2020-07-27 21:16:39 +00:00
parser.hh fix(3p/nix): Fix all remaining compiler warnings 2020-07-19 22:00:59 +00:00
parser.y fix(3p/nix): Fix all remaining compiler warnings 2020-07-19 22:00:59 +00:00
primops.cc chore(3p/nix/hash): prefer StatusOr over throwing constructor 2020-08-01 01:15:29 +00:00
primops.hh feat(3p/nix): remove builtins.importNative 2020-07-23 04:53:23 +00:00
symbol-table.cc refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
symbol-table.hh refactor(3p/nix/libexpr): Use Abseil collection types for parser state 2020-07-16 21:03:52 +00:00
value-to-json.cc refactor(3p/nix/libexpr): Back Nix lists with std::vector 2020-07-18 18:08:42 +00:00
value-to-json.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
value-to-xml.cc refactor(3p/nix/libexpr): Back Nix lists with std::vector 2020-07-18 18:08:42 +00:00
value-to-xml.hh refactor(3p/nix): Anchor local includes at src/ 2020-05-27 21:56:34 +01:00
value.hh refactor(3p/nix/libexpr): Back Nix lists with std::vector 2020-07-18 18:08:42 +00:00