summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* fixes 3354Araq2015-09-231-2/+8
* fixes #3359Araq2015-09-232-3/+4
* disjoint checker is smarter (and slower)Araq2015-09-232-9/+115
* fixes #3357Araq2015-09-231-2/+5
* made disjoint checker smarter; fixes regressionsAraq2015-09-233-14/+43
* fixes regression: NimForum compiles againAraq2015-09-212-32/+63
* minor bugfix for transf pass after lambda-liftingAraq2015-09-211-17/+20
* fixes #2594Araq2015-09-181-2/+5
* renamed inCompilesContext to compilesContextId; added test case for #3313Araq2015-09-186-14/+14
* fixes #3313Araq2015-09-184-6/+15
* fixes #3268Araq2015-09-181-1/+1
* fixes #3305; error message will improve with later improvements for conceptsAraq2015-09-181-0/+3
* fixes #3329Araq2015-09-186-17/+43
* fixes the most pressing regressions introduced by the new handling of a[i] in...Araq2015-09-162-15/+44
* Merge branch 'devel' into fix_bracket_exprAraq2015-09-163-5/+15
|\
| * Uint64 to string in pure nim. array[char] to string fixed in vm.Yuriy Glukhov2015-09-141-1/+12
| * Merge pull request #3307 from rogercloud/develAndreas Rumpf2015-09-141-1/+1
| |\
| | * Fix issue #2245Roger Shi2015-09-081-1/+1
| * | Fixed JS gen for generic array types.Yuriy Glukhov2015-09-141-3/+2
* | | fixes #3212Araq2015-09-141-3/+3
* | | clarify the meaning of the 'auto' metatype; 'auto' is now bind-multiple; fixe...Araq2015-09-141-6/+14
* | | make the compiler less verboseAraq2015-09-141-0/+1
* | | usage of NimNode triggers .compileTime context; fixes #1679Araq2015-09-145-2/+16
* | | fixes #2599Araq2015-09-132-12/+2
* | | next steps in binding [] properlyAraq2015-09-134-16/+33
* | | Merge branch 'devel' into fix_bracket_exprAraq2015-09-123-0/+16
|\| |
| * | fixes generic instantations in conceptsAraq2015-09-121-0/+3
| * | fixes some regressionsAraq2015-09-122-0/+13
| * | preparations for better handling of 'a[i]' in generics; stmt lists can be lva...Araq2015-09-122-2/+13
| * | implicit return types for iterators are now deprecatedAraq2015-09-121-0/+1
| * | fixes #1528Araq2015-09-122-25/+2
* | | first attempt to fix 'a[i]' handling in genericsAraq2015-09-1210-6/+142
* | | preparations for better handling of 'a[i]' in generics; stmt lists can be lva...Araq2015-09-122-2/+13
* | | implicit return types for iterators are now deprecatedAraq2015-09-101-0/+1
* | | fixes #1528Araq2015-09-102-25/+2
|/ /
* | fixes Nim's bigbang regressionAraq2015-09-101-2/+2
* | fixes #2559Araq2015-09-101-1/+6
* | fixes a critical codegen bug triggered by .asyncAraq2015-09-103-52/+53
* | Merge pull request #3274 from yglukhov/seq-insert-js-fixAndreas Rumpf2015-09-091-0/+1
|\ \
| * | Fixed seq.insert and seq.delete for js.Yuriy Glukhov2015-09-071-0/+1
* | | fixes typoAraq2015-09-091-1/+1
* | | fixes #3230Araq2015-09-091-1/+1
| |/ |/|
* | gangbang support for NimScriptAraq2015-09-081-2/+9
|/
* Merge pull request #3293 from Matt14916/usebase-msg-fixAndreas Rumpf2015-09-071-1/+1
|\
| * Replace incorrect warning string.Matt Sullivan2015-09-051-1/+1
* | Merge pull request #3295 from nanoant/patch/fix-type-to-string-flagsAndreas Rumpf2015-09-071-6/+11
|\ \
| * | typeToString: Fix shared/not nil on complex typesAdam Strzelecki2015-09-061-6/+11
| |/
* | Fixed nimvm in generics.Yuriy Glukhov2015-09-072-5/+11
* | Nimscript: documented; 'exec' now produces output immediatelyAraq2015-09-071-1/+4
|/
* fixes #2590; methods now require a .base annotationAraq2015-09-065-14/+36