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.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #4561
Andreas Rumpf
2016-08-03
1
-1
/
+1
*
use appType instead of compileOption #4417
miere43
2016-07-30
1
-1
/
+1
*
fix #4417, update news
miere43
2016-07-30
1
-0
/
+5
*
expr and stmt are now deprecated
Andreas Rumpf
2016-07-30
1
-2
/
+4
*
make nim bootstrap again for older versions
Andreas Rumpf
2016-07-30
1
-1
/
+1
*
stdlib and compiler don't use .immediate anymore
Andreas Rumpf
2016-07-29
1
-13
/
+13
*
Small changes to the docs to make it easier to find stuff.
Hans Raaf
2016-07-21
1
-1
/
+5
*
added system.newSeqOfCap for improved efficiency
Andreas Rumpf
2016-07-15
1
-0
/
+6
*
prepare Nim codebase for upcoming parser changes
Andreas Rumpf
2016-07-15
1
-1
/
+1
*
Added closureScope template
Yuriy Glukhov
2016-06-27
1
-0
/
+21
*
Added missing export marker.
A. S. Budden
2016-06-13
1
-1
/
+1
*
Merged upstream/devel into this branch to resolve conflicts and ensure an eas...
A. S. Budden
2016-06-13
1
-33
/
+38
|
\
|
*
Merge pull request #4284 from arnetheduck/system-c-cleanup
Andreas Rumpf
2016-06-13
1
-33
/
+38
|
|
\
|
|
*
fix O_BINARY type
Jacek Sieka
2016-06-08
1
-1
/
+1
|
|
*
fix setmode call
Jacek Sieka
2016-06-08
1
-2
/
+2
|
|
*
no *mem proc's for JS
Jacek Sieka
2016-06-08
1
-1
/
+2
|
|
*
include ansi_c also when doing nimscript
Jacek Sieka
2016-06-08
1
-2
/
+2
|
|
*
fix types of ansi_c/sysio to more closely match C ABI
Jacek Sieka
2016-06-05
1
-29
/
+33
*
|
|
Added setStdIoUnbuffered for unbuffered stdio (fixes #2146).
A. S. Budden
2016-06-12
1
-0
/
+3
|
/
/
*
|
version bump for development
Andreas Rumpf
2016-06-11
1
-1
/
+1
*
|
version bump to 0.14.2
Araq
2016-06-08
1
-1
/
+1
*
|
preparations for 0.14
Andreas Rumpf
2016-06-06
1
-2
/
+2
*
|
system. for cstrings uses value comparisons, not reference comparisons
Andreas Rumpf
2016-06-02
1
-2
/
+11
|
/
*
Fix dollar for non printable/accessible fields. Fixes #4236.
Yuriy Glukhov
2016-05-31
1
-5
/
+8
*
changed the compiler's path handling; fixes #546
Andreas Rumpf
2016-05-31
1
-1
/
+1
*
fixes #3882
Andreas Rumpf
2016-05-28
1
-28
/
+52
*
Merge pull request #4083 from vegansk/vm_readfile
Andreas Rumpf
2016-05-24
1
-0
/
+8
|
\
|
*
Add ``readFile`` implementation for nimvm
Anatoly Galiulin
2016-04-13
1
-0
/
+8
*
|
Added limitations note to sizeof. Closes #4153.
Yuriy Glukhov
2016-05-13
1
-0
/
+3
*
|
PHP codegen improvements
Andreas Rumpf
2016-05-13
1
-1
/
+1
*
|
simple stuff works with --gc:stack
Andreas Rumpf
2016-04-18
1
-3
/
+4
|
/
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Dominik Picheta
2016-04-04
1
-0
/
+1
|
\
|
*
Move ``compiles`` back
Anatoly Galiulin
2016-03-31
1
-10
/
+10
|
*
Use ``when insideRLocksModule`` instead of ``when compiles``
Anatoly Galiulin
2016-03-31
1
-0
/
+1
|
*
Fix ``XDeclaredButNotUsed`` warning when locks or rlocks module is used
Anatoly Galiulin
2016-03-31
1
-10
/
+10
*
|
Fixes #3752.
Dominik Picheta
2016-04-04
1
-0
/
+3
|
/
*
Fixed threading issues for tcc backend
Anatoly Galiulin
2016-03-10
1
-0
/
+4
*
fixes JS regression
Andreas Rumpf
2016-03-05
1
-2
/
+4
*
the stdlib supports &= in more contexts; refs #3524
Andreas Rumpf
2016-03-05
1
-0
/
+4
*
fixes #3767
Andreas Rumpf
2016-03-05
1
-2
/
+8
*
added 'sig' feature; removed tfShared support in the compiler
Andreas Rumpf
2016-02-28
1
-5
/
+0
*
fixes #3901
Andreas Rumpf
2016-02-26
1
-0
/
+6
*
standalone target works again
Andreas Rumpf
2016-02-19
1
-24
/
+23
*
further progress on --gc:v2
Andreas Rumpf
2016-02-17
1
-38
/
+37
*
first version of an PHP codegen
Andreas Rumpf
2016-02-06
1
-8
/
+11
*
Use defer in iterator to avoid possible leaks. Fixes #3802
Pavel Roschin
2016-02-02
1
-1
/
+1
*
fixes #3736
Andreas Rumpf
2016-01-30
1
-1
/
+1
*
devel version is odd
Andreas Rumpf
2016-01-30
1
-1
/
+1
*
updated version to 0.13.0
Araq
2016-01-18
1
-2
/
+2
*
7 div 5 == 1
xiongxin
2015-12-08
1
-1
/
+1
[next]