index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
Age
Commit message (
Expand
)
Author
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-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
2024-07-18
libexpr/print: pretty-print idempotently
Alois Wohlschlager
2024-07-16
remove boost coroutine references
eldritch horrors
2024-07-16
remove sourceToSink, sinkToSource, and boehm patch
eldritch horrors
2024-07-14
libexpr/eval.cc: remove unnecessary C string conversion
NaN
2024-07-13
language: cleanly ban integer overflows
Jade Lovelace
2024-07-12
Use std::strong_ordering for version comparison
Jade Lovelace
2024-07-08
libexpr: stop lying about DrvInfo's constness
Qyriad
2024-07-04
mildly cleanup libexpr/eval.hh
Qyriad
2024-07-04
distinguish between throws & errors during throw
Qyriad
2024-07-04
trace which part of `foo.bar.baz` errors
Qyriad
2024-07-04
trace when the `foo` part of `foo.bar.baz` errors
Qyriad
2024-07-04
add an ExprPrinter class, like ValuePrinter
Qyriad
2024-07-04
add an impl of Expr::show for ExprInheritFrom that doesn't crash
Qyriad
2024-07-04
give ExprInheritFrom a handle to what its standing in for
Qyriad
2024-07-02
Merge "Reject fully-qualified URLs in 'from' argument of `nix registry add`" ...
Delan Azabani
2024-06-30
libexpr/flake: allow automatic rejection of configuration options from flakes
Alois Wohlschlager
2024-06-29
Reject fully-qualified URLs in 'from' argument of `nix registry add`
Delan Azabani
2024-06-25
libexpr: rewrite the parser with pegtl instead of flex/bison
eldritch horrors
2024-06-25
Merge "Revert "libfetchers: make attribute / URL query handling consistent"" ...
jade
2024-06-24
Revert "libfetchers: make attribute / URL query handling consistent"
jade
2024-06-23
Merge "libfetchers: make attribute / URL query handling consistent" into main
Maximilian Bosch
2024-06-22
mildly cleanup ExprSelect::eval
Qyriad
[next]