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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
test case for #2416 (#7649)
genotrance
2018-04-18
2
-0
/
+3
*
eqIdent new returns false on non identifier types (#7629)
Arne Döring
2018-04-17
1
-0
/
+17
*
osproc: fix double close on POSIX (#5724)
Michał Zieliński
2018-04-16
1
-0
/
+24
*
Timeinterval optimization (#7608)
Oscar Nihlgård
2018-04-16
1
-21
/
+24
*
move eqIdent to vm.nim (#7585)
Arne Döring
2018-04-15
1
-0
/
+42
*
rename SomeReal to SomeFloat (#7617)
Arne Döring
2018-04-15
1
-4
/
+4
*
Fix cmpStrings in js mode (#7604)
treeform
2018-04-15
1
-0
/
+9
*
implements first version of for-loop macros
Andreas Rumpf
2018-04-15
1
-0
/
+44
*
fixes #7451 (#7575)
RSDuck
2018-04-14
1
-11
/
+90
*
make JS tests green again
Andreas Rumpf
2018-04-14
1
-1
/
+1
*
fixes #4470
Andreas Rumpf
2018-04-13
1
-1
/
+11
*
introduce nkTupleConstr AST node for unary tuple construction; breaking change
Andreas Rumpf
2018-04-13
1
-1
/
+13
*
Fix some usages of typedesc in async procs
Zahary Karadjov
2018-04-13
1
-6
/
+37
*
Sub second time resolution (#6978)
Oscar Nihlgård
2018-04-13
2
-30
/
+60
*
fixes #3948
Andreas Rumpf
2018-04-12
1
-0
/
+8
*
Add column number to instantiation info (#7376)
PMunch
2018-04-12
1
-1
/
+1
*
unittest: default no color if stdout is not a tty (#7424)
Xiao-Yong
2018-04-12
1
-1
/
+1
*
Added count(*) support to sql parser. Fixed warnings in sql parser. (#7490)
treeform
2018-04-12
1
-5
/
+24
*
Added a few useful os calls to VM (#7440)
genotrance
2018-04-12
1
-3
/
+21
*
Get symbol kind (#7491)
Arne Döring
2018-04-11
3
-95
/
+97
*
Add a few useful os calls to nimscript (#7442)
genotrance
2018-04-10
1
-0
/
+47
*
Cpp codegen: handling of imported exceptions. Fixes #3571 (#7360)
cooldome
2018-04-10
1
-0
/
+134
*
Fix compile time set cardinality (#7558)
Oscar Nihlgård
2018-04-10
1
-0
/
+4
*
make tests green again
Araq
2018-04-07
1
-1
/
+1
*
Fix parser bug with type classes (#7480)
Oscar Nihlgård
2018-04-06
1
-0
/
+17
*
fixes #7528
Araq
2018-04-06
1
-0
/
+14
*
added the 'x.p[:T]' notation for explicit generic instantiations in combinati...
Araq
2018-04-06
1
-1
/
+7
*
semcheck negative array length (#7518)
Oscar Nihlgård
2018-04-06
1
-0
/
+4
*
fixes #6843
Araq
2018-04-06
1
-0
/
+29
*
fixes a regression about static object case variant checking
Araq
2018-04-06
1
-0
/
+30
*
Fixes #7407 (#7427)
cooldome
2018-04-06
1
-5
/
+14
*
Fixes #5281 (#7489)
Dmitry Atamanov
2018-04-06
1
-6
/
+5
*
Merge pull request #7450 from cabhishek/devel
Dominik Picheta
2018-04-04
1
-0
/
+15
|
\
|
*
Fixes #6902
Abhishek Kapatkar
2018-03-30
1
-0
/
+15
*
|
Fixes #7473 (#7475)
Arne Döring
2018-04-04
2
-11
/
+10
*
|
Merge pull request #7495 from GULPF/fix-fill-bug
Dominik Picheta
2018-04-04
1
-11
/
+0
|
\
\
|
*
|
Move algorithm tests away from koch
Oscar Nihlgård
2018-04-04
1
-11
/
+0
*
|
|
Merge pull request #7336 from yglukhov/ipaddr-sockaddr-conversions
Dominik Picheta
2018-04-02
1
-1
/
+31
|
\
\
\
|
*
|
|
Fixed crash/interface. Added tests.
Yuriy Glukhov
2018-03-15
1
-1
/
+31
*
|
|
|
Comparing datetimes
data-man
2018-04-01
1
-1
/
+9
|
|
_
|
/
|
/
|
|
*
|
|
Fixes #7433.
Dominik Picheta
2018-03-29
1
-0
/
+15
*
|
|
fixes #7414 (#7434)
cooldome
2018-03-29
1
-1
/
+21
*
|
|
added toOpenArray builtin for zero-copy slices; syntax sugar yet to come
Araq
2018-03-24
1
-1
/
+28
*
|
|
Static[T] fixes (#7333)
zah
2018-03-24
9
-13
/
+176
*
|
|
fixes the 'var T' checking
Andreas Rumpf
2018-03-24
1
-4
/
+8
*
|
|
enforce 'var T' produces a view into the first parameter; refs #7373
Andreas Rumpf
2018-03-24
1
-0
/
+12
*
|
|
more checking for 'var T' as return type; refs #7373
Andreas Rumpf
2018-03-24
2
-1
/
+13
*
|
|
fixes #7392 (#7395)
cooldome
2018-03-23
2
-1
/
+8
*
|
|
Fixes #7363 (#7371)
cooldome
2018-03-20
1
-0
/
+14
*
|
|
disable flaky fragmenation test for AppVeyor
Araq
2018-03-19
1
-0
/
+1
[next]