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
*
Misc documentation fixes
Simon Ruderich
2016-09-17
1
-7
/
+6
*
system: writeLine: escape \n in documentation
Simon Ruderich
2016-09-15
1
-1
/
+1
*
system: shl: remove superfluous spaces in documentation
Simon Ruderich
2016-09-15
1
-2
/
+2
*
system: <: add example of output to documentation
Simon Ruderich
2016-09-15
1
-1
/
+1
*
system: use more consistent spaces in seq declaration
Simon Ruderich
2016-09-15
1
-6
/
+6
*
system: high, low: add example which uses the type
Simon Ruderich
2016-09-15
1
-0
/
+2
*
system: TaintedString: reduce duplication and link to manual
Simon Ruderich
2016-09-15
1
-8
/
+8
*
attempt to fix #4640
Andreas Rumpf
2016-09-13
1
-3
/
+3
*
Merged
Araq
2016-08-27
1
-1
/
+1
|
\
|
*
Get rid of initialization warning
Dennis Felsing
2016-08-23
1
-2
/
+2
*
|
next steps in getting symbol files to work again
Araq
2016-08-16
1
-4
/
+1
|
/
*
disable TR macro for increased compile times; define nimTrMacros to re-enable
Andreas Rumpf
2016-08-08
1
-1
/
+1
*
Optimized swapping of ref array elements.
Yuriy Glukhov
2016-08-08
1
-0
/
+7
*
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
[next]