Araq
ff89f7e33a
libffi: style changes
2019-06-19 16:54:34 +02:00
narimiran
de88fdb86e
Revert "makes travis OSX green again"
...
This reverts commit 79a23fe805 .
2019-06-19 15:53:42 +02:00
Miran
ae5a4cea98
[other] update homebrew, fix travis fails on OSX ( #11541 )
2019-06-19 15:54:40 +02:00
narimiran
cf47c2c60c
[other] documentation: deprecation comments are now auto-generated
2019-06-19 14:21:46 +02:00
alaviss
24ac13f653
[bugfix] gc_common: export foreign thread gc docs ( #11536 )
2019-06-19 12:41:22 +02:00
Araq
f67be92512
[feature] cleanup PR, refs #11424
2019-06-19 09:54:01 +02:00
Araq
296c48de5e
fixes #11436
2019-06-19 09:48:55 +02:00
Araq
79a23fe805
makes travis OSX green again
2019-06-19 09:48:55 +02:00
Phạm Ngọc Quang Nam
7c637c2faf
[bugfix] Fix smtp.nim unhandled exception ( #11498 )
2019-06-19 00:26:59 +02:00
Jasper Jenkins
8ee0f14ab6
literal array indices ( #11424 )
2019-06-18 14:16:33 +02:00
Araq
c99ce5051e
add HCR document to the tools.rst list
2019-06-18 12:19:14 +02:00
Araq
38f05bb9a3
HCR: better documentation
2019-06-18 12:17:26 +02:00
Benjamin Summerton
a009cbdc2f
Add cbrt() bindings for the JS Target ( #11528 )
...
`Math.cbrt()` exists:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/cbrt
The binding was missing for the JavaScript backend.
2019-06-18 02:26:47 -04:00
yatsen1
c8268330be
[feature] Add boehm gc finalizer ( #11446 )
2019-06-17 20:47:18 +02:00
Miran
ac3449b93b
[bugfix] fix #11450 , random.initRand crashes in JS backend ( #11522 )
2019-06-17 20:46:04 +02:00
Miran
6cad5c7861
[bugfix] fix #11482 , fix nimsuggest range error ( #11519 )
...
The default starting parameters for `line` and `col` were switched.
See line 141: "line starts at 1, column at 0, dirtyfile is optional".
Also, in `TLineInfo` object, `line` is uint16, `col` is int16.
2019-06-17 20:41:41 +02:00
narimiran
b70fd0400e
[other] introduce a separate changelog for backports, update
...
contributing guidelines
2019-06-17 12:15:47 +02:00
Juan Carlos
eb087b3546
[bugfix] Fixes #11434 , Update Tools Documentation ( #11449 )
2019-06-17 11:17:28 +02:00
Juan Carlos
aa7f23e1ee
[bugfix] Fixes #11495 , Remove TinyC from help ( #11508 )
2019-06-17 11:03:18 +02:00
Phạm Ngọc Quang Nam
9f6187b46c
Add starttls for smtp ( #11500 )
...
* Add starttls for smtp
* Update smtp.nim
2019-06-16 23:50:56 +01:00
Kaushal Modi
7182922622
[feature] Added os.delEnv; add delEnv support to nimscript too ( #11466 )
...
[feature] Fixes https://github.com/nim-lang/Nim/issues/11452 .
2019-06-15 11:32:26 +02:00
Andreas Rumpf
eadea343ef
[bugfix] fixes https://github.com/nim-lang/Nim/issues/11430
...
[bugfix] fixes https://github.com/nim-lang/Nim/issues/11430
2019-06-15 11:29:10 +02:00
Charles Blake
6dc6487311
Disambiguate idents now that all 3 rfind's are included in the RTL.
2019-06-15 03:46:21 -04:00
Andreas Rumpf
68cce40510
[bugfix] Add .47 as supported libssl version ( #11503 )
2019-06-14 23:03:00 +02:00
Kaushal Modi
d1ce86fdc6
[bugfix] Fix the link to "For Loop Macro" section ( #11505 )
2019-06-14 23:02:30 +02:00
SolitudeSF
e96afd6324
[bugfix] Add .47 as supported libssl version
2019-06-14 20:00:23 +03:00
Kaushal Modi
c656714623
[bugfix] Minor formatting fix in tut2 [ci skip] ( #11501 )
...
Monospace `untyped` like elsewhere in the tutorial.
2019-06-14 15:13:44 +02:00
Araq
57a83df745
[bugfix] nimpretty: better alignment; fixes #11467
2019-06-14 11:16:39 +02:00
Juan Carlos
80320c72d3
[bugfix] document the norewrite pragma ( #11453 )
...
* fixes #9454
* Peer review feedback, wording, move to experimental manual
2019-06-13 19:37:17 +02:00
Jasper Jenkins
bda9fd149c
[refactoring] error instead of quit for basename ( #11491 )
2019-06-13 19:34:41 +02:00
Charles Blake
e11d582fa1
Merge branch 'devel' of https://github.com/nim-lang/Nim into devel
2019-06-13 10:21:11 -04:00
Charles Blake
e7188cdfa8
Add missing ,int to type signature in doc comment references.
2019-06-13 10:20:43 -04:00
Jasper Jenkins
06ef56ba72
[bugfix] fix quit errormsg in nimvm ( #11490 )
2019-06-13 15:30:30 +02:00
Simon Krauter
e2f99a2026
Update tut1: -d:release does not turn off *allruntime checks off anymore ( #11492 )
...
According to https://nim-lang.org/blog/2019/06/06/version-0200-released.html
"The -d:release switch now does not disable runtime checks anymore. "
2019-06-13 15:16:38 +02:00
Araq
165ea46284
[bugfix] nimpretty: fixes #11470
2019-06-13 10:58:27 +02:00
Araq
af39f26a3a
[bugfix] nimpretty: fixes #11468
2019-06-13 10:42:37 +02:00
Araq
b70295c768
[other] nimsuggest: adhere to our style guide
2019-06-13 09:59:03 +02:00
alaviss
08fdffc717
[other] appveyor: use official dlls on nim-lang.org ( #11473 )
2019-06-12 17:09:36 +02:00
Dominik Picheta
73c44c6e9b
[bugfix] Fixes async IO operations stalling even after socket is closed. ( #11232 )
2019-06-12 17:07:05 +02:00
Charles Blake
bde899d4f8
Attempt to close https://github.com/nim-lang/Nim/issues/11430
2019-06-12 07:44:56 -04:00
Jasper Jenkins
da035e9c83
[bugfix] fix nimpretty for absolute paths ( #11480 )
2019-06-12 11:59:25 +02:00
Araq
b056d32a79
[refactoring] liftdestructors.nim is callable from lambdalifting; refs #11217
2019-06-12 10:44:45 +02:00
Arne Döring
e4d0f4fee0
fix regression in semfold for old right shift ( #11477 )
2019-06-12 09:26:30 +02:00
Araq
c07973e313
[refactoring] liftdestructors is now a module of its own
2019-06-12 08:45:47 +02:00
Araq
549d8cc0c6
[other] make typeAllowed easier to debug by using structured programming
2019-06-12 08:45:47 +02:00
Andreas Rumpf
572b7c37a5
[other] preparations for --styleCheck:error for the Nim compiler ( #11478 )
2019-06-12 08:35:32 +02:00
Arne Döring
c7e1c665a1
[refactoring] refactor the compiler and stdlib to deprecation warnings ( #11419 )
2019-06-11 16:49:56 +02:00
Juan Carlos
3d13103443
[bugfix] Add .nimf to mimetypes ( #11417 )
2019-06-11 16:46:15 +02:00
Hitesh Jasani
a9aef65b2d
[feature] Enable Oid usage in hashtables ( #11472 )
2019-06-11 15:06:46 +02:00
Miran
b3d2cd738a
[other] better error message for IndexError for empty containers ( #11476 )
2019-06-11 14:34:21 +02:00