Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improve documentation for 'var T return values'; refs #7373 | Andreas Rumpf | 2018-04-21 | 1 | -1/+1 |
| | |||||
* | Support code hot reloading for JavaScript projects (#7362) | zah | 2018-04-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | * Support code hot reloading for JavaScript projects * Add some missing JavaScript symbols and APIs * fix the Travis build * (review changes) remove the js type from the standard library as it doesn't follow NEP-1 * more additions to the DOM module * Follow NEP-1 in jsffi; spell 'hot code reloading' correctly * introduce a jscore module * Document jscore module. * readded js type * Remove the '$' operator that doesn't behave | ||||
* | renamed future.nim to sugar.nim | Araq | 2018-04-06 | 1 | -1/+1 |
| | |||||
* | Added asyncfutures doc | Andrea Ferretti | 2018-03-30 | 1 | -1/+1 |
| | |||||
* | Update website.ini | Andrea Ferretti | 2018-03-30 | 1 | -1/+1 |
| | |||||
* | yet another documentation fix | Araq | 2018-03-06 | 1 | -1/+1 |
| | |||||
* | more documentation fixes | Araq | 2018-03-05 | 1 | -2/+2 |
| | |||||
* | Move joyent_http_parser out of stdlib. | Dominik Picheta | 2018-02-17 | 1 | -1/+0 |
| | |||||
* | Fixes #5786. | Dominik Picheta | 2018-02-17 | 1 | -1/+0 |
| | |||||
* | move new sha1 module into the new 'std' namespace | Andreas Rumpf | 2018-02-06 | 1 | -1/+1 |
| | |||||
* | fixes #6961 | Andreas Rumpf | 2018-02-02 | 1 | -1/+1 |
| | |||||
* | Add a shared collections to the docs | data-man | 2018-01-02 | 1 | -0/+1 |
| | |||||
* | move securehash back into the stdlib | Araq | 2017-12-21 | 1 | -1/+1 |
| | |||||
* | added asyncjs standard library module (#6841) | Alexander Ivanov | 2017-12-19 | 1 | -1/+1 |
| | |||||
* | added new stdlib module 'strformat'; refs #5600; refs #6507 | Araq | 2017-12-17 | 1 | -1/+1 |
| | |||||
* | fixes #6033 | Araq | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | Remove link to ioselectors, link lenientops (#6790) | Lynn C. Rees | 2017-11-24 | 1 | -1/+1 |
| | |||||
* | Add ioselectors to doc index (#6657) | Lynn C. Rees | 2017-11-15 | 1 | -1/+1 |
| | |||||
* | Link to segfaults in docs (#6645) | Lynn C. Rees | 2017-11-10 | 1 | -0/+1 |
| | |||||
* | Add heapqueue module to doc index (#6655) | Lynn C. Rees | 2017-11-10 | 1 | -0/+1 |
| | | | Add copyright header to heapqueue modlue | ||||
* | Add chains module to doc index (#6656) | Lynn C. Rees | 2017-11-10 | 1 | -1/+1 |
| | |||||
* | Remove libuv from standard library wrappers. (#6624) | treeform | 2017-11-06 | 1 | -1/+1 |
| | |||||
* | Link unlinked stdlib modules to doc index (#6672) | Lynn C. Rees | 2017-11-02 | 1 | -0/+1 |
| | |||||
* | Add jsconsole to doc index (#6658) | Lynn C. Rees | 2017-11-01 | 1 | -1/+1 |
| | |||||
* | Add oswalkdir to doc index (#6651) | Lynn C. Rees | 2017-11-01 | 1 | -1/+1 |
| | |||||
* | documentation: add 'sexp' module | Araq | 2017-10-16 | 1 | -1/+1 |
| | |||||
* | @dom96's comments: remove bountysource, revert configurator change. | Daniil Yarancev | 2017-10-14 | 2 | -141/+0 |
| | |||||
* | [JSON] getBVal -> getBool; getFNum -> getFloat | Daniil Yarancev | 2017-10-14 | 1 | -4/+4 |
| | |||||
* | make nimblepkglist tool work with newer versions of the website | Araq | 2017-07-20 | 1 | -1/+2 |
| | |||||
* | Merge branch 'araq2' into devel | Araq | 2017-05-17 | 1 | -2/+2 |
|\ | |||||
| * | Merge branch 'zahary' into araq2 | Andreas Rumpf | 2017-05-17 | 1 | -2/+2 |
| |\ | |||||
| | * | close #5757 | Zahary Karadjov | 2017-04-30 | 1 | -2/+0 |
| | | | |||||
| | * | close #5726 | Zahary Karadjov | 2017-04-28 | 1 | -2/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Turned out that the old code was wrong. I'm not sure why it used to work. `response.body` properly resolves to an async proc defined in the httpclient module with the following signature: proc body*(response: AsyncResponse): Future[string] {.async.} Perhaps the old code was somehow matching the body field of the `AsyncResponse` object, which is marked as private. | ||||
* | | | More bug fixes added to list in release notes. | Dominik Picheta | 2017-05-16 | 1 | -0/+119 |
| | | | |||||
* | | | Merge pull request #5748 from J3RN/meet-xdg-base-directory-spec | Dominik Picheta | 2017-05-16 | 1 | -0/+4 |
|\ \ \ | |/ / |/| | | Modified ospath's getConfigDir to meet XDG spec | ||||
| * | | Added getConfigDir changes to breaking changes doc | Jonathan Arnett | 2017-04-28 | 1 | -0/+4 |
| | | | |||||
* | | | fixed macros.getTypeImpl for a symbol of type tyGenericBody (#5788) (#5812) | jcosborn | 2017-05-14 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | * fixed macros.getTypeImpl for a symbol of type tyGenericBody * added test case and commented test code | ||||
* | | | Implement dial, support IPv6 in httpclient (#5763) | Ruslan Mustakov | 2017-05-02 | 1 | -1/+4 |
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement dial, support IPv6 in httpclient Added ``dial`` procedure to networking modules: ``net``, ``asyncdispatch``, ``asyncnet``. It merges socket creation, address resolution, and connection into single step. When using ``dial``, you don't have to worry about IPv4 vs IPv6 problem. Fixed addrInfo loop in connect to behave properly. Previously it would stop on first non-immediate failure, instead of continuing and trying the remaining addresses. Fixed newAsyncNativeSocket to raise proper error if socket creation fails. Fixes: #3811 * Check domain during connect() only on non-Windows This is how it was in the previous implementation of connect(). * Call 'osLastError' before 'close' in net.dial * Record osLastError before freeAddrInfo in net.dial * Add missing docs for 'dial' proc * Optimize dial to create one FD per domain, add tests And make async IPv6 servers work on Windows. * Add IPv6 test to uri module * Fix getAddrString error handling | ||||
* | | Document breaking AsyncResponse change. Refs #5726. | Dominik Picheta | 2017-04-28 | 1 | -0/+3 |
| | | |||||
* | | WIFSIGNALED means process has exited too (with a bang!) (#5678) | Jacek Sieka | 2017-04-27 | 1 | -0/+2 |
|/ | |||||
* | News items for previous commit | Zahary Karadjov | 2017-04-06 | 1 | -1/+7 |
| | |||||
* | make tests green again | Andreas Rumpf | 2017-04-04 | 1 | -1/+1 |
| | |||||
* | remove the need for the .procvar annotation | Andreas Rumpf | 2017-04-03 | 1 | -0/+6 |
| | |||||
* | remove en-dash from the language | Andreas Rumpf | 2017-04-02 | 1 | -0/+2 |
| | |||||
* | language addition: colon-block for expressions in let/var context | Andreas Rumpf | 2017-04-02 | 1 | -0/+13 |
| | |||||
* | updated news to take PR #5390 into account | Araq | 2017-03-31 | 1 | -0/+2 |
| | |||||
* | Merge branch 'devel' into araq | Andreas Rumpf | 2017-03-30 | 1 | -13/+7 |
|\ | |||||
| * | website update; fixes #5422 | Araq | 2017-03-30 | 1 | -13/+7 |
| | | |||||
* | | attempt to make travis OSX tests green and mandatory | Andreas Rumpf | 2017-03-29 | 1 | -1/+1 |
|/ | |||||
* | fixes #5599 (#5610) | Andreas Rumpf | 2017-03-26 | 1 | -0/+3 |
| |