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
/
casestmt
Commit message (
Expand
)
Author
Age
Files
Lines
*
EndsInNoReturn in expressions extension, fixes #13490 (#13520)
cooldome
2020-02-28
1
-0
/
+37
*
case coverage error message for `char` (#12948)
Jasper Jenkins
2019-12-22
1
-3
/
+9
*
Fix #12785 (#12943)
RSDuck
2019-12-21
1
-0
/
+47
*
Better case coverage error message for alias and range enum (#12913)
Jasper Jenkins
2019-12-18
1
-0
/
+23
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
closes #11551 (#11693)
Arne Döring
2019-07-09
1
-0
/
+13
*
introduce internal Int128 type, use it to fix case stmt checks (#11652)
Arne Döring
2019-07-05
1
-0
/
+11
*
Print missing case labels (#10600)
Arne Döring
2019-02-13
2
-1
/
+116
*
require errormsg to be specified before file.
Arne Döring
2018-12-11
5
-11
/
+13
*
updated tests to be executed
Arne Döring
2018-11-23
1
-1
/
+3
*
fixes #9276 (#9317)
Arne Döring
2018-10-24
1
-0
/
+9
*
Merge tests into a larger file (part 1 of ∞) (#9318)
Miran
2018-10-12
8
-228
/
+233
*
fixes more nil handling regressions
Araq
2018-08-13
1
-9
/
+9
*
Resolve converter call to constants in case arms (#8336)
LemonBoy
2018-07-16
1
-0
/
+10
*
Reject enums with holes when computedGoto is used (#8132)
LemonBoy
2018-06-27
1
-0
/
+15
*
Fixes #7407 (#7427)
cooldome
2018-04-06
1
-5
/
+14
*
Improve semchecking for duplicate cases in case statements (#7176)
Oscar Nihlgård
2018-02-24
1
-0
/
+50
*
make more tests green
Araq
2018-02-10
1
-1
/
+1
*
Implement language feature #6885 (#6954)
cooldome
2017-12-24
1
-0
/
+59
*
the parser finally parses 'echo {1,2}' as it should
Andreas Rumpf
2017-09-30
1
-1
/
+1
*
use 'using' instead of 'sig' keyword; cleans up new features a bit
Andreas Rumpf
2016-02-29
1
-1
/
+1
*
tests: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
4
-8
/
+8
*
made test green
Araq
2015-03-25
1
-2
/
+3
*
Allow empty sets in case/of branches.
Hans Raaf
2015-02-24
1
-0
/
+24
*
make tests green
Araq
2014-08-31
1
-1
/
+1
*
fixes #1103; fixes #1297
Araq
2014-07-08
1
-0
/
+19
*
Changed tests and tools to use 'discard' statements instead of 'nil' for empt...
Clay Sweetser
2014-02-15
1
-2
/
+2
*
new tester; all tests categorized
Araq
2014-01-13
7
-0
/
+189