summaryrefslogtreecommitdiff
path: root/guix/gexp.scm
AgeCommit message (Expand)Author
2017-07-05DRAFT gexp: Preserve scope across stages.wip-gexp-hygieneLudovic Courtès
2017-04-19gexp: 'gexp-modules' accepts plain Scheme objects.Ludovic Courtès
2017-04-04gexp: 'lower-object' raises an exception when passed an invalid object.Ludovic Courtès
2017-03-16gexp: Add '=>' syntax to import computed modules.Ludovic Courtès
2017-03-09gexp: Expose functions to allow creating derivation builders.Roel Janssen
2017-01-01gexp: Support 'ungexp' forms in improper lists.Ludovic Courtès
2017-01-01gexp: Properly report substitution errors.Ludovic Courtès
2016-12-19gexp: Slightly simplify 'gexp-inputs'.Ludovic Courtès
2016-12-19gexp: Native inputs of nested gexps are properly accounted for.Ludovic Courtès
2016-11-19derivations: Add 'raw-derivation'.Ludovic Courtès
2016-09-10gexp: Store compilers in a hash table for O(1) lookup.Ludovic Courtès
2016-09-09gexp: Add 'file-append'.Ludovic Courtès
2016-09-09gexp: Compilers can now provide an "expander".Ludovic Courtès
2016-09-09gexp: Remove outdated comment.Ludovic Courtès
2016-07-12gexp: 'program-file' and 'gexp->script' no longer have #:modules.Ludovic Courtès
2016-07-12gexp: 'computed-file' no longer has a #:modules parameter.Ludovic Courtès
2016-07-12gexp: 'gexp->file' emits code to set '%load-path'.Ludovic Courtès
2016-07-12gexp: Factorize load-path-setting expression.Ludovic Courtès
2016-07-12gexp: Add 'with-imported-modules' macro.Ludovic Courtès
2016-07-12gexp: Keep only a single 'references' field.Ludovic Courtès
2016-06-20gexp: Use a relative file name.Ludovic Courtès
2016-06-16gexp: Add #:select? parameter to 'local-file'.Ludovic Courtès
2016-06-16gexp: Move 'current-source-directory' to (guix utils).Ludovic Courtès
2016-03-23derivations: Raise an error when a module file is not found.Ludovic Courtès
2016-03-23derivations: Add 'module->source-file-name'.Ludovic Courtès
2016-03-20gexp: Add #:disallowed-references.Ludovic Courtès
2016-02-22derivations: Move grafts to (guix grafts).Ludovic Courtès
2015-12-14gexp: 'local-file' resolves relative file names.Ludovic Courtès
2015-11-25gexp: Build text derivations locally.Ludovic Courtès
2015-10-10gexp: Add 'scheme-file'.Ludovic Courtès
2015-10-10gexp: Add 'mixed-text-file'.Ludovic Courtès
2015-10-10gexp: Add 'program-file'.Ludovic Courtès
2015-10-10gexp: Add 'computed-file'.Ludovic Courtès
2015-09-02gexp: Remove duplicate 'mkdir-p' definition.Ludovic Courtès
2015-08-29gexp: Add #:script-name parameter to 'gexp->derivation'.Ludovic Courtès
2015-08-27gexp: Add 'lower-object'.Ludovic Courtès
2015-07-03derivations: Add #:substitutable?, distinguished from #:local-build?.Ludovic Courtès
2015-07-01environment: Add only the specified outputs of the dependencies.Ludovic Courtès
2015-06-19gexp: 'local-file' canonicalizes its file argument.Ludovic Courtès
2015-06-19gexp: 'local-file' now defaults to non-recursive.Ludovic Courtès
2015-06-03gexp: Add 'plain-file'.Ludovic Courtès
2015-06-03gexp: Export <local-file> accessors.Ludovic Courtès
2015-05-01derivations: Add #:leaked-env-vars parameter.Ludovic Courtès
2015-04-20gexp: Add printers for <gexp-input> and <gexp-output>.Ludovic Courtès
2015-03-29gexp: Slightly simplify 'lower-inputs'.Ludovic Courtès
2015-03-29gexp: Add 'local-file'.Ludovic Courtès
2015-03-22gexp: Fix handling of nativeness in nested gexps.Ludovic Courtès
2015-03-22gexp: Ignore nested gexps in macro expansion.Ludovic Courtès
2015-03-22gexp: Allow <gexp-input> objects in #:allowed-references.Ludovic Courtès
2015-03-22gexp: Add identity compiler for derivations.Ludovic Courtès