summary refs log tree commit diff stats
path: root/doc/lib.rst
Commit message (Collapse)AuthorAgeFilesLines
* [backport] Add links to packaging and distro pages (#12603) [ci skip]Federico Ceratto2019-11-061-0/+1
|
* fix several typos in documentation and comments (#12553)Nindaleth2019-10-301-1/+1
|
* Remove sentences referring to the graphics module (#12522)Jjp1372019-10-261-2/+1
|
* [backport] Add link to posix_utils.html - related to #10723 (#12509)Federico Ceratto2019-10-241-1/+2
|
* Fix many broken linksJjp1372019-10-221-1/+1
| | | | | | Note that contrary to what docgen.rst currently says, the ids have to match exactly or else most web browsers will not jump to the intended symbol.
* different fix for #12279 [backport]Araq2019-09-301-3/+0
|
* updated lib.rst and added some useful missing modulesAraq2019-09-211-2/+14
|
* lib.rst cleanups and reorderingsAraq2019-09-211-203/+212
|
* [feature] Added std/monotimesOscar Nihlgård2019-07-121-1/+4
|
* typoAndreas Rumpf2019-03-041-1/+1
|
* lib.rst: add link to `asyncstreams`, fixes #6383 [ci skip]narimiran2019-02-201-0/+3
|
* better docs: strtabs (#10704)Miran2019-02-191-2/+1
|
* document proper imports, fixes #8164 (#10698)Miran2019-02-191-6/+6
|
* Cleanup heapqueue module (#10476)Oscar Nihlgård2019-01-281-1/+1
|
* include missing modules in `lib.rst`narimiran2019-01-241-5/+33
|
* lib.rst: fix a typo (#10308) [ci skip]Jjp1372019-01-151-1/+1
|
* make the stdlib work with the changed docgenAraq2019-01-111-1/+1
|
* revert moving `oids` and `smtp` to graveyardnarimiran2019-01-111-0/+9
|
* remove `oids`narimiran2019-01-101-6/+0
|
* remove `smtp`narimiran2019-01-101-3/+0
|
* remove `scgi`narimiran2019-01-101-3/+0
|
* remove `subexes`narimiran2019-01-101-3/+0
|
* remove deprecated modules (#10215)Miran2019-01-071-12/+2
| | | | | | | | | | | | | | | | | | * removed from `compiler`: * lists (deprecated 2 years ago) * removed from `lib` (all deprecated 3 years ago): * ssl * matchers * httpserver * removed from `lib/deprecated`: * unsigned * actors (and three accompanying tests) * parseurl * moved to `lib/deprecated`: * securehash (the reason for not directly removing - it was deprecated (only) one year ago)
* move diff.nim to experimentalAraq2018-12-121-1/+1
|
* added diff.nim to the stdlibAraq2018-12-121-0/+4
|
* add new stdlib modules to the changelogAraq2018-11-081-1/+4
|
* docs(lib): update Nimble notes since package list is not inline anymore (#9397)Bo Lingen2018-10-181-4/+5
|
* added new editdistance stdlib module, deprecated strutils.editDistance, refs ↵Andreas Rumpf2018-10-141-0/+4
| | | | #6301
* manual: Fix links to Parallel & Spawn (#9342)Tomohiro2018-10-131-1/+1
|
* [cleanup] remove `xmldom` and `xmldomparser` (#9234)Miran2018-10-091-6/+0
|
* docs: remove most stale links; refs #9109Araq2018-09-291-18/+0
|
* cleanup lib.rst, remove deprecated modulesAraq2018-09-131-28/+1
|
* Support code hot reloading for JavaScript projects (#7362)zah2018-04-131-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.nimAraq2018-04-061-3/+2
|
* Fixes #7400Dominik Picheta2018-03-301-26/+1
|
* Remove basic2d & 3d from module listOscar Nihlgård2018-03-191-6/+0
| | | `basic2d` and `basic3d` has been moved to nimble packages
* Move joyent_http_parser out of stdlib.Dominik Picheta2018-02-171-11/+0
|
* move new sha1 module into the new 'std' namespaceAndreas Rumpf2018-02-061-1/+1
|
* Add a shared collections to the docsdata-man2018-01-021-0/+4
|
* move securehash back into the stdlibAraq2017-12-211-0/+3
|
* added asyncjs standard library module (#6841)Alexander Ivanov2017-12-191-0/+2
|
* added new stdlib module 'strformat'; refs #5600; refs #6507Araq2017-12-171-0/+4
|
* fixes #6033Araq2017-12-141-2/+0
|
* Added 'lenient ops' module (#6754)Fabian Keller2017-11-211-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 Imber2017-11-191-1/+6
|
* Link to segfaults in docs (#6645)Lynn C. Rees2017-11-101-0/+3
|
* Remove libuv from standard library wrappers. (#6624)treeform2017-11-061-3/+0
|
* libcurl is available via nimble, doc isn't in stdlib any moreSean Enck2017-08-241-3/+0
|
* Mentioned that critbits is sorted... (#5524)Mark Summerfield2017-03-141-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 Picheta2017-02-011-1/+1
|