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
/
typerel
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tyUncheckedArray with tySeq in typeRel (#23866)
SirOlaf
2024-07-20
1
-0
/
+2
*
type graph refactor; part 3 (#23064)
Andreas Rumpf
2023-12-14
1
-16
/
+0
*
fix iterator equality + add test for proc equality + fix sameType (#21707)
metagn
2023-04-23
1
-0
/
+13
*
revert #21227 (#21681)
metagn
2023-04-17
2
-4
/
+15
*
`proc` typeclass accounts for `iterator`, call conventions + `nil` fix + docu...
metagn
2023-04-11
2
-0
/
+83
*
fixes #21360; discarding empty seqs/arrays now raises errors (#21374)
ringabout
2023-02-16
1
-1
/
+1
*
megatest now checks refc too (#21341)
ringabout
2023-02-09
1
-1
/
+5
*
fix typeRel of typeDesc (#21227)
Bung
2023-01-09
1
-0
/
+4
*
build the documentation of official packages (#20986)
ringabout
2022-12-06
1
-8
/
+0
*
Named arguments in commands + many grammar fixes (#20994)
metagn
2022-12-06
2
-2
/
+2
*
closes #13618; add testcase (#20734)
ringabout
2022-11-02
1
-0
/
+6
*
defaults to ORC (#19972)
ringabout
2022-09-23
6
-3
/
+9
*
remove deprecated type pragma syntax, fix bugs that required it (#20199)
metagn
2022-09-03
1
-1
/
+1
*
style usages part one (openarray => openArray) (#19321)
flywind
2022-01-04
3
-5
/
+5
*
typo: nonexistant => nonexistent (#17918)
Timothee Cour
2021-05-02
1
-1
/
+1
*
`typeof(voidStmt)` now works (#17807)
Timothee Cour
2021-04-23
1
-0
/
+61
*
typeToString: type float => typedesc[float] (#17011)
Timothee Cour
2021-02-12
4
-5
/
+5
*
Reenable a few tests
Clyybber
2020-07-14
1
-2
/
+1
*
disallow typedesc in arrays & move existing checks to `types.typeAllowedAux` ...
Neelesh Chandola
2020-05-29
1
-1
/
+1
*
Error -> Defect for defects (#13908)
Jacek Sieka
2020-04-28
3
-3
/
+3
*
fix tests
Timothee Cour
2019-07-08
2
-2
/
+8
*
close #9961 by adding a test
narimiran
2019-05-30
1
-0
/
+17
*
Restrict ptr/ref to ptr/ref implicit conversion (#10411)
LemonBoy
2019-01-22
1
-0
/
+8
*
Fix subtype conversion w/ varargs arguments (#10402)
LemonBoy
2019-01-21
4
-0
/
+4
*
lots of small changes
Arne Döring
2018-12-11
1
-1
/
+1
*
megatest checks output and nimout
Arne Döring
2018-12-11
1
-6
/
+5
*
require errormsg to be specified before file.
Arne Döring
2018-12-11
10
-17
/
+10
*
cleanup tests; don't use non-working 'msg' spec field
Araq
2018-11-23
1
-1
/
+1
*
updated tests to be executed
Arne Döring
2018-11-23
3
-5
/
+13
*
Merge tests into a larger file (part 5 of ∞) (#9368)
Miran
2018-10-16
1
-1
/
+1
*
Fix type comparison in semConv (#8907)
LemonBoy
2018-09-07
1
-0
/
+7
*
Fix comparison of tyGenericBody in typerel (#8045)
LemonBoy
2018-07-07
1
-0
/
+19
*
Error out if vararg match isn't an exact one (#8186)
LemonBoy
2018-07-03
1
-0
/
+11
*
fixed wrong test
andri lim
2018-06-06
1
-4
/
+4
*
combine/reduce test
andri lim
2018-06-05
7
-105
/
+87
*
fix test case output
andri lim
2018-06-05
1
-1
/
+1
*
add more test to 4799
andri lim
2018-06-05
8
-0
/
+323
*
make tests green
Andreas Rumpf
2018-05-05
1
-2
/
+2
*
Don't hide overflow/underflow/divbyzero in semfold (#7732)
Oscar Nihlgård
2018-05-02
1
-1
/
+1
*
fixes #7600, generic object with generic ref object parent typerel bug (#7678)
andri lim
2018-04-27
2
-0
/
+35
*
better error messages: use <T1, T2> instead of (T1, T2) in order to prevent c...
Araq
2018-02-10
7
-7
/
+7
*
Improved collection-to-string behavior (#6825)
Fabian Keller
2017-12-14
1
-1
/
+1
*
Remove expr/stmt (#5857)
Arne Döring
2017-07-25
3
-4
/
+5
*
make some tests green again
Zahary Karadjov
2017-06-20
2
-2
/
+2
*
real world examples compile
Andreas Rumpf
2016-12-06
1
-0
/
+1
*
sighashes: make more tests green
Araq
2016-11-29
1
-6
/
+3
*
fixes #4328
Andreas Rumpf
2016-07-19
1
-0
/
+11
*
fixes #4478
Andreas Rumpf
2016-07-18
1
-0
/
+19
*
fixes #4371
Andreas Rumpf
2016-07-08
1
-1
/
+1
*
fixes #950
Andreas Rumpf
2016-05-12
1
-0
/
+16
[next]