summary refs log tree commit diff stats
path: root/compiler
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'devel' into sighashesAraq2016-12-176-10/+36
|\
| * fixes #5129Araq2016-12-171-1/+3
| * Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-12-175-51/+123
| |\
| | * Merge pull request #5124 from vegansk/fix_lib_outAndreas Rumpf2016-12-171-2/+8
| | |\
| | | * Use ``out`` compiler option when linking static libraryAnatoly Galiulin2016-12-161-2/+8
| | * | Gramma change: casted or Casted to cast or Cast respectivelyjlp7652016-12-172-4/+4
| | |/
| * | reworked emit pragma; fixes #4730Andreas Rumpf2016-12-172-3/+21
* | | Merge branch 'devel' into sighashesAraq2016-12-142-43/+105
|\ \ \ | | |/ | |/|
| * | Nim compiler generates nimcache/proj.json for easier interop with external bu...Araq2016-12-142-43/+104
* | | Merge branch 'devel' into sighashesAraq2016-12-131-4/+9
|\| |
| * | macros.getType: do not copy symbols if not necessaryAraq2016-12-071-4/+9
| |/
* | code cleanup and getting rid of debugging comments that nihilated the sighash...Araq2016-12-131-14/+3
* | sighashes: multi-methods should work nowAndreas Rumpf2016-12-131-0/+2
* | sighashes: do not use the ID mechanism at allAraq2016-12-133-11/+56
* | make tsigbreak.nim compileAndreas Rumpf2016-12-124-7/+14
* | fixes serious codegen regression that caused Nimble to misbehaveAraq2016-12-101-1/+1
* | store typeinfo also in local hash table to prevent multiple 'extern' declarat...Araq2016-12-101-0/+4
* | make the Nim compiler compile as C++Araq2016-12-101-2/+4
* | don't use sfExported for sig hashingAraq2016-12-071-1/+1
* | real world examples compileAndreas Rumpf2016-12-061-1/+4
* | tgettypeinst works again; fixes an infinite recursion in signature hashingAndreas Rumpf2016-12-061-3/+3
* | implements -d:nimdiff switch for seeing generated C code diffsAndreas Rumpf2016-12-061-1/+7
* | re-enable object name generation for less dependence on IDsAraq2016-12-052-1/+11
* | made more tests greenAraq2016-12-052-3/+17
* | refactoring: C codegen with fewer global variablesAraq2016-12-056-78/+79
* | make tmissing_ccgtrav_unique_type green againAraq2016-12-042-1/+9
* | more fixesAraq2016-12-032-1/+8
* | more tests compileAraq2016-12-021-3/+4
* | more tests workAraq2016-12-025-3/+13
* | more fixesAraq2016-12-022-4/+13
* | Merge branch 'devel' into sighashesAraq2016-12-0114-39/+52
|\|
| * fixes tconsttable regressionAraq2016-12-011-2/+3
| * fixes #5081Araq2016-12-011-1/+2
| * fixes #5055Araq2016-11-303-7/+6
| * fixes #5079Araq2016-11-301-1/+2
| * fixes the regressions introduced by fix for #5076Araq2016-11-304-4/+18
| * In case of synliboverride we support only openssl 1.0.*Yuriy Glukhov2016-11-301-0/+2
| * Fixed dynlink with OpenSSL >1.1.0. Added loadLibPattern.Yuriy Glukhov2016-11-302-11/+1
| * fixes #5076Araq2016-11-301-2/+1
| * use preferName for type info namesAraq2016-11-301-1/+2
| * closure types get names; refs #4332Araq2016-11-292-16/+21
| * Remove docgen.nim's dependency on things being in pathSamadi van Koten2016-11-282-4/+4
* | move recursion check up to fix tectype regressionAraq2016-11-291-5/+7
* | sighashes: make more tests greenAraq2016-11-291-1/+1
* | further progress; more tests are greenAraq2016-11-283-24/+22
* | Merge branch 'devel' into sighashesAraq2016-11-2819-40/+111
|\|
| * Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-11-281-5/+6
| |\
| | * Fix compilation error in nimeval.Aditya Siram2016-11-271-5/+6
| * | use -d:nimTypeNames to create RTTI with type namesAndreas Rumpf2016-11-281-0/+2
| |/
| * recursive modules are only detected to improve error messagesAndreas Rumpf2016-11-247-13/+22