summary refs log tree commit diff stats
path: root/compiler/semcall.nim
Commit message (Collapse)AuthorAgeFilesLines
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-1/+1
|
* Merge branch 'upstream' into develZahary Karadjov2013-12-291-10/+10
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: compiler/ccgutils.nim compiler/msgs.nim compiler/sem.nim compiler/semexprs.nim compiler/seminst.nim compiler/semmagic.nim compiler/semstmts.nim compiler/semtypes.nim compiler/semtypinst.nim compiler/sigmatch.nim compiler/types.nim compiler/vmgen.nim lib/core/macros.nim lib/system.nim tests/reject/tenummix.nim web/news.txt
| * make the current PContext accessible through TCandidateZahary Karadjov2013-12-251-10/+10
| | | | | | | | | | | | the goal here is to remove all the hacks from ParamTypeMatch and to handle all type matching in typeRel (the context there is required to evaluate any static params and to run the compilation tests of user-defined type classes)
* | case consistency: cs:partial bootstraps on windowsAraq2013-12-291-3/+3
| |
* | case consistency: next stepsAraq2013-12-291-1/+1
| |
* | case consistency part 4Araq2013-12-271-5/+5
| |
* | case consistency part 1Araq2013-12-271-12/+12
|/
* fixes #588Araq2013-09-101-7/+6
|
* Merge branch 'type-classes' into upstreamZahary Karadjov2013-09-031-31/+114
|\
| * implemented the using statementZahary Karadjov2013-08-311-1/+22
| |
| * fix tcompilesZahary Karadjov2013-08-271-4/+3
| |
| * proper discrimination between csEmpty and csNoMatchZahary Karadjov2013-08-271-3/+8
| | | | | | | | fixes twrongtupleaccess and topaque
| * fix tnoopZahary Karadjov2013-08-261-3/+8
| | | | | | | | | | | | | | | | This commit requires further investigation. Fixing semExpr(nkCall) once and for all to work with sym-choices and to allow overloading with immediate templates and macros will probably set this straight too.
| * implemented delegators and improved the error messages of unmatched type classesZahary Karadjov2013-08-261-30/+83
| |
* | fixes #516Araq2013-08-311-3/+6
|/
* merged the persistent scopes work with the delayed proc compilation strategyZahary Karadjov2013-05-121-0/+3
|\
| * added a ``noforward`` pragma that enables a new compilation strategyZahary Karadjov2013-05-111-0/+3
| | | | | | | | not requiring forward declarations on a per-module basis
* | final fixes giving us a working compilerZahary Karadjov2013-05-121-1/+1
|/
* improved error message for #291Araq2013-04-111-1/+4
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* make some tests greenAraq2013-03-031-1/+1
|
* some bugfixes; no system.$ for object as it breaks codeAraq2013-02-241-1/+1
|
* implemented generic multi methodsAraq2013-01-161-3/+17
|
* fixes #271Araq2012-12-151-11/+29
|
* implemented generic convertersAraq2012-12-051-0/+12
|
* distinguish properly between nkOpen and nkClosedSymChoiceAraq2012-08-261-5/+6
|
* borrow works with genericsAraq2012-08-061-0/+14
|
* idetools: '--def' now works in 'x.f'Araq2012-08-051-3/+3
|
* idetools: 'usages' and 'def' should work now; documented js backendAraq2012-08-051-3/+10
|
* idetools improvementsAraq2012-08-031-1/+1
|
* optimizations for system.compilesAraq2012-07-201-8/+12
|
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-3/+11
|
* allowing definitions of procs and templates to be overridden in local scopesZahary Karadjov2012-03-141-4/+5
|
* bootstraps fine with overloadable templatesZahary Karadjov2012-03-141-47/+55
|
* bugfix: type alias to generic; generic type not stripped away from for loop ↵Araq2012-01-071-2/+2
| | | | variable
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* bugfix: overloading resolution for typeofAraq2011-09-271-1/+3
|
* bugfix: proper cache for generic instantiationsAraq2011-07-211-8/+0
|
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-161-10/+20
|
* big repo cleanupAraq2011-04-121-0/+120