summary refs log tree commit diff stats
path: root/compiler/semexprs.nim
Commit message (Expand)AuthorAgeFilesLines
* remove XXX commentAndreas Rumpf2016-07-201-1/+0
* Merge pull request #4488 from mbaulch/fix4346improvedAndreas Rumpf2016-07-161-0/+2
|\
| * Handle tuples with unnamed fields, symbols, and more. Less duplication.Matthew Baulch2016-07-151-5/+2
| * Fix: Correctly (and more efficiently) handle non-tuple conversions.Matthew Baulch2016-07-141-2/+3
| * Use target field types in tuple conversions.Matthew Baulch2016-07-141-0/+4
* | better be safe than sorryAndreas Rumpf2016-07-151-1/+2
* | rollback of nimsuggest improvement until we figured out the reasonsAndreas Rumpf2016-07-151-5/+5
* | fixes #3548Andreas Rumpf2016-07-151-7/+8
|/
* fixes #4358Andreas Rumpf2016-07-121-3/+6
* fixes #4371Andreas Rumpf2016-07-081-2/+1
* fixes #537Andreas Rumpf2016-07-061-0/+3
* 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