index
:
~cnx/guix
this commit
core-updates
e9patch
emacs-team
gnome-team
gnuzilla-updates
guile-daemon
hurd-team
ibus-table
install-doc-overhaul
kernel-updates
keyring
klee
master
mesa-updates
nix
node-18-updates
node-reproducibility
old-guix-wip-file-offset-bits-64-sledgehammer
python-team
qt-updates
r-team
r-updates
rust-team
smartdns
snapper
version-0.10.0
version-0.11.0
version-0.12.0
version-0.13.0
version-0.14.0
version-0.15.0
version-0.16.0
version-0.8.3
version-0.9.0
version-1.0.0
version-1.0.1
version-1.1.0
version-1.2.0
version-1.3.0
version-1.4.0
wip-aarch64-bootstrap
wip-arm-bootstrap
wip-buildroot
wip-check
wip-container
wip-cpu-tuning
wip-deploy
wip-deploy2
wip-desktop
wip-digests
wip-file-offset-bits-64
wip-file-offset-bits-64-sledgehammer
wip-filesearch
wip-full-source-bootstrap
wip-gexp-grafts
wip-gexp-hygiene
wip-git-https
wip-gnome
wip-gnome3.34
wip-gnome3.36
wip-guile-ssh-0.16
wip-guix-log
wip-harden-installer
wip-hurd-vm
wip-image
wip-import-version
wip-ipfs
wip-ipfs-substitutes
wip-ipfs2
wip-java-aarch64
wip-kde-education
wip-kde-plasma
wip-loongson2f
wip-mediagoblin
wip-mnt-reform
wip-node-14
wip-node-importer
wip-ocaml
wip-perl6
wip-pinebook-pro
wip-postfix
wip-potluck
wip-ppc
wip-ppc64le
wip-python-mne
wip-r
wip-rust
wip-system-bootstrap
wip-texlive
wip-texlive-importer
wip-texlive-mono
wip-wget
Personal Guix development branches
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libexpr
/
primops.cc
Age
Commit message (
Expand
)
Author
2013-02-08
Rename "hash" to "hashString" and handle SHA-1
Eelco Dolstra
2013-02-08
experimental/hash
Marc Weber
2012-12-04
Tiny optimisation in the filter primop
Eelco Dolstra
2012-11-27
Optionally ignore null-valued derivation attributes
Eelco Dolstra
2012-11-27
Add builtin constants ‘langVersion’ and ‘nixVersion’
Eelco Dolstra
2012-11-15
Revert "prim_toPath: Actually make the string a path"
Eelco Dolstra
2012-10-23
prim_toPath: Actually make the string a path
Shea Levy
2012-10-03
Add a ‘--repair’ flag to nix-instantiate
Eelco Dolstra
2012-09-19
Templatise tokenizeString()
Eelco Dolstra
2012-08-27
Merge branch 'master' into no-manifests
Eelco Dolstra
2012-08-13
Add a primop ‘elemAt’ to get an element from a list
Eelco Dolstra
2012-08-13
Add a primop ‘concatLists’
Eelco Dolstra
2012-08-13
Provide an efficient implementation of ‘elem’
Eelco Dolstra
2012-08-13
Add a "filter" primop
Eelco Dolstra
2012-08-12
Add some basic profiling support to the evaluator
Eelco Dolstra
2012-07-30
Refactor settings processing
Eelco Dolstra
2012-07-26
Merge branch 'master' into no-manifests
Eelco Dolstra
2012-07-25
prim_import: When importing .drvs, allocate the intermediate attrset on the h...
Shea Levy
2012-07-25
import: If the path is a valid .drv file, parse it and generate a derivation ...
Shea Levy
2012-07-18
Merge branch 'master' into no-manifests
Eelco Dolstra
2012-07-12
builtins.storePath: resolve symlinks
Eelco Dolstra
2012-07-09
prim_import(): prefetch substitute info in parallel using queryMissing()
Eelco Dolstra
2012-06-27
nix-store -r: do substitutions in parallel
Eelco Dolstra
2012-02-04
* Inline some functions and get rid of the indirection through
Eelco Dolstra
2012-01-26
* Fix importing a derivation. This gave a segfault.
Eelco Dolstra
2012-01-19
* Add some debug output to print the derivation name once it's known.
Eelco Dolstra
2012-01-03
* Drop the inefficient "Path" suffix in output attribute names.
Eelco Dolstra
2012-01-03
* Move the implementation of the ‘derivation’ primop into a separate
Eelco Dolstra
2011-12-21
* The ‘foo.drvPath’ feature was already broken in read-only mode.
Eelco Dolstra
2011-12-21
* Simplify the context handling logic.
Eelco Dolstra
2011-12-16
* Sync with the trunk.
Eelco Dolstra
2011-12-02
* Move parseHash16or32 into libutil, and use in nix-hash.
Eelco Dolstra
2011-11-06
There's no need to mess with drvPath at all
Shea Levy
2011-11-06
Fix faulty reversion of my changes to unsafeDiscardOutputDependency
Shea Levy
2011-11-06
Respect all outputs passed to the derivation, not just the last one
Shea Levy
2011-11-06
Embed output name into the context of the *OutPath attributes and extract it ...
Shea Levy
2011-11-06
Include all outputs of derivations in the closure of explicitly-passed deriva...
Shea Levy
2011-11-06
The 'insert output between = signs' approach was not helpful
Shea Levy
2011-09-16
Remove the current output metadata from the string for unsaveDiscardOutputDep...
Shea Levy
2011-09-16
Add information about which output is active to drvPath's context
Shea Levy
2011-09-16
Add a currentOutput attribute to derivations keep track of which output is ac...
Shea Levy
2011-09-14
First attempt at the output-as-derivation semantics
Shea Levy
2011-08-31
* Eliminate all uses of the global variable ‘store’ from libstore.
Eelco Dolstra
2011-08-06
* Refactoring: move parseExprFromFile() and parseExprFromString() into
Eelco Dolstra
2011-07-20
* Don't allow derivations with fixed and non-fixed outputs.
Eelco Dolstra
2011-07-20
* Fix a huuuuge security hole in the Nix daemon. It didn't check that
Eelco Dolstra
2011-07-18
* Support multiple outputs. A derivation can declare multiple outputs
Eelco Dolstra
2011-01-14
* builtins.substring: if "start" is beyond the end of the string,
Eelco Dolstra
2010-10-24
* When allocating an attribute set, reserve enough space for all
Eelco Dolstra
2010-10-24
* Keep attribute sets in sorted order to speed up attribute lookups.
Eelco Dolstra
[next]