summary refs log tree commit diff stats
path: root/compiler/sizealignoffsetimpl.nim
Commit message (Expand)AuthorAgeFilesLines
* Size ptr tuple (#10846)Arne Döring2019-03-181-8/+0
* sizealign of union type (#10780)Arne Döring2019-03-041-2/+52
* 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
ration config (#5295)' href='/ahoang/Nim/commit/appveyor.yml?h=devel&id=9f6f78ac6136a2d793fd20ca81e8cfaa8d1e1f28'>9f6f78ac6 ^
c525dfabc ^

9f6f78ac6 ^






931496770 ^
9f6f78ac6 ^

931496770 ^
9f6f78ac6 ^
ffd929af4 ^
9f6f78ac6 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62