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
*
Merge pull request #3957 from endragor/vmropes
Andreas Rumpf
2016-03-10
1
-4
/
+9
|
\
|
*
Make ropes usable in VM context
Ruslan Mustakov
2016-03-10
1
-4
/
+9
*
|
Merge pull request #3947 from def-/iofbf
Andreas Rumpf
2016-03-10
1
-16
/
+9
|
\
\
|
|
/
|
/
|
|
*
Use /proc/self/exe on NetBSD
def
2016-03-07
1
-1
/
+1
|
*
Better getAppFilename() heuristic for OpenBSD and NetBSD
def
2016-03-07
1
-16
/
+9
*
|
Fixes foldl() and foldr() + foldl() with start parameter.
Hans Raaf
2016-03-06
1
-10
/
+37
|
/
*
the stdlib supports &= in more contexts; refs #3524
Andreas Rumpf
2016-03-05
1
-0
/
+4
*
Merge pull request #3903 from kosz78/devel
Andreas Rumpf
2016-03-05
1
-2
/
+7
|
\
|
*
Merge remote-tracking branch 'upstream/devel' into devel
Konstantin Zaitsev
2016-03-03
9
-82
/
+92
|
|
\
|
*
|
Added checks for CPP
Konstantin Zaitsev
2016-02-28
1
-3
/
+7
|
*
|
Fixed THINSTANCE declaration in dynlib.nim for VS compiler
Konstantin Zaitsev
2016-02-25
1
-1
/
+2
*
|
|
Merge pull request #3935 from yglukhov/ios-environ
Andreas Rumpf
2016-03-05
1
-1
/
+1
|
\
\
\
|
*
|
|
Avoid using private _NSGetEnviron API on iOS.
Yuriy Glukhov
2016-03-05
1
-1
/
+1
*
|
|
|
Fixed semaphore on iOS.
Yuriy Glukhov
2016-03-05
1
-14
/
+16
|
/
/
/
*
|
|
Merge pull request #3933 from def-/jsonnil
Andreas Rumpf
2016-03-05
1
-0
/
+4
|
\
\
\
|
*
|
|
Use nil instead of null in json
def
2016-03-04
1
-4
/
+1
|
*
|
|
Support json null in %*
def
2016-03-04
1
-0
/
+7
*
|
|
|
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2016-03-04
2
-4
/
+4
|
\
\
\
\
|
*
|
|
|
Removed unused import of 'os' module from module 'sets'
Rostyslav Dzinko
2016-03-04
1
-1
/
+1
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
Fixed an wrong example of the doc
CORDEA
2016-03-02
1
-3
/
+3
|
|
/
/
*
/
/
added intsets.clear proc
Andreas Rumpf
2016-03-04
1
-0
/
+7
|
/
/
*
|
Don't expect all keys in hashsets to have $ defined
Samantha Doran
2016-03-01
1
-1
/
+5
*
|
Fixed bad JS codegen for new json with tables. Added json to JS tests.
Yuriy Glukhov
2016-02-29
1
-28
/
+34
*
|
Spellcheck
Federico Ceratto
2016-02-29
6
-8
/
+8
*
|
Export tables.`$` in json module
def
2016-02-27
1
-0
/
+3
*
|
Fixed issue 3905 with getTimezone in js
Anatoly Galiulin
2016-02-26
1
-1
/
+1
*
|
Merge pull request #3810 from def-/json-speedup
Andreas Rumpf
2016-02-25
1
-41
/
+38
|
\
\
|
|
/
|
/
|
|
*
Annotate hash with {.noSideEffect.}
def
2016-02-24
1
-1
/
+1
|
*
Initialize JObject fields with capacity 4 by default to save memory and impro...
def
2016-02-24
1
-3
/
+3
|
*
Use tables instead of seqs for json objects
def
2016-02-24
1
-41
/
+38
*
|
Consistently use Channel instead of TChannel
def
2016-02-25
1
-1
/
+1
|
/
*
Remove debug `echo` introduced in #3896.
Dominik Picheta
2016-02-24
1
-1
/
+0
*
Fix redirection in httpclient (fixes #3895)
def
2016-02-23
1
-7
/
+9
*
Fix building documentation in releases (fixes #3823)
def
2016-02-21
1
-1
/
+1
*
Merge pull request #3781 from rgv151/patch-net-gc-safe
Andreas Rumpf
2016-02-06
1
-94
/
+95
|
\
|
*
export `parseIpAddress` proc
Bruce Doan
2016-01-27
1
-1
/
+1
|
*
make it gc-safe #2692
Bruce Doan
2016-01-26
1
-93
/
+94
*
|
Merge pull request #3831 from ephja/nimrod-to-nim
Andreas Rumpf
2016-02-06
3
-3
/
+3
|
\
\
|
*
|
nimrod -> nim
Erik Johansson Andersson
2016-02-05
3
-3
/
+3
*
|
|
Merge pull request #3106 from def-/deprecation
Andreas Rumpf
2016-02-06
5
-12
/
+10
|
\
\
\
|
*
|
|
Revert removal of raiseOSError
def
2016-02-06
1
-2
/
+1
|
*
|
|
Revert raiseOSError change
def
2016-02-06
1
-2
/
+1
|
*
|
|
bindaddr raises ValueError exception instead of OSError
def
2016-01-26
1
-1
/
+1
|
*
|
|
Fix a few deprecation warnings
def
2016-01-25
6
-14
/
+14
*
|
|
|
Fix json.`%*` for empty objects
def
2016-02-06
1
-3
/
+7
*
|
|
|
Merge pull request #3814 from scriptum/fix-3802
Andreas Rumpf
2016-02-05
1
-4
/
+4
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Use defer in iterator to avoid possible leaks. Fixes #3802
Pavel Roschin
2016-02-02
1
-4
/
+4
|
|
|
/
|
|
/
|
*
/
|
fixes #3789
Andreas Rumpf
2016-01-31
1
-1
/
+1
|
/
/
*
|
Merge branch 'devel' of https://github.com/nim-lang/Nim into devel
Andreas Rumpf
2016-01-26
3
-10
/
+12
|
\
|
|
*
Only use execvpe on linux, execvp elsewhere (fixes #3759)
def
2016-01-24
1
-8
/
+7
[next]