summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
...
* | | fixes #1551Araq2014-10-051-2/+3
* | | docgen should work againAraq2014-10-054-8/+17
* | | Merge branch 'devel' of https://github.com/Araq/Nimrod into bigbreakAraq2014-10-046-7/+29
|\| |
| * | Merge pull request #1545 from rbehrends/setjmp-perfAndreas Rumpf2014-10-023-2/+13
| |\ \
| | * | Use _setjmp()/_longjmp() only on BSD-like systems for now.Reimer Behrends2014-09-271-1/+3
| | * | Improve setjmp()/longjmp() performance.Reimer Behrends2014-09-253-2/+11
| * | | Fixes #1529Clay Sweetser2014-10-011-2/+9
| * | | Updated Version NumberVarriount2014-09-281-1/+1
| * | | Disable git hashing in the version commandVarriount2014-09-281-2/+2
| |/ /
| * | Avoid unnecessary #include triggered by importc vars.Reimer Behrends2014-09-191-0/+4
* | | updated some testsAraq2014-10-041-1/+1
* | | implemented mixed mode codegenAraq2014-10-0312-90/+105
* | | recursive tuple types are now invalid (breaking change)Araq2014-10-021-1/+3
* | | bugfix: 'T = ref T' is an illegal recursive typeAraq2014-10-023-2/+5
* | | 'try' works at compile-timeAraq2014-10-021-1/+12
* | | fixes a minor bug when 'type' is used in a wrong wayAraq2014-10-021-2/+2
* | | system.writeFile works at compile-timeAraq2014-10-021-0/+9
* | | deprecated string case statements without 'else'Araq2014-10-021-1/+5
* | | better lock level handlingAraq2014-10-024-40/+78
* | | deprecated '#[' comments for future multi-line comment featureAraq2014-09-281-1/+6
* | | implemented locking levels; still incompleteAraq2014-09-275-17/+56
* | | deepCopy is instantiated when its corresponding type is instantiatedAraq2014-09-266-2/+36
* | | 'let' within 'parallel' now worksAraq2014-09-222-3/+3
* | | made some tests greenAraq2014-09-213-2/+5
* | | implemented 'guard' annotationAraq2014-09-2118-119/+198
* | | 'nim i' should work againAraq2014-09-181-2/+3
* | | more robust for nim checkAraq2014-09-171-0/+1
* | | improvements for nimfixAraq2014-09-173-27/+41
* | | ttypeclasses works againAraq2014-09-171-4/+3
* | | fixes a recently introduced regressionAraq2014-09-161-3/+2
* | | generic proc type works againAraq2014-09-141-7/+8
* | | fixes documentation generatorAraq2014-09-144-6/+11
* | | resolved conflictAraq2014-09-131-0/+2
|\ \ \
| * | | Fix 'doc' command.Dominik Picheta2014-09-131-0/+2
* | | | minor changes to manual.txtAraq2014-09-131-1/+1
* | | | merged things from develAraq2014-09-124-3/+3
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | fixes #665Araq2014-09-112-1/+2
| * | fixes #1067Araq2014-09-111-0/+10
| * | mostly fixes #1339Araq2014-09-112-3/+9
| * | fixes #1366Araq2014-09-111-1/+1
| * | fixes #903, fixess #1513Araq2014-09-111-6/+14
| * | fixes #1511Araq2014-09-111-13/+16
| * | minor bugfix for void .compileTime procsAraq2014-09-111-1/+1
| * | fixes #1444Araq2014-09-111-5/+11
| * | Properly handle staticExec() generating large output.Reimer Behrends2014-09-101-1/+1
* | | renamed URLencode to encodeUrlAraq2014-09-101-2/+2
* | | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreakAraq2014-09-101-2/+2
|\ \ \
| * | | Fix case issues in compiler/docgen.Dominik Picheta2014-09-101-2/+2
* | | | nimfix improvementsAraq2014-09-105-8/+6
* | | | improvements for nimfixAraq2014-09-109-12/+37