Araq
|
cfea779e23
|
fixes #2050
|
2016-12-30 02:21:15 +01:00 |
|
Araq
|
45001632ce
|
fixes #3848
|
2016-12-30 01:51:37 +01:00 |
|
Araq
|
020b41e294
|
fixes #5161
|
2016-12-30 01:43:26 +01:00 |
|
Araq
|
4104ee121d
|
fixes #5147
|
2016-12-30 00:59:10 +01:00 |
|
Araq
|
700c024e13
|
fixes #5148
|
2016-12-29 19:32:43 +01:00 |
|
Araq
|
4134240b42
|
finish tool: Check for installations in 'program files' et al
|
2016-12-29 19:20:23 +01:00 |
|
Araq
|
7148f6f104
|
make gendepend work again
|
2016-12-29 14:08:20 +01:00 |
|
Andreas Rumpf
|
9c4a60193f
|
new shift ops for Nim; based on #4743
|
2016-12-29 12:07:27 +01:00 |
|
Andreas Rumpf
|
5743ff8386
|
attempt to mitigate Nimble issue #293
|
2016-12-29 12:07:27 +01:00 |
|
Andreas Rumpf
|
a9729afeaf
|
Merge pull request #5158 from AdrianV/patch-4
bcc uses _timezone like vcc
|
2016-12-29 11:27:19 +01:00 |
|
Andreas Rumpf
|
0f10713c34
|
Merge pull request #5159 from AdrianV/patch-5
bcc misses the same functions like vcc
|
2016-12-29 11:27:01 +01:00 |
|
Andreas Rumpf
|
49f2341cd7
|
Merge pull request #5156 from nigredo-tori/patch-1
NimTypeKind - replace ntyArrayConstr with ntyAlias
|
2016-12-29 10:54:46 +01:00 |
|
Dominik Picheta
|
46e4b4854e
|
Merge pull request #5160 from mpcjanssen/xmldom-mpcjanssen
Define getAttributes(NS) on PNode instead of PElement.
|
2016-12-28 20:57:16 +00:00 |
|
Mark Janssen
|
fa51de8c00
|
Define getAttributes(NS) on PNode instead of PElement.
|
2016-12-28 18:26:25 +01:00 |
|
AdrianV
|
8a487d3223
|
bcc misses the same functions like vcc
|
2016-12-28 17:34:14 +01:00 |
|
AdrianV
|
3a4353bc40
|
bcc uses _timezone like vcc
|
2016-12-28 17:30:23 +01:00 |
|
nigredo-tori
|
7372ad2bed
|
NimTypeKind - replace ntyArrayConstr with ntyAlias
Cleanup following the change in `TTypeKind`
|
2016-12-28 22:37:54 +07:00 |
|
Andreas Rumpf
|
b42b467b77
|
support: koch supports 'nimble' vs 'nimble --latest'
|
2016-12-28 00:10:55 +01:00 |
|
Andreas Rumpf
|
0b97dfbf87
|
remove deprecated system.TResult enum
|
2016-12-28 00:10:10 +01:00 |
|
Andreas Rumpf
|
0af85846bb
|
support for arm64; fixes #2147
|
2016-12-27 19:18:41 +01:00 |
|
Andreas Rumpf
|
847210b799
|
disable new alloctor behaviour for emscripten
|
2016-12-27 17:54:09 +01:00 |
|
Andreas Rumpf
|
39b25cf4dc
|
simple closure iterator calling closure iterator works; refs #3837
|
2016-12-27 09:51:58 +01:00 |
|
Andreas Rumpf
|
e1828733f1
|
fixes #4519
|
2016-12-25 15:26:32 +01:00 |
|
Dominik Picheta
|
8b76edfd65
|
Update paypal link in the community page.
|
2016-12-24 01:10:14 +01:00 |
|
Araq
|
93fb8b67b9
|
fixes #5142
|
2016-12-23 12:27:14 +01:00 |
|
Araq
|
77d5d0cdfe
|
NimScript: prepare for future Nimble improvements; should be completely compatible with old and upcoming Nimble versions
|
2016-12-23 12:26:28 +01:00 |
|
Araq
|
0daca5c463
|
make travis green
|
2016-12-22 20:46:12 +01:00 |
|
Araq
|
9e784523ca
|
Merge branch 'devel' of github.com:nim-lang/Nim into devel
|
2016-12-22 16:43:56 +01:00 |
|
Araq
|
0ef6815529
|
fixes #5140
|
2016-12-22 16:43:37 +01:00 |
|
Chris Heller
|
80f9dcc6eb
|
Used typed/untyped instead of stmt/expr in semQuoteAst. Fixes issue 5120 (#5126)
* Use typed/untyped instead of stmt/expr in semQuoteAst. Fixes #5120
|
2016-12-22 10:45:13 +01:00 |
|
Araq
|
237e2664e0
|
make tsets test green again
|
2016-12-22 09:53:46 +01:00 |
|
Andreas Rumpf
|
0f9d746da5
|
Merge branch 'devel' of github.com:nim-lang/Nim into devel
|
2016-12-22 09:13:36 +01:00 |
|
Andreas Rumpf
|
7bd473c59b
|
fixes #5137
|
2016-12-22 09:13:22 +01:00 |
|
Andreas Rumpf
|
7ee3cdc88d
|
Merge pull request #5125 from chrisheller/fix-issue-5119
Guard against calling split with an empty string as a separator. Fixe…
|
2016-12-22 08:10:56 +01:00 |
|
Chris Heller
|
7ad32ea0ed
|
Change error handling in split to use doAssert so it is not compiled out when running tests
|
2016-12-21 22:24:08 -08:00 |
|
Chris Heller
|
af63bd4e0b
|
Update unit test to handle AssertionError instead of ValueError for #5119
|
2016-12-21 19:06:11 -08:00 |
|
Andreas Rumpf
|
4e481cc316
|
implements module grouping for the import statement
|
2016-12-21 22:13:50 +01:00 |
|
Chris Heller
|
80a727f1ce
|
Change error handling to use assert as per Araq's comment
|
2016-12-21 12:15:33 -08:00 |
|
Chris Heller
|
40d034b7e3
|
Guard against calling split with an empty string as a separator. Fixes #5119
|
2016-12-21 12:06:59 -08:00 |
|
Andreas Rumpf
|
2bb49136de
|
added missing file
|
2016-12-21 12:49:20 +01:00 |
|
Andreas Rumpf
|
22ce05ef16
|
fixes recently introduced regression
|
2016-12-21 12:15:47 +01:00 |
|
Andreas Rumpf
|
d2fe857f94
|
fixes #5136
|
2016-12-21 11:38:33 +01:00 |
|
Andreas Rumpf
|
06a8d37f9a
|
fixes #5135
|
2016-12-21 11:09:47 +01:00 |
|
Araq
|
c166394024
|
fixes #5131
|
2016-12-20 22:42:25 +01:00 |
|
Araq
|
f484d1b20b
|
make nimfix compile with newer compiler API
|
2016-12-20 15:59:53 +01:00 |
|
Araq
|
bafc94a49a
|
bugfix: aporia compiles again
|
2016-12-20 10:25:50 +01:00 |
|
Araq
|
237252f90c
|
Merge branch 'devel' into sighashes
|
2016-12-19 11:35:45 +01:00 |
|
Araq
|
c130a2af17
|
make tests green
|
2016-12-18 23:32:15 +01:00 |
|
Araq
|
3e5e18bc5d
|
make tests green again
|
2016-12-18 23:20:22 +01:00 |
|
Araq
|
39ca8b8c8e
|
fixes #4818
|
2016-12-18 23:11:53 +01:00 |
|