depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
Age
Commit message (
Expand
)
Author
Files
Lines
2017-01-26
Add support for passing structured data to builders
Eelco Dolstra
3
-40
/
+91
2017-01-26
Bindings: Add a method for iterating in lexicographically sorted order
Eelco Dolstra
4
-28
/
+28
2017-01-24
Revert "Propagate path context via builtins.readFile"
Eelco Dolstra
1
-1
/
+1
2017-01-24
Revert "builtins.readFile: Put the references of the file, not those needed t...
Eelco Dolstra
1
-3
/
+0
2017-01-10
builtins.readFile: Put the references of the file, not those needed to realiz...
Shea Levy
1
-0
/
+3
2016-12-06
Tweak error message
Eelco Dolstra
1
-2
/
+2
2016-11-27
Improve error message on trailing path slashes
Guillaume Maudoux
1
-4
/
+12
2016-11-13
Fix comments parsing
Guillaume Maudoux
1
-1
/
+1
2016-10-26
Fix SIGFPE from integer overflow during division
Tuomas Tynkkynen
1
-3
/
+9
2016-10-19
fixup! replace own regex class with std::regex
Alexander Ried
1
-1
/
+4
2016-10-18
replace own regex class with std::regex
Alexander Ried
3
-15
/
+14
2016-09-21
printMsg(lvlError, ...) -> printError(...) etc.
Eelco Dolstra
2
-4
/
+4
2016-09-14
Enable HTTP/2 support
Eelco Dolstra
3
-3
/
+3
2016-08-30
Fix GC build
Eelco Dolstra
2
-4
/
+5
2016-08-29
forceBool(): Show position info
Eelco Dolstra
4
-13
/
+14
2016-08-29
Add builtin function "partition"
Eelco Dolstra
5
-10
/
+48
2016-08-29
nix path-info: Add --json flag
Eelco Dolstra
3
-99
/
+30
2016-08-29
callFunction: Copy functors to the heap
Shea Levy
1
-4
/
+11
2016-08-23
nix build: Use Nix search path
Eelco Dolstra
2
-5
/
+8
2016-08-17
Add a mechanism for derivation attributes to reference the derivation's outputs
Eelco Dolstra
1
-0
/
+14
2016-08-16
Merge pull request #1031 from abbradar/replacestrings-context
Eelco Dolstra
1
-7
/
+17
2016-08-16
Allow contexted strings in replaceStrings
Nikolay Amiantov
1
-7
/
+17
2016-08-15
builtins.fetch{url,tarball}: Allow name attribute
Shea Levy
1
-4
/
+7
2016-07-26
makeFixedOutputPath(): Drop superfluous HashType argument
Eelco Dolstra
1
-1
/
+1
2016-07-26
builtins.{fetchurl,fetchTarball}: Support a sha256 attribute
Eelco Dolstra
1
-3
/
+7
2016-06-01
Make the store directory a member variable of Store
Eelco Dolstra
2
-12
/
+12
2016-05-04
Cleanup: Remove singleton()
Eelco Dolstra
1
-7
/
+6
2016-04-29
Support Git repos in the Nix path
Eelco Dolstra
3
-37
/
+61
2016-04-29
Add fetchgit builtin
Eelco Dolstra
1
-0
/
+77
2016-04-25
Improved logging abstraction
Eelco Dolstra
3
-8
/
+7
2016-04-14
Merge pull request #815 from vcunat/p/outputsToInstall
Eelco Dolstra
2
-5
/
+22
2016-04-14
Make $NIX_PATH parsing more robust
Eelco Dolstra
1
-5
/
+32
2016-04-14
Make the search path lazier with non-fatal errors
Eelco Dolstra
4
-34
/
+69
2016-04-14
Make primop registration pluggable
Eelco Dolstra
4
-3
/
+33
2016-03-04
Propagate path context via builtins.readFile
Nikolay Amiantov
1
-1
/
+1
2016-02-29
Add an HTTP binary cache store
Eelco Dolstra
3
-3
/
+3
2016-02-24
Throw a specific error for incomplete parse errors.
Scott Olson
3
-1
/
+11
2016-02-23
nix-env: respect meta.outputsToInstall
Vladimír Čunát
2
-5
/
+22
2016-02-19
JSONObject: Support floats and booleans
Eelco Dolstra
1
-1
/
+12
2016-02-15
Fix broken number parsing in fromJSON
Eelco Dolstra
1
-4
/
+3
2016-02-12
Merge pull request #762 from ctheune/ctheune-floats
Eelco Dolstra
13
-23
/
+172
2016-02-04
StoreAPI -> Store
Eelco Dolstra
3
-5
/
+5
2016-02-04
Eliminate the "store" global variable
Eelco Dolstra
6
-36
/
+40
2016-01-20
Revert "Revert "next try for "don't abort when given unmatched '}' with 'star...
Eelco Dolstra
1
-7
/
+17
2016-01-20
Revert "next try for "don't abort when given unmatched '}' with 'start-condit...
Eelco Dolstra
1
-17
/
+7
2016-01-19
next try for "don't abort when given unmatched '}' with 'start-condition stac...
Fabian Schmitthenner
1
-7
/
+17
2016-01-19
Revert "don't abort when given unmatched '}' with 'start-condition stack unde...
Eelco Dolstra
1
-17
/
+7
2016-01-12
don't abort when given unmatched '}' with 'start-condition stack underflow'. ...
Fabian Schmitthenner
1
-7
/
+17
2016-01-07
Fix some signedness warnings
Eelco Dolstra
1
-1
/
+1
2016-01-06
@eelco's feedback: downgrade to regular float for size, remove unused function.
Christian Theune
1
-1
/
+1
[next]