Commit Graph

9593 Commits

Author SHA1 Message Date
Araq
8fa3e0cb25 added missing module 2016-11-05 09:27:46 +01:00
Araq
9e6fb3f696 new dependency tracking for nimsuggest 2016-11-05 01:19:23 +01:00
Araq
33ebf3e5fb fixes criticial finish.nim bug 2016-11-03 14:43:24 +01:00
Andreas Rumpf
ee8c1c6f93 Merge pull request #4989 from endragor/empty-async-all
async all() now immediately completes if arg is empty
2016-11-03 10:54:19 +01:00
Ruslan Mustakov
f2bded180f async all() now immediately completes if arg is empty 2016-11-03 10:50:43 +07:00
Dominik Picheta
e784fdee45 Merge pull request #4970 from nigredo-tori/fix-4969
Fix problems with persistent HTTP connections
2016-11-02 18:57:00 +01:00
Andreas Rumpf
5842f7d0d2 Merge pull request #4987 from lihf8515/devel
Update parsecfg.nim
2016-11-02 08:52:36 +01:00
Andreas Rumpf
a6d17b5503 some progress on --symbolfiles:on 2016-11-02 08:39:51 +01:00
lihf8515
89d4574445 Update parsecfg.nim
Value includes double quotation marks.
2016-11-02 11:48:11 +08:00
Dmitry Polienko
4753149227 Implement suggestions from @dom96 2016-11-02 09:19:20 +07:00
Andreas Rumpf
9a1c87d6bf Merge pull request #4985 from vlad1777d/patch-1
added description to fmWrite mode to be more exact
2016-11-01 22:09:05 +01:00
Vladislav
9bc79b923c added description to fmWrite mode to be more exact 2016-11-01 22:33:09 +02:00
Andreas Rumpf
5a0b3280ae nimsuggest is now in tools/ 2016-11-01 19:11:56 +01:00
Araq
73b76b916c koch improvements; implemented 'koch pushcsources' 2016-11-01 17:57:32 +01:00
Araq
47304372ca change TimeImpl for MingW 2016-11-01 14:11:46 +01:00
Araq
804af7e153 fixes bootstrapping 2016-11-01 10:25:34 +01:00
Andreas Rumpf
4884a56e38 Merge pull request #4980 from jlp765/tostring
Add nill value handling for seq/sets to system.CollectionToString()
2016-11-01 09:45:37 +01:00
Andreas Rumpf
d4c35da470 Merge pull request #4979 from singularperturbation/doc_ptr
(minor) Doc change for #3130
2016-11-01 09:44:44 +01:00
Andreas Rumpf
88ac25c3d9 Merge pull request #4977 from flyx/fix-4974
Fixes #4974
2016-11-01 09:44:12 +01:00
Araq
19befb5c91 yay, I'm free again 2016-11-01 08:19:05 +01:00
Araq
65801e4b6e make tests green again 2016-11-01 07:16:07 +01:00
Araq
45c6f9bb69 niminst update: make csources compile on old Linuxes 2016-11-01 07:14:20 +01:00
jlp765
55b28f86e1 add test: echo a seq with a nil value 2016-11-01 13:41:31 +10:00
singularperturbation
456b3d3231 (minor) Doc change for #3130 2016-10-31 22:38:17 -05:00
jlp765
0cb5adb494 Add nill value handling for seq/sets 2016-11-01 13:36:03 +10:00
Araq
d183e4034c touch koch.nim to trigger CI build (4th) 2016-11-01 00:28:21 +01:00
Araq
67a52ee647 touch koch.nim to trigger CI build (3rd) 2016-10-31 23:40:32 +01:00
Araq
237f438fe6 touch koch.nim to trigger CI build (2nd) 2016-10-31 23:25:30 +01:00
Araq
5b01f2e374 touch koch.nim to trigger CI build 2016-10-31 23:10:48 +01:00
Felix Krause
af4c75a893 Fixes #4974 2016-10-31 20:46:50 +01:00
Araq
a94a0f27f2 updated development version 2016-10-31 20:16:31 +01:00
Araq
08c94ef6b5 nimsuggest is now part of Nim 2016-10-31 20:12:54 +01:00
Araq
29db0d8585 refactoring complete: explicit ident cache 2016-10-31 19:47:20 +01:00
Araq
773d17cd14 big refactoring: step 1 2016-10-31 15:34:44 +01:00
Araq
5494d78e74 Merge branch 'braces' into refactor-identcache 2016-10-31 12:04:52 +01:00
Dmitry Polienko
52f4590e98 Don't persist generated headers between requests 2016-10-31 09:46:50 +07:00
Dmitry Polienko
860264a382 Skip empty lines before status line
As recommended here: https://tools.ietf.org/html/rfc7230#section-3.5
2016-10-31 09:42:45 +07:00
Andreas Rumpf
0f3419685f Merge pull request #4964 from jangko/orderedtable_initialsize
fixes #4940
2016-10-27 15:37:45 +02:00
Andreas Rumpf
cacbf8b32c Merge pull request #4963 from jangko/macro_error_improvement
Macro.error improvement fixes #4915
2016-10-27 15:37:34 +02:00
andri lim
74c6500a30 add test 2016-10-27 20:01:23 +07:00
andri lim
bd560d6a4e fixes #4915 2016-10-27 12:22:12 +07:00
andri lim
a42e9b11a7 fixes #4940 2016-10-27 11:32:14 +07:00
Andreas Rumpf
38ad7400fa Merge pull request #4960 from krux02/comparison-fix
fixed `==` and cmp to work on nimvm
2016-10-27 00:57:31 +02:00
Arne Döring
5864506ad3 fixed == and cmp to work on nimvm 2016-10-26 22:57:14 +02:00
Dominik Picheta
b2b2dcff08 Fixes #4959. 2016-10-26 21:26:48 +02:00
Dominik Picheta
22e42aa4d0 Merge pull request #4958 from yglukhov/socketError-gcsafe
Mark socketError as gcsafe
2016-10-26 19:52:01 +02:00
Yuriy Glukhov
6690cd15f4 Mark socketError as gcsafe 2016-10-26 20:17:40 +03:00
Andreas Rumpf
b6807b547d Merge pull request #4955 from cheatfate/debugcommit1
Generate `NimMainModule` name for main module.
2016-10-26 14:38:44 +02:00
cheatfate
29d31edc0b Generate NimMainModule name for main module. 2016-10-26 14:00:30 +03:00
Andreas Rumpf
a612e1b249 Merge pull request #4949 from couven92/nim-vccwrap
VCC wrappers with vcvars args.
2016-10-26 00:31:05 +02:00