Juan Carlos
|
01fcde2146
|
[bugfix] document the norewrite pragma (#11453)
* fixes #9454
* Peer review feedback, wording, move to experimental manual
(cherry picked from commit 80320c72d3)
|
2019-06-16 17:19:43 +02:00 |
|
Jasper Jenkins
|
ea4d72a379
|
[refactoring] error instead of quit for basename (#11491)
(cherry picked from commit bda9fd149c)
|
2019-06-16 17:19:43 +02:00 |
|
Jasper Jenkins
|
78c6f01b90
|
[bugfix] fix quit errormsg in nimvm (#11490)
(cherry picked from commit 06ef56ba72)
|
2019-06-16 17:18:58 +02:00 |
|
Simon Krauter
|
41e0fc593c
|
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. "
(cherry picked from commit e2f99a2026)
|
2019-06-16 17:18:58 +02:00 |
|
Araq
|
21910d6eb1
|
[bugfix] nimpretty: fixes #11470
(cherry picked from commit 165ea46284)
|
2019-06-16 17:18:58 +02:00 |
|
Araq
|
7bfde5fa40
|
[bugfix] nimpretty: fixes #11468
(cherry picked from commit af39f26a3a)
|
2019-06-16 17:18:58 +02:00 |
|
Araq
|
9e28b3ccc9
|
[other] nimsuggest: adhere to our style guide
(cherry picked from commit b70295c768)
|
2019-06-16 17:18:58 +02:00 |
|
alaviss
|
b4464f1dfa
|
[other] appveyor: use official dlls on nim-lang.org (#11473)
(cherry picked from commit 08fdffc717)
|
2019-06-16 17:18:58 +02:00 |
|
Dominik Picheta
|
4f69f7b62d
|
[bugfix] Fixes async IO operations stalling even after socket is closed. (#11232)
(cherry picked from commit 73c44c6e9b)
|
2019-06-16 17:18:58 +02:00 |
|
Jasper Jenkins
|
6530a4100a
|
[bugfix] fix nimpretty for absolute paths (#11480)
(cherry picked from commit da035e9c83)
|
2019-06-16 17:17:42 +02:00 |
|
Araq
|
9797da3615
|
[refactoring] liftdestructors.nim is callable from lambdalifting; refs #11217
(cherry picked from commit b056d32a79)
|
2019-06-16 17:17:41 +02:00 |
|
Arne Döring
|
0af9085e78
|
fix regression in semfold for old right shift (#11477)
(cherry picked from commit e4d0f4fee0)
|
2019-06-16 17:17:41 +02:00 |
|
Araq
|
e1c29d7a19
|
[refactoring] liftdestructors is now a module of its own
(cherry picked from commit c07973e313)
|
2019-06-16 17:17:41 +02:00 |
|
Araq
|
32cecf3a42
|
[other] make typeAllowed easier to debug by using structured programming
(cherry picked from commit 549d8cc0c6)
|
2019-06-16 17:17:41 +02:00 |
|
Andreas Rumpf
|
05d647398a
|
[other] preparations for --styleCheck:error for the Nim compiler (#11478)
(cherry picked from commit 572b7c37a5)
|
2019-06-16 17:17:41 +02:00 |
|
Arne Döring
|
4c8a02165e
|
[refactoring] refactor the compiler and stdlib to deprecation warnings (#11419)
(cherry picked from commit c7e1c665a1)
|
2019-06-16 17:17:41 +02:00 |
|
Juan Carlos
|
7e6c3f3684
|
[bugfix] Add .nimf to mimetypes (#11417)
(cherry picked from commit 3d13103443)
|
2019-06-16 17:17:41 +02:00 |
|
Miran
|
65a2b3bb6f
|
[other] better error message for IndexError for empty containers (#11476)
(cherry picked from commit b3d2cd738a)
|
2019-06-16 17:16:49 +02:00 |
|
narimiran
|
8dfebb3282
|
Revert "VM can now cast integer type arbitrarily. (#11459) [feature]"
This is a new feature, which shouldn't be backported.
|
2019-06-16 17:15:23 +02:00 |
|
narimiran
|
de2c271293
|
Merge remote-tracking branch 'upstream/devel' into version-0-20
|
2019-06-11 12:13:57 +02:00 |
|
narimiran
|
022cd2c144
|
bump version to 0.20.1
|
2019-06-11 12:13:35 +02:00 |
|
Miran
|
639e9a7aa9
|
[other] test 6 more nimble packages (#11464)
|
2019-06-11 11:43:54 +02:00 |
|
Andreas Rumpf
|
51ac2e67bf
|
newruntime: added a basic table test
|
2019-06-11 08:58:11 +02:00 |
|
jiro
|
ced0527ae3
|
streams: change error message of openFileStream (#11438) [feature]
|
2019-06-10 21:00:55 +02:00 |
|
Kaushal Modi
|
f8c8e319bc
|
Ensure that koch-built nim exe has +x perm for u/g/others [bugfix] (#11444)
Fixes https://github.com/nim-lang/Nim/issues/11427.
|
2019-06-10 20:52:56 +02:00 |
|
Kaushal Modi
|
2334680b3d
|
Use TMPDIR env var if available to get the temp dir name (#11443) [bugfix]
Additionally, use normalizePathEnd to suffix the dir name with "/" or
"\" as appropriate for the current OS.
Fixes https://github.com/nim-lang/Nim/issues/11439.
|
2019-06-10 19:59:51 +02:00 |
|
Arne Döring
|
94177f7357
|
VM can now cast integer type arbitrarily. (#11459) [feature]
|
2019-06-10 19:58:11 +02:00 |
|
Miran
|
7cf9b522b5
|
[bugfix] rename Nimrod to Nim, fix #11460 (#11462)
|
2019-06-10 12:54:43 +02:00 |
|
Juan Carlos
|
3a91a93584
|
Fixes #11431 (#11451) [bugfix]
|
2019-06-10 10:53:34 +02:00 |
|
Andreas Rumpf
|
caf93f4355
|
nimpretty: smart tabs support, fixes #9399 [bugfix]
|
2019-06-10 10:50:15 +02:00 |
|
Juan Carlos
|
22a1b12038
|
[documentation] fix #11281, httpclient examples (#11455)
|
2019-06-10 09:31:57 +02:00 |
|
Andreas Rumpf
|
cb47e49d3b
|
nimpretty: keep a seq of tokens instead of a single string to enable better transformations [refactoring]
|
2019-06-09 22:22:50 +02:00 |
|
Andreas Rumpf
|
8317de7648
|
complex.nim: reformating [other]
|
2019-06-09 22:22:50 +02:00 |
|
Kaushal Modi
|
3c62d41468
|
Make -d:tempDir switch work once again [bugfix] (#11442)
Fixes https://github.com/nim-lang/Nim/issues/11441.
|
2019-06-09 08:54:15 +02:00 |
|
nc-x
|
bce908f6ee
|
fix koch docs failing at io.nim with import os in config.nims (#11418) [bugfix]
|
2019-06-08 00:37:08 +02:00 |
|
Miran
|
bf9f1f7b45
|
[bugfix] hashes: fix regression for nested containers (#11426)
Move forward declarations earlier.
|
2019-06-08 00:34:11 +02:00 |
|
Andreas Rumpf
|
bf63d83a97
|
update the nimc.rst document about the release/danger split [bugfix]
|
2019-06-08 00:13:57 +02:00 |
|
Andreas Rumpf
|
9f82e07b2d
|
nimpretty: fixes #10156 [bugfix]
|
2019-06-08 00:00:00 +02:00 |
|
Andreas Rumpf
|
2c03c9f42e
|
updates the contributing guidelines [other]
|
2019-06-07 16:21:01 +02:00 |
|
Arne Döring
|
99a4fed96b
|
fix for passing tuples as static params to macros (#11423); fixes #10751 [bugfix]
* add vm value preparation proc
* small optimization
|
2019-06-07 14:34:59 +02:00 |
|
Araq
|
12fc1dfb2c
|
nimpretty: closes #10159 [bugfix]
|
2019-06-07 13:03:04 +02:00 |
|
Araq
|
667af87e66
|
nimpretty: fixes #9505 [bugfix]
|
2019-06-07 12:59:31 +02:00 |
|
Araq
|
790bc5b07b
|
nimpretty: fixes #10177 [bugfix]
|
2019-06-07 11:50:56 +02:00 |
|
Araq
|
5a37224102
|
develop version is 0.20.99 [feature]
|
2019-06-07 10:49:56 +02:00 |
|
Araq
|
447cc1ff09
|
nimpretty: fixes #10295
|
2019-06-07 10:37:00 +02:00 |
|
Dominik Picheta
|
554908df0c
|
Create FUNDING.yml
|
2019-06-06 21:58:25 +01:00 |
|
Andreas Rumpf
|
e7471cebae
|
koch.nim: hotfix for nightly builds
v0.20.0
|
2019-06-06 19:57:54 +02:00 |
|
Andreas Rumpf
|
abaa42fd8a
|
cleanup nimpretty's config
|
2019-06-06 19:57:42 +02:00 |
|
narimiran
|
7a670a6bc9
|
more changelog fixes
|
2019-06-06 08:57:50 +02:00 |
|
Arne Döring
|
cfeb9d2c50
|
Bit operator names 2 (#11413)
* add bit operator names
* add test for bitop alias
|
2019-06-06 08:36:20 +02:00 |
|