summary refs log tree commit diff stats
path: root/tests/misc/tsizeof2.nim
Commit message (Expand)AuthorAgeFilesLines
* CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static ...Timothee Cour2020-04-231-1/+1
* Offsetof fixes (#11690)Arne Döring2019-07-091-1/+1
* fixes #9868Araq2018-12-111-0/+2
* fixes #9868Araq2018-12-051-0/+4
* implement sizeof and alignof operator (manually squashed #5664) (#9356)Timothee Cour2018-10-141-0/+11
#n81'>81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124