Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | corrected backends.txt | Araq | 2014-06-30 | 1 | -4/+4 |
| | |||||
* | Starts backends.txt with bits from nimrodc.txt. | Grzegorz Adam Hankiewicz | 2014-06-21 | 1 | -3/+4 |
| | |||||
* | reintroduce thread analysis but disable it for backwards compatibility | Araq | 2014-04-20 | 1 | -0/+1 |
| | |||||
* | removed flawed thread analysis pass | Araq | 2014-04-20 | 1 | -1/+0 |
| | |||||
* | Mentions jsondoc in compiler advanced help. | Grzegorz Adam Hankiewicz | 2014-04-19 | 1 | -0/+1 |
| | |||||
* | merged better html links #850 | Araq | 2014-04-08 | 1 | -0/+2 |
| | |||||
* | support for --cs:partial | Araq | 2013-09-24 | 1 | -0/+2 |
| | |||||
* | Documents passC/passL pragmas. Refs #506. | Grzegorz Adam Hankiewicz | 2013-07-05 | 1 | -2/+2 |
| | |||||
* | Lists available idetools caas switches. | Grzegorz Adam Hankiewicz | 2013-06-15 | 1 | -0/+4 |
| | |||||
* | documented trackDirty | zah | 2013-06-08 | 1 | -0/+2 |
| | |||||
* | Corrects default verbosity level from 0 to 1. | Grzegorz Adam Hankiewicz | 2013-04-15 | 1 | -1/+1 |
| | |||||
* | implemented --dynlibOverride option for static linking of 'dynlib' | Araq | 2013-04-08 | 1 | -0/+5 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | code cleanup for mark&sweep GC | Araq | 2013-02-07 | 1 | -1/+2 |
| | |||||
* | cleaner GC switching | Araq | 2013-01-31 | 1 | -1/+1 |
| | |||||
* | merged upstream master | Zahary Karadjov | 2013-01-27 | 1 | -1/+3 |
|\ | |||||
| * | implemented --listFullPaths option for aporia | Araq | 2012-12-27 | 1 | -0/+1 |
| | | |||||
| * | compiler support for babel | Araq | 2012-12-07 | 1 | -2/+2 |
| | | |||||
| * | replaced recursivePath with shallowPath for Babel | Araq | 2012-12-06 | 1 | -1/+2 |
| | | |||||
* | | adds an option to interleave the generated code with snippets from the ↵ | Zahary Karadjov | 2012-12-02 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 is now drivable through stdin | Zahary Karadjov | 2012-11-28 | 1 | -0/+1 |
|/ | | | | | * 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/+1 |
| | |||||
* | next steps towards term rewriting macros; simple examples work | Araq | 2012-08-30 | 1 | -0/+1 |
| | |||||
* | made compiler more robust for idetools; implemented idetools.usages | Araq | 2012-07-30 | 1 | -1/+2 |
| | |||||
* | implements #173 | Araq | 2012-07-28 | 1 | -0/+2 |
| | |||||
* | doc2 improvements | Araq | 2012-06-24 | 1 | -2/+0 |
| | |||||
* | docgen2 improvements | Araq | 2012-06-23 | 1 | -1/+1 |
| | |||||
* | first implementation of docgen2 | Araq | 2012-06-23 | 1 | -0/+1 |
| | |||||
* | deprecated the pretty printer command | Araq | 2012-06-22 | 1 | -1/+0 |
| | |||||
* | extracted documentation generator | Araq | 2012-05-09 | 1 | -1/+2 |
| | |||||
* | first steps for cleaner static/const distinction | Araq | 2012-03-13 | 1 | -0/+1 |
| | |||||
* | cleaned up configuration file handling and documented the new behaviour | Araq | 2011-11-30 | 1 | -1/+2 |
| | |||||
* | New algorithm for locating and loading nimrod config files. | Zahary Karadjov | 2011-11-25 | 1 | -1/+9 |
| | | | | Some new options added to the compiler (see news.txt for details) | ||||
* | documented --recursivePath | Araq | 2011-11-04 | 1 | -0/+1 |
| | |||||
* | new compiler option tlsEmulation | Araq | 2011-10-27 | 1 | -0/+1 |
| | |||||
* | bugfixes for ROD file generation; nimcache dir is now flat | Araq | 2011-10-20 | 1 | -0/+1 |
| | |||||
* | beginning of a taint mode; type system enhancements | Araq | 2011-09-24 | 1 | -0/+1 |
| | |||||
* | documentation for --nimcache option | Araq | 2011-08-19 | 1 | -0/+1 |
| | |||||
* | 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 | -1/+1 |
| | |||||
* | --stdout support; idetools implemented | Araq | 2011-02-25 | 1 | -7/+14 |
| | |||||
* | REPL improvements | Araq | 2011-02-13 | 1 | -0/+3 |
| | |||||
* | changes to threads; --recursivePath support | Araq | 2011-01-29 | 1 | -0/+1 |
| | |||||
* | support for objective C generation | Araq | 2011-01-10 | 1 | -0/+1 |
| | |||||
* | tiny C support; cosmetic improvements for the docs | Araq | 2010-08-28 | 1 | -0/+39 |