index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
web
Commit message (
Expand
)
Author
Age
Files
Lines
*
improve documentation for 'var T return values'; refs #7373
Andreas Rumpf
2018-04-21
1
-1
/
+1
*
Support code hot reloading for JavaScript projects (#7362)
zah
2018-04-13
1
-0
/
+1
*
renamed future.nim to sugar.nim
Araq
2018-04-06
1
-1
/
+1
*
Added asyncfutures doc
Andrea Ferretti
2018-03-30
1
-1
/
+1
*
Update website.ini
Andrea Ferretti
2018-03-30
1
-1
/
+1
*
yet another documentation fix
Araq
2018-03-06
1
-1
/
+1
*
more documentation fixes
Araq
2018-03-05
1
-2
/
+2
*
Move joyent_http_parser out of stdlib.
Dominik Picheta
2018-02-17
1
-1
/
+0
*
Fixes #5786.
Dominik Picheta
2018-02-17
1
-1
/
+0
*
move new sha1 module into the new 'std' namespace
Andreas Rumpf
2018-02-06
1
-1
/
+1
*
fixes #6961
Andreas Rumpf
2018-02-02
1
-1
/
+1
*
Add a shared collections to the docs
data-man
2018-01-02
1
-0
/
+1
*
move securehash back into the stdlib
Araq
2017-12-21
1
-1
/
+1
*
added asyncjs standard library module (#6841)
Alexander Ivanov
2017-12-19
1
-1
/
+1
*
added new stdlib module 'strformat'; refs #5600; refs #6507
Araq
2017-12-17
1
-1
/
+1
*
fixes #6033
Araq
2017-12-14
1
-1
/
+1
*
Remove link to ioselectors, link lenientops (#6790)
Lynn C. Rees
2017-11-24
1
-1
/
+1
*
Add ioselectors to doc index (#6657)
Lynn C. Rees
2017-11-15
1
-1
/
+1
*
Link to segfaults in docs (#6645)
Lynn C. Rees
2017-11-10
1
-0
/
+1
*
Add heapqueue module to doc index (#6655)
Lynn C. Rees
2017-11-10
1
-0
/
+1
*
Add chains module to doc index (#6656)
Lynn C. Rees
2017-11-10
1
-1
/
+1
*
Remove libuv from standard library wrappers. (#6624)
treeform
2017-11-06
1
-1
/
+1
*
Link unlinked stdlib modules to doc index (#6672)
Lynn C. Rees
2017-11-02
1
-0
/
+1
*
Add jsconsole to doc index (#6658)
Lynn C. Rees
2017-11-01
1
-1
/
+1
*
Add oswalkdir to doc index (#6651)
Lynn C. Rees
2017-11-01
1
-1
/
+1
*
documentation: add 'sexp' module
Araq
2017-10-16
1
-1
/
+1
*
@dom96's comments: remove bountysource, revert configurator change.
Daniil Yarancev
2017-10-14
2
-141
/
+0
*
[JSON] getBVal -> getBool; getFNum -> getFloat
Daniil Yarancev
2017-10-14
1
-4
/
+4
*
make nimblepkglist tool work with newer versions of the website
Araq
2017-07-20
1
-1
/
+2
*
Merge branch 'araq2' into devel
Araq
2017-05-17
1
-2
/
+2
|
\
|
*
Merge branch 'zahary' into araq2
Andreas Rumpf
2017-05-17
1
-2
/
+2
|
|
\
|
|
*
close #5757
Zahary Karadjov
2017-04-30
1
-2
/
+0
|
|
*
close #5726
Zahary Karadjov
2017-04-28
1
-2
/
+4
*
|
|
More bug fixes added to list in release notes.
Dominik Picheta
2017-05-16
1
-0
/
+119
*
|
|
Merge pull request #5748 from J3RN/meet-xdg-base-directory-spec
Dominik Picheta
2017-05-16
1
-0
/
+4
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Added getConfigDir changes to breaking changes doc
Jonathan Arnett
2017-04-28
1
-0
/
+4
*
|
|
fixed macros.getTypeImpl for a symbol of type tyGenericBody (#5788) (#5812)
jcosborn
2017-05-14
1
-0
/
+2
*
|
|
Implement dial, support IPv6 in httpclient (#5763)
Ruslan Mustakov
2017-05-02
1
-1
/
+4
|
/
/
*
|
Document breaking AsyncResponse change. Refs #5726.
Dominik Picheta
2017-04-28
1
-0
/
+3
*
|
WIFSIGNALED means process has exited too (with a bang!) (#5678)
Jacek Sieka
2017-04-27
1
-0
/
+2
|
/
*
News items for previous commit
Zahary Karadjov
2017-04-06
1
-1
/
+7
*
make tests green again
Andreas Rumpf
2017-04-04
1
-1
/
+1
*
remove the need for the .procvar annotation
Andreas Rumpf
2017-04-03
1
-0
/
+6
*
remove en-dash from the language
Andreas Rumpf
2017-04-02
1
-0
/
+2
*
language addition: colon-block for expressions in let/var context
Andreas Rumpf
2017-04-02
1
-0
/
+13
*
updated news to take PR #5390 into account
Araq
2017-03-31
1
-0
/
+2
*
Merge branch 'devel' into araq
Andreas Rumpf
2017-03-30
1
-13
/
+7
|
\
|
*
website update; fixes #5422
Araq
2017-03-30
1
-13
/
+7
*
|
attempt to make travis OSX tests green and mandatory
Andreas Rumpf
2017-03-29
1
-1
/
+1
|
/
*
fixes #5599 (#5610)
Andreas Rumpf
2017-03-26
1
-0
/
+3
[next]