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
*
disable some tests for the C++ target; refs #7870
Araq
2018-11-15
8
-44
/
+25
*
Converter bug fixes (#9700)
cooldome
2018-11-15
1
-0
/
+107
*
Of operator in vm fixes [backport] (#9717)
cooldome
2018-11-15
1
-0
/
+51
*
fix #9647 tmpl=>nimf (#9658)
Timothee Cour
2018-11-14
2
-1
/
+1
*
Disable tasyncssl on Windows to fix CI
Dominik Picheta
2018-11-13
1
-0
/
+1
*
Merge pull request #9687 from narimiran/fix-7192
Dominik Picheta
2018-11-13
1
-0
/
+14
|
\
|
*
export `asyncdispatch.callSoon` (fixes #7192)
narimiran
2018-11-12
1
-0
/
+14
*
|
Add proc `[]`(n: NimNode, s: HSlice[T, U]): seq[NimNode] to macros (#7735)
Lolo Iccl
2018-11-10
1
-0
/
+38
*
|
complete future only once in `or` (fixes #8982) (#9632)
Miran
2018-11-09
1
-0
/
+33
*
|
deprecated ospaths (#9665)
Andreas Rumpf
2018-11-09
1
-1
/
+1
*
|
newLit works on enum (#9662)
Arne Döring
2018-11-09
1
-0
/
+20
|
/
*
fixes #9619
Andreas Rumpf
2018-11-09
1
-35
/
+42
*
add illegal discard test
Arne Döring
2018-11-08
1
-0
/
+9
*
adopt tests
Arne Döring
2018-11-08
3
-13
/
+12
*
fixes #9633
Andreas Rumpf
2018-11-08
1
-1
/
+17
*
Merge pull request #9642 from narimiran/callback-order
Dominik Picheta
2018-11-07
1
-2
/
+3
|
\
|
*
keep the order of the callbacks
narimiran
2018-11-07
1
-2
/
+3
*
|
parser change: 'not' is always a unary operator; fixes #9574
Andreas Rumpf
2018-11-07
1
-0
/
+5
|
/
*
fixes #9600 (#9601)
jcosborn
2018-11-07
1
-0
/
+11
*
times - remove unneeded negative sign when parsing formats z and zz (#9631)
pgkos
2018-11-06
1
-0
/
+9
*
Merge tests into a larger file (part 8 of ∞) (#9583)
Miran
2018-11-06
51
-835
/
+862
*
removed the undocumented #? strongSpaces parsing mode
Araq
2018-11-06
1
-83
/
+0
*
language cleanup: the .unchecked pragma is dead
Araq
2018-11-06
1
-1
/
+1
*
make `mod` on floats available in the VM (#9591)
skilchen
2018-11-05
1
-0
/
+130
*
added test case for #9594
Araq
2018-11-03
1
-0
/
+31
*
Add test for #6836 (#9602)
Neelesh Chandola
2018-11-02
1
-1
/
+1
*
Added "typeof" and "restrict" to special words. (#9226)
Alexandros Naskos
2018-11-01
1
-0
/
+39
*
Quote do now works with result in block (#7343)
PMunch
2018-10-31
1
-0
/
+17
*
make more tests green for C++; refs #7870
Araq
2018-10-30
4
-2
/
+4
*
Sizeof alignof fixes (#9568)
Arne Döring
2018-10-30
1
-0
/
+14
*
fixes #5549
Araq
2018-10-30
1
-0
/
+10
*
Add parsing empty attribs to htmlparser (#9559)
rec
2018-10-30
1
-1
/
+14
*
getTypeImpl now returns pragmas for object types (#9538)
jcosborn
2018-10-30
1
-0
/
+18
*
#9348 Merge some small test files (#9561)
Ian
2018-10-30
9
-100
/
+102
*
More descriptive names of test files (#9531)
Miran
2018-10-29
20
-7
/
+8
*
Merge pull request #9541 from narimiran/fix-6986
Arne Döring
2018-10-29
1
-0
/
+16
|
\
|
*
Closes #6986
narimiran
2018-10-28
1
-0
/
+16
*
|
Make htmlparser parse unquoted attrib values (#9537)
rec
2018-10-29
1
-0
/
+45
*
|
Implements #9434. Minimal Stacktrace for Exceptions in release mode (#9480)
cooldome
2018-10-28
1
-1
/
+3
*
|
Remove install.txt and readme.txt (#9521)
Utwo
2018-10-28
7
-8
/
+9
*
|
Fix strscans.scanp (#9518)
xzfc
2018-10-28
1
-0
/
+86
*
|
Parse the usage of the SQL in operator properly (#9527)
zah
2018-10-28
1
-1
/
+1
*
|
make tests\benchmarks programs compile again
Araq
2018-10-28
2
-34
/
+34
*
|
Merge pull request #9496 from cooldome/vm_float_casts
Arne Döring
2018-10-28
1
-0
/
+47
|
\
\
|
|
/
|
/
|
|
*
Merge branch 'devel' into vm_float_casts
Andrii Riabushenko
2018-10-24
2
-0
/
+10
|
|
\
|
*
|
Add test
Andrii Riabushenko
2018-10-24
1
-0
/
+47
*
|
|
Improve dumpLisp macro (#9515)
Kaushal Modi
2018-10-27
1
-7
/
+7
*
|
|
correct tnoop test case
Araq
2018-10-25
1
-2
/
+3
|
|
/
|
/
|
*
|
make tests green again
Andreas Rumpf
2018-10-24
1
-0
/
+1
*
|
fixes #9276 (#9317)
Arne Döring
2018-10-24
1
-0
/
+9
|
/
[next]