Age | Commit message (Expand) | Author |
2022-06-06 | packages: Use SRFI-71 instead of SRFI-11. | Ludovic Courtès |
2022-06-06 | packages: Add 'specifications->packages'. | Antero Mejr |
2022-04-04 | packages: Add 'package-unique-version-prefix'. | Ludovic Courtès |
2022-01-11 | shell: Cache profiles even when using package specs. | Ludovic Courtès |
2020-07-30 | packages: 'generate-package-cache' is deterministic. | Ludovic Courtès |
2020-07-25 | Use 'formatted-message' instead of '&message' where appropriate. | Ludovic Courtès |
2020-01-17 | packages: Prevent inlining of 'find-best-packages-by-name'. | Ludovic Courtès |
2020-01-06 | Adjust module autoloads. | Ludovic Courtès |
2019-10-14 | packages: 'fold-available-packages' uses 'supported-package?'. | Ludovic Courtès |
2019-09-06 | packages: 'generate-package-cache' uses 'supported-package?'. | Ludovic Courtès |
2019-06-27 | Merge branch 'master' into core-updates | Ludovic Courtès |
2019-06-27 | packages: 'specification->package+output' distinguishes "no output specified". | Ludovic Courtès |
2019-06-14 | packages: Remove 'search-bootstrap-binary'. | Ludovic Courtès |
2019-05-01 | Merge branch 'master' into core-updates | Marius Bakke |
2019-03-28 | packages: Reintroduce 'find-newest-available-packages'. | Ludovic Courtès |
2019-03-14 | Merge branch 'staging' into core-updates | Marius Bakke |
2019-03-11 | packages: Add the channel .go files to the search path. | Ludovic Courtès |
2019-02-20 | Merge branch 'staging' into core-updates | Marius Bakke |
2019-02-16 | packages: Remove duplicates from package cache. | Ludovic Courtès |
2019-02-06 | Merge branch 'master' into core-updates | Ricardo Wurmus |
2019-01-15 | guix package: '--list-available' can use data from the cache. | Ludovic Courtès |
2019-01-15 | edit: Use 'specification->location' to read information from the cache. | Ludovic Courtès |
2019-01-15 | channels: Compute a package cache and use it. | Ludovic Courtès |
2019-01-15 | packages: Remove 'find-newest-available-packages'. | Ludovic Courtès |
2018-12-20 | gnu: Use i686-linux bootstrap binaries on x86_64-linux. | Ludovic Courtès |
2018-09-02 | Add (guix describe) and use it to initialize '%package-search-path'. | Ludovic Courtès |
2018-05-13 | packages: 'find-packages-by-name' properly honors version prefixes. | Ludovic Courtès |
2018-04-08 | discovery: Remove dependency on (guix ui). | Ludovic Courtès |
2018-04-08 | Add (guix self). | Ludovic Courtès |
2017-11-07 | packages: 'fold-packages' takes #:select? parameter. | Ludovic Courtès |
2017-09-01 | packages: 'fold-packages' takes an optional 'modules' parameter. | Ludovic Courtès |
2017-06-11 | packages: Add 'specifications->manifest'. | Ludovic Courtès |
2017-05-03 | Add (guix discovery). | Ludovic Courtès |
2017-05-03 | ui: Rename '_' to 'G_'. | Ludovic Courtès |
2017-05-01 | packages: Remove support for PACKAGE-VERSION deprecated syntax. | Ludovic Courtès |
2017-03-08 | packages: Use PACKAGE@VERSION syntax when reporting ambiguities. | Ludovic Courtès |
2017-02-27 | packages: Add 'search-auxiliary-file'. | Alex Kost |
2017-01-28 | Use 'mlambda' instead of 'memoize'. | Ludovic Courtès |
2017-01-28 | Add (guix memoization). | Ludovic Courtès |
2016-09-20 | ui: Do not shadow '_' where it's used as a literal syntax match. | Ludovic Courtès |
2016-09-06 | packages: Add 'package-superseded' and associated support. | Ludovic Courtès |
2016-07-28 | packages: Add 'hidden-package'. | Ludovic Courtès |
2016-06-20 | packages: Export 'scheme-modules'. | Ludovic Courtès |
2016-05-04 | utils: Move combinators to (guix combinators). | Ludovic Courtès |
2016-04-14 | packages: Add 'search-patches'. | Alex Kost |
2016-03-08 | 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-02 | utils: Use '@' for separating package names and version numbers. | Mathieu Lirzin |
2016-03-02 | packages: Factorize package specification search. | Mathieu Lirzin |