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
*
Fixed handling of surrogate pairs (#6332)
Yuriy Glukhov
2017-09-05
1
-2
/
+1
*
fixes #6327
Andreas Rumpf
2017-09-05
1
-1
/
+2
*
parsesql: better 'len' operation; added '[]' access
Andreas Rumpf
2017-09-05
1
-2
/
+7
*
Improve docs around subtracting times (#6152)
Federico Ceratto
2017-09-03
1
-0
/
+12
*
Fix #4366 (#6290)
Daniil Yarancev
2017-09-02
1
-1
/
+1
*
os.nim: revert findExe 'improvement' that breaks our builds
Andreas Rumpf
2017-09-01
1
-6
/
+1
*
os.findExe: do not return binaries in the cwd
Araq
2017-09-01
1
-1
/
+6
*
fixes #1734, fixes #3138, fixes #3759
araq
2017-09-01
1
-14
/
+17
*
another attempt to make travis and appveyor green again
Andreas Rumpf
2017-09-01
1
-3
/
+3
*
parsesql can parse more SQL
Araq
2017-09-01
1
-25
/
+54
*
fix os.nim for Windows
Andreas Rumpf
2017-09-01
1
-0
/
+3
*
refactor os.nim and ospaths.nim
Andreas Rumpf
2017-09-01
4
-872
/
+877
*
os.nim: do not include and import ospaths
Andreas Rumpf
2017-09-01
1
-9
/
+1
*
tables.nim: use proper spacing
Andreas Rumpf
2017-08-31
1
-5
/
+5
*
make ospaths compile for Android again, simplify its implementation, added a ...
Andreas Rumpf
2017-08-30
1
-15
/
+7
*
allow non-admins to create symlinks on windows (#6287)
Charlie Barto
2017-08-29
1
-1
/
+3
*
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
[next]