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
Commit message (
Expand
)
Author
Age
Files
Lines
*
fix some typos
Patrick Pelletier
2014-05-07
3
-8
/
+8
*
Merge pull request #1185 from barcharcraz/kochilk
Simon Hafner
2014-05-06
1
-1
/
+1
|
\
|
*
added .ilk files to the koch clean list, these are incremental link informati...
Charlie
2014-05-06
1
-1
/
+1
*
|
bugfix: bool for case statements
Araq
2014-05-06
1
-1
/
+1
|
/
*
2nd attempt to fix bootstrapping
Araq
2014-05-06
1
-1
/
+1
*
attempt to fix the bootstrapping
Araq
2014-05-06
1
-3
/
+1
*
bootstraps works again; get rid of compile-time 'rand' (too weird)
Araq
2014-05-06
2
-6
/
+2
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-05-06
12
-58
/
+582
|
\
|
*
Merge pull request #1175 from EXetoC/await-discard
Dominik Picheta
2014-05-04
2
-1
/
+41
|
|
\
|
|
*
Fix #1170.
EXetoC
2014-05-04
2
-1
/
+41
|
*
|
Merge pull request #1177 from rbehrends/reftables
Andreas Rumpf
2014-05-04
3
-1
/
+414
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Added support for ref type hash tables.
Reimer Behrends
2014-05-04
3
-1
/
+414
|
|
/
|
*
Merge pull request #1173 from EXetoC/pfuture-nested-type-param
Dominik Picheta
2014-05-03
2
-13
/
+22
|
|
\
|
|
*
Fix #1171.
EXetoC
2014-05-03
2
-13
/
+22
|
*
|
DWORD -> PULONG for POverlapped.
Dominik Picheta
2014-05-03
1
-2
/
+2
|
*
|
fixed paths because caasdriver is now in testament
Simon Hafner
2014-05-03
2
-2
/
+2
|
*
|
fixed constant typo (SimulateCaasMemReset)
Simon Hafner
2014-05-02
1
-3
/
+3
|
|
/
|
*
Await is now supported in try statements.
Dominik Picheta
2014-05-01
1
-26
/
+79
|
*
Fixes buffered recv in asyncnet.
Dominik Picheta
2014-04-30
1
-11
/
+17
|
*
Get rid unsafe pointer type in GetQueuedCompletionStatus.
Dominik Picheta
2014-04-30
3
-4
/
+7
*
|
added test case for bug #1140
Araq
2014-05-06
1
-0
/
+35
*
|
some additions to winlean
Araq
2014-05-06
1
-1
/
+9
*
|
fixes #1140
Araq
2014-05-05
2
-1
/
+3
*
|
implemented builtin noncopying slice
Araq
2014-05-02
7
-18
/
+42
|
/
*
bugfix: MS-GC GC_unref
Araq
2014-04-30
1
-1
/
+2
*
compiler prepared for the new comment handling
Araq
2014-04-30
8
-4
/
+17
*
async might work now reliably
Araq
2014-04-30
3
-27
/
+32
*
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-04-30
0
-0
/
+0
|
\
|
*
Merge pull request #1155 from Varriount/revert-bbodi/devel
Varriount
2014-04-26
3
-213
/
+147
|
|
\
|
|
*
Revert "Merge pull request #1139 from bbodi/devel"
Clay Sweetser
2014-04-26
3
-213
/
+147
|
|
/
|
*
Merge pull request #1139 from bbodi/devel
Varriount
2014-04-26
3
-147
/
+213
|
|
\
|
|
*
fix #1065
Bódi Balázs
2014-04-23
3
-147
/
+213
*
|
|
bugfix: MS GC acknowledges GC_ref/unref properly
Araq
2014-04-30
1
-6
/
+45
*
|
|
give system.lines a proper buffer
Araq
2014-04-30
1
-1
/
+1
*
|
|
fixed a typo
Araq
2014-04-30
1
-1
/
+1
*
|
|
small bugfix for iterators
Araq
2014-04-30
1
-1
/
+1
*
|
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-04-25
19
-586
/
+326
|
\
|
|
|
*
|
Merge pull request #1141 from flaviut/moreignore
Simon Hafner
2014-04-25
2
-548
/
+28
|
|
\
\
|
|
*
|
Clean up gitignore, the current ignore is equvilent to the previous
flaviut
2014-04-23
2
-548
/
+28
|
*
|
|
Merge pull request #1121 from EXetoC/spawn-test
Varriount
2014-04-23
1
-0
/
+29
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
|
*
|
Add spawn test. Hangs most of the time on linux x64 at least.
EXetoC
2014-04-20
1
-0
/
+29
|
*
|
|
Windows installer links for website.
Dominik Picheta
2014-04-23
1
-1
/
+28
|
*
|
|
DLL generation works again
Araq
2014-04-23
1
-8
/
+11
|
*
|
|
Haiku build works again
Araq
2014-04-23
2
-1
/
+2
|
*
|
|
minor tweak to the manual
Araq
2014-04-22
1
-1
/
+1
|
*
|
|
make getAppFilename work when there is no procfs
Araq
2014-04-22
1
-10
/
+15
|
*
|
|
Merge branch 'devel' of https://github.com/Araq/Nimrod into devel
Araq
2014-04-22
1
-0
/
+68
|
|
\
\
\
|
|
*
\
\
Merge pull request #1133 from gradha/pr_adds_tables_example
Simon Hafner
2014-04-22
1
-0
/
+68
|
|
|
\
\
\
|
|
|
*
|
|
Adds example of custom object types used as table key.
Grzegorz Adam Hankiewicz
2014-04-22
1
-0
/
+68
|
*
|
|
|
|
building of nimrtl.dll should work again
Araq
2014-04-22
2
-5
/
+6
[next]