summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | Add support for `Async | Sync` return types in {.multisync.} macro.Dominik Picheta2017-02-111-21/+34
| * | | Remove immediate FutureStream procs and make 'put' awaitable.Dominik Picheta2017-02-102-20/+10
| * | | Improve implementation of takeAsync for FutureStreams.Dominik Picheta2017-02-102-18/+48
| * | | Add test spec to tfuturestreamDominik Picheta2017-02-101-0/+14
| * | | Implemented a first working version of FutureStreams.Dominik Picheta2017-02-103-45/+54
| * | | Work around issue with queues. Refs #4773.Dominik Picheta2017-02-101-1/+1
| * | | Improve error message when a `nil` future is await'ed.Dominik Picheta2017-02-091-3/+5
| * | | WIP implementation of FutureStream.Dominik Picheta2017-02-092-8/+103
* | | | better docs for strutils.escapeAraq2017-02-261-0/+1
* | | | fixes #5430Araq2017-02-2612-42/+58
* | | | fixes #5432Araq2017-02-262-1/+17
* | | | added hash for uints (#5435)Fabian Keller2017-02-262-0/+23
* | | | Make use of `used` in unittest (#5410)Fabian Keller2017-02-253-14/+45
| |/ / |/| |
* | | Merge pull request #5433 from yglukhov/ipv6Dominik Picheta2017-02-251-2/+2
|\ \ \
| * | | Listen on ipv6Yuriy Glukhov2017-02-251-2/+2
* | | | Merge branch 'faster-nimsuggest' of github.com:nim-lang/Nim into faster-nimsu...Andreas Rumpf2017-02-253-3/+11
|\ \ \ \
| * | | | another attempt to make test green againAraq2017-02-243-3/+11
* | | | | Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-02-259-6/+56
|\ \ \ \ \ | |/ / / / |/| / / / | |/ / /
| * | | Merge pull request #5427 from ivankoster/patch-1Dominik Picheta2017-02-241-1/+1
| |\ \ \
| | * | | Remove unnecessary colon in unittest.nim code exampleIvan Koster2017-02-241-1/+1
| * | | | Make toHex work for uints (#5423)Dennis Felsing2017-02-241-1/+1
| * | | | Add warning about log flushing. Related to #3269 (#5424)Federico Ceratto2017-02-241-0/+2
| |/ / /
| * | | Bugfix/double newlines in stderr (#5426)Fabian Keller2017-02-246-4/+52
* | | | make tests green againAndreas Rumpf2017-02-241-0/+1
* | | | fixes a multimethod regressionAndreas Rumpf2017-02-243-8/+33
* | | | Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-02-2433-240/+190
|\| | |
| * | | fixes #5417Andreas Rumpf2017-02-245-7/+28
| * | | fixes #5419Andreas Rumpf2017-02-244-1/+35
| * | | removed compiler internal list implementation (#5371)Arne Döring2017-02-2225-227/+125
* | | | Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-02-2213-25/+135
|\| | |
| * | | match json.toPretty style with NodeJS's stringify (#5406)Emery Hemingway2017-02-211-5/+4
| | |/ | |/|
| * | Enabled explicitly unknown lock levels (#5409)Fabian Keller2017-02-203-1/+39
| * | travis: first attempt to enable OSX testsAraq2017-02-171-0/+10
| * | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2017-02-171-1/+1
| |\ \
| * | | new feature: .used pragma to suppress declared-but-not-used warningAraq2017-02-175-10/+51
| * | | fixes #5404Araq2017-02-172-1/+23
| * | | minor documentation improvementsAraq2017-02-172-7/+7
| * | | update code from a time when unsigned didn't existAraq2017-02-161-1/+1
* | | | big compiler refactoring; avoid globals for multi method dispatcher generationAndreas Rumpf2017-02-2229-215/+225
* | | | nimsuggest: added --refresh command line option; added 'known' command; fixes...Andreas Rumpf2017-02-222-16/+28
* | | | nimsuggest: works with VS-Plugin againAndreas Rumpf2017-02-202-8/+31
* | | | nimsuggest: better logging for EPC modeAndreas Rumpf2017-02-201-2/+4
* | | | nimsuggest: make all tests greenAndreas Rumpf2017-02-202-31/+34
* | | | nimsuggest supports EPC protocol again; tester can test the EPC protocolAndreas Rumpf2017-02-193-12/+130
* | | | Merge branch 'devel' into faster-nimsuggestAndreas Rumpf2017-02-1752-285/+1052
|\ \ \ \ | | |/ / | |/| |
| * | | Fix reverse on empty openArray (#5407)fenekku2017-02-171-1/+1
| |/ /
| * | fixes #5391Araq2017-02-161-1/+1
| * | distros.nim: brew usually doesn't require 'sudo'Araq2017-02-161-1/+1
| * | fixes #5400Araq2017-02-162-2/+28
| * | fixes #5405Araq2017-02-164-10/+37