Age | Commit message (Expand) | Author |
2024-10-18 | libexpr: Fix typo in error message | piegames |
2024-10-18 | libexpr: Optimize complex indented strings | piegames |
2024-10-18 | libexpr: Print interpolations more accurately in `show` | piegames |
2024-10-18 | libexpr: Rewrite stripIndentation for indented strings | piegames |
2024-10-18 | libexpr: move parser semantics into separate file | piegames |
2024-10-18 | libexpr: rename grammar to grammar::v1 | piegames |
2024-10-08 | Set c++ version to c++23 | Lulu |
2024-10-08 | Fix gcc warning -Wmissing-field-initializers | Lulu |
2024-10-01 | Split ignoreException to avoid suppressing CTRL-C | Robert Hensing |
2024-09-28 | libfetchers/git: restore compat with `builtins.fetchGit` from 2.3 | Maximilian Bosch |
2024-09-01 | repl-overlays: Provide an elaborate example | Rebecca Turner |
2024-08-28 | tree-wide: shuffle headers around for about 30s compile time | Jade Lovelace |
2024-08-26 | treewide: fix a bunch of lints | Jade Lovelace |
2024-08-21 | libutil/config: unify path setting types | Alois Wohlschlager |
2024-08-21 | libexpr: Soft-deprecate ancient let syntax | piegames |
2024-08-21 | libexpr: Soft-deprecate __overrides | piegames |
2024-08-19 | flake: don't refetch unmodified inputs by recursive follows | Maximilian Bosch |
2024-08-17 | libexpr: Deprecate URL literals | piegames |
2024-08-17 | libexpr: Introduce Deprecated features | piegames |
2024-08-08 | libexpr: move Value implementations out of eval.cc | Qyriad |
2024-08-08 | Merge changes I526cceed,Ia4e2f1fa,I22e66972,I9fbd55a9,Ifca22e44 into main | jade |
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-08 | libexpr: Add experimental pipe operator | piegames |
2024-08-07 | libexpr/parser: Test experimental features | piegames |
2024-08-07 | Merge "fix: warn and document when advanced attributes will have no impact du... | Maximilian Bosch |
2024-08-07 | Merge "package: improve support for building without BDW-GC" into main | alois31 |
2024-08-04 | tree-wide: fix various lint warnings | Jade Lovelace |
2024-08-03 | fix: warn and document when advanced attributes will have no impact due to __... | Tom Bereknyei |
2024-08-03 | package: improve support for building without BDW-GC | Alois Wohlschlager |
2024-08-02 | Merge "Reapply "libfetchers: make attribute / URL query handling consistent""... | Maximilian Bosch |
2024-08-01 | Reapply "libfetchers: make attribute / URL query handling consistent" | Maximilian Bosch |
2024-08-01 | Merge changes Icc4747ae,Id4717b5b,Ie3ddb3d0,Ic4d93a08,I00d9ff70 into main | Qyriad |
2024-08-01 | libexpr: include the type of the non-derivation value in the type error | Qyriad |
2024-08-01 | libexpr: mild cleanup to getDerivations | Qyriad |
2024-08-01 | libexpr: DrvInfo: remove unused bad-citizen constructor | Qyriad |
2024-08-01 | cleanup and slightly refactor DrvInfo::queryOutputs | Qyriad |
2024-07-31 | libexpr: implement actual constructors for nix::Value | Qyriad |
2024-07-22 | Merge "libexpr/gc-alloc: fix compilation with !HAVE_BOEHMGC" into main | Pierre Bourdon |
2024-07-23 | libexpr/gc-alloc: fix compilation with !HAVE_BOEHMGC | Pierre Bourdon |
2024-07-22 | enable -Werror=suggest-override | eldritch horrors |
2024-07-22 | libexpr: fix -Wunused-const-variable warning | eldritch horrors |
2024-07-20 | libexpr: add a strongly typed version of gcAllocBytes() | Qyriad |
2024-07-20 | libexpr: rename confusing makeImmutableString -> gcCopyStringIfNeeded | Qyriad |
2024-07-20 | libexpr: refactor gc-agnostic helpers into one place | Qyriad |
2024-07-19 | Merge changes Id8b3d289,Ib75ab5b8,I3792eeb3 into main | jade |
2024-07-18 | Fixup a bunch of references to nixos.org manuals | Jade Lovelace |
2024-07-18 | expr: fix a compiler warning about different signs in comparison | Jade Lovelace |
2024-07-18 | libexpr/print: do not show elided nested items when there are none | Alois Wohlschlager |
2024-07-18 | libexpr/print: never show empty attrsets or derivations as «repeated» | Alois Wohlschlager |