Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docs(lib): update Nimble notes since package list is not inline anymore (#9397) | Bo Lingen | 2018-10-18 | 1 | -4/+5 |
| | |||||
* | added new editdistance stdlib module, deprecated strutils.editDistance, refs ↵ | Andreas Rumpf | 2018-10-14 | 1 | -0/+4 |
| | | | | #6301 | ||||
* | manual: Fix links to Parallel & Spawn (#9342) | Tomohiro | 2018-10-13 | 1 | -1/+1 |
| | |||||
* | [cleanup] remove `xmldom` and `xmldomparser` (#9234) | Miran | 2018-10-09 | 1 | -6/+0 |
| | |||||
* | docs: remove most stale links; refs #9109 | Araq | 2018-09-29 | 1 | -18/+0 |
| | |||||
* | cleanup lib.rst, remove deprecated modules | Araq | 2018-09-13 | 1 | -28/+1 |
| | |||||
* | Support code hot reloading for JavaScript projects (#7362) | zah | 2018-04-13 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | | | | | | * 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 | -3/+2 |
| | |||||
* | Fixes #7400 | Dominik Picheta | 2018-03-30 | 1 | -26/+1 |
| | |||||
* | Remove basic2d & 3d from module list | Oscar Nihlgård | 2018-03-19 | 1 | -6/+0 |
| | | | `basic2d` and `basic3d` has been moved to nimble packages | ||||
* | Move joyent_http_parser out of stdlib. | Dominik Picheta | 2018-02-17 | 1 | -11/+0 |
| | |||||
* | move new sha1 module into the new 'std' namespace | Andreas Rumpf | 2018-02-06 | 1 | -1/+1 |
| | |||||
* | Add a shared collections to the docs | data-man | 2018-01-02 | 1 | -0/+4 |
| | |||||
* | move securehash back into the stdlib | Araq | 2017-12-21 | 1 | -0/+3 |
| | |||||
* | added asyncjs standard library module (#6841) | Alexander Ivanov | 2017-12-19 | 1 | -0/+2 |
| | |||||
* | added new stdlib module 'strformat'; refs #5600; refs #6507 | Araq | 2017-12-17 | 1 | -0/+4 |
| | |||||
* | fixes #6033 | Araq | 2017-12-14 | 1 | -2/+0 |
| | |||||
* | Added 'lenient ops' module (#6754) | Fabian Keller | 2017-11-21 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | * added 'lenient ops' module * made lenient ops inline/noSideEffect; updated copyright * moved tests into external module * added warning for the '==' operator * mentioned lenientops in the standard library overview * removed test on nimout -- too fragile * removed `==` and moved doc link to core section | ||||
* | Update to list Distros module in the manual (#6493) | Ray Imber | 2017-11-19 | 1 | -1/+6 |
| | |||||
* | Link to segfaults in docs (#6645) | Lynn C. Rees | 2017-11-10 | 1 | -0/+3 |
| | |||||
* | Remove libuv from standard library wrappers. (#6624) | treeform | 2017-11-06 | 1 | -3/+0 |
| | |||||
* | libcurl is available via nimble, doc isn't in stdlib any more | Sean Enck | 2017-08-24 | 1 | -3/+0 |
| | |||||
* | Mentioned that critbits is sorted... (#5524) | Mark Summerfield | 2017-03-14 | 1 | -1/+1 |
| | | | | Having a lexicographically sorted collection is a big benefit (I asked GvR years ago to add one to Python but it was no then and seems to be no now!). Anyone looking for a such a collection could easily miss the critbits model because very few people have heard of them (according to Wikipedia most people in a ration of approx 750:1 know them as radix trees: https://en.wikipedia.org/wiki/Talk%3ACrit_bit_tree). | ||||
* | Fixes #5318. | Dominik Picheta | 2017-02-01 | 1 | -1/+1 |
| | |||||
* | Implement RFC #4873 improvements to JavaScript FFI (#5213) | Michael Jendrusch | 2017-01-26 | 1 | -0/+3 |
| | |||||
* | Added deques module, deprecating queues | Ruslan Mustakov | 2016-11-24 | 1 | -2/+3 |
| | |||||
* | version changed to 0.15.0 | Araq | 2016-10-01 | 1 | -1/+1 |
| | |||||
* | Move partition and rpartition to new strmisc module | Joey Payne | 2016-06-13 | 1 | -0/+4 |
| | | | | | | This was done because partition is an uncommonly used proc that is still useful in rare cases. There is also a desire to add more procs to this module at a later time. | ||||
* | renamed most remaining .txt documentation files to .rst | Araq | 2016-06-07 | 1 | -0/+581 |