summary refs log tree commit diff stats
path: root/tests/misc/tsizeof.nim
Commit message (Expand)AuthorAgeFilesLines
* fixes #22553; regression of offsetof(T, anFieldOfUncheckedArray) (#24014)ringabout2024-08-271-0/+8
* Fix #12636 (#15850)cooldome2020-11-051-1/+13
* fix #15516 (#15518)cooldome2020-10-081-1/+17
* allow packed union (#14868)Clyybber2020-07-011-0/+10
* sizeof for empty objects/tuples should be 1; fixes #14690 (#14751)Andreas Rumpf2020-06-211-1/+9
* more on arc codegen (#13178)cooldome2020-01-191-7/+10
* fixes and changes the recently introduced 'alignas' to be 'align' (#12666)Andreas Rumpf2019-11-151-4/+4
* implemented alignas pragma (#12643)Arne Döring2019-11-131-9/+38
* Fixed sizeOf to sizeof (#12347)Ridho Pratama2019-10-031-1/+1
* refactor sizealignoffset (#12077)Andreas Rumpf2019-08-281-16/+37
* Offsetof fixes (#11690)Arne Döring2019-07-091-0/+84
* [backport] fix #11320 (#11538)Arne Döring2019-07-031-0/+13
* sizeof alignof offsetof macros api (#10855)Arne Döring2019-03-191-0/+51
* tsizeof test is now correct (#10788)Arne Döring2019-03-061-16/+47
* sizealign of union type (#10780)Arne Döring2019-03-041-2/+10
* 32 bit fixes (#10608)Arne Döring2019-02-131-1/+29
* Fix for sizeof bitsize combination (#10227)Arne Döring2019-01-071-0/+12
* fixes #10082Andreas Rumpf2018-12-301-0/+11
* use anon structs and unions for a much better debug experience (#10055)Andreas Rumpf2018-12-201-23/+20
* bitsize respected in size calculation. (#9756)Arne Döring2018-11-191-4/+32
* make tsizeof run on C++ backend (#9734)Arne Döring2018-11-181-31/+35
* Sizeof alignof fixes (#9568)Arne Döring2018-10-301-0/+14
* implement sizeof and alignof operator (manually squashed #5664) (#9356)Timothee Cour2018-10-141-11/+337
* Add sizeof for arrays of integral types (#8445)cooldome2018-07-301-2/+20
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-10/+10
* Merge pull request #1075 from flaviut/inlinedocsAndreas Rumpf2014-04-091-0/+10