about summary refs log tree commit diff
path: root/tests (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-03-16 Merge pull request #1939 from dezgeg/lexer-fixEelco Dolstra4-0/+6
2018-03-14 Use boost::format from the boost packageEelco Dolstra1-2/+2
2018-03-13 Merge pull request #1906 from dtzWill/fix/nix-searchShea Levy3-1/+65
2018-03-02 Merge branch 'write-failure-fixes' of git://github.com/lheckemann/nixShea Levy2-0/+11
2018-03-02 libexpr: Recognize newline in more places in lexerTuomas Tynkkynen4-0/+6
2018-03-01 tests/search.sh: simplify, don't rely on consistent orderingWill Dietz1-7/+3
2018-02-26 libexpr: Fix prim_replaceStrings() to work on an empty source stringTuomas Tynkkynen2-1/+4
2018-02-25 tests: test nix search behaviorWill Dietz3-1/+69
2018-02-22 Merge branch 'fix/dry-run-partially' of https://github.com/dtzWill/nixEelco Dolstra2-0/+53
2018-02-21 Revert "libexpr: Fix prim_replaceStrings() to work on an empty source string"Eelco Dolstra2-3/+1
2018-02-19 libexpr: Fix prim_replaceStrings() to work on an empty source stringTuomas Tynkkynen2-1/+3
2018-02-19 Merge branch 'register-settings' of https://github.com/shlevy/nixEelco Dolstra2-3/+12
2018-02-14 Add splitVersion primop.Shea Levy2-0/+2
2018-02-13 Allow plugins to define new settings.Shea Levy2-3/+12
2018-02-13 Fix plugin tests on darwinShea Levy3-7/+7
2018-02-13 Fix #1762Linus Heckemann2-0/+11
2018-02-13 Allow includes from nix.confShea Levy1-0/+5
2018-02-13 Merge branch 'register-constant' of https://github.com/shlevy/nixEelco Dolstra2-3/+3
2018-02-13 Merge branch 'plugins' of https://github.com/shlevy/nixEelco Dolstra4-2/+29
2018-02-08 Allow using RegisterPrimop to define constants.Shea Levy2-3/+3
2018-02-08 Add plugins to make Nix more extensible.Shea Levy4-2/+29
2018-02-08 nix-env: Fix parsing of --systemEelco Dolstra1-0/+3
2018-02-08 dsa -> ed25519Eelco Dolstra2-8/+8
2018-02-07 build-dry: disable failing portion of test until issue is fixedWill Dietz1-1/+4
2018-02-07 tests: Add (failing) tests for reported --dry-run issues.Will Dietz2-0/+50
2018-02-07 builtins.path test: Don't rely on shlevy's XDG_RUNTIME_DIRShea Levy1-1/+0
2018-02-07 Improve filtering of ANSI escape sequences in build logsEelco Dolstra1-1/+1
2018-02-07 Merge pull request #1816 from shlevy/add-pathEelco Dolstra3-0/+9
2018-02-06 Add path primop.Shea Levy3-0/+9
2018-02-06 realiseContext(): Add derivation outputs to the allowed pathsEelco Dolstra1-0/+2
2018-02-05 Fix evaluationEelco Dolstra1-1/+1
2018-02-03 Remove nix-build --hashEelco Dolstra1-3/+10
2018-02-01 Remove obsolete references to manifestsEelco Dolstra1-1/+0
2018-01-24 Merge pull request #1797 from dezgeg/userns-tests-fixEelco Dolstra4-16/+33
2018-01-22 Fix testEelco Dolstra1-2/+2
2018-01-22 Don't access tarballs.nixos.org in a testEelco Dolstra1-3/+3
2018-01-19 Rewrite builtin derivation environmentEelco Dolstra2-0/+19
2018-01-19 Add a test for --check / --repeatEelco Dolstra3-1/+32
2018-01-16 Add pure evaluation modeEelco Dolstra7-2/+47
2018-01-13 Fix tests using user namespaces on kernels that don't have itTuomas Tynkkynen4-16/+33
2018-01-09 fetchGit.sh: Test we don't "corrupt" cache if invoke w/o git availWill Dietz1-0/+13
2018-01-04 Rename "use-substitutes" to "substitute"Eelco Dolstra1-1/+1
2018-01-02 Merge pull request #1770 from dtzWill/fix/run-test-sandbox-ubuntuEelco Dolstra1-2/+2
2017-12-30 run.sh: include lib64 in sandbox-paths to fix on ubuntu 16.XXWill Dietz1-2/+2
2017-12-30 use libbrotli directly when availableWill Dietz3-1/+31
2017-12-22 fetchGit: Fix handling of local repo when not using 'master' branchWill Dietz1-0/+26
2017-12-22 release.nix: Use fetchTarball and fetchGitEelco Dolstra3-6/+6
2017-12-07 Fix testEelco Dolstra1-1/+1
2017-12-07 nix ls-{nar,store}: Return offset of files in the NAR if knownEelco Dolstra1-2/+2
2017-12-05 Merge branch 'fetchGit-fast-revision-update'Shea Levy2-0/+8