summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* introduced 'benign' pragmaAraq2014-10-252-1/+4
* Merge branch 'devel' into bigbreakAraq2014-10-251-0/+1
|\
| * '.emit' pragma produces a trailing newlineAraq2014-10-251-0/+1
* | Merge branch 'devel' into bigbreakAraq2014-10-232-7/+9
|\|
| * fixes #1029Araq2014-10-222-6/+8
| * fixes 'import x as y' regressionAraq2014-10-221-1/+1
* | Merge branch 'bigbreak' of https://github.com/Araq/Nimrod into bigbreakAraq2014-10-211-0/+1
|\ \
| * | fix issue #1581Billingsly Wetherfordshire2014-10-201-0/+1
* | | Merge branch 'devel' into bigbreakAraq2014-10-204-18/+30
|\ \ \ | |/ / |/| / | |/
| * Merge pull request #1574 from trustable-code/PR3Andreas Rumpf2014-10-201-2/+4
| |\
| | * Compare fileIndexes instead of file namesSimon Krauter2014-10-151-1/+1
| | * Do not allow self importSimon Krauter2014-10-141-2/+4
| * | disable 'view source' featureAraq2014-10-201-0/+2
| * | default to warnGcUnsafe for threads:onAraq2014-10-191-1/+3
| * | website updates for 0.9.6Araq2014-10-191-1/+1
| * | Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-10-191-1/+5
| |\ \
| | * | Update and clarify the purpose of the nimrod.ini fileClay Sweetser2014-10-191-2/+6
| | * | niminst: 'doc/*.txt' required for bootstrappingAraq2014-10-181-1/+1
| * | | readme.txt is not readme.mdAraq2014-10-191-4/+2
| |/ /
| * | more improvements for the NSIS installerAraq2014-10-171-1/+2
| * | improvements for niminstAraq2014-10-171-4/+2
| * | niminst supports NSISAraq2014-10-171-7/+13
| |/
| * added missing nimfix filesAraq2014-10-114-0/+368
| * backported .deprecated statementAraq2014-10-116-134/+169
| * fixes #1551Araq2014-10-111-0/+5
| * added 'nim*Setjmp' conditional symbolsAraq2014-10-051-0/+2
* | documentation updatesAraq2014-10-111-2/+2
* | bugfix: c++ support for 'NimThreadVarsSize'Araq2014-10-081-3/+6
* | should compile with csources againAraq2014-10-061-1/+0
* | nimfix now in its own directory; single file mode now the defaultAraq2014-10-058-8/+12
* | 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