Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | it's the year 2014 | Araq | 2014-01-19 | 1 | -1/+1 |
| | |||||
* | resolved conflicts with master | Araq | 2014-01-18 | 1 | -3/+6 |
|\ | |||||
| * | Added --noBabelPath override. | Dominik Picheta | 2013-12-25 | 1 | -1/+4 |
| | | |||||
* | | case consistency: cs:partial bootstraps on windows | Araq | 2013-12-29 | 1 | -9/+9 |
| | | |||||
* | | case consistency: next steps | Araq | 2013-12-29 | 1 | -8/+8 |
| | | |||||
* | | case consistency part 4 | Araq | 2013-12-27 | 1 | -46/+46 |
| | | |||||
* | | case consistency part 1 | Araq | 2013-12-27 | 1 | -41/+41 |
| | | |||||
* | | next steps for FFI support | Araq | 2013-11-25 | 1 | -3/+3 |
|/ | |||||
* | support for --cs:partial | Araq | 2013-09-24 | 1 | -1/+8 |
| | |||||
* | --os and --cpu work in configuration files | Araq | 2013-05-19 | 1 | -2/+2 |
| | |||||
* | support suggest after compile in caas mode | Zahary Karadjov | 2013-05-05 | 1 | -0/+19 |
| | |||||
* | experimental support for answering idetools --def requests from | Zahary Karadjov | 2013-05-04 | 1 | -1/+2 |
| | | | | an in-memory index built during compilation in caas mode | ||||
* | fixes #394 | Araq | 2013-04-23 | 1 | -2/+5 |
| | |||||
* | added manyloc test suite; --path now relative to project dir if not absolute | Araq | 2013-04-13 | 1 | -5/+7 |
| | |||||
* | implemented --dynlibOverride option for static linking of 'dynlib' | Araq | 2013-04-08 | 1 | -0/+7 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | Merge pull request #280 from keitahaga/better-error-message | Araq | 2013-02-21 | 1 | -3/+8 |
|\ | | | | | Slightly better error message | ||||
| * | Better CLI error message when options are invalid | Keita Haga | 2012-12-16 | 1 | -3/+8 |
| | | |||||
* | | preparations for a generational GC | Araq | 2013-02-16 | 1 | -0/+4 |
| | | |||||
* | | first version of a simple mark&sweep GC; activate with --gc:markAndSweep | Araq | 2013-02-07 | 1 | -4/+8 |
| | | |||||
* | | cleaner GC switching | Araq | 2013-01-31 | 1 | -14/+14 |
| | | |||||
* | | the `mainmodule` option has effect only when no explicit module is given | Zahary Karadjov | 2013-01-28 | 1 | -2/+1 |
| | | |||||
* | | merged upstream master | Zahary Karadjov | 2013-01-27 | 1 | -21/+15 |
|\ \ | |||||
| * | | Copyright 2012 -> 2013 | Araq | 2013-01-08 | 1 | -2/+2 |
| | | | |||||
| * | | implemented --listFullPaths option for aporia | Araq | 2012-12-27 | 1 | -0/+3 |
| |/ | |||||
| * | lazy paths for Babel support | Araq | 2012-12-11 | 1 | -0/+1 |
| | | |||||
| * | compiler support for babel | Araq | 2012-12-07 | 1 | -18/+9 |
| | | |||||
| * | replaced recursivePath with shallowPath for Babel | Araq | 2012-12-06 | 1 | -3/+2 |
| | | |||||
* | | adds an option to interleave the generated code with snippets from the ↵ | Zahary Karadjov | 2012-12-02 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | original source Lines from the original source are outputted as comments next to line directives. Hopefully, this will make debugging codegen problems easier. Other changes: The frame setup code now uses a single-line C macro. My motivation was to reduce the noise in the generated output and make it easier to step over the boiler-plate code, but counter-intuitively this also improved the overall compilation speed a little bit so I applied the same treatment to line tracking too (this reduces the size of the generated files and the explanation is that probably the I/O overhead dominates the macro expansion costs). | ||||
* | | [caas] first version that actually works (still has a lot of logical memory ↵ | Zahary Karadjov | 2012-11-28 | 1 | -0/+1 |
| | | | | | | | | leaks on recompilation) | ||||
* | | caas is now drivable through stdin | Zahary Karadjov | 2012-11-28 | 1 | -0/+3 |
|/ | | | | | * added idetools --eval * streams.readLine recognises and applies the backspace character | ||||
* | doc2 improvements; small lexer bugfix: backslashes in comments | Araq | 2012-11-20 | 1 | -0/+3 |
| | |||||
* | next steps towards term rewriting macros; simple examples work | Araq | 2012-08-30 | 1 | -0/+3 |
| | |||||
* | made compiler more robust for idetools; implemented idetools.usages | Araq | 2012-07-30 | 1 | -1/+4 |
| | |||||
* | implements #173 | Araq | 2012-07-28 | 1 | -1/+4 |
| | |||||
* | cross-compilation improvements | Araq | 2012-07-08 | 1 | -2/+0 |
| | |||||
* | extracted documentation generator | Araq | 2012-05-09 | 1 | -2/+1 |
| | |||||
* | first steps for cleaner static/const distinction | Araq | 2012-03-13 | 1 | -0/+3 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -2/+2 |
| | |||||
* | code gen can generate code to keep alive stack roots | Araq | 2011-12-22 | 1 | -1/+1 |
| | |||||
* | path canonicalization and proper project relative paths | Zahary Karadjov | 2011-12-09 | 1 | -6/+4 |
| | |||||
* | cleaned up configuration file handling and documented the new behaviour | Araq | 2011-11-30 | 1 | -19/+13 |
| | |||||
* | New algorithm for locating and loading nimrod config files. | Zahary Karadjov | 2011-11-25 | 1 | -5/+33 |
| | | | | Some new options added to the compiler (see news.txt for details) | ||||
* | new compiler option tlsEmulation | Araq | 2011-10-27 | 1 | -4/+5 |
| | |||||
* | beginning of a taint mode; type system enhancements | Araq | 2011-09-24 | 1 | -88/+4 |
| | |||||
* | documentation for --nimcache option | Araq | 2011-08-19 | 1 | -0/+1 |
| | |||||
* | implemented --nimcache config option; big clean up of magic words | Araq | 2011-08-19 | 1 | -118/+123 |
| | |||||
* | support for C++ code generation; importcpp and importobjc pragmas | Araq | 2011-08-07 | 1 | -1/+2 |
| | |||||
* | basic thread analysis working | Araq | 2011-06-13 | 1 | -3/+3 |
| | |||||
* | further steps for thread support; bootstrapping should require unzip C ↵ | Araq | 2011-05-16 | 1 | -1/+1 |
| | | | | sources and ./build.sh |