Commit Graph

7933 Commits

Author SHA1 Message Date
Anatoly Galiulin
b0eeacf71e Added rlocks module to documentation and news.txt 2016-02-18 09:46:34 +06:00
Anatoly Galiulin
c1028b3363 Added fixes from Araq's comments 2016-02-17 20:44:48 +06:00
Anatoly Galiulin
0290bc2240 Added reentrant locks module to stdlib 2016-02-17 17:05:20 +06:00
Andreas Rumpf
2e3c403d2b Merge pull request #3873 from yglukhov/path-handling
Fixes #3871
2016-02-16 19:42:05 +01:00
Andreas Rumpf
a3054d7ee2 Merge pull request #3863 from yglukhov/patch-1
Added -Wpragmas ignore
2016-02-16 19:40:56 +01:00
Andreas Rumpf
7770a8be78 Merge pull request #3870 from yglukhov/no-warn-emit
Dont warn about unused symbol if its used in emit
2016-02-16 19:40:17 +01:00
Yuriy Glukhov
b293e2a9ec Fixes #3871 2016-02-16 14:12:51 +02:00
Yuriy Glukhov
83607e5c64 Dont warn about unused symbol if its used in emit 2016-02-15 22:58:08 +02:00
Yuriy Glukhov
9aceaa0c05 Added -Wpragmas ignore 2016-02-13 21:49:07 +02:00
reactormonk
06bd5a61a4 Merge pull request #3860 from yuutayamada/fix-document
Fix few documentation a typo and old link
2016-02-12 08:31:01 +01:00
Yuta Yamada
bd63588061 needs needs -> needs 2016-02-11 20:38:51 -08:00
Yuta Yamada
e5145cc7b6 Fix old link 2016-02-11 20:36:49 -08:00
def
867285c5a9 Rename THANDLE to Handle to fix deprecation warnings 2016-02-11 22:45:03 +01:00
Andreas Rumpf
31b233a547 Merge pull request #3851 from endragor/ignore-warnings
Added pragmas to ignore warnings in Nim-generated files
2016-02-10 20:30:44 +01:00
Ruslan Mustakov
82dd2545fb Added pragmas to ignore warnings in Nim-generated files for gcc, clang, vcc 2016-02-10 19:19:01 +06:00
Andreas Rumpf
26b2e4644c Merge pull request #3849 from endragor/fix-routine-nodes
Added nnkTemplateDef and nnkConverterDef to RoutineNodes set
2016-02-10 10:28:27 +01:00
Ruslan Mustakov
ac4dad5193 Added nnkTemplateDef and nnkConverterDef to RoutineNodes set 2016-02-10 14:53:46 +06:00
Dominik Picheta
bd2832fa1a Fix donation buttons. 2016-02-08 16:51:05 +00:00
Dominik Picheta
2d153bd818 Remove Nim in Action discount code. 2016-02-08 16:50:51 +00:00
Dominik Picheta
5a086718a0 Add discount code to Nim in Action news. 2016-02-08 16:50:29 +00:00
Andreas Rumpf
0fa2ed30e0 PHP codegen can generate foo->bar accesses 2016-02-08 01:57:37 +01:00
Andreas Rumpf
ee6a46f264 some progress on #3832 2016-02-08 01:43:38 +01:00
Andreas Rumpf
e67124ca80 makes tints.nim test compile 2016-02-08 01:40:02 +01:00
Andreas Rumpf
b557153ab7 Merge pull request #3835 from oderwat/OderWat-PHPFix1
Some fixes for the PHP CodeGen
2016-02-07 21:11:54 +01:00
Hans Raaf
2522ac9133 Made the test tints.nim work for the PHP codegen (uint shifts and
casts).
2016-02-07 18:01:13 +01:00
Hans Raaf
e66f5c419c Corrected (unsigned) shr for PHP Codegen 2016-02-07 05:22:32 +01:00
Hans Raaf
bb3fe1493d Better code and fix for JS regression. 2016-02-07 04:31:15 +01:00
Hans Raaf
a6460e2c91 Fix für Char to String in PHP. 2016-02-07 01:49:13 +01:00
Hans Raaf
fa6692f33f Fix tuple field access in PHP. 2016-02-07 01:49:06 +01:00
Hans Raaf
e737b47ee1 Fix for index check in PHP code. 2016-02-07 00:30:21 +01:00
Hans Raaf
77235947c1 Fix for shr with PHP (using >>) 2016-02-07 00:08:10 +01:00
Andreas Rumpf
8ec7c0af20 php-codegen fixes 2016-02-06 19:58:28 +01:00
Andreas Rumpf
db4b9b1bdd manual: typo 2016-02-06 15:39:56 +01:00
Andreas Rumpf
bf6e0ad01a more JS regressions fixed 2016-02-06 15:39:56 +01:00
Andreas Rumpf
d3cb1bedfa fixes JS codegen regressions 2016-02-06 15:39:56 +01:00
Andreas Rumpf
81d144e3b4 no LL for PHP 2016-02-06 15:39:56 +01:00
Andreas Rumpf
4686f485a6 cleaner toArray magic 2016-02-06 15:39:56 +01:00
Andreas Rumpf
9b44ca17c2 PHP codegen can generate PHP classes 2016-02-06 15:39:56 +01:00
Andreas Rumpf
35567a1eb9 first version of an PHP codegen 2016-02-06 15:39:56 +01:00
Andreas Rumpf
58f6bfb1dc Merge branch 'devel' of github.com:nim-lang/Nim into devel 2016-02-06 15:29:25 +01:00
Andreas Rumpf
3941b8968c Merge pull request #3817 from yglukhov/js-typed-arrays
Prefer JS typed arrays for arrays.
2016-02-06 15:28:46 +01:00
Andreas Rumpf
73291aa1bc Merge pull request #3781 from rgv151/patch-net-gc-safe
[net/httpclient] make it gc-safe #2692
2016-02-06 15:26:07 +01:00
Andreas Rumpf
981974ab11 Merge pull request #3831 from ephja/nimrod-to-nim
nimrod -> nim
2016-02-06 15:24:09 +01:00
Andreas Rumpf
03f4aa23d7 Merge pull request #3106 from def-/deprecation
Fix a few deprecation warnings
2016-02-06 15:22:19 +01:00
def
62955292f2 Revert removal of raiseOSError 2016-02-06 13:51:51 +01:00
Andreas Rumpf
86b233dff9 Merge pull request #3829 from def-/json-fix-empty
Fix json.`%*` for empty objects
2016-02-06 08:16:56 +01:00
def
11f055c652 Fix json.%* for empty objects 2016-02-06 03:29:09 +01:00
def
bf8e371d7e Revert raiseOSError change 2016-02-06 01:29:12 +01:00
Erik Johansson Andersson
f8d98700ac nimrod -> nim 2016-02-05 19:11:43 +01:00
Andreas Rumpf
4610cb3ae9 Merge pull request #3813 from flyx/rst-svg
RST: Output <object> for SVG images in HTML
2016-02-05 18:24:21 +01:00