summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* GC'ed wide strings for windowsAraq2013-05-207-306/+164
|
* 'from' statement documentedAraq2013-05-194-4/+33
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-05-194-37/+124
|\
| * Added news about the new website.Dominik Picheta2013-05-191-4/+14
| |
| * Improved the performance of the SCGI module when dealing with multipleDominik Picheta2013-05-194-34/+111
| | | | | | | | concurrent requests.
* | made some tests green; implemented 'from module import nil'Araq2013-05-1916-975/+84
|/
* made some tests greenAraq2013-05-196-6/+8
|
* --os and --cpu work in configuration filesAraq2013-05-191-2/+2
|
* updated docsAraq2013-05-194-13/+2
|
* fixes #432, fixes #427Araq2013-05-193-4/+39
|
* fixes #439Araq2013-05-191-1/+1
|
* fixes #420Araq2013-05-192-4/+9
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-05-1820-130/+359
|\
| * nimbase.h doesn't need signal.hSimon Hafner2013-05-181-2/+1
| |
| * Website adjustments; added table style and span.pre style.Dominik Picheta2013-05-182-2/+30
| |
| * Implemented new Nimrod website designed by @PhilipWitte.Dominik Picheta2013-05-1819-126/+328
| |
* | fixes #433Araq2013-05-184-15/+28
|/
* fixes #119Araq2013-05-181-2/+1
|
* fixes #399Araq2013-05-181-1/+2
|
* fixes #437, fixes #436Araq2013-05-181-1/+1
|
* fixes #440Araq2013-05-182-10/+13
|
* preparations for the new symbol binding rules for clean templatesAraq2013-05-183-3/+4
|
* c2nim compiles againAraq2013-05-151-1/+1
|
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-05-1431-331/+460
|\
| * rebuilt the C sourcesZahary Karadjov2013-05-132-12/+28
| |
| * fixes #430Zahary Karadjov2013-05-122-6/+24
| |
| * fixes #429 and tstmtexprZahary Karadjov2013-05-126-22/+35
| |
| * fixing the dos line endings in a broken testZahary Karadjov2013-05-121-4/+3
| |
| * Merge branch 'master' of github.com:Araq/Nimrod into upstreamZahary Karadjov2013-05-124-7/+29
| |\
| | * Fixes #428Dominik Picheta2013-05-111-1/+1
| | |
| * | documented the ``noforward`` pragmaZahary Karadjov2013-05-124-2/+60
| | |
| * | merged the persistent scopes work with the delayed proc compilation strategyZahary Karadjov2013-05-1212-42/+93
| |\ \
| | * | added a ``noforward`` pragma that enables a new compilation strategyZahary Karadjov2013-05-119-22/+76
| | | | | | | | | | | | | | | | not requiring forward declarations on a per-module basis
| * | | final fixes giving us a working compilerZahary Karadjov2013-05-128-22/+19
| | | |
| * | | get rid of TOverloadIter.stackPtrZahary Karadjov2013-05-123-28/+39
| | | |
| * | | get rid of ImportTablePos and ModuleTablePosZahary Karadjov2013-05-129-76/+76
| | | |
| * | | get rid of the SymTab* procs in astalgoZahary Karadjov2013-05-1211-133/+91
| | | |
| * | | switch to a linked list of scopesZahary Karadjov2013-05-1111-88/+96
| |/ /
* | | 'inject' for 'for' loop variablesAraq2013-05-145-30/+41
| | |
* | | Merge branch 'newtempl' of github.com:Araq/NimrodAraq2013-05-113-47/+65
|\ \ \ | |_|/ |/| |
| * | todo.txt changesAraq2013-05-113-47/+65
| | |
* | | Merge branch 'master' of github.com:Araq/NimrodAraq2013-05-114-50/+176
|\ \ \ | | |/ | |/|
| * | Merge pull request #426 from gradha/pr_misc_doc_improvementsSimon Hafner2013-05-103-50/+62
| |\ \ | | | | | | | | Misc doc improvements
| | * | Adds note about grouping to split iterators.Grzegorz Adam Hankiewicz2013-05-111-42/+49
| | | |
| | * | Adds note to quit() about being called for termination.Grzegorz Adam Hankiewicz2013-05-101-6/+11
| | | |
| | * | Adds link to manual thread memory section from threads module.Grzegorz Adam Hankiewicz2013-05-101-2/+2
| | |/
| * | Merge pull request #425 from gradha/pr_ignore_generated_filesSimon Hafner2013-05-101-0/+114
| |\ \ | | |/ | |/| Adds some more entries to the list of ignored files.
| | * Adds some more entries to the list of ignored files.Grzegorz Adam Hankiewicz2013-05-101-0/+114
| |/
* / new effect system should be sound nowAraq2013-05-113-6/+28
|/
* Merge branch 'master' of github.com:Araq/NimrodAraq2013-05-091-0/+3
|\