summaryrefslogtreecommitdiff
path: root/guix/gexp.scm
AgeCommit message (Expand)Author
2021-03-29gexp: 'gexp->script' uses #:guile also as the guile-for-build.Ludovic Courtès
2021-03-29gexp: Add #:guile parameter to 'load-path-expression'.Ludovic Courtès
2021-03-29gexp: 'imported+compiled-modules' fully honors #:guile.Ludovic Courtès
2021-03-05gexp: Honor #:target in 'compiled-modules'.Ludovic Courtès
2021-03-03gexp: #:references-graphs refers to non-native derivations.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
2020-12-19maint: Require Guile >= 2.2.6.Ludovic Courtès
2020-11-05gexp: Warn when importing (guix config) or (ice-9 …).Ludovic Courtès
2020-11-05gexp: Store the source code location in <gexp>.Ludovic Courtès
2020-10-18gexp: 'assume-valid-file-name' has files looked up under the CWD.Ludovic Courtès
2020-10-16gexp: Add 'assume-valid-file-name' syntax for use with 'local-file'.Ludovic Courtès
2020-10-02gexp: Fix argument ordering in 'local-file' macro.Ludovic Courtès
2020-10-02gexp: 'local-file' warns when passed a non-literal relative file name.Ludovic Courtès
2020-09-01gexp: computed-file: Prevent mistakenly overriding default option values.Maxim Cournoyer
2020-05-25gexp: The result of 'imported-files/derivation' is non-substitutable.Ludovic Courtès
2020-05-25self: Optimize 'file-append*' for 'local-file?'.Ludovic Courtès
2020-05-25gexp: Fix expansion for (file-append (local-file ...) ...).Ludovic Courtès
2020-05-16gexp: Add 'let-system'.Ludovic Courtès
2020-05-16gexp: Compilers can now return lowerable objects.Ludovic Courtès
2020-04-23Merge branch 'master' into core-updatesMarius Bakke
2020-04-22gexp: Add 'load-path?' field to <scheme-file>.Ludovic Courtès
2020-04-08Merge branch 'master' into core-updatesMarius Bakke
2020-04-02gexp: 'lower-references' uses 'mapm/accumulate-builds'.Ludovic Courtès
2020-03-30Merge branch 'master' into core-updatesMarius Bakke
2020-03-29gexp: 'lower-inputs' uses 'mapm/accumulate-builds'.Ludovic Courtès
2020-03-17gexp: Change default Guile effective version to 3.0.Ludovic Courtès
2020-03-16gnu: Default to Guile 3.0.Ludovic Courtès
2020-03-14Merge branch 'master' into core-updatesMarius Bakke
2020-03-12gexp: Add 'with-parameters'.Ludovic Courtès
2020-03-08gexp: Default to current target.Mathieu Othacehe
2020-03-06gexp: Default to current target.Mathieu Othacehe
2020-01-30gexp: Move 'file-mapping->tree' to (guix store).Ludovic Courtès
2020-01-11Merge branch 'master' into core-updatesMarius Bakke
2020-01-04gexp: Add 'raw-derivation-file'.Ludovic Courtès
2020-01-03gexp: 'gexp->script' marks its result as non-offloadable and non-substitutable.Ludovic Courtès
2019-12-31Merge remote-tracking branch 'master' into core-updates.Mathieu Othacehe
2019-12-22gexp: Add system and target support to gexp->file.Mathieu Othacehe
2019-12-22gexp: Add system and target support to gexp->file.Mathieu Othacehe
2019-12-18gexp: Allow character literals in GEXP->SEXP.Marius Bakke
2019-12-05gexp: Unconditionally include (system base target) in 'compiled-modules'.Marius Bakke
2019-11-30gexp: 'local-file' properly resolves non-literal relative file names.Ludovic Courtès
2019-10-27gexp: Cache the module to derivation mappings.Ludovic Courtès
2019-10-27gexp: Add 'imported+compiled-modules'.Ludovic Courtès
2019-10-14gexp: Use cross extensions when cross-compiling.Mathieu Othacehe