summaryrefslogtreecommitdiff
path: root/module/scripts/compile.scm
Commit message (Expand)AuthorAgeFilesLines
* Bump user-visible copyright years to 2023.Ludovic Courtès2023-01-131-1/+1
* Bump copyright years for user-visible copyright messagesv3.0.5Andy Wingo2021-01-071-1/+1
* Delay loading CPS unless CPS compiler usedAndy Wingo2020-05-121-8/+8
* Fix "fail" helper in guild compileAndy Wingo2020-05-111-7/+6
* Define new "lowering" phase in compilerAndy Wingo2020-05-081-10/+16
* Warning and optimization levels always small integersAndy Wingo2020-05-081-8/+2
* Wire up simplified warning levels in "guild compile"Andy Wingo2020-05-081-11/+31
* Bump user-visible copyright years to 2020Andy Wingo2020-01-131-2/+2
* Add --r6rs and --r7rs options to "guild compile"Andy Wingo2019-12-021-5/+20
* compile: Update copyright year.Ludovic Courtès2018-08-071-1/+1
* compile: Improve error message.Ludovic Courtès2018-08-071-1/+1
* compile: Add '-x' flag.Ludovic Courtès2018-08-071-0/+5
* compile: Load language modules upfront.Ludovic Courtès2018-08-071-1/+9
* Add (system base optimize) moduleAndy Wingo2018-01-051-21/+5
* Wire up `guild compile -O0 foo.scm'Andy Wingo2015-10-221-8/+69
* Merge branch 'stable-2.0'Mark H Weaver2014-09-301-1/+9
|\
| * 'guild compile' doesn't leave temporary files behind it.Ludovic Courtès2014-06-031-1/+9
* | Rename "RTL" to "bytecode"Andy Wingo2013-12-021-2/+2
* | Miscellaneous fixups related to objcode removal.Andy Wingo2013-11-081-1/+1
* | Default to compiling to RTLAndy Wingo2013-10-311-2/+2
|/
* Add a `--target' option to `guild compile'.Ludovic Courtès2011-11-221-7/+17
* more work on "guild list"Andy Wingo2011-07-231-0/+2
* Add `*current-warning-prefix*'.Ludovic Courtès2011-02-131-5/+6
* autocompile -> auto-compileAndy Wingo2011-02-131-3/+3
* Placate `-Wformat'.Ludovic Courtès2010-10-131-2/+1
* Provide Guile-friendly `coding:' meta-data.Ludovic Courtès2010-01-111-6/+2
* Add proper `--help' and `--version' for `guile-tools compile'.Ludovic Courtès2009-08-151-2/+14
* Add `(system base message)', a simple warning framework.Ludovic Courtès2009-07-311-2/+32
* Complete changing license to LGPLv3+Neil Jerram2009-06-171-7/+7
* disable autocompilation when running guile-tools compileAndy Wingo2009-06-051-0/+3
* scripts take rest argsAndy Wingo2009-04-201-2/+2
* guile-tools is a scheme script that loads scheme modulesAndy Wingo2009-04-171-0/+138