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