aboutsummaryrefslogtreecommitdiff
path: root/tests/unit
AgeCommit message (Expand)Author
2024-08-08Merge changes I526cceed,Ia4e2f1fa,I22e66972,I9fbd55a9,Ifca22e44 into mainjade
2024-08-08tree-wide: fix a pile of lintsJade Lovelace
2024-08-08refactor: make HashType and Base enum classes for type safetyJade Lovelace
2024-08-08libexpr: Add experimental pipe operatorpiegames
2024-08-07libexpr/parser: Test experimental featurespiegames
2024-08-04tree-wide: fix various lint warningsJade Lovelace
2024-07-31tree-wide: add support for asan!Jade Lovelace
2024-07-18libexpr/print: do not show elided nested items when there are noneAlois Wohlschlager
2024-07-18libexpr/print: never show empty attrsets or derivations as «repeated»Alois Wohlschlager
2024-07-16libstore: remove WriteConn::sink fieldseldritch horrors
2024-07-16libstore: generatorize protocol serializerseldritch horrors
2024-07-13language: cleanly ban integer overflowsJade Lovelace
2024-07-13libutil: add checked arithmetic toolsJade Lovelace
2024-07-11libutil: rewrite RewritingSink as sourceeldritch horrors
2024-07-05libutil: allow construction of sources from generatorseldritch horrors
2024-07-04add an impl of Expr::show for ExprInheritFrom that doesn't crashQyriad
2024-07-03libutil: begin porting serialization to generatorseldritch horrors
2024-07-03libutil: generator type with on-yield value mappingeldritch horrors
2024-07-01tree-wide: unify progress bar inactive and paused statesAlois Wohlschlager
2024-06-23libutil: add some serialize.hh serializer testseldritch horrors
2024-06-20add a basic libmain test for the progress bar renderingQyriad
2024-06-20BrotliDecompressionSource: don't bail out too earlyK900
2024-06-19filetransfer: return a Source from download()eldritch horrors
2024-06-19libutil: add makeDecompressionSourceeldritch horrors
2024-06-18filetransfer: {up,down}load -> transfereldritch horrors
2024-06-17Merge changes from topic "protocol" into mainjade
2024-06-17libexpr: add expr memory managementeldritch horrors
2024-06-17libexpr: pass Exprs as references, not pointerseldritch horrors
2024-06-16libstore: refuse to serialise ancient protocolsJade Lovelace
2024-06-16Delete old ValidPathInfo test, fix UnkeyedValidPathInfoJade Lovelace
2024-06-12tests/libcmd: set HOME to a temporary directoryAlois Wohlschlager
2024-06-06build: expose option to enable or disable precompiled std headersQyriad
2024-05-31build: fix static linking with a hackQyriad
2024-05-30build-time: remove 20% more by PCH'ing C++ stdlibJade Lovelace
2024-05-30Revert "tests/filetransfer: reënable on Darwin"jade
2024-05-29tests/filetransfer: reënable on DarwinJade Lovelace
2024-05-30Merge changes from topic "libutil-split" into mainjade
2024-05-29libstore: fix http abuses no longer workingeldritch horrors
2024-05-29util.hh: Delete remaining file and clean up headersTom Hubrecht
2024-05-29util.{hh,cc}: Split out strings.{hh,cc}Tom Hubrecht
2024-05-29util.{hh,cc}: Split out processes.{hh,cc}Tom Hubrecht
2024-05-29util.{hh,cc}: Split out file-system.{hh,cc}Tom Hubrecht
2024-05-29util.{hh,cc}: Split out terminal.{hh,cc}Tom Hubrecht
2024-05-28util.{hh,cc}: Split out environment-variables.{hh,cc}Tom Hubrecht
2024-05-23Merge changes I462a8cf0,I3b0bcea3,I2acd56e7,Ifc149764,I9e2ef170 into mainQyriad
2024-05-23packaging: rename nixexpr -> lixexpr and so onJade Lovelace
2024-05-23add libcmd test for lookupFileArgQyriad
2024-05-17derived-path: refuse built derived path with a non-derivation basePierre Bourdon
2024-05-11filetransfer: unit test content-encoding handlingPierre Bourdon
2024-05-10libstore: de-callback-ify FileTransfereldritch horrors