aboutsummaryrefslogtreecommitdiff
path: root/tests/lang
AgeCommit message (Expand)Author
2023-10-01pathExists: isDir when endswith /.Robert Hensing
2023-08-25pathExists: isDir when endswith /Robert Hensing
2023-08-25tests/lang/eval-okay-pathexists: Add casesRobert Hensing
2023-07-31toJSON: Add attribute path to traceRobert Hensing
2023-07-25Add `parseFlakeRef` and `flakeRefToString` builtins (#8670)Alex Ameen
2023-07-21parser: merge nested dynamic attributesNaïm Favier
2023-07-13Fix race condition in the language testsJohn Ericson
2023-07-11Expanded test suiteMathnerd314
2023-07-10Fix test file nameJohn Ericson
2023-06-15rename files referring to antiquotationValentin Gagarin
2023-06-09Parse TOML timestamps (#8120)Andrea Bedini
2023-05-25primops: lazy evaluation of replaceStrings replacementspolykernel
2023-02-19Merge pull request #7158 from sternenseemann/foldl-strict-accumulation-valueValentin Gagarin
2023-01-23Merge pull request #7447 from aakropotkin/read-file-typeRobert Hensing
2023-01-22primop: add readFileType, optimize readDirAlex Ameen
2023-01-21Expand tests to reproduce #7655John Ericson
2023-01-02Merge pull request #5941 from hercules-ci/optimize-intersectAttrsThéophane Hufschmitt
2023-01-02antiquotation -> string interpolationValentin Gagarin
2022-12-24Optimize intersectAttrs performanceRobert Hensing
2022-12-12Fix reference to test directory pathEelco Dolstra
2022-12-12Enable some language tests that were accidentally disabledEelco Dolstra
2022-10-25Merge pull request #7196 from sternenseemann/reenable-eval-okay-eqThéophane Hufschmitt
2022-10-19tests/lang: re-enable eval-okay-eq.nix testssternenseemann
2022-10-16primops: make nature of foldl' strictness clearersternenseemann
2022-10-08tests/lang/eval-okay-versions.nix: add test for previous commitAdam Joseph
2022-05-25Handle EOFs in string literals correctlyEelco Dolstra
2022-05-05Change json example to be originalthkoch2001
2022-02-02Merge branch 'parser-improvements' of https://github.com/pennae/nixEelco Dolstra
2022-01-25Fix parsing of variable names that are a suffix of '__curPos'regnat
2022-01-24Fix parsing of variable names that are a prefix of '__curPos'Eelco Dolstra
2022-01-19defer formals duplicate check for incresed efficiency all roundpennae
2022-01-03add zipAttrsWith primoppennae
2021-12-16Add a test case for builtins.groupBySilvan Mosberger
2021-11-24Make lists be comparableSilvan Mosberger
2021-08-06path antiquotations: rename confusing testTaeer Bar-Yam
2021-08-06add path antiqutations testTaeer Bar-Yam
2021-05-29Add .tar.zst support for TarballInputSchemeTimothy Klim
2021-05-10Implement `builtins.floor` and `builtins.ceil` using the C library functions ...Maximilian Bosch
2020-12-22Move <nix/fetchurl.nix> into the nix binaryEelco Dolstra
2020-09-14Escape `${` in strings when printing Nix expressionsregnat
2020-04-02Make function arguments retain position infoSilvan Mosberger
2020-03-11Move some corepkgs into the nix binaryEelco Dolstra
2020-03-04Add test for foldl'Eelco Dolstra
2020-01-07Add support for \u escape in fromJSONNikola Knezevic
2019-11-25Add testcase for attrset using __overrides and dynamic attrsPuck Meerburg
2019-10-27Merge branch 'tojson-tostring-fix' of https://github.com/mayflower/nixEelco Dolstra
2019-10-27builtins.toJSON: fix __toString usageRobin Gloster
2019-06-24Fix abort in fromTOMLEelco Dolstra
2019-06-24Add more fromTOML testsEelco Dolstra
2019-05-29Enable more fromTOML testsEelco Dolstra