summary refs log tree commit diff stats
path: root/compiler/sizealignoffsetimpl.nim
Commit message (Expand)AuthorAgeFilesLines
* Fix for sizeof bitsize combination (#10227)Arne Döring2019-01-071-3/+8
* 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 multiple bugs with sink arguments (#9802)cooldome2018-11-261-4/+4
* 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
|\
| * set code ownerArne Döring2018-10-301-0/+9
* | Sizeof alignof fixes (#9568)Arne Döring2018-10-301-1/+1
|/
* sizeof(UncheckedArray) should be invalid; fixed the formating of sizealignoff...Araq2018-10-141-87/+34
* implement sizeof and alignof operator (manually squashed #5664) (#9356)Timothee Cour2018-10-141-0/+447