summary refs log tree commit diff stats
path: root/tests/proc
Commit message (Expand)AuthorAgeFilesLines
* Revert "make default values typed in proc AST same as param sym AST" (#24191)metagn2024-09-271-50/+0
* make default values typed in proc AST same as param sym AST (#24184)metagn2024-09-271-0/+50
* fix inverted order of resolved `tyFromExpr` match (#24138)metagn2024-09-191-0/+16
* don't match arguments with typeclass type in generics (#24123)metagn2024-09-171-0/+18
* test case haul before 2.2 (#24119)metagn2024-09-172-0/+21
* fix calls to untyped arbitrary expressions in generics (#24100)metagn2024-09-131-0/+47
* fix CI, sem whole `when` stmts as generic stmt (#24072)metagn2024-09-081-0/+15
* generate tyFromExpr for `when` in generics (#24066)metagn2024-09-061-1/+1
* adapt generic default parameters to recent generics changes (#24065)metagn2024-09-062-9/+27
* handle explicit generic routine instantiations in sigmatch (#24010)metagn2024-09-023-0/+95
* generic issues test cases (#24028)metagn2024-08-301-0/+31
* sem generic proc param types like generic types + static instantiation fixes ...metagn2024-08-261-0/+206
* fix error messages for wrongly typed generic param default values (#24006)metagn2024-08-231-0/+25
* fixes #23869; sink generic typeclass (#23874)Ryan McConnell2024-07-221-0/+26
* don't use previous bindings of `auto` for routine return types (#23207)metagn2024-01-171-0/+36
* some test cleanups & category reorganization (#22010)metagn2023-06-0610-0/+406
* warn against `a, b = val` in routine arguments (#21604)metagn2023-04-061-10/+6
* document general use of `_`, error message, fixes (#21584)metagn2023-03-301-0/+13
* fixes #19795; fixes #11852; fixes #19974; remove parsing pipeline, Nim now pa...ringabout2023-02-221-0/+19
* underscores for routine parameters (#21192)metagn2023-01-081-0/+109
* fix #15836 proc arg return type auto unexpectly match proc with concr… (#21...Bung2022-12-121-1/+1
* Revert "fix #15836 proc arg return type auto unexpectly match proc with concr...ringabout2022-12-091-1/+1
* fix #15836 proc arg return type auto unexpectly match proc with concr… (#21...Bung2022-12-091-1/+1
* fix #18136 tests/proc/t17157.nim now gives SIGSEGV instead of error (#20555)Bung2022-10-131-1/+0
* manual: Document that comma propagates the default values of parameters (#19080)Kaushal Modi2021-11-031-0/+20
* fix #18113 (#18124)Saem Ghani2021-05-311-0/+1
* close #17157 add testcase (#17531)flywind2021-03-271-0/+6
* Remove declPragmas from lambdas [backport:1.0] (#16966)hlaaftana2021-02-091-0/+7
* testament spec: remove errmsg alias of errormsg (#16188)Timothee Cour2020-11-292-2/+2
* allow typed/untyped in magic procs (#12911)Timothee Cour2019-12-171-2/+10
* fixes #12033 (#12039)Arne Döring2019-08-261-2/+11
* fixes #10838 (#10841)cooldome2019-03-181-0/+14
* typed/untyped return type is invalid for everything except templates and macr...Neelesh Chandola2019-01-151-0/+12
* proc does not take untyped/typed as argument (#9981)Neelesh Chandola2018-12-192-0/+14
* require errormsg to be specified before file.Arne Döring2018-12-111-2/+1
* Merge tests into a larger file (part 5 of ∞) (#9368)Miran2018-10-164-37/+31
* Pick skParam symbols when resolving type idents (#8720)LemonBoy2018-08-221-0/+10
* Update all the default parameters after an instantiation (#8689)LemonBoy2018-08-201-0/+11
* make tests green againAndreas Rumpf2018-05-021-2/+2
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-4/+4
* new tester; all tests categorizedAraq2014-01-132-0/+25