summary refs log tree commit diff stats
path: root/compiler/main.nim
Commit message (Collapse)AuthorAgeFilesLines
* case consistency for evalffiAraq2014-02-011-3/+4
|
* it's the year 2014Araq2014-01-191-1/+1
|
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-2/+2
|
* case consistency: next stepsAraq2013-12-291-7/+7
|
* case consistency part 4Araq2013-12-271-52/+52
|
* case consistency part 1Araq2013-12-271-16/+16
|
* Merge branch 'master' of https://github.com/Araq/Nimrod into vm2Araq2013-12-231-26/+32
|\ | | | | | | | | Conflicts: web/news.txt
| * Added jsondoc compiler switchErik O'Leary2013-12-121-26/+32
| | | | | | | | Outputs top-level exported information in JSON
* | Merge branch 'master' into vm2Araq2013-12-131-1/+3
|\|
| * in successful compilations with verbosity:0, all output is suppressed ↵Zahary Karadjov2013-12-101-1/+3
| | | | | | | | (useful for combing with --run)
* | compiler bootstraps with new VMAraq2013-10-151-1/+1
|/
* Take into account dirty buffers in suggest output; Fixes zah/nimrod.vim#14Zahary Karadjov2013-08-071-1/+5
|
* 'nimrod pretty': next steps, doesn't work yetAraq2013-07-291-0/+1
|
* 'nimrod pretty' command: next stepsAraq2013-07-291-2/+9
|
* 'modules' module from 'main'; minor bugfixesAraq2013-07-201-210/+7
|
* refactorings for the eval engine; bugfix: clean templates as accessorsAraq2013-07-191-0/+12
|
* fix compiling after suggestZahary Karadjov2013-05-051-23/+17
|
* support suggest after compile in caas modeZahary Karadjov2013-05-051-1/+6
|
* bugfix: compiling after idetools usage is now possible in caas modeZahary Karadjov2013-05-051-0/+10
|
* experimental support for answering idetools --def requests fromZahary Karadjov2013-05-041-8/+12
| | | | an in-memory index built during compilation in caas mode
* nimrod dump can now produce a machine readable json reportZahary Karadjov2013-05-011-5/+35
| | | | | | | | | | | | | The data in the report includes necessary information for starting the compiler service and setting up the project paths in the IDE. the default verbosity of 1 is now set in the compiler code to fix an issue with verbosity being temporary set to 1 during config parsing even when it's explicitly overridden on the command-line. compiler/lexbase was temporary renamed to nimlexbase as a work-around for a codegen naming conflict with lib/pure/lexbase resulting in linking errors (further investigation needed).
* bugfix: fix linking when symbol files are usedZahary Karadjov2013-04-081-2/+2
|
* next steps to make symbol files work againAraq2013-04-081-1/+2
|
* 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
| | | | No one calls it EcmaScript anymore.
* 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
| | | | | | | | | | | | This revision is intended as comparison point between the old and the new GC The used GC can be switched in mmdisp and various statistics will be gathered during execution (these will be removed/disabled in later revisions)
* | 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 ↵Zahary Karadjov2012-11-281-33/+135
| | | | | | | | leaks on recompilation)
* | CaaS in-memory cachingZahary Karadjov2012-11-281-45/+107
| | | | | | | | | | removed some redundant filepath params and variables and switched to canonical paths in most places