summary refs log tree commit diff stats
path: root/compiler/main.nim
Commit message (Expand)AuthorAgeFilesLines
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-02-281-0/+1
|\
| * added isServing parameterSimon Hafner2013-02-261-0/+1
* | small improvementsAraq2013-02-271-1/+2
|/
* enable 'cast' in interactive mode (beware)Araq2013-02-171-1/+1
* EcmaScript => JS. Fixes #330Simon Hafner2013-02-151-8/+9
* revert to old GC; use --gc:v2 to activate the new GCAraq2013-01-311-8/+9
* the `mainmodule` option has effect only when no explicit module is givenZahary Karadjov2013-01-281-7/+6
* merged upstream masterZahary Karadjov2013-01-271-5/+6
|\
| * bootstrapping works againAraq2013-01-221-3/+1
| * fixed some closure related bugsAraq2013-01-221-1/+3
| * allow 'cast' for the JS targetAraq2013-01-091-1/+1
| * Copyright 2012 -> 2013Araq2013-01-081-1/+1
| * next steps for FFI at compile timeAraq2013-01-021-1/+0
| * bugfix: openssl import for macosxAraq2012-12-191-0/+3
| * lazy paths for Babel supportAraq2012-12-111-3/+3
* | remove any traces of the old global generics cacheZahary Karadjov2013-01-271-3/+0
* | fixed a regression in `nimrod i`Zahary Karadjov2013-01-271-2/+2
* | fixed a regression: compiling projects not residing in the current directoryZahary Karadjov2013-01-201-10/+7
* | cleaned up some debugging codeZahary Karadjov2013-01-201-10/+17
* | fixes the recently discovered GC memory leaksZahary Karadjov2012-12-201-41/+53
* | temporary debugging code for the memory leak investigationZahary Karadjov2012-11-281-6/+64
* | disables the compile-time rope formatting during bootstrappingZahary Karadjov2012-11-281-0/+1
* | experimental compile-time rope formatting codeZahary Karadjov2012-11-281-0/+5
* | store the instantiation cache in the generic symbolZahary Karadjov2012-11-281-12/+0
* | [caas] first version that actually works (still has a lot of logical memory l...Zahary Karadjov2012-11-281-33/+135
* | CaaS in-memory cachingZahary Karadjov2012-11-281-45/+107
* | caas is now drivable through stdinZahary Karadjov2012-11-281-32/+65
|/
* almost every pragma is allowed in a 'push' pragmaAraq2012-11-201-0/+1
* doc2 improvements; small lexer bugfix: backslashes in commentsAraq2012-11-201-2/+12
* better extension loading for the OpenGL wrapperAraq2012-10-091-1/+1
* first steps for compiler as a serviceAraq2012-10-031-1/+12
* top level closures should work; transf is not a pass anymore; next steps for ...Araq2012-08-131-2/+1
* made compiler more robust for idetools supportAraq2012-07-301-1/+2
* removed nimdat in favor of per-module dat init procsZahary Karadjov2012-07-191-0/+3
* JS codegen enhancements; still unusableAraq2012-07-011-1/+3
* docgen2 improvementsAraq2012-06-231-1/+1
* first implementation of docgen2Araq2012-06-231-1/+14
* extracted documentation generatorAraq2012-05-091-1/+5
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* path canonicalization for imported modules, relative paths written in rod filesZahary Karadjov2011-12-111-1/+1
* path canonicalization and proper project relative pathsZahary Karadjov2011-12-091-1/+1
* Speed-up symbolFiles:on operations on windowsZahary Karadjov2011-12-071-12/+10
* bugfixes for .rod files and visual C++Araq2011-12-031-1/+1
* cleaned up configuration file handling and documented the new behaviourAraq2011-11-301-10/+10
* argument passing with --run option works againAraq2011-11-271-2/+2
* New algorithm for locating and loading nimrod config files.Zahary Karadjov2011-11-251-78/+79
* compilation cache: multi methods now workAraq2011-10-241-0/+1
* compilation cache: better dependency checkingAraq2011-10-231-0/+1
* much more efficient rod file generationAraq2011-10-181-25/+17