| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes #22553; regression of offsetof(T, anFieldOfUncheckedArray) (#24014) | ringabout | 2024-08-27 | 1 | -0/+7 |
* | type graph refactor; part 3 (#23064) | Andreas Rumpf | 2023-12-14 | 1 | -6/+5 |
* | Types: Refactorings; step 1 (#23055) | Andreas Rumpf | 2023-12-12 | 1 | -32/+32 |
* | NIR: store sizes, alignments and offsets in the type graph; beginning… (#22... | Andreas Rumpf | 2023-10-16 | 1 | -6/+6 |
* | Fix #22713: Make size unknown for tyForward (#22714) | SirOlaf | 2023-09-17 | 1 | -4/+3 |
* | use strictdefs for compiler (#22365) | ringabout | 2023-08-06 | 1 | -0/+1 |
* | refactoring in preparation for better, simpler name mangling that wor… (#21... | Andreas Rumpf | 2023-04-24 | 1 | -25/+25 |
* | fixes #20914; fixes the alignment of big sets (#20918) | ringabout | 2022-11-26 | 1 | -2/+2 |
* | top-down type inference, implements rfc 149 (#20091) | metagn | 2022-08-24 | 1 | -2/+2 |
* | fixes #19569 (#19595) [backport] | Andreas Rumpf | 2022-03-09 | 1 | -8/+6 |
* | fixes #19051 [backport:1.6] (#19133) | Andreas Rumpf | 2021-11-12 | 1 | -2/+17 |
* | cString => cSourceString; tyCString => tyCstring so that error msgs show cstr... | Timothee Cour | 2021-04-17 | 1 | -1/+1 |
* | Fix #12636 (#15850) | cooldome | 2020-11-05 | 1 | -2/+6 |
* | fix #15752 (#15754) | cooldome | 2020-10-28 | 1 | -4/+4 |
* | fixes view types for sizeof() and --gc:orc (#15680) | Andreas Rumpf | 2020-10-22 | 1 | -1/+1 |
* | fix #15516 (#15518) | cooldome | 2020-10-08 | 1 | -4/+6 |
* | allow packed union (#14868) | Clyybber | 2020-07-01 | 1 | -9/+7 |
* | sizeof for empty objects/tuples should be 1; fixes #14690 (#14751) | Andreas Rumpf | 2020-06-21 | 1 | -2/+2 |
* | `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d... | Timothee Cour | 2020-05-11 | 1 | -1/+1 |
* | CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static ... | Timothee Cour | 2020-04-23 | 1 | -1/+2 |
* | catchable defects (#13626) | Andreas Rumpf | 2020-03-12 | 1 | -1/+1 |
* | make case-object transitions explicit, make unknownLineInfo a const, replace ... | Jasper Jenkins | 2020-01-17 | 1 | -2/+2 |
* | Cosmetic compiler cleanup (#12718) | Clyybber | 2019-11-28 | 1 | -28/+28 |
* | implemented alignas pragma (#12643) | Arne Döring | 2019-11-13 | 1 | -0/+4 |
* | refactoring: use the new strings and seqs when optSeqDestructors is active | Araq | 2019-10-20 | 1 | -2/+2 |
* | fixes #12264 [backport] (#12302) | Andreas Rumpf | 2019-09-30 | 1 | -5/+6 |
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -1/+1 |
* | Small ast.nim cleanup (#12156) | Clyybber | 2019-09-09 | 1 | -4/+4 |
* | refactor sizealignoffset (#12077) | Andreas Rumpf | 2019-08-28 | 1 | -201/+142 |
* | int128 on firstOrd, lastOrd and lengthOrd (#11701) | Arne Döring | 2019-08-07 | 1 | -4/+4 |
* | fixes #11792 (#11793) | cooldome | 2019-07-21 | 1 | -1/+1 |
* | there is only one style -- my style | Araq | 2019-07-10 | 1 | -4/+4 |
* | Offsetof fixes (#11690) | Arne Döring | 2019-07-09 | 1 | -18/+123 |
* | [backport] fix #11320 (#11538) | Arne Döring | 2019-07-03 | 1 | -1/+1 |
* | Replace countup(x, y-1) with x ..< y | Clyybber | 2019-05-07 | 1 | -1/+1 |
* | newruntime: progress | Araq | 2019-04-01 | 1 | -1/+1 |
* | Size ptr tuple (#10846) | Arne Döring | 2019-03-18 | 1 | -8/+0 |
* | sizealign of union type (#10780) | Arne Döring | 2019-03-04 | 1 | -2/+52 |
* | Fix for sizeof bitsize combination (#10227) | Arne Döring | 2019-01-07 | 1 | -3/+8 |
* | fixes #10082 | Andreas Rumpf | 2018-12-30 | 1 | -25/+11 |
* | fixes #9868 | Araq | 2018-12-05 | 1 | -1/+2 |
* | gc:destructors: more progress | Andreas Rumpf | 2018-11-29 | 1 | -2/+2 |
* | fixes #9794: sizeof tuple is incorrect if contains imported object (#9795) | cooldome | 2018-11-26 | 1 | -3/+3 |
* | Fixes multiple bugs with sink arguments (#9802) | cooldome | 2018-11-26 | 1 | -4/+4 |
* | bitsize respected in size calculation. (#9756) | Arne Döring | 2018-11-19 | 1 | -3/+8 |
* | make tsizeof run on C++ backend (#9734) | Arne Döring | 2018-11-18 | 1 | -10/+18 |
* | Merge pull request #9511 from krux02/krux02-devel | Arne Döring | 2018-10-31 | 1 | -0/+9 |
|\ |
|
| * | set code owner | Arne Döring | 2018-10-30 | 1 | -0/+9 |
* | | Sizeof alignof fixes (#9568) | Arne Döring | 2018-10-30 | 1 | -1/+1 |
|/ |
|
* | sizeof(UncheckedArray) should be invalid; fixed the formating of sizealignoff... | Araq | 2018-10-14 | 1 | -87/+34 |