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
/
metatype
/
ttypetraits.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
expose `rangeBase` typetrait, fix enum conversion warning (#24056)
metagn
2024-09-06
1
-0
/
+26
*
Skip tyAlias inside semTypeTraits in case a concept accidently emits one (#23...
Jason Beetham
2024-05-23
1
-0
/
+11
*
typetraits: add toSigned, toUnsigned (#18445)
Timothee Cour
2022-04-07
1
-0
/
+15
*
distinctBase now is identity instead of error for non distinct types (#16891)
Timothee Cour
2021-02-01
1
-0
/
+2
*
typetraits: make genericHead docs reflect reality; use runnableExamples (#167...
Timothee Cour
2021-01-22
1
-1
/
+6
*
Add a macro returning enum items count (#15824)
Ivan Bobev
2020-11-09
1
-0
/
+40
*
typetraits.$: $((int, float), int)` is now `"((int, float), int)"` instead of...
Timothee Cour
2020-07-02
1
-4
/
+2
*
typetraits: features and fixes (#14791)
alaviss
2020-06-30
1
-0
/
+17
*
fix #13432 typetraits.$: $(int,) is now (int,); $tuple[] is now tuple[] (#14799)
Timothee Cour
2020-06-29
1
-0
/
+31
*
expr => untyped; stmt => typed (#14804)
Timothee Cour
2020-06-25
1
-0
/
+6
*
add typetraits.elementType (#14780)
Timothee Cour
2020-06-24
1
-0
/
+20
*
fix #12864 static params were mutating arg types during sigmatch; fix #12713 ...
Timothee Cour
2020-04-14
1
-0
/
+1
*
rename `lenTuple` and `lenVarargs` (#13639)
Miran
2020-03-12
1
-15
/
+15
*
make genericParams support static[T] generic params (#13433)
Timothee Cour
2020-03-02
1
-1
/
+44
*
fix incorrect lenTuple implementation (#13423)
Timothee Cour
2020-02-19
1
-4
/
+36
*
fix `is` with generic types; fix `genericHead(Foo[T])` (#13303)
Timothee Cour
2020-02-09
1
-2
/
+31
*
miscellaneous bug fixes (part 3) (#13304)
Timothee Cour
2020-02-07
1
-1
/
+1
*
fix #13349 regression: isNamedTuple now works with generic tuples (#13350)
Timothee Cour
2020-02-07
1
-0
/
+5
*
fixes #13095 (#13181)
cooldome
2020-01-17
1
-0
/
+20
*
typetraits: fixes #6454; genericParams; added lenTuple; added tuple type get ...
Timothee Cour
2020-01-10
1
-4
/
+14
*
distinctBase type trait for distinct types (#13031)
cooldome
2020-01-08
1
-0
/
+49
*
[cleanup] remove disabled (and obsolete) ttypetraits; rename ttypetraits2 => ...
Timothee Cour
2020-01-05
1
-57
/
+41
*
cleanup tests; don't use non-working 'msg' spec field
Araq
2018-11-23
1
-1
/
+1
*
tests: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-3
/
+3
*
cleaned up some tests
Araq
2015-02-10
1
-0
/
+1
*
new tester; all tests categorized
Araq
2014-01-13
1
-0
/
+59