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
2018-03-19
Shut up signedness warning
Eelco Dolstra
2018-03-16
Merge pull request #1939 from dezgeg/lexer-fix
Eelco Dolstra
2018-03-14
Catch more possible instances of passing NULL to memcpy.
Shea Levy
2018-03-14
concatLists: Don't pass NULL pointers to memcpy.
Shea Levy
2018-03-14
Fix compatibility with latest boost::format
Eelco Dolstra
2018-03-13
fetchGit: Fix debug message
Guillaume Maudoux
2018-03-09
Modified MakeBinOp to no longer produce its name using concatenation and "##".
Tim Engler
2018-03-02
libexpr: Recognize newline in more places in lexer
Tuomas Tynkkynen
2018-02-28
fetchGit: use "HEAD" as default ref
Will Dietz
2018-02-28
Actually fix nixDataDir in non-canonical path
Shea Levy
2018-02-26
libexpr: Fix prim_replaceStrings() to work on an empty source string
Tuomas Tynkkynen
2018-02-22
Merge branch 'data-dir-non-canon' of https://github.com/shlevy/nix
Eelco Dolstra
2018-02-22
Fix restricted mode when installing in non-canonical data dir
Shea Levy
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
2018-02-19
libexpr: Don't create lots of temporary strings in Bindings::lexicographicOrder
Tuomas Tynkkynen
2018-02-17
libexpr: Avoid an unnecessary string copy in prim_derivationStrict
Tuomas Tynkkynen
2018-02-17
libexpr: Remove unnecessary drvName assignment in prim_derivationStrict
Tuomas Tynkkynen
2018-02-17
libexpr: Optimize prim_derivationStrict by using more symbol comparisons
Tuomas Tynkkynen
2018-02-17
libexpr: Rely on Boehm returning zeroed memory in EvalState::allocEnv()
Tuomas Tynkkynen
2018-02-17
libexpr: Optimize prim_attrNames a bit
Tuomas Tynkkynen
2018-02-16
libexpr: Pre-reserve space in string in unescapeStr()
Tuomas Tynkkynen
2018-02-14
Add splitVersion primop.
Shea Levy
2018-02-13
Merge branch 'register-constant' of https://github.com/shlevy/nix
Eelco Dolstra
2018-02-11
Nix stats: flatten statistics
Frederik Rietdijk
2018-02-08
Allow using RegisterPrimop to define constants.
Shea Levy
2018-02-07
Merge pull request #1816 from shlevy/add-path
Eelco Dolstra
2018-02-06
Add path primop.
Shea Levy
2018-02-06
realiseContext(): Add derivation outputs to the allowed paths
Eelco Dolstra
2018-02-06
checkURI(): Check file URIs against allowedPaths
Eelco Dolstra
2018-01-19
Don't use [[noreturn]]
Eelco Dolstra
2018-01-18
Don't define builtins.{currentSystem,currentTime} in pure mode
Eelco Dolstra
2018-01-17
Typo
Eelco Dolstra
2018-01-16
Add pure evaluation mode
Eelco Dolstra
2018-01-12
import, builtins.readFile: Handle diverted stores
Eelco Dolstra
2018-01-09
fetchGit: fix creation of uninitialized cache dir, let git create it
Will Dietz
2018-01-02
Add hasContext primop
Shea Levy
2017-12-22
fetchGit: Fix handling of local repo when not using 'master' branch
Will Dietz
2017-12-14
json-to-value: Throw sensible error message on invalid numbers
Ben Gamari
2017-12-05
Merge branch 'fetchGit-fast-revision-update'
Shea Levy
2017-11-24
nix-shell/nix-build: Support .drv files again
Eelco Dolstra
2017-11-24
fetchGit: Ignore tarballTtl if rev is set and not in the repo.
Shea Levy
2017-11-21
fetchGit/fetchMercurial: Fix directory inclusion check
Eelco Dolstra
2017-11-14
Revert "Don't parse "x:x" as a URI"
Eelco Dolstra
2017-11-03
fetchgit.cc -> fetchGit.cc
Eelco Dolstra
2017-11-03
Remove git:// support in NIX_PATH
Eelco Dolstra
2017-11-03
fetchGit/fetchMercurial: Filter out directories with untracked files
Eelco Dolstra
2017-11-03
fetchGit: Add a test
Eelco Dolstra
2017-11-03
fetchGit: Don't do a remote fetch if we already have the rev
Eelco Dolstra
2017-11-02
fetchMercurial: fix error message
tv
[next]