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
/
system
Commit message (
Expand
)
Author
Age
Files
Lines
*
Explicitly return false
def
2016-03-18
1
-1
/
+1
*
Comment to explain not opening directories in open()
def
2016-03-17
1
-0
/
+3
*
Don't check opened file for directory in nimscript
def
2016-03-16
1
-2
/
+2
*
Don't open directories as files
def
2016-03-14
1
-0
/
+18
*
Merge pull request #3947 from def-/iofbf
Andreas Rumpf
2016-03-10
1
-3
/
+2
|
\
|
*
Support IOFBF and IONBF on all systems
def
2016-03-06
1
-3
/
+2
*
|
Fixed threading issues for tcc backend
Anatoly Galiulin
2016-03-10
1
-1
/
+46
*
|
Merge pull request #3951 from arnetheduck/munmap-ret-fix
Andreas Rumpf
2016-03-08
1
-4
/
+6
|
\
\
|
*
|
provide const value for MAP_ANONYMOUS
Jacek Sieka
2016-03-07
1
-0
/
+2
|
*
|
fix return type of munmap
Jacek Sieka
2016-03-07
1
-4
/
+4
|
|
/
*
/
newObj can clear memory, even when using malloc and nogc
Jacek Sieka
2016-03-07
1
-1
/
+1
|
/
*
Merge pull request #3941 from oderwat/hara-php-mnewString-fix
Andreas Rumpf
2016-03-06
1
-3
/
+1
|
\
|
*
Fix for PHP mnewString()
Hans Raaf
2016-03-06
1
-3
/
+1
*
|
Fix for #3939 issue
cheatfate
2016-03-06
1
-0
/
+1
|
/
*
Merge pull request #3931 from yglukhov/pthread-stuff
Andreas Rumpf
2016-03-04
1
-5
/
+7
|
\
|
*
Fixed includes for pthread types.
Yuriy Glukhov
2016-03-04
1
-5
/
+7
*
|
PHP codegen: use nimAt for PHP 5.3 compatibility
Andreas Rumpf
2016-03-04
1
-0
/
+6
|
/
*
Spellcheck
Federico Ceratto
2016-02-29
2
-4
/
+4
*
added 'sig' feature; removed tfShared support in the compiler
Andreas Rumpf
2016-02-28
2
-6
/
+6
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2016-02-19
3
-3
/
+16
|
\
|
*
Merge pull request #3881 from endragor/nocppexceptions
Andreas Rumpf
2016-02-19
1
-1
/
+1
|
|
\
|
|
*
Added --noCppExceptions switch
Ruslan Mustakov
2016-02-18
1
-1
/
+1
|
*
|
bug fix: repr() of sized enums presentation Issue #3864
cheatfate
2016-02-18
1
-0
/
+1
|
|
/
|
*
Added rlocks module to documentation and news.txt
Anatoly Galiulin
2016-02-18
1
-1
/
+1
|
*
Added reentrant locks module to stdlib
Anatoly Galiulin
2016-02-17
1
-1
/
+13
*
|
further progress on --gc:v2
Andreas Rumpf
2016-02-17
5
-110
/
+218
|
/
*
php-codegen fixes
Andreas Rumpf
2016-02-06
1
-0
/
+5
*
PHP codegen can generate PHP classes
Andreas Rumpf
2016-02-06
1
-5
/
+5
*
first version of an PHP codegen
Andreas Rumpf
2016-02-06
1
-128
/
+271
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2016-02-06
1
-1
/
+1
|
\
|
*
Merge pull request #3106 from def-/deprecation
Andreas Rumpf
2016-02-06
1
-1
/
+1
|
|
\
|
|
*
Fix a few deprecation warnings
def
2016-01-25
1
-1
/
+1
*
|
|
some progress on GC v2
Andreas Rumpf
2016-02-03
2
-8
/
+12
|
/
/
*
|
fixes #1895
Andreas Rumpf
2016-01-30
1
-3
/
+6
*
|
Remove system.setupForeignThreadGc if `threads` option is off or TLS
Anatoly Galiulin
2016-01-28
1
-12
/
+22
|
/
*
Use ByteAddress instead of deprecated TAddress
def
2016-01-24
3
-8
/
+8
*
Fixed unicode strings in JS
Yuriy Glukhov
2016-01-22
1
-7
/
+38
*
Revert "Fixed unicode handling in JS. Fixes #3714."
Yuriy Glukhov
2016-01-21
1
-26
/
+7
*
Merge pull request #3754 from yglukhov/js-unsigned
Andreas Rumpf
2016-01-21
1
-36
/
+0
|
\
|
*
Unsigned arith corrected for JS
Yuriy Glukhov
2016-01-21
1
-36
/
+0
*
|
Fixed unicode handling in JS. Fixes #3714.
Yuriy Glukhov
2016-01-18
1
-7
/
+26
|
/
*
add support for uint32 and uint64 in repr
Michał Zieliński
2016-01-16
1
-2
/
+4
*
do not print spurious warnings when dlopen fails; can be re-enabled with -d:n...
Andreas Rumpf
2015-12-29
1
-3
/
+4
*
Task proc in nimscript module will now export the proc it creates.
Dominik Picheta
2015-12-24
1
-1
/
+1
*
modified the integrated profiler to hopefully produce more reliable results
Andreas Rumpf
2015-12-18
1
-17
/
+9
*
Fixed copying of nil seq in JS
Yuriy Glukhov
2015-12-16
1
-7
/
+12
*
Merge pull request #3595 from dfdeshom/devel
Dominik Picheta
2015-12-04
1
-1
/
+3
|
\
|
*
Print out more detailed error messages when compilation fails
dfdeshom
2015-11-26
1
-1
/
+3
*
|
removes 'x is iterator' special casing in the language
Araq
2015-12-03
1
-0
/
+2
*
|
set debug switch to false again
Araq
2015-12-01
1
-1
/
+1
[next]