summaryrefslogtreecommitdiff
path: root/guix/gexp.scm
Commit message (Expand)AuthorAge
* guix: gexp: Define gexp->approximate-sexp.Maxime Devos2021-06-30
* gexp: 'mixed-text-file' UTF-8-encodes its output.Andrew Tropin2021-06-23
* gexp: 'gexp->script' uses #:guile also as the guile-for-build.Ludovic Courtès2021-03-29
* gexp: Add #:guile parameter to 'load-path-expression'.Ludovic Courtès2021-03-29
* gexp: 'imported+compiled-modules' fully honors #:guile.Ludovic Courtès2021-03-29
* gexp: Honor #:target in 'compiled-modules'.Ludovic Courtès2021-03-05
* gexp: #:references-graphs refers to non-native derivations.Ludovic Courtès2021-03-03
* gexp: Reduce allocations in 'gexp-attribute'.Ludovic Courtès2021-02-23
* gexp: Reduce allocations while traversing lists.Ludovic Courtès2021-02-23
* gexp: Micro-optimize 'gexp->sexp' and 'lower-inputs'.Ludovic Courtès2021-02-23
* gexp: Keep 'lower-inputs' private.Ludovic Courtès2021-02-23
* gexp: 'gexp-inputs' returns both native and non-native inputs.Ludovic Courtès2021-02-23
* gexp: 'gexp-inputs' returns a list of <gexp-input> records.Ludovic Courtès2021-02-23
* gexp: Micro-optimize sexp serialization.Ludovic Courtès2021-02-23
* maint: Require Guile >= 2.2.6.Ludovic Courtès2020-12-19
* gexp: Warn when importing (guix config) or (ice-9 …).Ludovic Courtès2020-11-05
* gexp: Store the source code location in <gexp>.Ludovic Courtès2020-11-05
* gexp: 'assume-valid-file-name' has files looked up under the CWD.Ludovic Courtès2020-10-18
* gexp: Add 'assume-valid-file-name' syntax for use with 'local-file'.Ludovic Courtès2020-10-16
* gexp: Fix argument ordering in 'local-file' macro.Ludovic Courtès2020-10-02
* gexp: 'local-file' warns when passed a non-literal relative file name.Ludovic Courtès2020-10-02
* gexp: computed-file: Prevent mistakenly overriding default option values.Maxim Cournoyer2020-09-01
* gexp: The result of 'imported-files/derivation' is non-substitutable.Ludovic Courtès2020-05-25
* self: Optimize 'file-append*' for 'local-file?'.Ludovic Courtès2020-05-25
* gexp: Fix expansion for (file-append (local-file ...) ...).Ludovic Courtès2020-05-25
* gexp: Add 'let-system'.Ludovic Courtès2020-05-16
* gexp: Compilers can now return lowerable objects.Ludovic Courtès2020-05-16
* Merge branch 'master' into core-updatesMarius Bakke2020-04-23
|\
| * gexp: Add 'load-path?' field to <scheme-file>.Ludovic Courtès2020-04-22
* | Merge branch 'master' into core-updatesMarius Bakke2020-04-08
|\|
| * gexp: 'lower-references' uses 'mapm/accumulate-builds'.Ludovic Courtès2020-04-02
* | Merge branch 'master' into core-updatesMarius Bakke2020-03-30
|\|
| * gexp: 'lower-inputs' uses 'mapm/accumulate-builds'.Ludovic Courtès2020-03-29
* | gexp: Change default Guile effective version to 3.0.Ludovic Courtès2020-03-17
* | gnu: Default to Guile 3.0.Ludovic Courtès2020-03-16
* | Merge branch 'master' into core-updatesMarius Bakke2020-03-14
|\|
| * gexp: Add 'with-parameters'.Ludovic Courtès2020-03-12
| * gexp: Default to current target.Mathieu Othacehe2020-03-08
* | gexp: Default to current target.Mathieu Othacehe2020-03-06
* | gexp: Move 'file-mapping->tree' to (guix store).Ludovic Courtès2020-01-30
* | Merge branch 'master' into core-updatesMarius Bakke2020-01-11
|\|
| * gexp: Add 'raw-derivation-file'.Ludovic Courtès2020-01-04
| * gexp: 'gexp->script' marks its result as non-offloadable and non-substitutable.Ludovic Courtès2020-01-03
* | Merge remote-tracking branch 'master' into core-updates.Mathieu Othacehe2019-12-31
|\|
| * gexp: Add system and target support to gexp->file.Mathieu Othacehe2019-12-22
| * gexp: Allow character literals in GEXP->SEXP.Marius Bakke2019-12-18
* | gexp: Add system and target support to gexp->file.Mathieu Othacehe2019-12-22
* | gexp: Unconditionally include (system base target) in 'compiled-modules'.Marius Bakke2019-12-05
|/
* gexp: 'local-file' properly resolves non-literal relative file names.Ludovic Courtès2019-11-30
* gexp: Cache the module to derivation mappings.Ludovic Courtès2019-10-27