| Commit message (Expand) | Author | Age |
* | packages: Add 'specifications->manifest'. | Ludovic Courtès | 2017-06-11 |
* | Add (guix discovery). | Ludovic Courtès | 2017-05-03 |
* | ui: Rename '_' to 'G_'. | Ludovic Courtès | 2017-05-03 |
* | packages: Remove support for PACKAGE-VERSION deprecated syntax. | Ludovic Courtès | 2017-05-01 |
* | packages: Use PACKAGE@VERSION syntax when reporting ambiguities. | Ludovic Courtès | 2017-03-08 |
* | packages: Add 'search-auxiliary-file'. | Alex Kost | 2017-02-27 |
* | Use 'mlambda' instead of 'memoize'. | Ludovic Courtès | 2017-01-28 |
* | Add (guix memoization). | Ludovic Courtès | 2017-01-28 |
* | ui: Do not shadow '_' where it's used as a literal syntax match. | Ludovic Courtès | 2016-09-20 |
* | packages: Add 'package-superseded' and associated support. | Ludovic Courtès | 2016-09-06 |
* | packages: Add 'hidden-package'. | Ludovic Courtès | 2016-07-28 |
* | packages: Export 'scheme-modules'. | Ludovic Courtès | 2016-06-20 |
* | utils: Move combinators to (guix combinators). | Ludovic Courtès | 2016-05-04 |
* | packages: Add 'search-patches'. | Alex Kost | 2016-04-14 |
* | packages: Gracefully report packages not found. | Ludovic Courtès | 2016-03-08 |
* | packages: Support the deprecated "NAME-VERSION" syntax. | Ludovic Courtès | 2016-03-08 |
* | packages: Clarify NAME-VERSION deprecation message. | Ludovic Courtès | 2016-03-08 |
* | utils: Use '@' for separating package names and version numbers. | Mathieu Lirzin | 2016-03-02 |
* | packages: Factorize package specification search. | Mathieu Lirzin | 2016-03-02 |
* | Do not check package freshness during upgrade. | Alex Kost | 2016-02-24 |
* | packages: Remove now redundant graph procedures. | Ludovic Courtès | 2015-12-20 |
* | packages: Update 'check-package-freshness' to use (guix upstream). | Ludovic Courtès | 2015-10-21 |
* | Move 'specification->package+output' to (gnu packages). | Ludovic Courtès | 2015-06-18 |
* | packages: Allow package lookups with version prefixes. | Ludovic Courtès | 2015-04-18 |
* | Merge branch 'master' into core-updates | 宋文武 | 2015-04-08 |
|\ |
|
| * | packages: Fix typo. | Alex Kost | 2015-04-03 |
* | | gnu: Emit a warning when a package module cannot be loaded. | Ludovic Courtès | 2015-04-07 |
|/ |
|
* | gnu: Raise an error when a bootstrap binary is not found. | Ludovic Courtès | 2015-01-26 |
* | gnu: 'search-patch' raises an error when a patch is not found. | Ludovic Courtès | 2015-01-20 |
* | gnu: Search for patches under $GUIX_PACKAGE_PATH. | Ludovic Courtès | 2015-01-03 |
* | packages: Sort Scheme file lists used by 'fold-packages'. | Ludovic Courtès | 2014-12-21 |
* | gnu-maintenance: Introduce <gnu-release> data type. | Ludovic Courtès | 2014-11-11 |
* | packages: Optimize 'find-packages-by-name' to avoid disk accesses. | Ludovic Courtès | 2014-09-29 |
* | Introduce the 'GUIX_PACKAGE_PATH' environment variable. | Ludovic Courtès | 2014-09-24 |
* | packages: Add '%package-module-search-path'. | Ludovic Courtès | 2014-09-24 |
* | packages: Generalize package module search. | Ludovic Courtès | 2014-09-24 |
* | Move specification->package to gnu/packages.scm. | Cyril Roelandt | 2014-09-03 |
* | Move 'check-package-freshness' from 'guix package' to 'packages'. | Alex Kost | 2014-08-20 |
* | packages: Remove dead code. | Alex Kost | 2014-08-19 |
* | guix: refresh: Add --list-dependent option. | Eric Bavier | 2014-07-20 |
* | Factorize package search between 'guix package' and 'guix build'. | Ludovic Courtès | 2013-12-21 |
* | ui: Add a 'define-diagnostic' macro. | Nikita Karetnikov | 2013-04-21 |
* | utils: Add `fold2'. | Ludovic Courtès | 2013-04-14 |
* | store: Really disable file name canonicalization for derivation inputs. | Ludovic Courtès | 2013-03-22 |
* | gnu: Disable file name canonicalization in `search-*'. | Ludovic Courtès | 2013-03-21 |
* | Build newest versions unless specified, and implement upgrades. | Mark H Weaver | 2013-02-13 |
* | Inhibit duplicates in fold-packages. | Mark H Weaver | 2013-02-13 |
* | distro: Rename (distro) to (gnu packages). | Ludovic Courtès | 2013-01-18 |