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
2017-08-15
Add builtins.string function.
Nicolas B. Pierron
2017-07-30
Replace Unicode quotes in user-facing strings by ASCII
Jörg Thalheim
2017-07-27
builtins.fetchgit: Support specifying commit hashes
Eelco Dolstra
2017-07-27
builtins.fetchgit: Respect tarball-ttl
Eelco Dolstra
2017-07-27
builtins.fetchgit: Use proper refs locally
Eelco Dolstra
2017-07-27
builtins.fetchgit: Cache hash -> store path mappings
Eelco Dolstra
2017-07-26
nix-build/nix-shell: Eliminate call to nix-instantiate / nix-store
Eelco Dolstra
2017-07-20
nix-shell: Use bashInteractive from <nixpkgs>
Eelco Dolstra
2017-07-20
Add "nix search" command
Eelco Dolstra
2017-07-10
Merge pull request #1428 from rimmington/clearer-regex-space-error
Eelco Dolstra
2017-07-10
Clearer error message when regex exceeds space limit
Rhys
2017-07-04
Support base-64 hashes
Eelco Dolstra
2017-07-03
Replace a few bool flags with enums
Eelco Dolstra
2017-06-20
Restore thunks on any exception
Eelco Dolstra
2017-05-17
builtins.match: Improve error message for bad regular expression
Eelco Dolstra
2017-05-16
Improve progress indicator
Eelco Dolstra
2017-05-15
Disallow outputHash being null or an empty string
Eelco Dolstra
2017-05-05
Figure out the user's home directory if $HOME is not set
Eelco Dolstra
2017-05-01
lexer: remove catch-all rules hiding real errors
Guillaume Maudoux
2017-05-01
Fix lexer to support `$'` in multiline strings.
Guillaume Maudoux
2017-04-25
Restructure installables handling in the "nix" command
Eelco Dolstra
2017-04-19
getDerivations(): Filter out packages with bad derivation names
Eelco Dolstra
2017-04-14
Shut up some warnings
Eelco Dolstra
2017-04-13
Merge branch 'rework-options' of https://github.com/copumpkin/nix
Eelco Dolstra
2017-03-31
builtins.exec: Make the argument just a list
Shea Levy
2017-03-30
Add exec primop behind allow-unsafe-native-code-during-evaluation.
Shea Levy
2017-03-24
use std::tuple for ValueMap allocator
Daiderd Jordan
2017-03-08
Add option to disable import-from-derivation completely, even if the drv is a...
Shea Levy
2017-03-02
builtins.fetchgit: Support paths
Eelco Dolstra
2017-03-02
builtins.fetchgit: Fix bad format string
Eelco Dolstra
2017-02-22
Explicitly model all settings and fail on unrecognized ones
Dan Peebles
2017-02-08
Include config.h implicitly with '-include config.h' in CFLAGS
Tuomas Tynkkynen
2017-01-26
Add support for passing structured data to builders
Eelco Dolstra
2017-01-26
Bindings: Add a method for iterating in lexicographically sorted order
Eelco Dolstra
2017-01-24
Revert "Propagate path context via builtins.readFile"
Eelco Dolstra
2017-01-24
Revert "builtins.readFile: Put the references of the file, not those needed t...
Eelco Dolstra
2017-01-10
builtins.readFile: Put the references of the file, not those needed to realiz...
Shea Levy
2016-12-06
Tweak error message
Eelco Dolstra
2016-11-27
Improve error message on trailing path slashes
Guillaume Maudoux
2016-11-13
Fix comments parsing
Guillaume Maudoux
2016-10-26
Fix SIGFPE from integer overflow during division
Tuomas Tynkkynen
2016-10-19
fixup! replace own regex class with std::regex
Alexander Ried
2016-10-18
replace own regex class with std::regex
Alexander Ried
2016-09-21
printMsg(lvlError, ...) -> printError(...) etc.
Eelco Dolstra
2016-09-14
Enable HTTP/2 support
Eelco Dolstra
2016-08-30
Fix GC build
Eelco Dolstra
2016-08-29
forceBool(): Show position info
Eelco Dolstra
2016-08-29
Add builtin function "partition"
Eelco Dolstra
2016-08-29
nix path-info: Add --json flag
Eelco Dolstra
2016-08-29
callFunction: Copy functors to the heap
Shea Levy
[next]