summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #969 from gradha/pr_avoids_crash_on_unknown_rst_directiveAndreas Rumpf2014-03-031-1/+1
|\
| * Avoids crash parsing unknown rst raw directive. Fixes #761.Grzegorz Adam Hankiewicz2014-03-021-1/+1
* | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-03-023-4/+17
|\ \
| * | Fixes sockets2 on Windows.Dominik Picheta2014-02-281-1/+10
| |/
| * Merge pull request #963 from zielmicha/wait-for-exit-docAndreas Rumpf2014-02-271-0/+3
| |\
| | * osproc: add warning about using waitForExit without poParentStreamsMichał Zieliński2014-02-271-0/+3
| * | Merge pull request #962 from barcharcraz/vstweaksAndreas Rumpf2014-02-271-3/+4
| |\ \
| | * | added an overload for highlight.initGeneralTokenizer that accepts a cstring.Charlie Barto2014-02-261-3/+4
| | |/
* | | the compiler is now aware of packagesAraq2014-03-025-25/+18
* | | better handling of packages, still incompleteAraq2014-03-024-14/+63
* | | bugfix: walkFiles on windows shouldn't yield directoriesAraq2014-03-021-1/+2
|/ /
* | tstmtexprs.nim works againAraq2014-02-272-3/+3
* | xmltree.`<>` macro works againAraq2014-02-273-10/+12
* | some progress on the new name manglerAraq2014-02-271-130/+251
* | make C backend more robust against compiler bugsAraq2014-02-271-0/+2
* | nil -> discardAraq2014-02-271-1/+1
* | fixed typo in error messageAraq2014-02-270-0/+0
|/
* renamed TRegister to TFullReg so that older versions can compile itAraq2014-02-261-16/+16
* htmlgen works againAraq2014-02-251-3/+8
* bootstrapping should work againAraq2014-02-251-2/+1
* made some tests green; htmlgen still brokenAraq2014-02-254-10/+16
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-251-38/+38
|\
| * rename compilerProcs to match the recently changed jssys.nimZahary Karadjov2014-02-251-38/+38
* | Merge branch 'vm2_2' into develAraq2014-02-2521-567/+966
|\ \
| * | added canonizerAraq2014-02-251-0/+288
| * | bugfix: typoAraq2014-02-251-1/+1
| * | keine_schweine test is not platform dependentAraq2014-02-243-12/+16
| * | new VM is getting stableAraq2014-02-2410-39/+98
| * | simple macros work againAraq2014-02-221-40/+32
| * | fixed opcConvAraq2014-02-224-13/+35
| * | vm2: new representation of registersAraq2014-02-219-530/+564
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-02-2536-415/+950
|\ \ \ | |/ / |/| / | |/
| * some fixes for static params usage in macrosZahary Karadjov2014-02-254-26/+51
| * Merge pull request #957 from zielmicha/macosx-fixAndreas Rumpf2014-02-241-2/+11
| |\
| | * osproc: MacOSX fix - if -> whenMichał Zieliński2014-02-241-1/+1
| | * osproc: MacOSX workaround for lack of execvpeMichał Zieliński2014-02-241-1/+10
| |/
| * Merge pull request #953 from zielmicha/vforkAndreas Rumpf2014-02-231-4/+2
| |\
| | * osproc: use fork by default on Linux, clone if requested by useClone flagMichał Zieliński2014-02-231-3/+1
| | * osproc: increase stack size from 8k to 64kMichał Zieliński2014-02-231-1/+1
| * | Merge pull request #917 from zielmicha/vforkAndreas Rumpf2014-02-233-87/+205
| |\|
| | * osproc: use push stacktrace:off instead of nostackframeMichał Zieliński2014-02-181-3/+6
| | * osproc: make failed execv an exception (when using fork or clone)Michał Zieliński2014-02-152-23/+64
| | * osproc: use clone with CLONE_VM on Linux for faster process spawningMichał Zieliński2014-02-142-73/+147
| | * Merge branch 'devel' of https://github.com/Araq/Nimrod into develMichał Zieliński2014-02-1013-80/+1243
| | |\
| | * \ Merge branch 'devel' of https://github.com/Araq/Nimrod into develMichał Zieliński2014-02-0991-1371/+1373
| | |\ \
| | * | | osproc: fix naming inconsistiencesMichał Zieliński2014-01-261-21/+21
| * | | | Merge pull request #951 from skyfex/develAndreas Rumpf2014-02-235-18/+130
| |\ \ \ \
| | * \ \ \ Merge branch 'devel' of https://github.com/Araq/Nimrod into develAudun Wilhelmsen2014-02-2371-706/+1547
| | |\ \ \ \
| | * | | | | Fixed #688 : return in except statments. Also fixed return in finally stateme...Audun Wilhelmsen2014-02-232-18/+30
| | * | | | | Added test cases for return in except statements.Audun Wilhelmsen2014-02-232-0/+60