Araq
|
2589d69ed2
fixes #5430
|
8 years ago |
Andreas Rumpf
|
46efaf294b
big compiler refactoring; avoid globals for multi method dispatcher generation
|
8 years ago |
Araq
|
e6c5622aa7
removed tyArrayConstr completely from the compiler; introduced tyAlias instead in preparation for further bugfixes
|
8 years ago |
Andreas Rumpf
|
2d2b1a9d48
fixes a simple .borrow bug
|
8 years ago |
Andreas Rumpf
|
3a5edd2c6c
fixes #4671
|
8 years ago |
Matthew Baulch
|
3fef725d92
pickBestCandidate: pre-calculate candidates when symbol table modified
|
8 years ago |
Andreas Rumpf
|
da8f6e16cc
fixes #4491
|
8 years ago |
Andreas Rumpf
|
d3888577e9
fixes #3928
|
8 years ago |
Matthew Baulch
|
b0c12a7dc4
Optimise pickBestCandidate: reduce heap allocations.
|
8 years ago |
Andreas Rumpf
|
0ed8d80521
fixes #4534
|
8 years ago |
Andreas Rumpf
|
8f457f6ebb
make tests green again
|
8 years ago |
Andreas Rumpf
|
db56174a19
fixes #3548
|
8 years ago |
Andreas Rumpf
|
995727ffd0
decent error message for 'var T' problems
|
8 years ago |
Andreas Rumpf
|
4180f59b27
fixes #1713
|
8 years ago |
Andreas Rumpf
|
e04f319540
fixes #4084
|
8 years ago |
Andreas Rumpf
|
554a3e9335
better 'self' handling for overload resolution
|
9 years ago |
Andreas Rumpf
|
7ae45ea420
'using' statement is obsolete
|
9 years ago |
Andreas Rumpf
|
1afdefcbe9
added experimental .this pragma
|
9 years ago |
Andreas Rumpf
|
ee6a46f264
some progress on #3832
|
9 years ago |
Andreas Rumpf
|
a2db3c24d1
fixes #3799
|
9 years ago |
Andreas Rumpf
|
c1627354d1
first implementation of the new lambda-lifting pass; barely anything works
|
9 years ago |
Araq
|
9cc25f8b77
fixes #3452
|
9 years ago |
Araq
|
c921f30b1d
renamed inCompilesContext to compilesContextId; added test case for #3313
|
9 years ago |
Araq
|
e01e0a4b40
next steps in binding [] properly
|
9 years ago |
Araq
|
8ef66b973d
first attempt to fix 'a[i]' handling in generics
|
9 years ago |
Adam Strzelecki
|
d681812465
compiler: Trim .nim files trailing whitespace
|
9 years ago |
Zahary Karadjov
|
02f97489b7
fix #1858 again; restores the support for static macro params
|
9 years ago |
Dominik Picheta
|
1cf1610bdf
Rename errUndeclaredProcedure to errUndeclaredRoutine.
|
9 years ago |
Dominik Picheta
|
5d6f16cc1a
Got rid of errUndeclaredProcedureField.
|
9 years ago |
Dominik Picheta
|
22f6017ab8
Fixes #2584
|
9 years ago |