Ivan Bobev
|
d03f24147a
Add a macro returning enum items count (#15824)
|
4 years ago |
Andreas Rumpf
|
ccccd30cf6
fixes #15221 (#15230)
|
4 years ago |
alaviss
|
56b3d422b0
typetraits: features and fixes (#14791)
|
4 years ago |
Timothee Cour
|
1b41c3122b
fix #13432 typetraits.$: $(int,) is now (int,); $tuple[] is now tuple[] (#14799)
|
4 years ago |
Timothee Cour
|
3e5743d6f7
add typetraits.elementType (#14780)
|
4 years ago |
Andreas Rumpf
|
da29222f86
init checks and 'out' parameters (#14521)
|
4 years ago |
Timothee Cour
|
b8ec07f19e
properly fixes #13758 so that `import std/macros` stays legal (#14291)
|
4 years ago |
hlaaftana
|
3e060cfb0a
=> supports pragmas & names (+ changed behavior) (#14200)
|
4 years ago |
hlaaftana
|
fbc97e712a
move since from inclrtl to std/private/since (#14188)
|
4 years ago |
Miran
|
9c33bcac5c
change 'iff' to 'if' to stop "corrections" once and for all (#14182)
|
4 years ago |
hlaaftana
|
31ba27590c
small docs fix in typetraits (#14108)
|
4 years ago |
hlaaftana
|
b2141fc2a1
changed type() to typeof() in docs and error messages (#14084)
|
4 years ago |
Timothee Cour
|
10eabec6d4
fix #12864 static params were mutating arg types during sigmatch; fix #12713 ; refs #13529 (#13976)
|
4 years ago |
Euan
|
1b31e08917
`import macros` rather than `import std/macros`. (#13762)
|
4 years ago |
Timothee Cour
|
98753da331
distinctBase overload for values (#13746)
|
4 years ago |
Miran
|
14b2354b7d
rename `lenTuple` and `lenVarargs` (#13639)
|
4 years ago |
Araq
|
9e2bce2a8c
hotfix: make --useVersion:1.0 work
|
4 years ago |
Timothee Cour
|
451b724c40
make genericParams support static[T] generic params (#13433)
|
4 years ago |
Timothee Cour
|
273a93581f
fix incorrect lenTuple implementation (#13423)
|
4 years ago |
Clyybber
|
fb94836bc7
Tiny since cleanup (#13286)
|
4 years ago |
Timothee Cour
|
4cd86c0842
typetraits: fixes #6454; genericParams; added lenTuple; added tuple type get (#13064)
|
5 years ago |
cooldome
|
871d5e79b1
distinctBase type trait for distinct types (#13031)
|
5 years ago |
Araq
|
5abe880469
last stdlib cleanups
|
5 years ago |
narimiran
|
f1a945b05f
bring back `typetraits.$` for backward compatibility
|
5 years ago |
Miran
|
84d3f3d448
move system.dollars in a separate file (#10829)
|
5 years ago |
Miran
|
ca7980f301
improved documentation for several modules (#10752)
|
5 years ago |
Timothee Cour
|
6ce3949c8a
add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) which leaked implementation detail (#10070)
|
6 years ago |
Timothee Cour
|
a6633b9658
fix typetraits.`$` regression https://github.com/c-blake/cligen/issues/84 (#10131)
|
6 years ago |
Timothee Cour
|
0831292863
revives: Move typetraits.`$` to system. Fixes #5827 (#10071)
|
6 years ago |
Araq
|
7df722844b
typetraits: Dots for sentence endings.
|
6 years ago |