Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |