summary refs log tree commit diff stats
path: root/compiler/sizealignoffsetimpl.nim
Commit message (Collapse)AuthorAgeFilesLines
* Fix for sizeof bitsize combination (#10227)Arne Döring2019-01-071-3/+8
| | | | | | | | * fix #10082 * added test
* fixes #10082Andreas Rumpf2018-12-301-25/+11
|
* fixes #9868Araq2018-12-051-1/+2
|
* gc:destructors: more progressAndreas Rumpf2018-11-291-2/+2
|
* fixes #9794: sizeof tuple is incorrect if contains imported object (#9795)cooldome2018-11-261-3/+3
| | | | | | * fixes #9794 * Fix linux test
* Fixes multiple bugs with sink arguments (#9802)cooldome2018-11-261-4/+4
| | | | | | * fixes #9781 * fix spacing
* bitsize respected in size calculation. (#9756)Arne Döring2018-11-191-3/+8
|
* make tsizeof run on C++ backend (#9734)Arne Döring2018-11-181-10/+18
|
* Merge pull request #9511 from krux02/krux02-develArne Döring2018-10-311-0/+9
|\ | | | | Krux02 devel
| * set code ownerArne Döring2018-10-301-0/+9
| |
* | Sizeof alignof fixes (#9568)Arne Döring2018-10-301-1/+1
|/ | | | | fixes #9545
* sizeof(UncheckedArray) should be invalid; fixed the formating of ↵Araq2018-10-141-87/+34
| | | | sizealignoffsetimpl.nim to make it bearable
* implement sizeof and alignof operator (manually squashed #5664) (#9356)Timothee Cour2018-10-141-0/+447