summary refs log tree commit diff stats
path: root/tests/casestmt
Commit message (Expand)AuthorAgeFilesLines
* EndsInNoReturn in expressions extension, fixes #13490 (#13520)cooldome2020-02-281-0/+37
* case coverage error message for `char` (#12948)Jasper Jenkins2019-12-221-3/+9
* Fix #12785 (#12943)RSDuck2019-12-211-0/+47
* Better case coverage error message for alias and range enum (#12913)Jasper Jenkins2019-12-181-0/+23
* Fix spellings (#12277) [backport]Federico Ceratto2019-09-271-1/+1
* closes #11551 (#11693)Arne Döring2019-07-091-0/+13
* introduce internal Int128 type, use it to fix case stmt checks (#11652)Arne Döring2019-07-051-0/+11
* Print missing case labels (#10600)Arne Döring2019-02-132-1/+116
* require errormsg to be specified before file.Arne Döring2018-12-115-11/+13
* updated tests to be executedArne Döring2018-11-231-1/+3
* fixes #9276 (#9317)Arne Döring2018-10-241-0/+9
* Merge tests into a larger file (part 1 of ∞) (#9318)Miran2018-10-128-228/+233
* fixes more nil handling regressionsAraq2018-08-131-9/+9
* Resolve converter call to constants in case arms (#8336)LemonBoy2018-07-161-0/+10
* Reject enums with holes when computedGoto is used (#8132)LemonBoy2018-06-271-0/+15
* Fixes #7407 (#7427)cooldome2018-04-061-5/+14
* Improve semchecking for duplicate cases in case statements (#7176)Oscar Nihlgård2018-02-241-0/+50
* make more tests greenAraq2018-02-101-1/+1
* Implement language feature #6885 (#6954)cooldome2017-12-241-0/+59
* the parser finally parses 'echo {1,2}' as it shouldAndreas Rumpf2017-09-301-1/+1
* use 'using' instead of 'sig' keyword; cleans up new features a bitAndreas Rumpf2016-02-291-1/+1
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-044-8/+8
* made test greenAraq2015-03-251-2/+3
* Allow empty sets in case/of branches.Hans Raaf2015-02-241-0/+24
* make tests greenAraq2014-08-311-1/+1
* fixes #1103; fixes #1297Araq2014-07-081-0/+19
* Changed tests and tools to use 'discard' statements instead of 'nil' for empt...Clay Sweetser2014-02-151-2/+2
* new tester; all tests categorizedAraq2014-01-137-0/+189