summary refs log tree commit diff stats
path: root/compiler/semexprs.nim
Commit message (Expand)AuthorAgeFilesLines
* refactoringsAndreas Rumpf2016-05-301-42/+55
* Merge branch 'patch/fix-3496-generic-tmpl-args' of https://github.com/nanoant...Andreas Rumpf2016-05-291-4/+56
|\
| * fixes #3496Adam Strzelecki2015-10-291-4/+56
* | fixes #3882Andreas Rumpf2016-05-281-3/+7
* | fixes #4227Andreas Rumpf2016-05-271-1/+1
* | fixes #950Andreas Rumpf2016-05-121-2/+2
* | fixes #177Andreas Rumpf2016-05-111-2/+2
* | include statement is not restricted to top level statements anymoreAraq2016-05-101-1/+1
* | fixes #3544Andreas Rumpf2016-04-301-3/+6
* | fixes #4097Andreas Rumpf2016-04-191-2/+6
* | use 'using' instead of 'sig' keyword; cleans up new features a bitAndreas Rumpf2016-02-291-5/+0
* | added 'sig' feature; removed tfShared support in the compilerAndreas Rumpf2016-02-281-0/+1
* | 'using' statement is obsoleteAndreas Rumpf2016-02-281-15/+1
* | added experimental .this pragmaAndreas Rumpf2016-02-281-82/+110
* | fixes #3636Andreas Rumpf2016-01-041-0/+1
* | first implementation of the new lambda-lifting pass; barely anything worksAndreas Rumpf2015-12-261-9/+9
* | removes 'x is iterator' special casing in the languageAraq2015-12-031-13/+9
* | added iterToProc pluginAraq2015-12-011-1/+18
* | nimsuggest: added 'chk', 'outline' and 'highlight' featuresAraq2015-11-011-5/+0
|/
* doc\advopt.txtAraq2015-10-221-3/+5
* fixes regression: tactiontableAraq2015-10-141-0/+3
* renamed inCompilesContext to compilesContextId; added test case for #3313Araq2015-09-181-4/+4
* fixes #3313Araq2015-09-181-2/+4
* fixes #3212Araq2015-09-141-3/+3
* next steps in binding [] properlyAraq2015-09-131-14/+29
* first attempt to fix 'a[i]' handling in genericsAraq2015-09-121-3/+10
* Fixed nimvm in generics.Yuriy Glukhov2015-09-071-3/+11
* when nimvm stmt proof of conceptYuriy Glukhov2015-09-041-10/+31
* tuple unpacking works in a non-var/let contextAraq2015-08-211-0/+8
* 'parallel' now requires --experimental modeAraq2015-08-141-0/+2
* Fixes #3185Yuriy Glukhov2015-08-061-1/+1
* destructors now work with overloaded assignment operators; fixes #2811; fixes...Araq2015-08-051-1/+4
* added system.unsafeAddrAraq2015-08-041-3/+3
* fixes #3079, fixes #1146, fixes #2879Araq2015-07-221-0/+1
* fixes #3051Araq2015-07-051-1/+1
* Merge branch 'more_concurrency' into develAraq2015-06-301-6/+10
|\
| * first implementation of pinnedSpawnAraq2015-05-281-6/+10
* | fixes #2731Araq2015-06-261-1/+1
|/
* fixes #2629, fixes #2641, fixes #2632, fixes #2630Araq2015-05-031-2/+13
* fixes #2470, fixes #1354Araq2015-04-281-38/+39
* fixes #2602Araq2015-04-261-0/+1
* fixes #2372Araq2015-04-251-1/+1
* fixes #2505, fixes #1853, fixes #2522Araq2015-04-201-1/+1
* fixes #2481Araq2015-04-101-1/+1
* overloading of '=' worksAraq2015-04-061-2/+0
* first implementation of overloading of '='; missing: rewriting let/var sectionsAraq2015-04-061-0/+5
* fixes #2355Araq2015-03-281-1/+2
* implemented a[^1] notationAraq2015-03-261-4/+13
* fixes #2404Araq2015-03-251-1/+1
* fixes #1805Araq2015-03-211-4/+7