Yuriy Glukhov
a80a0972b7
Fixed dynlink with OpenSSL >1.1.0. Added loadLibPattern.
2016-11-30 17:16:54 +02:00
Araq
b1b2dd606b
fixes #5076
2016-11-30 11:00:51 +01:00
Araq
f9e54c1749
use preferName for type info names
2016-11-30 01:45:47 +01:00
Araq
c743b2969f
closure types get names; refs #4332
2016-11-29 20:21:56 +01:00
Araq
a173703015
move recursion check up to fix tectype regression
2016-11-29 11:27:18 +01:00
Araq
1c20046f28
sighashes: make more tests green
2016-11-29 10:37:32 +01:00
Samadi van Koten
95682cdfb7
Remove docgen.nim's dependency on things being in path
...
compiler/docgen.nim relied heavily on $lib/packages/docutils being in
path at compile-time. While this works fine when building Nim itself,
things start breaking when using compiler as a nimble package.
2016-11-28 23:02:30 +00:00
Araq
49667798eb
further progress; more tests are green
2016-11-28 21:45:29 +01:00
Araq
27723af469
Merge branch 'devel' into sighashes
2016-11-28 20:59:30 +01:00
Araq
ebaf57ea3b
further progress
2016-11-28 14:16:28 +01:00
Andreas Rumpf
e5ef32dab3
Merge branch 'devel' of github.com:nim-lang/Nim into devel
2016-11-28 11:03:24 +01:00
Andreas Rumpf
7ca72a733c
use -d:nimTypeNames to create RTTI with type names
2016-11-28 10:56:45 +01:00
Aditya Siram
b67aa23de9
Fix compilation error in nimeval.
2016-11-27 13:37:36 -06:00
Andreas Rumpf
01ae0d28d4
recursive modules are only detected to improve error messages
2016-11-24 12:27:21 +01:00
Andreas Rumpf
bc9015df50
make tests green again
2016-11-24 11:48:23 +01:00
Andreas Rumpf
7be1c55cf1
make tests green again
2016-11-24 09:14:36 +01:00
Araq
074f276c8a
disallow recursive module dependencies
2016-11-23 23:23:31 +01:00
Andreas Rumpf
e7cdb1d694
attempt to fix things
2016-11-23 14:24:45 +01:00
Andreas Rumpf
02a2180a6a
first version of the new memory tracking feature
2016-11-21 12:10:44 +01:00
Araq
0e1304a3e2
the compiler uses tyAlias internally; tester compiles again
2016-11-16 00:13:45 +01:00
Araq
e6c5622aa7
removed tyArrayConstr completely from the compiler; introduced tyAlias instead in preparation for further bugfixes
2016-11-14 23:18:30 +01:00
Araq
b234b082b6
bootstrapping works again
2016-11-12 12:39:21 +01:00
Araq
860cbd3107
signature hashing: more progress
2016-11-11 08:58:42 +01:00
Parashurama
bd818d4fe1
make 'excessivestacktrace' option available for testing.
2016-11-10 23:19:23 +01:00
Andreas Rumpf
86b58e83ea
Merge pull request #4994 from arnetheduck/nim-check-abi
...
add a simple sizeof checker to compare nim & c types
2016-11-08 14:08:36 +01:00
Araq
72af7e6821
use a full MD5 hash with no collision detection for proc names
2016-11-08 08:37:15 +01:00
Araq
c0b8a79315
make tests green
2016-11-08 08:37:14 +01:00
Araq
3b43cff0f8
C codegen: first version of signature hashing for better incremental builds
2016-11-08 08:37:11 +01:00
Araq
24c47dd6e7
fixes #4975
2016-11-07 12:07:52 +01:00
Araq
52bb696cd4
make tests green again
2016-11-06 18:59:49 +01:00
Andreas Rumpf
0c49822b50
nimsuggest supports include files properly; added the compiler itself as a testcase
2016-11-06 11:19:59 +01:00
Araq
8fa3e0cb25
added missing module
2016-11-05 09:27:46 +01:00
Araq
9e6fb3f696
new dependency tracking for nimsuggest
2016-11-05 01:19:23 +01:00
Jacek Sieka
fb7850a10a
add primitive type abi check
2016-11-03 23:04:33 +08:00
Jacek Sieka
fa86571448
abi check: prefer nim constant to enable, document
2016-11-03 22:30:00 +08:00
Jacek Sieka
be1e3c4e09
add a simple sizeof checker to compare nim & c types
2016-11-03 21:11:39 +08:00
Andreas Rumpf
a6d17b5503
some progress on --symbolfiles:on
2016-11-02 08:39:51 +01:00
Araq
65801e4b6e
make tests green again
2016-11-01 07:16:07 +01:00
Araq
08c94ef6b5
nimsuggest is now part of Nim
2016-10-31 20:12:54 +01:00
Araq
29db0d8585
refactoring complete: explicit ident cache
2016-10-31 19:47:20 +01:00
Araq
773d17cd14
big refactoring: step 1
2016-10-31 15:34:44 +01:00
Araq
5494d78e74
Merge branch 'braces' into refactor-identcache
2016-10-31 12:04:52 +01:00
andri lim
bd560d6a4e
fixes #4915
2016-10-27 12:22:12 +07:00
cheatfate
29d31edc0b
Generate NimMainModule name for main module.
2016-10-26 14:00:30 +03:00
Andreas Rumpf
6fd27a8a08
Merge pull request #4945 from arnetheduck/cleanup-tyXxx
...
Cleanup ty xxx
2016-10-24 19:20:02 +02:00
Andreas Rumpf
fbb997a24f
Merge pull request #4838 from couven92/ico-vcc
...
Added icons support for Visual Studio compiler
2016-10-24 18:39:32 +02:00
Andreas Rumpf
cceb6c625c
Merge pull request #4872 from flyx/gorgefix
...
Fixes #4871
2016-10-24 17:40:32 +02:00
Jacek Sieka
f5c3eb6a25
clean up tyMutable remnants
2016-10-24 23:30:10 +08:00
Jacek Sieka
b3de34548d
clean up tyConst remnants
2016-10-24 23:19:46 +08:00
Jacek Sieka
f488ed973d
clean up tyBigNum remnants
2016-10-24 23:11:38 +08:00