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
/
lib
/
pure
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Fixes #6284.
Dominik Picheta
2017-08-28
1
-0
/
+2
*
|
|
remove ArrayDummySize with unchecked arrays (#5818)
Jacek Sieka
2017-08-28
3
-5
/
+3
*
|
|
fixes #6250 (#6251)
David Krause
2017-08-17
1
-1
/
+15
*
|
|
Implement ability to run a single test using unittest module.
Dominik Picheta
2017-08-12
1
-17
/
+38
*
|
|
Fixes #6110
Daniil Yarancev
2017-08-12
1
-1
/
+1
*
|
|
fixed createDir undeclared error on Android (#6194)
Fredrik Høisæther Rasch
2017-08-08
1
-3
/
+5
*
|
|
Added Multi-Replacement proc for strings (#6193)
Fredrik Høisæther Rasch
2017-08-07
1
-0
/
+35
*
|
|
Introduce first class support for Android (#5772)
Fredrik Høisæther Rasch
2017-08-06
3
-4
/
+20
*
|
|
Merge pull request #6168 from konqoro/patch-10
Dominik Picheta
2017-08-01
1
-1
/
+24
|
\
\
\
|
*
|
|
Docs: add one more example in strscans module
konqoro
2017-08-01
1
-1
/
+24
*
|
|
|
Fixed randomize for 32bit target (#6167)
Yuriy Glukhov
2017-08-01
1
-2
/
+2
|
/
/
/
*
|
|
Add TimeInterval reversing docstring
Federico Ceratto
2017-07-29
1
-0
/
+5
*
|
|
Merge pull request #6143 from xxlabaza/correct_no_content_length_response
Dominik Picheta
2017-07-28
1
-2
/
+2
|
\
\
\
|
*
|
|
Add more suitable error code and reason phrase for required Content-Length re...
Artem Labazin
2017-07-26
1
-2
/
+2
*
|
|
|
avoid deprecated procs
Andreas Rumpf
2017-07-26
1
-1
/
+1
*
|
|
|
workaround so doc2 asynchttpserver works again
Andreas Rumpf
2017-07-26
1
-3
/
+3
|
/
/
/
*
|
|
optimized intsets to not allocate for the common cases
Andreas Rumpf
2017-07-25
1
-59
/
+120
*
|
|
Remove expr/stmt (#5857)
Arne Döring
2017-07-25
18
-53
/
+49
|
/
/
*
|
Added newAsyncFile proc (#6129)
Yuriy Glukhov
2017-07-21
1
-8
/
+13
*
|
make asyncfutures.complete compile
Erik Johansson Andersson
2017-07-18
1
-2
/
+1
*
|
Revert "GC_fullCollect on sync threadpool (#6107)" (#6119)
Yuriy Glukhov
2017-07-17
1
-13
/
+3
*
|
Fix (#6093)
Dmitry Atamanov
2017-07-17
1
-2
/
+2
*
|
GC_fullCollect on sync threadpool (#6107)
Yuriy Glukhov
2017-07-17
1
-3
/
+13
*
|
Suppress "pointless conversion" hint (#6103)
Yuriy Glukhov
2017-07-15
1
-0
/
+2
*
|
Fixes #5738 (#6059)
Yuriy Glukhov
2017-07-15
1
-3
/
+7
*
|
Merge pull request #5938 from zielmicha/futures
Dominik Picheta
2017-07-14
3
-134
/
+216
|
\
\
|
*
|
asyncdispatch: formatting fixes
Michał Zieliński
2017-07-12
2
-10
/
+14
|
*
|
asyncdispatch: add callSoon getter/setter, renames
Michał Zieliński
2017-07-06
2
-8
/
+19
|
*
|
Future: support for multiple callbacks
Michał Zieliński
2017-07-05
1
-21
/
+62
|
*
|
split FutureStream from asyncfutures
Michał Zieliński
2017-07-05
3
-105
/
+112
|
*
|
asyncdispatch: split asyncfutures into its own module
Michał Zieliński
2017-07-05
2
-12
/
+31
|
|
/
*
|
Genode readdir fix (#6080)
Emery Hemingway
2017-07-14
1
-1
/
+1
*
|
fixes #6046 parsecfg failed to parse negative int (#6097)
andri lim
2017-07-14
1
-3
/
+7
*
|
Fixes #6090 (#6092)
Yuriy Glukhov
2017-07-14
1
-0
/
+5
*
|
Merge pull request #6047 from euantorano/patch-1
Dominik Picheta
2017-07-11
1
-4
/
+2
|
\
\
|
*
|
Adding test for recvline
Euan Torano
2017-07-09
1
-4
/
+2
|
*
|
Wait for reads to finish before reading the result
Euan T
2017-07-03
1
-2
/
+2
|
|
/
*
|
make os.nim compile on Windows again
Andreas Rumpf
2017-07-09
1
-1
/
+1
*
|
minor improvements to os.paramStr
Andreas Rumpf
2017-07-08
1
-2
/
+3
*
|
Fix for issue #5736. (#6061)
Ganesh Viswanathan
2017-07-07
1
-1
/
+1
|
/
*
fixes #6021!
Araq
2017-06-27
1
-43
/
+53
*
Added moveDir (#6015)
Yuriy Glukhov
2017-06-27
1
-12
/
+29
*
Fix #6010 documenting subtracting time interval (#6012)
Euan T
2017-06-22
1
-1
/
+1
*
fixes #5966
Fabian Keller
2017-06-20
2
-5
/
+9
*
Merge branch 'fix-5995' of https://github.com/yglukhov/Nim into yglukhov-fix-...
Andreas Rumpf
2017-06-20
1
-1
/
+1
|
\
|
*
Fixes #5995
Yuriy Glukhov
2017-06-18
1
-1
/
+1
*
|
Update times.nim
Daniil Yarancev
2017-06-18
1
-1
/
+1
|
/
*
Add sgn() function to the math module (#5971)
John Novak
2017-06-15
1
-0
/
+25
*
Ascii character code 127 (DEL) is not printable and must be quoted. (#5984)
Markus F.X.J. Oberhumer
2017-06-15
3
-4
/
+4
*
Minor formatting
daneb
2017-06-13
1
-1
/
+1
[prev]
[next]