summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2019-06-27derivations: 'derivation' preserves pointer equality.Ludovic Courtès
2019-06-27derivations: <derivation-input> now aggregates a <derivation>.Ludovic Courtès
2019-06-27graph: Use 'derivation-input-derivation'.Ludovic Courtès
2019-06-27ui: 'show-what-to-build' uses 'derivation-build-plan'.Ludovic Courtès
2019-06-27derivations: Rewrite and replace 'derivations-prerequisites-to-build'.Ludovic Courtès
2019-06-27derivations: Add 'derivation-input'.Ludovic Courtès
2019-06-27ui: Add 'display-search-results' and use it.Ludovic Courtès
2019-06-27syscalls: Add 'terminal-rows'.Ludovic Courtès
2019-06-27ui: 'relevance' considers regexps connected with a logical and.Ludovic Courtès
2019-06-25compile: Enable 'shadowed-toplevel' warning.Ludovic Courtès
2019-06-24progress: Call 'time-difference' on times of the same type.Ludovic Courtès
2019-06-24publish: Work around Guile 2.2.5 (web server) bug.Ludovic Courtès
2019-06-23guix build: '--log-file' no longer returns several log files.Ludovic Courtès
2019-06-23guix build: Use 'warning' for warnings.Ludovic Courtès
2019-06-20licenses: Add Historical Permission Notice and Disclaimer licenseGiovanni Biscuolo
2019-06-20utils: canonical-newline-port: Fix handling of carriage return at buffer end.Robert Vollmert
2019-06-19grafts: Avoid 'query-valid-derivers' RPC.Ludovic Courtès
2019-06-19derivations: Add 'derivation-input-derivation'.Ludovic Courtès
2019-06-18guix build: '--log-file' looks for build logs of equivalent derivations.Ludovic Courtès
2019-06-15Merge branch 'staging'Marius Bakke
2019-06-13import: hackage: Handle Hackage revisions.Robert Vollmert
2019-06-13build-system/haskell: Generate Setup.hs if needed.Robert Vollmert
2019-06-13build-system/haskell: Fix Haddock phase docstring.Robert Vollmert
2019-06-11import: crate: Define dependencies as arguments.Ivan Petkov
2019-06-11build-system/cargo: Don't copy source as an output.Ivan Petkov
2019-06-11build-system/cargo: Use sources from package sources.Ivan Petkov
2019-06-11build-system/cargo: Expand transitive crate sources.Ivan Petkov
2019-06-10pack: Fix 'guix pack -f docker'.Ludovic Courtès
2019-06-10store: 'build-things' accepts derivation/output pairs.Ludovic Courtès
2019-06-10ssh: Add missing import.Ludovic Courtès
2019-06-10download: Update list of content-addressed mirrors.Ludovic Courtès
2019-06-10gnu-maintenance: Switch to ftp.mirrorservice.org for KDE updater.Marius Bakke
2019-06-07import: utils: 'specs->package-lists' correctly matches "out".Ludovic Courtès
2019-06-07import: print: Honor the outputs of inputs (!).Ludovic Courtès
2019-06-07pack: Add '--entry-point'.Ludovic Courtès
2019-06-06guix: git-download: Remove explicit import.Robert Vollmert
2019-06-05nar: Really lock store files.Ludovic Courtès
2019-06-05syscalls: 'with-lock-file' catches ENOSYS.Ludovic Courtès
2019-06-05syscalls: 'with-file-lock' expands to a call to 'call-with-file-lock'.Ludovic Courtès
2019-06-05syscalls: Add 'with-file-lock' macro.Ludovic Courtès
2019-06-05guix package: Do not list environment variables that need to be set.Ludovic Courtès
2019-06-03deprecation: Use the 'warning' procedure for diagnostics.Ludovic Courtès
2019-06-03Add (guix diagnostics).Ludovic Courtès
2019-06-03services: guix-publish: Allow for multi-compression.Ludovic Courtès
2019-06-03guix: import: simplify recursive importRobert Vollmert
2019-06-02import: hackage: Parse braced properties.Robert Vollmert
2019-06-02substitute: Select the best compression methods.Ludovic Courtès
2019-06-02publish: '--compression' can be repeated.Ludovic Courtès
2019-06-02build-system/guile: Display progress report as expected by (guix status).Ludovic Courtès
2019-06-02build-system/guile: Add #:not-compiled-file-regexp.Ludovic Courtès