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
*
Merge branch 'gc-fixes' of https://github.com/rbehrends/Nim into rbehrends-gc...
Araq
2015-10-12
2
-42
/
+65
|
\
|
*
Remove spurious unsigned operations from system/threads.nim.
Reimer Behrends
2015-09-08
1
-3
/
+0
|
*
Properly register threads with the Boehm GC.
Reimer Behrends
2015-09-08
2
-38
/
+64
|
*
Properly initialize the Boehm GC on all platforms.
Reimer Behrends
2015-09-06
1
-1
/
+1
*
|
Merge remote-tracking branch 'nim-lang/devel' into emscripten-support
Andrey Sobolev
2015-10-06
1
-1
/
+2
|
\
\
|
*
|
fixes 'line too long' warning
Araq
2015-10-03
1
-1
/
+2
*
|
|
Merge remote-tracking branch 'nim-lang/devel' into emscripten-support
Andrey Sobolev
2015-10-01
1
-4
/
+7
|
\
|
|
|
*
|
Merge pull request #3345 from rbehrends/no-unmap
Andreas Rumpf
2015-09-30
1
-4
/
+7
|
|
\
\
|
|
*
|
Add option to disable munmap() use in the allocator.
Reimer Behrends
2015-09-18
1
-4
/
+7
*
|
|
|
Merge remote-tracking branch 'nim-lang/devel' into emscripten-support
Andrey Sobolev
2015-09-30
1
-1
/
+1
|
\
|
|
|
|
*
|
|
NimScript: setCommand takes an optional project filename
Araq
2015-09-29
1
-1
/
+1
|
|
/
/
*
|
|
Merge remote-tracking branch 'nim-lang/devel' into emscripten-support
Andrey Sobolev
2015-09-15
1
-4
/
+16
|
\
|
|
|
*
|
Uint64 to string in pure nim. array[char] to string fixed in vm.
Yuriy Glukhov
2015-09-14
1
-4
/
+16
|
|
/
*
|
Change TAddress to ByteAddress
Andrey Sobolev
2015-09-14
1
-3
/
+3
*
|
Merge remote-tracking branch 'nim-lang/devel' into emscripten-support
Andrey Sobolev
2015-09-11
1
-6
/
+24
|
\
|
|
*
NimScript: make the compiler shut up about effects it doesn't know about
Araq
2015-09-08
1
-0
/
+5
|
*
even better docs
Araq
2015-09-08
1
-6
/
+19
*
|
Support for GC working in Emscripten environment
Andrey Sobolev
2015-09-11
1
-5
/
+7
*
|
mmap non PageSize aligned support
Andrey Sobolev
2015-09-10
1
-1
/
+48
|
/
*
Nimscript: documented; 'exec' now produces output immediately
Araq
2015-09-07
1
-30
/
+99
*
lib: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
13
-387
/
+387
*
split os into os and ospaths parts; ospaths is available for NimScript; bette...
Araq
2015-09-04
1
-1
/
+26
*
improvements for NimScript support
Araq
2015-09-03
1
-2
/
+2
*
Merge pull request #3273 from yglukhov/js-copy-fix
Andreas Rumpf
2015-09-03
1
-9
/
+5
|
\
|
*
Fixed JS copying.
Yuriy Glukhov
2015-08-31
1
-9
/
+5
*
|
Merge pull request #3280 from jlp765/endb
Andreas Rumpf
2015-09-03
1
-2
/
+20
|
\
\
|
*
|
bug fix: Switch state to dbgSkipCurrent for Eval, Local & Global commands.
JamesP
2015-09-03
1
-2
/
+20
|
|
/
*
/
Fix readLine handling of long lines.
Reimer Behrends
2015-08-28
1
-1
/
+10
|
/
*
Merge pull request #3251 from jck/msp430
Dominik Picheta
2015-08-26
1
-0
/
+2
|
\
|
*
add msp430 cpu support
Keerthan Jaic
2015-08-26
1
-0
/
+2
*
|
make --gc:none work with --threads:on
Araq
2015-08-26
1
-1
/
+1
|
/
*
Merge pull request #3239 from xyz32/devel
Andreas Rumpf
2015-08-25
1
-4
/
+15
|
\
|
*
remove fileError
xyz
2015-08-25
1
-4
/
+1
|
*
Append the readAllBuffer to what was read already
xyz
2015-08-23
1
-1
/
+1
|
*
Use seLen as sugested, and fix typos
xyz
2015-08-23
1
-3
/
+2
|
*
When reading files, check if the eof flag is set before throwing.
xyz
2015-08-22
1
-4
/
+19
*
|
fixes #3245
Araq
2015-08-25
2
-2
/
+4
*
|
Merge pull request #3160 from r-ku/coroutines
Andreas Rumpf
2015-08-25
4
-308
/
+331
|
\
\
|
*
\
Merge branch 'devel' into coroutines
rku
2015-08-20
6
-14
/
+178
|
|
\
\
|
*
|
|
Coroutine support for i386/amd64 platforms unix/windows OSes markAndSweep/ref...
rku
2015-07-31
4
-308
/
+331
*
|
|
|
Corrected lib name for macos.
Yuriy Glukhov
2015-08-25
1
-1
/
+1
*
|
|
|
fixes sysio regression for nimscript support
Araq
2015-08-24
1
-1
/
+4
|
|
_
|
/
|
/
|
|
*
|
|
Merge pull request #3143 from def-/readline-faster
Andreas Rumpf
2015-08-21
1
-54
/
+30
|
\
\
\
|
*
|
|
Improve readLine to work with strings containing \0 again.
def
2015-07-25
1
-5
/
+15
|
*
|
|
No need to set trailing \0
def
2015-07-24
1
-7
/
+4
|
*
|
|
Improve performance of readLine by using fgets
def
2015-07-24
1
-54
/
+23
*
|
|
|
Merge pull request #3231 from jangko/devel
Andreas Rumpf
2015-08-21
1
-23
/
+29
|
\
\
\
\
|
*
|
|
|
fixed UTF-16 to UTF-8 conversion in widestrs.nim
jangko
2015-08-21
1
-6
/
+20
|
*
|
|
|
fixed UTF-16 to UTF-8 conversion in widestrs.nim
jangko
2015-08-20
1
-7
/
+7
|
*
|
|
|
fixed UTF-16 to UTF-8 conversion in widestrs.nim
jangko
2015-08-20
1
-26
/
+18
|
|
|
_
|
/
|
|
/
|
|
[next]