index
:
lix
main
User &
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
lang
Age
Commit message (
Expand
)
Author
2022-02-02
Merge branch 'parser-improvements' of https://github.com/pennae/nix
Eelco Dolstra
2022-01-25
Fix parsing of variable names that are a suffix of '__curPos'
regnat
2022-01-24
Fix parsing of variable names that are a prefix of '__curPos'
Eelco Dolstra
2022-01-19
defer formals duplicate check for incresed efficiency all round
pennae
2022-01-03
add zipAttrsWith primop
pennae
2021-12-16
Add a test case for builtins.groupBy
Silvan Mosberger
2021-11-24
Make lists be comparable
Silvan Mosberger
2021-08-06
path antiquotations: rename confusing test
Taeer Bar-Yam
2021-08-06
add path antiqutations test
Taeer Bar-Yam
2021-05-29
Add .tar.zst support for TarballInputScheme
Timothy Klim
2021-05-10
Implement `builtins.floor` and `builtins.ceil` using the C library functions ...
Maximilian Bosch
2020-12-22
Move <nix/fetchurl.nix> into the nix binary
Eelco Dolstra
2020-09-14
Escape `${` in strings when printing Nix expressions
regnat
2020-04-02
Make function arguments retain position info
Silvan Mosberger
2020-03-11
Move some corepkgs into the nix binary
Eelco Dolstra
2020-03-04
Add test for foldl'
Eelco Dolstra
2020-01-07
Add support for \u escape in fromJSON
Nikola Knezevic
2019-11-25
Add testcase for attrset using __overrides and dynamic attrs
Puck Meerburg
2019-10-27
Merge branch 'tojson-tostring-fix' of https://github.com/mayflower/nix
Eelco Dolstra
2019-10-27
builtins.toJSON: fix __toString usage
Robin Gloster
2019-06-24
Fix abort in fromTOML
Eelco Dolstra
2019-06-24
Add more fromTOML tests
Eelco Dolstra
2019-05-29
Enable more fromTOML tests
Eelco Dolstra
2019-05-29
Fix eval-okay-fromTOML test
Eelco Dolstra
2019-05-28
Merge branch 'attrPaths' of https://github.com/NinjaTrappeur/nix
Eelco Dolstra
2019-05-08
fix hashfile test that wasn't failing due to eval laziness
Will Dietz
2019-05-03
Add builtins.hashFile
Daniel Schaefer
2019-03-27
Update eval-okay-types.exp to match #1828
Eelco Dolstra
2019-03-24
Add isPath primop
zimbatm
2019-01-31
Add builtins.appendContext.
Shea Levy
2019-01-14
Add builtins.getContext.
Shea Levy
2018-08-19
FIx floating point evaluation
Eelco Dolstra
2018-07-05
lib.concatMap and lib.mapAttrs to be builtins
volth
2018-07-03
Add a fromTOML primop
Eelco Dolstra
2018-05-24
add docs and tests
volth
2018-05-11
Don't return negative numbers from the flex tokenizer
Eelco Dolstra
2018-05-02
Fix builtins.add test
Eelco Dolstra
2018-05-01
nix-lang: Add deep nested mixed attrs test case.
Félix Baylac-Jacqué
2018-04-29
add tests for builtins.add
Tim Sears
2018-04-23
Merge branch 'pos-crash-fix' of git://github.com/dezgeg/nix
Shea Levy
2018-04-23
Merge branch 'add-test-eval-okay-nested-with' of git://github.com/ryantrinkle...
Shea Levy
2018-04-18
parser: Allow mixed nested and top-level attrpaths
Félix Baylac-Jacqué
2018-04-17
nix-lang parser: Add mixed nested attrs tests.
Félix Baylac-Jacqué
2018-04-06
Add missing eval-okay-regex-split.exp test file
Doug Beardsley
2018-04-03
libexpr: Make unsafeGetAttrPos not crash on noPos
Tuomas Tynkkynen
2018-03-30
Add test eval-okay-nested-with
Ryan Trinkle
2018-03-02
libexpr: Recognize newline in more places in lexer
Tuomas Tynkkynen
2018-02-26
libexpr: Fix prim_replaceStrings() to work on an empty source string
Tuomas Tynkkynen
2018-02-21
Revert "libexpr: Fix prim_replaceStrings() to work on an empty source string"
Eelco Dolstra
2018-02-19
libexpr: Fix prim_replaceStrings() to work on an empty source string
Tuomas Tynkkynen
[next]