summary refs log tree commit diff stats
path: root/tests/typerel
Commit message (Expand)AuthorAgeFilesLines
* Merge tyUncheckedArray with tySeq in typeRel (#23866)SirOlaf2024-07-201-0/+2
* type graph refactor; part 3 (#23064)Andreas Rumpf2023-12-141-16/+0
* fix iterator equality + add test for proc equality + fix sameType (#21707)metagn2023-04-231-0/+13
* revert #21227 (#21681)metagn2023-04-172-4/+15
* `proc` typeclass accounts for `iterator`, call conventions + `nil` fix + docu...metagn2023-04-112-0/+83
* fixes #21360; discarding empty seqs/arrays now raises errors (#21374)ringabout2023-02-161-1/+1
* megatest now checks refc too (#21341)ringabout2023-02-091-1/+5
* fix typeRel of typeDesc (#21227)Bung2023-01-091-0/+4
* build the documentation of official packages (#20986)ringabout2022-12-061-8/+0
* Named arguments in commands + many grammar fixes (#20994)metagn2022-12-062-2/+2
* closes #13618; add testcase (#20734)ringabout2022-11-021-0/+6
* defaults to ORC (#19972)ringabout2022-09-236-3/+9
* remove deprecated type pragma syntax, fix bugs that required it (#20199)metagn2022-09-031-1/+1
* style usages part one (openarray => openArray) (#19321)flywind2022-01-043-5/+5
* typo: nonexistant => nonexistent (#17918)Timothee Cour2021-05-021-1/+1
* `typeof(voidStmt)` now works (#17807)Timothee Cour2021-04-231-0/+61
* typeToString: type float => typedesc[float] (#17011)Timothee Cour2021-02-124-5/+5
* Reenable a few testsClyybber2020-07-141-2/+1
* disallow typedesc in arrays & move existing checks to `types.typeAllowedAux` ...Neelesh Chandola2020-05-291-1/+1
* Error -> Defect for defects (#13908)Jacek Sieka2020-04-283-3/+3
* fix testsTimothee Cour2019-07-082-2/+8
* close #9961 by adding a testnarimiran2019-05-301-0/+17
* Restrict ptr/ref to ptr/ref implicit conversion (#10411)LemonBoy2019-01-221-0/+8
* Fix subtype conversion w/ varargs arguments (#10402)LemonBoy2019-01-214-0/+4
* lots of small changesArne Döring2018-12-111-1/+1
* megatest checks output and nimoutArne Döring2018-12-111-6/+5
* require errormsg to be specified before file.Arne Döring2018-12-1110-17/+10
* cleanup tests; don't use non-working 'msg' spec fieldAraq2018-11-231-1/+1
* updated tests to be executedArne Döring2018-11-233-5/+13
* Merge tests into a larger file (part 5 of ∞) (#9368)Miran2018-10-161-1/+1
* Fix type comparison in semConv (#8907)LemonBoy2018-09-071-0/+7
* Fix comparison of tyGenericBody in typerel (#8045)LemonBoy2018-07-071-0/+19
* Error out if vararg match isn't an exact one (#8186)LemonBoy2018-07-031-0/+11
* fixed wrong testandri lim2018-06-061-4/+4
* combine/reduce testandri lim2018-06-057-105/+87
* fix test case outputandri lim2018-06-051-1/+1
* add more test to 4799andri lim2018-06-058-0/+323
* make tests greenAndreas Rumpf2018-05-051-2/+2
* Don't hide overflow/underflow/divbyzero in semfold (#7732)Oscar Nihlgård2018-05-021-1/+1
* fixes #7600, generic object with generic ref object parent typerel bug (#7678)andri lim2018-04-272-0/+35
* better error messages: use <T1, T2> instead of (T1, T2) in order to prevent c...Araq2018-02-107-7/+7
* Improved collection-to-string behavior (#6825)Fabian Keller2017-12-141-1/+1
* Remove expr/stmt (#5857)Arne Döring2017-07-253-4/+5
* make some tests green againZahary Karadjov2017-06-202-2/+2
* real world examples compileAndreas Rumpf2016-12-061-0/+1
* sighashes: make more tests greenAraq2016-11-291-6/+3
* fixes #4328Andreas Rumpf2016-07-191-0/+11
* fixes #4478Andreas Rumpf2016-07-181-0/+19
* fixes #4371Andreas Rumpf2016-07-081-1/+1
* fixes #950Andreas Rumpf2016-05-121-0/+16