summary refs log tree commit diff stats
path: root/compiler/semstmts.nim
Commit message (Expand)AuthorAgeFilesLines
...
* Fixes #3691.Dominik Picheta2017-02-011-14/+10
* WIP implementation of `except ExcType as ident` syntax. Refs #3691.Dominik Picheta2017-02-011-3/+34
* implements {.gcsafe.} enforcement as a pragma blockAndreas Rumpf2017-01-181-1/+1
* fixes #2050Araq2016-12-301-5/+9
* Merge branch 'devel' into sighashesAraq2016-12-171-1/+3
|\
| * fixes #5129Araq2016-12-171-1/+3
* | make tsigbreak.nim compileAndreas Rumpf2016-12-121-0/+2
* | the compiler uses tyAlias internally; tester compiles againAraq2016-11-161-3/+4
* | removed tyArrayConstr completely from the compiler; introduced tyAlias instea...Araq2016-11-141-4/+6
|/
* new dependency tracking for nimsuggestAraq2016-11-051-2/+2
* big refactoring: step 1Araq2016-10-311-7/+7
* fixes #4813Andreas Rumpf2016-09-241-1/+4
* fixes #4673Andreas Rumpf2016-09-011-1/+1
* fixes #4580Andreas Rumpf2016-08-261-1/+2
* fixes #4658Andreas Rumpf2016-08-261-0/+5
* Merge pull request #4592 from arnetheduck/compiler-cleanupAndreas Rumpf2016-08-251-12/+0
|\
| * remove unused stuffJacek Sieka2016-08-091-12/+0
* | fixes #4619Andreas Rumpf2016-08-231-2/+8
|/
* fixes #2094Andreas Rumpf2016-08-091-0/+3
* fixes #4555Andreas Rumpf2016-08-021-1/+1
* make tests green againAndreas Rumpf2016-07-291-2/+4
* generic multi-methods should work nowAndreas Rumpf2016-07-281-1/+13
* overloading of dot and parenthesis operators should now be done in .experimentalAndreas Rumpf2016-07-221-0/+3
* get rid of deprecated toLower/toUpperAndreas Rumpf2016-07-191-1/+1
* Recursively check literals for tyEmpty.Matthew Baulch2016-07-111-2/+8
* fixes #4371Andreas Rumpf2016-07-081-2/+2
* fixes #3993Andreas Rumpf2016-06-061-1/+1
* fixes #4207Andreas Rumpf2016-06-011-1/+1
* fixes #3532Andreas Rumpf2016-06-011-1/+2
* fixes #1611Andreas Rumpf2016-06-011-1/+6
* fixes #1713Andreas Rumpf2016-05-301-4/+13
* fixes #4225Andreas Rumpf2016-05-271-1/+1
* 4066 fixupYuriy Glukhov2016-05-191-1/+1
* fixes #4066Andreas Rumpf2016-05-181-2/+2
* fixes #4124Andreas Rumpf2016-04-291-3/+8
* fixes #3975Andreas Rumpf2016-03-281-1/+2
* use 'using' instead of 'sig' keyword; cleans up new features a bitAndreas Rumpf2016-02-291-3/+6
* removed debug codeAndreas Rumpf2016-02-281-2/+0
* first version of .partial objectsAndreas Rumpf2016-02-281-9/+19
* added 'sig' feature; removed tfShared support in the compilerAndreas Rumpf2016-02-281-0/+21
* added experimental .this pragmaAndreas Rumpf2016-02-281-2/+3
* fixes #3788Andreas Rumpf2016-01-311-3/+5
* fixes regressionsAndreas Rumpf2016-01-051-0/+2
* fixes #2007Andreas Rumpf2016-01-051-3/+6
* made closure iterators tests green, updated docsAndreas Rumpf2015-12-311-1/+1
* closure iterators do have 'result'Andreas Rumpf2015-12-301-1/+2
* first implementation of the new lambda-lifting pass; barely anything worksAndreas Rumpf2015-12-261-12/+11
* removes 'x is iterator' special casing in the languageAraq2015-12-031-3/+2
* 'importc' allows 'not nil' annotationAraq2015-11-261-1/+2
* fixes #3329Araq2015-09-181-9/+17