Commit Graph

8953 Commits

Author SHA1 Message Date
Andreas Rumpf
8882b062e1 added selfExe and selfExec for NimScript support 2016-08-05 20:19:15 +02:00
Andreas Rumpf
f23b7e3724 removed 'strong spaces' from the manual because some people on reddit who never actually tried the feature are afraid that they could be confused (TM). Boo, we like to learn crazy precedence tables instead and check they adhere with the spacing. 2016-08-05 20:18:13 +02:00
Andreas Rumpf
9f0899da12 fixes a regression involving the .compile and .link pragmas 2016-08-05 15:14:08 +02:00
Andreas Rumpf
baeec11808 fixes #4354 2016-08-04 23:34:58 +02:00
Andreas Rumpf
7ea318a053 fixes #4505, fixes #4230 2016-08-04 21:44:06 +02:00
Andreas Rumpf
5d56361383 fixes #4353 2016-08-04 19:36:13 +02:00
Andreas Rumpf
4a96a3d9a1 attempt to fix #4065 2016-08-04 19:34:13 +02:00
Andreas Rumpf
e8aa6f6c30 fixes #4526 2016-08-04 11:15:38 +02:00
Andreas Rumpf
64663387db fixes #4562 2016-08-04 01:37:41 +02:00
Andreas Rumpf
e92ccff57a fixes #4550 2016-08-04 01:37:41 +02:00
Andreas Rumpf
7ac0b20339 fixes #4545 2016-08-04 01:37:41 +02:00
Andreas Rumpf
6d98c717de fixes #4564 2016-08-04 01:37:41 +02:00
Andreas Rumpf
186bfe4475 Merge pull request #4563 from krux02/spec-update
updadet doc/manual array construction syntax
2016-08-03 23:55:04 +02:00
Arne Döring
ac84a87925 updadet doc/manual array construction syntax 2016-08-03 15:45:50 +02:00
Andreas Rumpf
fb37224b60 fixes #4561 2016-08-03 10:18:20 +02:00
Andreas Rumpf
fd9d5ba59f Merge pull request #4552 from moigagoo/patch-1
Add Docker Hub info
2016-08-02 20:01:48 +02:00
Konstantin Molchanov
a5cc72b3e4 Minor improvement in the Docker Hub section. 2016-08-02 20:17:20 +04:00
Andreas Rumpf
b36849be3f Merge pull request #4559 from haiodo/enable-profiler-filenames
Enable embedded profiler to display filenames.
2016-08-02 17:13:33 +02:00
Andreas Rumpf
ff351105fb Merge pull request #4548 from arnetheduck/gc-cleanup
clean up a few stray c_stdout's in gc debug code
2016-08-02 17:11:58 +02:00
Andreas Rumpf
14085a70af Merge pull request #4549 from miere43/fix-links
Fix several broken links in docs and readme
2016-08-02 17:11:22 +02:00
Andreas Rumpf
4d5c0027e6 fixes #4537 2016-08-02 14:53:21 +02:00
Andrey Sobolev
3c03877701 Enable embedded profiler to display filenames.
Enable embedded profiler to display filenames in profile_results.txt
2016-08-02 19:19:31 +07:00
Andreas Rumpf
de6198c747 fixes #4555 2016-08-02 12:47:02 +02:00
Konstantin Molchanov
7c448624e4 Add Docker Hub info 2016-08-01 15:49:29 +04:00
Andreas Rumpf
24b72cebe7 make tests green again 2016-08-01 12:02:05 +02:00
Andreas Rumpf
0ed8d80521 fixes #4534 2016-08-01 01:32:19 +02:00
miere43
268ba0ba00 fix several broken links 2016-07-31 21:39:32 +03:00
Dominik Picheta
823b3c250b Add note about build-essentials package to readme 2016-07-31 19:42:52 +02:00
Jacek Sieka
b3846124e6 clean up a few stray c_stdout's in gc debug code 2016-07-31 08:34:42 +08:00
Andreas Rumpf
12c996a3d8 Merge pull request #4546 from cheatfate/coroutinesback
Enable coroutines again
2016-07-30 23:22:25 +02:00
cheatfate
3291ccfe24 sets don't support empty arrays :) 2016-07-30 23:28:14 +03:00
cheatfate
70f80c98b9 Enable coroutines again. 2016-07-30 23:17:02 +03:00
Dominik Picheta
111afbb04b Merge branch 'RyanMarcus-devel' into devel 2016-07-30 21:29:10 +02:00
Dominik Picheta
8e853368c3 Merge branch 'devel' of https://github.com/RyanMarcus/Nim into RyanMarcus-devel 2016-07-30 21:29:00 +02:00
Andreas Rumpf
904e17b094 Merge pull request #4544 from miere43/fix-4417-n
fix #4417 (new)
2016-07-30 19:54:26 +02:00
miere43
70ea30d492 use appType instead of compileOption #4417 2016-07-30 20:28:43 +03:00
miere43
f16140fc95 fix #4417, update news 2016-07-30 18:31:01 +03:00
Andreas Rumpf
dfee2bf66e compiler free of old expr/stmt metatypes 2016-07-30 16:34:42 +02:00
Andreas Rumpf
39ebe2175b compiler almost free of deprecated expr/stmt names 2016-07-30 16:34:42 +02:00
Andreas Rumpf
8876ed23f1 expr and stmt are now deprecated 2016-07-30 16:34:42 +02:00
Andreas Rumpf
86d4090cd8 added tuple breakage to the docs 2016-07-30 16:34:42 +02:00
Andreas Rumpf
fc9c40bafa Merge pull request #4542 from kierdavis/4541-import-error
Fix #4541
2016-07-30 16:34:21 +02:00
Andreas Rumpf
2694aecfb8 Merge pull request #4540 from arnetheduck/remove-sffakeconst
remove sfFakeConst
2016-07-30 16:33:33 +02:00
Andreas Rumpf
223863c536 Merge pull request #4538 from cheatfate/nofasm
Disable fasm usage on Travis CI
2016-07-30 16:31:58 +02:00
Kier Davis
2bea2bdbbf Locate 'attempt to redefine' errors at the import statement rather than at the first line of the imported module. Fixes #4541. 2016-07-30 14:29:45 +01:00
Jacek Sieka
7d62f031f6 remove sfFakeConst 2016-07-30 16:19:53 +08:00
cheatfate
85db7eb187 comments 2016-07-30 10:52:15 +03:00
Andreas Rumpf
2605c8c4ce make test compile with latest opengl version 2016-07-30 09:46:27 +02:00
cheatfate
0d2ff34d02 testament update to have list of disabled modules. 2016-07-30 02:07:05 +03:00
Andreas Rumpf
a8edf67a28 make nim bootstrap again for older versions 2016-07-30 00:50:38 +02:00