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
*
fixes #4471
Andreas Rumpf
2016-07-12
2
-3
/
+26
*
fixes a critical JS codegen bug which caused 'importcpp' statements not to be...
Andreas Rumpf
2016-07-11
1
-0
/
+1
*
fixes a strange JS codegen bug
Andreas Rumpf
2016-07-11
1
-0
/
+2
*
Merge pull request #4476 from yglukhov/gc-trace-fix
Andreas Rumpf
2016-07-11
1
-8
/
+14
|
\
|
*
Fixed crash with leakDetector and threads enabled.
Yuriy Glukhov
2016-07-11
1
-8
/
+14
*
|
Merge pull request #4477 from kierdavis/4475-segfault
Andreas Rumpf
2016-07-11
2
-2
/
+8
|
\
\
|
*
|
Add regression test for fix for #4475
Kier Davis
2016-07-11
1
-0
/
+6
|
*
|
Fix #4475
Kier Davis
2016-07-11
1
-2
/
+2
|
|
/
*
|
Merge pull request #4474 from mbaulch/fix3516
Andreas Rumpf
2016-07-11
2
-2
/
+19
|
\
\
|
|
/
|
/
|
|
*
Recursively check literals for tyEmpty.
Matthew Baulch
2016-07-11
2
-2
/
+19
*
|
Merge pull request #4472 from mbaulch/fix4422
Andreas Rumpf
2016-07-11
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Fix #4422: Reset queue element on pop. Prevent NimVM confusion. Help GC.
Matthew Baulch
2016-07-11
1
-0
/
+2
|
/
*
make tests green again
Andreas Rumpf
2016-07-10
6
-12
/
+5
*
Merge pull request #4469 from FedericoCeratto/patch-11
Andreas Rumpf
2016-07-10
1
-1
/
+1
|
\
|
*
Fix "string literal as key expected" error
Federico Ceratto
2016-07-09
1
-1
/
+1
*
|
make hint/warning work properly after Nimscript execution
Andreas Rumpf
2016-07-09
1
-0
/
+1
|
/
*
Nimscript: added support for 'patchFile'
Andreas Rumpf
2016-07-09
7
-3
/
+52
*
undocumented feature: JS backend: unit and group separators generate hash and...
Andreas Rumpf
2016-07-09
1
-1
/
+9
*
Fixes a critical JS codegen bug about @ in call pattern
Andreas Rumpf
2016-07-08
1
-0
/
+1
*
Nimscript supports hint() and warning() procs; refs #3688
Andreas Rumpf
2016-07-08
4
-3
/
+24
*
fixes #3055
Andreas Rumpf
2016-07-08
2
-1
/
+29
*
fixes #2377
Andreas Rumpf
2016-07-08
2
-1
/
+15
*
async: use -d:nimDumpAsync to see what the async macro generates
Andreas Rumpf
2016-07-08
1
-1
/
+3
*
gensym'ed symbols are rendered with their ID for much easier debugging
Andreas Rumpf
2016-07-08
1
-2
/
+6
*
improve error message if C and Nim disagree on pointer size
Andreas Rumpf
2016-07-08
1
-3
/
+3
*
docgen: hide pragmas
Andreas Rumpf
2016-07-08
2
-3
/
+47
*
fixes #4399
Andreas Rumpf
2016-07-08
1
-0
/
+1
*
fixes #4462
Andreas Rumpf
2016-07-08
2
-4
/
+16
*
fixes #4371
Andreas Rumpf
2016-07-08
21
-39
/
+84
*
fixes #4340
Andreas Rumpf
2016-07-07
1
-0
/
+2
*
new language feature: explicit 'import system' statements are allowed
Andreas Rumpf
2016-07-07
5
-5
/
+37
*
ospaths can always be imported; fixes #4249
Andreas Rumpf
2016-07-06
1
-1
/
+1
*
Merge pull request #4458 from cheatfate/fixtest1
Andreas Rumpf
2016-07-06
1
-0
/
+1
|
\
|
*
Resolve problems with test on macosx.
cheatfate
2016-07-06
1
-0
/
+1
|
/
*
added test case for #537
Andreas Rumpf
2016-07-06
1
-0
/
+42
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2016-07-06
25
-1574
/
+3914
|
\
|
*
Merge pull request #4456 from yglukhov/vm-ct-args
Andreas Rumpf
2016-07-06
2
-1
/
+10
|
|
\
|
|
*
Fixed vm codegen for a call with compile-time args. Fixes #4412.
Yuriy Glukhov
2016-07-06
2
-1
/
+10
|
*
|
Merge pull request #4455 from mbaulch/fix_excl_examples
Andreas Rumpf
2016-07-06
1
-3
/
+3
|
|
\
\
|
|
|
/
|
|
/
|
|
|
*
Update sets examples so they work again.
Matthew Baulch
2016-07-06
1
-3
/
+3
|
*
|
Merge pull request #4449 from mbaulch/fix4003
Andreas Rumpf
2016-07-06
1
-0
/
+1
|
|
\
\
|
|
*
|
Regard nil nodes as having equal type constraints.
Matthew Baulch
2016-07-05
1
-0
/
+1
|
|
|
/
|
*
|
Merge pull request #4452 from yglukhov/js-enum-repr-offset
Andreas Rumpf
2016-07-06
1
-1
/
+9
|
|
\
\
|
|
*
|
Repr now works in js for enums starting with non-zero.
Yuriy Glukhov
2016-07-05
1
-1
/
+9
|
*
|
|
Merge pull request #4447 from cheatfate/async2
Andreas Rumpf
2016-07-05
7
-1547
/
+3803
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
|
|
*
|
Lower numbers for unchecked array
cheatfate
2016-07-05
1
-1
/
+1
|
|
*
|
Misplaced &
cheatfate
2016-07-05
1
-1
/
+1
|
|
*
|
Simplify SharedArray.
cheatfate
2016-07-05
2
-8
/
+2
|
|
*
|
Patch one more path problem
cheatfate
2016-07-05
5
-5
/
+5
|
|
*
|
Resolved path problems
cheatfate
2016-07-05
1
-5
/
+5
[next]