summary refs log tree commit diff stats
path: root/tests/casestmt
Commit message (Expand)AuthorAgeFilesLines
* evaluate all hidden conversions in case branches (#24187)metagn2024-09-271-0/+5
* fix typed case range not counting for exhaustiveness (#24136)metagn2024-09-181-0/+7
* fixes #24031; js codegen bug for case statement with just else branch (#24047)ringabout2024-09-021-0/+7
* Mark `macros.error` as `.noreturn.` (#23081)Jake Leahy2023-12-171-0/+14
* fix #18964 Small string case with else statement first in AST evaluat… (#20...Bung2022-11-221-0/+12
* support cstring in `case` (#20130)metagn2022-09-011-0/+52
* [Testament] Extend and document message testing aids (#19996)quantimnot2022-09-011-11/+8
* fixes #20031; uint64 is an ordinal type since 1.0 (#20094)ringabout2022-07-271-0/+11
* nnkArglist => nnkArgList + special case stylecheck:error (#17529)Timothee Cour2021-03-271-2/+2
* nimout now consistently uses nimoutCheck (#16189)Timothee Cour2020-12-011-8/+8
* testament: error instead of silently overwrite a spec (#16166)Timothee Cour2020-11-291-10/+16
* Revert "fixes #15280 [backport:1.2] (#15281)" (#15700)Clyybber2020-10-241-1/+1
* fixes #15280 [backport:1.2] (#15281)Andreas Rumpf2020-09-091-1/+1
* An optimizer for ARC (#14962)Andreas Rumpf2020-07-151-49/+0
* scoped memory management (#14790)Andreas Rumpf2020-07-041-3/+5
* [cleanups] doassert => doAssert; mark deadcode (#14711)Timothee Cour2020-06-171-6/+6
* 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