Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update `sysrand` documentation (#17676) | konsumlamm | 2021-04-08 | 1 | -4/+4 |
| | | | Co-authored-by: Andreas Rumpf <rumpf_a@web.de> | ||||
* | remove std/ prefix from doc/lib.rst now that canonical import is shown in ↵ | Timothee Cour | 2021-03-29 | 1 | -13/+13 |
| | | | | | | | module docs (#17543) * remove std/ prefix from doc/lib.rst now that canonical import is shown in module docs * cleanup top docs for std/sha1 | ||||
* | added more modules to docs lib (#17430) | AFaurholt | 2021-03-21 | 1 | -0/+29 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * added more modules * Update doc/lib.rst Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> * Update doc/lib.rst Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> * Update doc/lib.rst Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> * Update doc/lib.rst Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> * Update doc/lib.rst Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> * listed alphabetically + link to json module * Added suggestion #17430 Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> | ||||
* | Add documentation to the `macrocache` module (#17431) | Danil Yarantsev | 2021-03-21 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | * Add docs to macrocache * use hint * Use incl in the incl example * add macrocache to lib * consistency * Update doc/lib.rst Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> * apply suggestions * clarify the warning Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> | ||||
* | RST backtick refactor (all *.rst except manual.rst and rst_examples.rst) ↵ | quantimnot | 2021-03-18 | 1 | -33/+35 |
| | | | | | (#17258) Co-authored-by: quantimnot <quantimnot@users.noreply.github.com> | ||||
* | rename channels to channels_builtin (#17330) | flywind | 2021-03-12 | 1 | -1/+1 |
| | | | | | | | * improve test coverage for isolation * a bit better * rename channels to channels_builtin | ||||
* | add enumutils.items for sparse enums, typetraits.SomeSparseEnum (#17080) | Timothee Cour | 2021-02-23 | 1 | -0/+3 |
| | | | | | | | * add enumutils.items for enum with holes * changelog * ref in lib.rst * use `type SomeSparseEnum* = (not Ordinal) and enum` instead of concept * address comment: rename back to enum with holes | ||||
* | add system random to stdlib: std/sysrand (#16459) | flywind | 2021-02-11 | 1 | -0/+3 |
| | |||||
* | Small changes to std/sums (#16797) | konsumlamm | 2021-01-25 | 1 | -1/+1 |
| | |||||
* | Add std/setutils to lib.rst (#16791) | konsumlamm | 2021-01-22 | 1 | -9/+9 |
| | | | | | | | | | * Add std/setutils to lib.rst Improve doc comments for setutils * Adhere to the RST spec Use no UFCS in toSet | ||||
* | intsets are not deprecated | Andreas Rumpf | 2021-01-19 | 1 | -1/+0 |
| | |||||
* | Improve documentation for packedsets (#16715) | konsumlamm | 2021-01-16 | 1 | -11/+15 |
| | | | | | | | | | * Improve documentation for packedsets Add more runnableExamples Add deprecated pragma to intsets Replace intsets with packedsets in lib.rst * Apply suggested changes | ||||
* | remove iup from stdlib in contrast to #15828 (#15830) | flywind | 2020-11-03 | 1 | -7/+0 |
| | | | | | * remove iup from stdlib * Update changelog.md | ||||
* | Massive documentation fixes + copy editing (#15747) | Yanis Zafirópulos | 2020-10-29 | 1 | -40/+39 |
| | |||||
* | Fix some typos (#14843) | Danil Yarantsev | 2020-06-28 | 1 | -2/+2 |
| | |||||
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * Error -> Defect for defects The distinction between Error and Defect is subjective, context-dependent and somewhat arbitrary, so when looking at an exception, it's hard to guess what it is - this happens often when looking at a `raises` list _without_ opening the corresponding definition and digging through layers of inheritance. With the help of a little consistency in naming, it's at least possible to start disentangling the two error types and the standard lib can set a good example here. | ||||
* | lib.rst: add a link for jsconsole [backport] (#13383) | Jjp137 | 2020-02-11 | 1 | -0/+3 |
| | |||||
* | [backport] Add links to packaging and distro pages (#12603) [ci skip] | Federico Ceratto | 2019-11-06 | 1 | -0/+1 |
| | |||||
* | fix several typos in documentation and comments (#12553) | Nindaleth | 2019-10-30 | 1 | -1/+1 |
| | |||||
* | Remove sentences referring to the graphics module (#12522) | Jjp137 | 2019-10-26 | 1 | -2/+1 |
| | |||||
* | [backport] Add link to posix_utils.html - related to #10723 (#12509) | Federico Ceratto | 2019-10-24 | 1 | -1/+2 |
| | |||||
* | Fix many broken links | Jjp137 | 2019-10-22 | 1 | -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] | Araq | 2019-09-30 | 1 | -3/+0 |
| | |||||
* | updated lib.rst and added some useful missing modules | Araq | 2019-09-21 | 1 | -2/+14 |
| | |||||
* | lib.rst cleanups and reorderings | Araq | 2019-09-21 | 1 | -203/+212 |
| | |||||
* | [feature] Added std/monotimes | Oscar Nihlgård | 2019-07-12 | 1 | -1/+4 |
| | |||||
* | typo | Andreas Rumpf | 2019-03-04 | 1 | -1/+1 |
| | |||||
* | lib.rst: add link to `asyncstreams`, fixes #6383 [ci skip] | narimiran | 2019-02-20 | 1 | -0/+3 |
| | |||||
* | better docs: strtabs (#10704) | Miran | 2019-02-19 | 1 | -2/+1 |
| | |||||
* | document proper imports, fixes #8164 (#10698) | Miran | 2019-02-19 | 1 | -6/+6 |
| | |||||
* | Cleanup heapqueue module (#10476) | Oscar Nihlgård | 2019-01-28 | 1 | -1/+1 |
| | |||||
* | include missing modules in `lib.rst` | narimiran | 2019-01-24 | 1 | -5/+33 |
| | |||||
* | lib.rst: fix a typo (#10308) [ci skip] | Jjp137 | 2019-01-15 | 1 | -1/+1 |
| | |||||
* | make the stdlib work with the changed docgen | Araq | 2019-01-11 | 1 | -1/+1 |
| | |||||
* | revert moving `oids` and `smtp` to graveyard | narimiran | 2019-01-11 | 1 | -0/+9 |
| | |||||
* | remove `oids` | narimiran | 2019-01-10 | 1 | -6/+0 |
| | |||||
* | remove `smtp` | narimiran | 2019-01-10 | 1 | -3/+0 |
| | |||||
* | remove `scgi` | narimiran | 2019-01-10 | 1 | -3/+0 |
| | |||||
* | remove `subexes` | narimiran | 2019-01-10 | 1 | -3/+0 |
| | |||||
* | remove deprecated modules (#10215) | Miran | 2019-01-07 | 1 | -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 experimental | Araq | 2018-12-12 | 1 | -1/+1 |
| | |||||
* | added diff.nim to the stdlib | Araq | 2018-12-12 | 1 | -0/+4 |
| | |||||
* | add new stdlib modules to the changelog | Araq | 2018-11-08 | 1 | -1/+4 |
| | |||||
* | 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 |