summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2022-08-08read-print: Add 'case' and 'cond' special forms....Ludovic Courtès
2022-08-08read-print: Support printing multi-line comments....Ludovic Courtès
2022-08-08style: Add '--whole-file' option....Ludovic Courtès
2022-08-08read-print: 'canonicalize-comment' leaves top-level comments unchanged....Ludovic Courtès
2022-08-08read-print: Add code to read and write sequences of expressions/blanks....Ludovic Courtès
2022-08-08read-print: Recognize page breaks....Ludovic Courtès
2022-08-08read-print: Read and render vertical space....Ludovic Courtès
2022-08-08read-print: Introduce <blank> parent class of <comment>....Ludovic Courtès
2022-08-08read-print: Expose comment constructor....Ludovic Courtès
2022-08-08read-print: Add System and Home special forms....Ludovic Courtès
2022-08-08style: Move reader and printer to (guix read-print)....Ludovic Courtès
2022-08-08lint: Add '-e'....Ludovic Courtès
2022-08-06build-system/perl: Support cross-compilation of some Perl packages....Maxime Devos
2022-08-05guix system: Remove unused 'read-operating-system' procedure....Ludovic Courtès
2022-08-05utils: Add target-mips64el?....Vivien Kraus
2022-08-05utils: Add as-for-target....Antero Mejr
2022-08-04build: qt-utils: Fix another regression....Maxim Cournoyer
2022-08-04environment: Report "command not found" from the child process....Ludovic Courtès
2022-08-04guix build: Print hints when -s or --target is passed an invalid string....Ludovic Courtès
2022-08-03download: Do not wrap TLS port on GnuTLS >= 3.7.7....Ludovic Courtès
2022-08-03build-system: asdf: Add asd-operation parameter....Guillaume Le Vaillant
2022-08-03build-system: asdf: Let ASDF locate the .asd files....Pierre Neidhardt
2022-08-03guix: build: Switch from asdf:compile-system to asdf:load-system....Pierre Neidhardt
2022-08-01build-system: qt: Ensure a default value is provided for #:qtbase....Maxim Cournoyer
2022-08-01download: 'url-fetch' closes its HTTP/HTTPS port....Ludovic Courtès
2022-07-31build: qt: Add qtbase argument and wrap Qt environment variables exactly....Maxim Cournoyer
2022-07-31gnu: qttools: Rename to qttools-5....Maxim Cournoyer
2022-08-01guix gc: '--delete-generations' now deletes old Home generations....Ludovic Courtès
2022-07-24download: Refresh KDE mirror list....Tobias Geerinckx-Rice
2022-07-17Revert "guix gc: '--delete-generations' now deletes old Home generations."...Tobias Geerinckx-Rice
2022-07-23gnu: clojure: Update to 1.11.1....r0man
2022-07-23guix gc: '--delete-generations' now deletes old Home generations....Ludovic Courtès
2022-07-23deploy: Honor '--dry-run'....Ludovic Courtès
2022-07-19import: Enable recursive import for texlive packages....Ricardo Wurmus
2022-07-19system: Add -I, --list-installed option....Antero Mejr
2022-07-19home: Add -I, --list-installed option....Antero Mejr
2022-07-19upstream: Sort '%updaters' alphabetically....Ludovic Courtès
2022-07-15import: pypi: Fix coding style....Hartmut Goebel
2022-07-15import: pypi: Add special treatment for Tryton package names,...Hartmut Goebel
2022-07-15import: egg: Fix updater....Hartmut Goebel
2022-07-15monad-repl: Add "build", "lower", and "verbosity" commands....Ludovic Courtès
2022-07-15shell: Ignore cached profiles when using '--export-manifest'....Ludovic Courtès
2022-07-12style: Gracefully handle failure to locate a source file....Ludovic Courtès
2022-07-11import: github: Use correct URL scheme....Hartmut Goebel
2022-07-10monads: Add 'mparameterize'....Ludovic Courtès
2022-07-08channels: Emit version 3 profiles....Ludovic Courtès
2022-07-08profiles: Support the creation of profiles with version 3 manifests....Ludovic Courtès
2022-07-08profiles: Remove support for reading versions 0 and 1....Ludovic Courtès
2022-07-08guix: inferior: Fix the behaviour of open-inferior #:error-port....Christopher Baines
2022-07-04style: For 'let' and similar forms, emit one binding per line....Ludovic Courtès