| .. |
|
include/nix/expr
|
libexpr: ExprAttrs::attrs and ExprAttrs::dynamicAttrs -> std::optional
|
2025-11-17 22:19:45 +01:00 |
|
pch
|
libexpr: Speed up builds by using precompiled headers
|
2025-07-20 22:01:56 +03:00 |
|
primops
|
Merge pull request #14582 from NixOS/ref-to-reference
|
2025-11-17 20:15:28 +00:00 |
|
value
|
Cleanup: Use C++23 "explicit this" for recursive lambdas
|
2025-10-30 15:56:06 -04:00 |
|
.version
|
Meson build for libexpr and libflake
|
2024-07-02 09:23:24 -04:00 |
|
attr-path.cc
|
libexpr: Make emptyBindings a global constant
|
2025-09-11 01:51:48 +03:00 |
|
attr-set.cc
|
libexpr: move eval memory allocation to own struct
|
2025-09-26 00:40:43 +03:00 |
|
eval-cache.cc
|
Use hybrid C / Pascal strings in the evaluator
|
2025-11-10 01:01:23 -05:00 |
|
eval-error.cc
|
Apply clang-format universally.
|
2025-07-18 12:47:27 -04:00 |
|
eval-gc.cc
|
libexpr: Fix build without Boehm
|
2025-09-12 04:02:07 +03:00 |
|
eval-profiler-settings.cc
|
libutil: Include necessary headers in config-impl.hh
|
2025-08-11 20:44:27 +03:00 |
|
eval-profiler.cc
|
libexpr: Use use-after-move in SampleStack::saveProfile()
|
2025-10-05 16:57:13 +03:00 |
|
eval-settings.cc
|
Change channel URLs to channels.nixos.org subdomain
|
2025-11-09 15:28:12 +01:00 |
|
eval.cc
|
libexpr: ExprAttrs::attrs and ExprAttrs::dynamicAttrs -> std::optional
|
2025-11-17 22:19:45 +01:00 |
|
fetchurl.nix
|
Format .nix files
|
2025-01-24 17:04:02 +01:00 |
|
function-trace.cc
|
Apply clang-format universally.
|
2025-07-18 12:47:27 -04:00 |
|
get-drvs.cc
|
Use less c_str() in the evaluator, and other cleanups
|
2025-11-03 15:14:50 +03:00 |
|
imported-drv-to-derivation.nix
|
Format .nix files
|
2025-01-24 17:04:02 +01:00 |
|
json-to-value.cc
|
Apply clang-format universally.
|
2025-07-18 12:47:27 -04:00 |
|
lexer-helpers.cc
|
libexpr: Switch parser.y to %skeleton lalr1.cc
|
2025-09-29 00:58:41 +03:00 |
|
lexer-helpers.hh
|
libexpr: Switch parser.y to %skeleton lalr1.cc
|
2025-09-29 00:58:41 +03:00 |
|
lexer.l
|
fix(libexpr/lexer): fix flex warning about default rule
|
2025-10-29 23:55:37 +00:00 |
|
meson.build
|
meson: Only enable b_lto for nixexpr-parser when b_lto is enabled globally
|
2025-10-23 01:49:31 +03:00 |
|
meson.options
|
meson: Apply formatting universally
|
2025-08-07 02:58:29 +03:00 |
|
nix-meson-build-support
|
rename: build-utils-meson -> nix-meson-build-support
|
2024-12-09 16:54:42 +01:00 |
|
nixexpr.cc
|
move ExprAttrs data into Exprs::alloc
|
2025-11-17 22:19:45 +01:00 |
|
package.nix
|
Drop external*Inputs from packages
|
2025-11-07 15:24:26 -05:00 |
|
parser-scanner-decls.hh
|
libexpr: Switch parser.y to %skeleton lalr1.cc
|
2025-09-29 00:58:41 +03:00 |
|
parser.y
|
libexpr: ExprAttrs::attrs and ExprAttrs::dynamicAttrs -> std::optional
|
2025-11-17 22:19:45 +01:00 |
|
paths.cc
|
Mount inputs on storeFS to restore fetchToStore() caching
|
2025-09-25 11:30:11 -04:00 |
|
primops.cc
|
Remove static data from headers
|
2025-11-12 19:54:30 -04:00 |
|
print-ambiguous.cc
|
Apply clang-format universally.
|
2025-07-18 12:47:27 -04:00 |
|
print.cc
|
treewide: Remove toView() because it leads to segfaults when compiled with newer nixpkgs
|
2025-10-05 02:30:21 +03:00 |
|
search-path.cc
|
Apply clang-format universally.
|
2025-07-18 12:47:27 -04:00 |
|
value-to-json.cc
|
Use less c_str() in the evaluator, and other cleanups
|
2025-11-03 15:14:50 +03:00 |
|
value-to-xml.cc
|
Use less c_str() in the evaluator, and other cleanups
|
2025-11-03 15:14:50 +03:00 |
|
value.cc
|
libexpr: Make constant Values global constants, move out of EvalState
|
2025-09-11 01:53:41 +03:00 |