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
...
*
Print missing case labels (#10600)
Arne Döring
2019-02-09
2
-1
/
+116
*
make tests green again
Andreas Rumpf
2019-02-08
2
-1
/
+2
*
Fix wrong result in tuple assignment (#9340)
LemonBoy
2019-02-08
1
-0
/
+15
*
error messages can have spaces, don't be dyslexic
Araq
2019-02-08
1
-1
/
+1
*
Rework exception handling in the VM (#10544)
LemonBoy
2019-02-08
2
-0
/
+71
*
Fix edge case in type hashing (#10601) [backport]
LemonBoy
2019-02-08
1
-0
/
+15
*
Stop useless suggestion of unsafeAddr (#10598)
LemonBoy
2019-02-08
1
-0
/
+7
*
Fix handling of reraise in effect tracking (#10582)
LemonBoy
2019-02-07
1
-0
/
+12
*
followup on #10573: prevent common user config to interfere with testament (e...
Timothee Cour
2019-02-07
1
-0
/
+1
*
fix #10591 regression (#10592)
Timothee Cour
2019-02-06
1
-1
/
+1
*
Reject assignments with nkEmpty RHS (#9000)
LemonBoy
2019-02-06
1
-0
/
+26
*
system refactorings (#10559)
Andreas Rumpf
2019-02-06
1
-2
/
+2
*
New implementation of times.between (#10523)
Oscar Nihlgård
2019-02-06
1
-35
/
+138
*
Avoid evaluating macros twice in type sections (#10550)
LemonBoy
2019-02-06
1
-0
/
+15
*
Fix getCustomPragmaVal on `var` fields
LemonBoy
2019-02-06
1
-0
/
+5
*
prevent common user config to interfere with testament (#10573)
Timothee Cour
2019-02-06
2
-1
/
+6
*
Vm bitops fixes (#10520)
Arne Döring
2019-02-05
1
-51
/
+16
*
Implement {.booldefine.} (#10533)
Oscar Nihlgård
2019-02-03
1
-0
/
+18
*
Fix vm signed xor (#10519)
Arne Döring
2019-02-01
1
-5
/
+11
*
vm fix for bitwise signed ints (#10507)
cooldome
2019-01-31
1
-0
/
+39
*
fix #8063 by adding a testcase for: Deprecation warnings for enum values prin...
Timothee Cour
2019-01-31
1
-2
/
+25
*
fixes #10042 (allow spaces in import) (#10504)
Miran
2019-01-31
2
-0
/
+5
*
gc: destructors is beginning to work (#10483)
Andreas Rumpf
2019-01-29
3
-2
/
+11
*
fixes #9149 [backport]
Araq
2019-01-29
1
-0
/
+22
*
isLastRead regression fix (#10463)
cooldome
2019-01-28
1
-0
/
+9
*
Fix exception tracking in try blocks (#10455)
LemonBoy
2019-01-27
1
-0
/
+14
*
closes #8610 ; adds test case (#10454)
Timothee Cour
2019-01-25
1
-0
/
+5
*
properly deprecate parseopt2 (#10452)
Miran
2019-01-25
3
-32
/
+6
*
move tests from `tospaths` to `tos`, fixes #9671
narimiran
2019-01-23
2
-142
/
+111
*
fix #10339 by returning type attached to nkEmpty (#10370)
Vindaar
2019-01-23
2
-0
/
+32
*
Harmonize the var/let and const handling (#10410)
LemonBoy
2019-01-23
1
-0
/
+11
*
remove `tdont_be_stupid`, fixes #10386
narimiran
2019-01-23
1
-23
/
+0
*
Added basic bit manipulation procs to bitops (#10338)
Ico Doornekamp
2019-01-23
1
-0
/
+57
*
close #3899 by adding test case (#10424)
Vindaar
2019-01-23
1
-0
/
+10
*
Fix semantic analysis with noReturn proc in tail pos (#10422)
LemonBoy
2019-01-23
1
-0
/
+10
*
Fix for issue #10342. better message for generic subclass instantiation (#10354)
Ray Imber
2019-01-22
2
-1
/
+12
*
Remove deprecated modules (asyncio, sockets, ftpclient) (#10401)
Miran
2019-01-22
5
-9
/
+14
*
Restrict ptr/ref to ptr/ref implicit conversion (#10411)
LemonBoy
2019-01-22
1
-0
/
+8
*
Fix compileTime pragma applying to whole var/let section (#10389)
Neelesh Chandola
2019-01-22
1
-0
/
+15
*
Object downconversion in VM should not copy (#10378)
LemonBoy
2019-01-22
1
-0
/
+17
*
Finalizer proc must be global (#10388)
LemonBoy
2019-01-22
1
-0
/
+31
*
Fix subtype conversion w/ varargs arguments (#10402)
LemonBoy
2019-01-21
4
-0
/
+4
*
Proper check for tyStatic[T] -> U conversions (#10382)
LemonBoy
2019-01-21
1
-0
/
+5
*
Support system.reset in vm (#10400)
Oscar Nihlgård
2019-01-21
1
-0
/
+28
*
Fix error lexer error messages for to large numbers (#10394)
Oscar Nihlgård
2019-01-21
1
-0
/
+15
*
Fix spelling errors (#10379)
Federico Ceratto
2019-01-19
1
-1
/
+1
*
ported havlak and gcbench benchmarks to work with --gc:regions
Andreas Rumpf
2019-01-19
2
-41
/
+54
*
GC tests: make them take less time to save CI cycles
Andreas Rumpf
2019-01-19
2
-7
/
+5
*
Fixed getCustomPragmaVal to allow multiple fields in custom annotations (#10289)
Ico Doornekamp
2019-01-18
1
-0
/
+9
*
fix #9629 every binary cmd line option allows on/off/empty=on (#10353)
Timothee Cour
2019-01-18
1
-1
/
+4
[prev]
[next]