summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2019-07-15lint: Move the linting code to a different module.Christopher Baines
2019-07-15scripts: lint: Separate the message warning text and data.Christopher Baines
2019-07-15scripts: lint: Handle warnings with a record type.Christopher Baines
2019-07-15remote: Make sure the user doesn't mess up with the REPL protocol.Ludovic Courtès
2019-07-15remote: Fix type error in the list of store items to send.Ludovic Courtès
2019-07-15channels: Avoid use of 'derivation-input-path'.Ludovic Courtès
2019-07-15gexp: 'lowered-gexp-guile' now returns a <derivation-input>.Ludovic Courtès
2019-07-15derivations: Deprecate the previous calling convention.Ludovic Courtès
2019-07-15derivations: 'map-derivation' uses the new 'derivation' calling convention.Ludovic Courtès
2019-07-15download: Use the new 'derivation' calling convention.Ludovic Courtès
2019-07-15gexp: <lowered-gexp> separates sources from derivation inputs.Ludovic Courtès
2019-07-15derivations: 'derivation' primitive accepts <derivation> and #:sources.Ludovic Courtès
2019-07-15syscalls: Use 'define-as-needed' for 'AT_' constants introduced in Guile 2.2.5.Ludovic Courtès
2019-07-15compile: Report the name of the file that cannot be compiled.Ludovic Courtès
2019-07-14Revert "guix: node-build-system: Use guile-json instead of a custom parser."Julien Lepiller
2019-07-14guix: node-build-system: Use guile-json instead of a custom parser.Julien Lepiller
2019-07-14build: Add node-build-system.Jelle Licht
2019-07-14channels: Add optional directory to channel metadata.Jan Nieuwenhuizen
2019-07-12build: Use '-Wshadowed-toplevel' only when supported.Ludovic Courtès
2019-07-11guix gc: Correctly handle '--delete-generations' with no arguments.Ludovic Courtès
2019-07-08discovery: Handle edge case in scheme-files when looking at symlinks.Christopher Baines
2019-07-08scripts: environment: Add --no-cwd.Carl Dong
2019-07-08scripts: environment: Only rewrite user-specified mappings.Carl Dong
2019-07-08channels: Key cached channel derivations by system.Ludovic Courtès
2019-07-06self: Ship the (gnu machine …) modules.Mark H Weaver
2019-07-06channels: Simplify 'channel-instances->manifest'.Ludovic Courtès
2019-07-06Add 'guix deploy'.Jakob L. Kreuze
2019-07-06ssh: Add 'identity' keyword to 'open-ssh-session'.Jakob L. Kreuze
2019-07-05store: 'run-with-store' gracefully deals with #f store.Ludovic Courtès
2019-07-05derivations: Simplify 'substitution-oracle'.Ludovic Courtès
2019-07-05derivations: 'derivation-build-plan' recurses on substituables.Ludovic Courtès
2019-07-04pack: 'squashfs' backend records the profile's search paths.Ludovic Courtès
2019-07-04pack: 'docker' backend records the profile's search paths.Ludovic Courtès
2019-07-04Add (guix remote).Ludovic Courtès
2019-07-04inferior: Add 'read-repl-response'.Ludovic Courtès
2019-07-04Add (guix repl).Ludovic Courtès
2019-07-04gexp: Add 'lower-gexp' and express 'gexp->derivation' in terms of it.Ludovic Courtès
2019-07-03store: 'run-with-store' preserves the functional object cache.Ludovic Courtès
2019-07-03derivations: 'substitution-oracle' no longer calls 'read-derivation-from-file'.Ludovic Courtès
2019-07-03derivations: Avoid another call to 'read-derivation-from-file'.Ludovic Courtès
2019-07-03derivations: 'map-derivation' no longer calls 'read-derivation-from-file'.Ludovic Courtès
2019-07-03derivations: Work around pathological memoization behavior.Ludovic Courtès
2019-07-03profiles: Adjust packages->manifest pattern for inferior packages.Kyle Meyer
2019-07-02grafts: 'references-oracle' now takes a derivation input.Ludovic Courtès
2019-07-02derivations: Update 'build-derivations' docstring.Ludovic Courtès
2019-07-02import: pypi: Preserve package name case when forming pypi-uri.Maxim Cournoyer
2019-07-02import: pypi: Update the host URI.Maxim Cournoyer
2019-07-02import: pypi: Include optional test inputs as native-inputs.Maxim Cournoyer
2019-07-02import: pypi: Completely mute the output of the "unzip" command.Maxim Cournoyer
2019-07-02import: pypi: Fix typo in docstring.Maxim Cournoyer