summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Fixed lineinfo in getTypeYuriy Glukhov2015-12-251-8/+8
* fix issue #3550trustable-code2015-12-241-4/+1
* Merge pull request #3651 from jangko/vm_'excl'Andreas Rumpf2015-12-211-1/+1
|\
| * fixed compile time `excl ` cause SIGSEGV #3639jangko2015-12-171-1/+1
* | Merge pull request #3654 from jangko/vm_uinttouint64convAndreas Rumpf2015-12-211-1/+8
|\ \
| * | fixed VM touint conversion #2514jangko2015-12-191-1/+8
| |/
* / Fix regression in set.excl code generation.Hans Raaf2015-12-211-1/+1
|/
* fixes a critical bug concerning a[^1] rewritingsAndreas Rumpf2015-12-141-1/+1
* fixes #3622Andreas Rumpf2015-12-044-6/+7
* Merge pull request #3530 from rbehrends/fix-setop-shiftsAndreas Rumpf2015-12-031-9/+9
|\
| * Avoid signed shifts and bit operations for sets.Reimer Behrends2015-11-111-9/+9
* | removes 'x is iterator' special casing in the languageAraq2015-12-036-48/+22
* | fixes tlocals regressionAraq2015-12-031-1/+1
* | Merge pull request #3605 from ephja/echo-flushAndreas Rumpf2015-12-011-0/+1
|\ \
| * | flush after printingErik Johansson Andersson2015-11-281-0/+1
* | | lambda lifting support for iterToProc pluginAraq2015-12-013-17/+81
* | | added iterToProc pluginAraq2015-12-013-7/+27
* | | --gc:v2 requires global root trackingAraq2015-12-011-1/+1
|/ /
* | fixes #3222Araq2015-11-261-1/+9
* | fixes #2285Araq2015-11-261-2/+4
* | 'out T' is an alias for 'var T'Araq2015-11-261-4/+5
* | 'importc' allows 'not nil' annotationAraq2015-11-261-1/+2
* | allow 'nil ref T' as a first step which does nothingAraq2015-11-261-4/+18
* | Fixed JS codegen for distinct typesYuriy Glukhov2015-11-231-1/+1
* | Fixed SIGSEGV on wrong slurp usageAnatoly Galiulin2015-11-231-2/+0
* | fixes #3546Araq2015-11-181-2/+5
* | better error handling for bug #3550Araq2015-11-181-2/+2
* | fixes #3550Araq2015-11-181-1/+6
* | allows macros to access documentation commentsAraq2015-11-181-0/+1
* | fixes a critical error handling bug for nimsuggestAraq2015-11-181-0/+1
|/
* os.walkDir is available at compile timeAraq2015-11-103-3/+20
* added newTree to ast.nimAraq2015-11-101-0/+4
* Modified setDefaultLibpath to search using findExe"nim".Dominik Picheta2015-11-071-0/+11
* better nimsuggest supportAraq2015-11-032-4/+5
* nimrod is obsoleteAraq2015-11-031-2/+2
* fixes a critical xlen codegen bugAraq2015-11-031-1/+1
* Install stdlib.nimble in libVictor Korkin2015-11-021-0/+1
* nimsuggest: added 'chk', 'outline' and 'highlight' featuresAraq2015-11-018-71/+167
* development version is 0.12.1, not 0.12.0Araq2015-10-291-0/+496
* fixes #3476Araq2015-10-271-2/+2
* fixes #3431, fixes #3370, fixes #3468Araq2015-10-251-3/+4
* fixes #1799 properlyAraq2015-10-251-8/+15
* fixes #1799Araq2015-10-252-3/+4
* compiler/commands: Always write usage to stdoutAdam Strzelecki2015-10-221-3/+4
* msgs: One msgWriteln with optional flagsAdam Strzelecki2015-10-223-24/+19
* fixes #3452Araq2015-10-222-2/+12
* doc\advopt.txtAraq2015-10-223-4/+8
* fixes #3338Araq2015-10-223-4/+16
* mitigates unclear nimsuggest problemAraq2015-10-221-0/+1
* fixes installation problems on unix by hardcoding the dlls.zip nameAraq2015-10-161-1/+1