Age | Commit message (Expand) | Author |
2015-07-03 | derivations: Add #:substitutable?, distinguished from #:local-build?. | Ludovic Courtès |
2015-07-01 | environment: For --ad-hoc, allow users to specify an output. | Ludovic Courtès |
2015-07-01 | environment: Add only the specified outputs of the dependencies. | Ludovic Courtès |
2015-07-01 | tests: Add tests for 'guix environment'. | Ludovic Courtès |
2015-06-24 | import: pypi: Detect inputs. | Cyril Roelandt |
2015-06-24 | Add (guix cpio). | Ludovic Courtès |
2015-06-24 | tests: Move 'file=?' to (guix tests). | Ludovic Courtès |
2015-06-19 | gexp: 'local-file' canonicalizes its file argument. | Ludovic Courtès |
2015-06-19 | gexp: 'local-file' now defaults to non-recursive. | Ludovic Courtès |
2015-06-18 | Add 'guix size'. | Ludovic Courtès |
2015-06-11 | tests: Avoid sequence of zero expressions. | Ludovic Courtès |
2015-06-11 | records: Add support for 'innate' fields. | Ludovic Courtès |
2015-06-10 | guix-register: Perform deduplication even when --prefix is passed. | Ludovic Courtès |
2015-06-10 | tests: Make the daemon socket explicit in guix-register test. | Ludovic Courtès |
2015-06-09 | import: hackage: Refactor parsing code and add new options. | Federico Beffa |
2015-06-08 | monads: Allow n-ary '>>=' expressions. | Ludovic Courtès |
2015-06-06 | store: Add 'verify-store' RPC. | Ludovic Courtès |
2015-06-03 | gexp: Add 'plain-file'. | Ludovic Courtès |
2015-05-31 | base32: Use a custom error condition instead of 'misc-error'. | Ludovic Courtès |
2015-05-27 | monads: 'foldm', 'mapm', and 'anym' now take a list of regular values. | Ludovic Courtès |
2015-05-27 | tests: Make sure %BOOTSTRAP-GUILE is available when we need it. | Ludovic Courtès |
2015-05-26 | gc: ignore trailing slash or subdirectories for `guix gc -d' | Cyrill Schenkel |
2015-05-25 | guix package: --manifest DTRT when combined with --dry-run. | Ludovic Courtès |
2015-05-25 | ui: Auto-compile user code, and improve error reporting. | Ludovic Courtès |
2015-05-24 | system: Make sure user accounts refer to existing groups. | Ludovic Courtès |
2015-05-20 | package: Add --manifest option. | David Thompson |
2015-05-20 | guix package: Add optional argument to --search-paths. | Ludovic Courtès |
2015-05-19 | Merge branch 'nix'. | Ludovic Courtès |
2015-05-18 | profiles: Gracefully deal with packages containing an etc/ symlink. | Ludovic Courtès |
2015-05-08 | profiles: Ensure the profile's etc/ directory is writable. | Ludovic Courtès |
2015-05-06 | tests: Fix etc/profile test. | Taylan Ulrich Bayırlı/Kammer |
2015-05-06 | profiles: Generate an 'etc/profile' file. | Ludovic Courtès |
2015-05-06 | search-paths: Export 'string-tokenize*'. | Ludovic Courtès |
2015-05-04 | search-paths: Add 'evaluate-search-paths', from (guix scripts package). | Ludovic Courtès |
2015-05-02 | guix: build: Add transitive source building. | Eric Bavier |
2015-05-02 | guix: packages: Add package-direct-sources and package-transitive-sources. | Eric Bavier |
2015-05-02 | profiles: Store search paths in manifests. | Ludovic Courtès |
2015-04-26 | Merge branch 'master' into core-updates. | Andreas Enge |
2015-04-23 | gremlin: Add support for the expansion of $ORIGIN in RUNPATH. | Ludovic Courtès |
2015-04-22 | tests: Select appropriate bootstrap guile version for current system. | Mark H Weaver |
2015-04-19 | guix package: -A and -s take supported systems into account. | Ludovic Courtès |
2015-04-19 | packages: Add 'supported-package?'. | Ludovic Courtès |
2015-04-17 | Merge branch 'master' into core-updates | Mark H Weaver |
2015-04-15 | profiles: Generalize "hooks" for 'profile-derivation'. | Ludovic Courtès |
2015-04-13 | lint: Add a 'derivation' checker. | Ludovic Courtès |
2015-04-11 | packages: 'package-transitive-supported-systems' accounts for implicit inputs. | Ludovic Courtès |
2015-04-10 | lint: Report patches that cannot be found. | Ludovic Courtès |
2015-04-10 | lint: Rename 'check-patches' to 'check-patch-file-names'. | Ludovic Courtès |
2015-04-09 | Merge branch 'master' into core-updates | Ludovic Courtès |
2015-04-08 | profiles: Generate GHC's package database cache. | Federico Beffa |