Commit Graph

63 Commits

Author SHA1 Message Date
Andreas Rumpf
4f10b5edb6 improve documentation for 'var T return values'; refs #7373 2018-04-21 17:01:33 +02:00
zah
e3037a2f33 Support code hot reloading for JavaScript projects (#7362)
* 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
2018-04-13 19:08:43 +02:00
Araq
0872e7a27e renamed future.nim to sugar.nim 2018-04-06 11:59:49 +02:00
Andrea Ferretti
59124aed0b Added asyncfutures doc 2018-03-30 14:13:22 +02:00
Andrea Ferretti
4608ecee5e Update website.ini 2018-03-30 10:15:14 +02:00
Araq
10cd89eba9 yet another documentation fix 2018-03-06 23:03:42 +01:00
Araq
a9974a33f1 more documentation fixes 2018-03-05 23:25:50 +01:00
Dominik Picheta
5476a82c47 Move joyent_http_parser out of stdlib. 2018-02-17 17:53:32 +00:00
Dominik Picheta
fe204a5e73 Fixes #5786. 2018-02-17 17:46:22 +00:00
Andreas Rumpf
70e8640244 move new sha1 module into the new 'std' namespace 2018-02-06 17:40:31 +01:00
Andreas Rumpf
274fafb2df fixes #6961 2018-02-02 17:35:04 +01:00
data-man
37dde55f8d Add a shared collections to the docs 2018-01-02 01:44:45 +03:00
Araq
e0e1241a54 move securehash back into the stdlib 2017-12-21 12:34:38 +01:00
Alexander Ivanov
a9ba02e8c9 added asyncjs standard library module (#6841) 2017-12-19 00:34:54 +01:00
Araq
26198e4ee7 added new stdlib module 'strformat'; refs #5600; refs #6507 2017-12-17 13:58:40 +01:00
Araq
da2f689e09 fixes #6033 2017-12-14 20:49:08 +01:00
Lynn C. Rees
8e86238a4e Remove link to ioselectors, link lenientops (#6790) 2017-11-24 15:55:02 +01:00
Lynn C. Rees
39c304f882 Add ioselectors to doc index (#6657) 2017-11-15 23:05:38 +01:00
Lynn C. Rees
ae65368a65 Link to segfaults in docs (#6645) 2017-11-10 18:13:36 +01:00
Lynn C. Rees
c7dbbe2107 Add heapqueue module to doc index (#6655)
Add copyright header to heapqueue modlue
2017-11-10 18:13:01 +01:00
Lynn C. Rees
5c2a920a28 Add chains module to doc index (#6656) 2017-11-10 18:12:34 +01:00
treeform
4c7dda37a2 Remove libuv from standard library wrappers. (#6624) 2017-11-06 20:31:33 +01:00
Lynn C. Rees
b7bce6f900 Link unlinked stdlib modules to doc index (#6672) 2017-11-02 11:55:45 +01:00
Lynn C. Rees
6f9cd35733 Add jsconsole to doc index (#6658) 2017-11-01 14:49:11 +01:00
Lynn C. Rees
22de45ef69 Add oswalkdir to doc index (#6651) 2017-11-01 00:46:10 +01:00
Araq
85f09e2b68 documentation: add 'sexp' module 2017-10-16 12:03:32 +02:00
Andreas Rumpf
3ffde39cf4 attempt to make travis OSX tests green and mandatory 2017-03-29 10:14:03 +02:00
Andreas Rumpf
3be87669fa minor website improvement 2017-03-01 10:28:51 +01:00
Michael Jendrusch
536015ee7b Implement RFC #4873 improvements to JavaScript FFI (#5213) 2017-01-26 00:07:30 +01:00
Araq
639fa92378 add distros to docs properly 2017-01-09 07:40:03 +01:00
Araq
763c783bdf added distros.nim stdlib module for NimScript/Nimble support 2016-12-31 02:04:27 +01:00
Ruslan Mustakov
2c146445bc Added deques module, deprecating queues 2016-11-24 19:11:51 +07:00
Araq
9d2dfa9a99 further cleanups; refs #4934 2016-10-24 12:20:51 +02:00
Andreas Rumpf
4e51b562d4 fixes #3755 2016-10-20 21:40:04 +02:00
Andreas Rumpf
83a0c7200f fixes #4895 2016-10-20 21:40:04 +02:00
Joey Payne
84d9081e21 Move partition and rpartition to new strmisc module
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.
2016-06-13 20:54:58 -06:00
Dominik Picheta
7f53224563 Fixes #4287. 2016-06-07 11:26:29 +01:00
Araq
eed0128916 renamed most remaining .txt documentation files to .rst 2016-06-07 04:04:49 +02:00
Dominik Picheta
16381364c2 News articles are now placed in separate pages.
Also given each rst file its rightful extension.
2016-06-04 22:06:50 +01:00
Andreas Rumpf
99be6dce81 Merge pull request #4157 from flaviut/update-nre-docs
Generate NRE docs for website
2016-06-02 15:30:16 +02:00
Andreas Rumpf
5575cfd3ec added pure Nim random stdlib module 2016-05-30 16:24:52 +02:00
Flaviu Tamas
755225d0e0 Generate nre docs with website 2016-05-13 16:36:00 -04:00
Araq
b357e80833 added strscans stdlib module 2016-05-10 22:03:07 +02:00
Anatoly Galiulin
b0eeacf71e Added rlocks module to documentation and news.txt 2016-02-18 09:46:34 +06:00
Araq
e80d08583c Merge branch 'devel' of https://github.com/nim-lang/Nim into devel 2016-01-18 16:51:54 +01:00
Dominik Picheta
d79a5f5276 Added missing modules to lib.txt and warnings to some module's docs. 2016-01-18 15:33:39 +00:00
Araq
1e11561572 fixes #3677 2016-01-18 16:11:15 +01:00
Andreas Rumpf
bd933e6009 documentation updates 2016-01-18 00:02:22 +01:00
Sergey Avseyev
6e67b9405d fix path to nativesockets 2015-11-27 20:39:08 +03:00
Dominik Picheta
d3b69e515f Fixes #3582. 2015-11-24 13:39:43 +00:00