summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2021-03-10syscalls: Fix RNDADDTOENTCNT on powerpc64le-linux.Chris Marusich
2021-03-10syscalls: Fix clone on powerpc64le-linux.Chris Marusich
2021-03-10Add powerpc64le-linux as a supported Guix architecture.Chris Marusich
2021-03-10utils: Add target-powerpc? procedure.Chris Marusich
2021-03-10ci: Remove hydra support.Mathieu Othacehe
2021-03-06Merge branch 'master' into core-updatesChristopher Baines
2021-03-05guix: Split (guix substitutes) from (guix scripts substitute).Christopher Baines
2021-03-05pull: Expand help text for --{url,commit,branch}.Tobias Geerinckx-Rice
2021-03-05tests: Refer to '%derivation-cache' in the right module.Ludovic Courtès
2021-03-05download: 'url-fetch/tarbomb' and 'url-fetch/zipbomb' refer to native tools.Ludovic Courtès
2021-03-05gexp: Honor #:target in 'compiled-modules'.Ludovic Courtès
2021-03-05profiles: 'package->manifest-entry' preserves transformations by default.Ludovic Courtès
2021-03-03gexp: #:references-graphs refers to non-native derivations.Ludovic Courtès
2021-03-02openpgp: Remove now unnecessary procedure.Ludovic Courtès
2021-03-01import/cran: Fix detection of Fortran files.Mădălin Ionel Patrașcu
2021-03-01import: hackage: Accept optional version parameter.Xinglu Chen
2021-03-01serialization: Micro-optimize string literal output in 'write-file-tree'.Ludovic Courtès
2021-03-01environment: Allow compilation with Guile 2.2.Ludovic Courtès
2021-02-25syscalls: Add 'mounts' and the <mount> record type.Ludovic Courtès
2021-02-25syscalls: Define MS_RELATIME.Ludovic Courtès
2021-02-25describe: Make sure package-channels always returns a list.Mathieu Othacehe
2021-02-25describe: Add missing include.Mathieu Othacehe
2021-02-25describe: Add package-channels.Mathieu Othacehe
2021-02-24guix: scripts: Fix corner cases of hint for option typo.zimoun
2021-02-24substitute: Ensure backtraces go to file descriptor 4.Ludovic Courtès
2021-02-24substitute: Do not unwind stack traces upon uncaught exceptions.Ludovic Courtès
2021-02-24ui: Bug-report URL in '--help' can be translated.Ludovic Courtès
2021-02-24guix: renpy-build-system: Quote data directory.Leo Prikler
2021-02-23packages: Improve the docstring of PACKAGE/INHERIT.Leo Famulari
2021-02-23store: Micro-optimize object cache lookup.Ludovic Courtès
2021-02-23gexp: Reduce allocations in 'gexp-attribute'.Ludovic Courtès
2021-02-23gexp: Reduce allocations while traversing lists.Ludovic Courtès
2021-02-23gexp: Micro-optimize 'gexp->sexp' and 'lower-inputs'.Ludovic Courtès
2021-02-23gexp: Keep 'lower-inputs' private.Ludovic Courtès
2021-02-23gexp: 'gexp-inputs' returns both native and non-native inputs.Ludovic Courtès
2021-02-23gexp: 'gexp-inputs' returns a list of <gexp-input> records.Ludovic Courtès
2021-02-23gexp: Micro-optimize sexp serialization.Ludovic Courtès
2021-02-23store: Object cache profiling shows the number of entries.Ludovic Courtès
2021-02-23grafts: Inline 'grafting?' and 'set-grafting'.Ludovic Courtès
2021-02-22scripts: Don't trigger option hints for short options.Ludovic Courtès
2021-02-22profiles: Fix typo in manifest comment.Ludovic Courtès
2021-02-22describe: Fix typo in 'manifest-entry-with-provenance'.Ludovic Courtès
2021-02-22packages: 'package-field-location' preserves the original file name.Ludovic Courtès
2021-02-22substitute: Rework connection error handling.Christopher Baines
2021-02-22substitute: Remove fetch-narinfos use open-connection-for-uri/maybe.Christopher Baines
2021-02-22substitute: Inline fetch in to process-substitutes.Christopher Baines
2021-02-22substitute: Remove redundant fetch arguments.Christopher Baines
2021-02-22substitute: Remove now redundant connection caching helpers.Christopher Baines
2021-02-22substitute: Change connection cache handling in process-substitution.Christopher Baines
2021-02-22http-client: Accept #:open-connection in http-fetch.Christopher Baines