summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2022-03-02guix: Index the man-db database via man pages names....Maxim Cournoyer
2022-02-27pull: No longer print upgraded/added packages upon completion....Ludovic Courtès
2022-02-27pull: '--news' no longer shows package lists....Ludovic Courtès
2022-02-24build: julia-build-system: Fix corner-case for parallel tests....zimoun
2022-02-24build: julia: Add 'julia-package-dependencies' as keyword....Efraim Flashner
2022-02-18guix build: Warn when attempting to build an unsupported package....Ludovic Courtès
2022-02-18profiles: 'profile-derivation' rejects unsupported packages....Ludovic Courtès
2022-02-18packages: 'package-transitive-supported-systems' ignores '%current-target-sys......Ludovic Courtès
2022-02-16status: Do not pass a non-literal format string to 'format'....Ludovic Courtès
2022-02-16status: Use bold more sparsely at -v1....Ludovic Courtès
2022-02-16status: Do not print .drv file names for grafts....Ludovic Courtès
2022-02-16gexp: Preserve source location for #~ and #$ read extensions....Ludovic Courtès
2022-02-15guix system: Fix 'describe' when booting the latest generation....Ludovic Courtès
2022-02-15gexp: 'computed-file' always uses a native Guile....Ludovic Courtès
2022-02-14profiles: texlive-font-maps: Create ls-R file....Ricardo Wurmus
2022-02-14pull: '--list-generations' pipes its output to the pager....Ludovic Courtès
2022-02-14ui: 'display-generation' uses color when talking to a pager....Ludovic Courtès
2022-02-14ui: 'with-paginated-output-port' gives access to the wrapped port....Ludovic Courtès
2022-02-14pull: '--list-generations' lists packages only with '--details'....Ludovic Courtès
2022-02-14publish: Do not sign the URL/Compression/FileSize narinfo fields....Ludovic Courtès
2022-02-14git-authenticate: Ensure the target is a descendant of the introductory commit....Ludovic Courtès
2022-02-14git: Add 'commit-descendant?'....Ludovic Courtès
2022-02-14tests: Set a hard build timeout....Ludovic Courtès
2022-02-13gnu: cpu: Add detection for AMD CPUs....Efraim Flashner
2022-02-13guix: cpu: Rewrite based on feature flags....Efraim Flashner
2022-02-11tests: Pass #:guile to 'computed-file' & co....Ludovic Courtès
2022-02-11build-system/texlive: Be explicit about #:guile-for-build....Ludovic Courtès
2022-02-11gexp: <computed-file> does not honor (%guile-for-build)....Ludovic Courtès
2022-02-08deprecation: Refine the old daemon deprecation warning message....Maxim Cournoyer
2022-02-08store: Warn about daemon deprecation....Mathieu Othacehe
2022-02-08import: utils: Harden beautify-description....Alice BRENON
2022-02-07build: Fix typo in file-size docstring....Maxim Cournoyer
2022-02-07guix: Restore profile hook for TeX Live font maps....Ricardo Wurmus
2022-02-05guix: maven: Fix java parser....Julien Lepiller
2022-02-02deploy: Add '--execute'....Ludovic Courtès
2022-02-02guix system: 'describe' shows the running system, not the current one....Ludovic Courtès
2022-02-02import: pypi: Display a hint upon "no source release" errors....Ludovic Courtès
2022-02-02import: pypi: Use 'with-error-handling'....Ludovic Courtès
2022-01-29build-system: emacs: Ensure that package descriptions are generated....Andrew Tropin
2022-01-28home: 'reconfigure' checks for potential downgrades....Ludovic Courtès
2022-01-27inferior: Move initialization bits away from 'inferior-eval-with-store'....Ludovic Courtès
2022-01-27inferior: Inferior caches store connections....Ludovic Courtès
2022-01-27inferior: Keep the store bridge connected....Ludovic Courtès
2022-01-27inferior: Create the store proxy listening socket only once....Ludovic Courtès
2022-01-27gnu: Add %final-inputs-riscv64....Efraim Flashner
2022-01-26import: pypi: Convert hyphens to underscores in PyPI URLs if needed....Vivien Kraus
2022-01-26utils: 'edit-expression' reads and conses less when not modifying....Ludovic Courtès
2022-01-25environment: '--check' does nothing when used with '--container'....Ludovic Courtès
2022-01-24build-system/clojure: Support compiling Java....Reily Siegel
2022-01-24build-system/clojure: Exit with non-zero if tests fail....Reily Siegel