Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix regression in align (#12680) | Arne Döring | 2019-11-19 | 1 | -2/+0 |
| | | | | | | * fix regression in align * add test typesym without type | ||||
* | fixes and changes the recently introduced 'alignas' to be 'align' (#12666) | Andreas Rumpf | 2019-11-15 | 4 | -21/+21 |
| | | | | | | * fixes and changes the recently introduced 'alignas' to be 'align' * more improvements | ||||
* | implemented alignas pragma (#12643) | Arne Döring | 2019-11-13 | 4 | -9/+94 |
| | | | | | | | | | | | | * implemented alignas pragma * fix bootstrap * generate c++ compatible syntax for alignas * Make it work. * Multiple alignof expressions. Implement top level alignof. | ||||
* | fix #12597 (#12604) | Arne Döring | 2019-11-07 | 1 | -0/+6 |
| | |||||
* | remove unused imports from tests | narimiran | 2019-11-06 | 1 | -1/+1 |
| | |||||
* | remove deprecated procs (#12535) | Andreas Rumpf | 2019-11-05 | 2 | -2/+2 |
| | |||||
* | introduce csize_t instead of fixing csize (#12497) | Arne Döring | 2019-10-31 | 1 | -3/+2 |
| | |||||
* | fix several typos in documentation and comments (#12553) | Nindaleth | 2019-10-30 | 1 | -1/+1 |
| | |||||
* | Fix compiler crash caused by top level return (#12501) | Oscar Nihlgård | 2019-10-24 | 1 | -0/+5 |
| | |||||
* | Fixed sizeOf to sizeof (#12347) | Ridho Pratama | 2019-10-03 | 1 | -1/+1 |
| | |||||
* | close #6731 by writing a test case | narimiran | 2019-09-13 | 2 | -0/+5 |
| | |||||
* | added more tests and updated the changelog | Araq | 2019-09-02 | 1 | -0/+14 |
| | |||||
* | Remove ENDB (#12095) | Clyybber | 2019-08-31 | 1 | -1/+0 |
| | |||||
* | refactor sizealignoffset (#12077) | Andreas Rumpf | 2019-08-28 | 1 | -16/+37 |
| | | | | | | | | | | | | | | * small refactoring * refactor computeObjectOffsetFoldFunction with AccumObject * refactor packed object offstes fold function * refactor compute union object offsets fold function * merge normal/packed object offset fold function * compiletime offsetof in c++ inheritance objects * enable c++ inheritance offsetof tests * correct alignment for big sets/enums on weird 32bit platforms * uncomputedSize -> unknownSize * workaround for travis * fixes win32 alignment problems | ||||
* | fixes #11958 (#12013) | Andreas Rumpf | 2019-08-23 | 1 | -1/+35 |
| | |||||
* | fixes #11972 | Araq | 2019-08-20 | 1 | -1/+5 |
| | |||||
* | int128 on firstOrd, lastOrd and lengthOrd (#11701) | Arne Döring | 2019-08-07 | 1 | -1/+1 |
| | | | | * fixes #11847 | ||||
* | fix #11812 (#11829) | Arne Döring | 2019-07-27 | 1 | -0/+78 |
| | | | | | | * fixes #11812 * fixes #10899 * fixes #11367 | ||||
* | close #9891 by adding a test | narimiran | 2019-07-25 | 2 | -0/+19 |
| | |||||
* | fixes #11792 (#11793) | cooldome | 2019-07-21 | 1 | -0/+30 |
| | |||||
* | Offsetof fixes (#11690) | Arne Döring | 2019-07-09 | 2 | -1/+85 |
| | | | | | | | | * first fixes * more tests and fixes * code normalization | ||||
* | fixes #11660 (#11677) | Andreas Rumpf | 2019-07-07 | 1 | -0/+6 |
| | |||||
* | [backport] fix #11320 (#11538) | Arne Döring | 2019-07-03 | 1 | -0/+13 |
| | | | | | * [backport] fix #11320 * fix test for 32 bit test | ||||
* | parseopt fix (#11363) [backport] | Jasper Jenkins | 2019-06-01 | 1 | -1/+2 |
| | |||||
* | Remove immediate pragma (#11308) | Arne Döring | 2019-05-29 | 1 | -1/+1 |
| | | | | | * remove immediate from tests * remove immediate from the compiler | ||||
* | right shift is now by default sign preserving (#11322) | Arne Döring | 2019-05-29 | 2 | -6/+6 |
| | | | | | | | | | | | * right shift is now by default sign preserving * fix hashString and semfold * enable arithmetic shift right globally for CI * fix typo * remove xxx * use oldShiftRight as flag * apply feedback * add changelog entry | ||||
* | make tests green again | Araq | 2019-05-27 | 1 | -3/+1 |
| | |||||
* | Enable range checking for unsigned integers (#11313) | Oscar Nihlgård | 2019-05-25 | 1 | -1/+1 |
| | | | | | | * Enable range checking for unsigned integers * Make the tests green | ||||
* | Add test case for #3766 (#11252) | Oscar Nihlgård | 2019-05-15 | 1 | -0/+14 |
| | |||||
* | Make range checks in semConv (#7164) | Oscar Nihlgård | 2019-05-10 | 1 | -0/+43 |
| | | | | | | | | | | | * Remove NaN/Inf/NegInf magic * Make range checks in semConv * fix the failing line * fix `firstOrd` and `lastOrd` * fix `localError` * remove debug comment * Cleanup, fix failing test * make tests green | ||||
* | low/high for float ranges (#11177) | Oscar Nihlgård | 2019-05-06 | 1 | -0/+14 |
| | |||||
* | sizeof alignof offsetof macros api (#10855) | Arne Döring | 2019-03-19 | 1 | -0/+51 |
| | |||||
* | tsizeof test is now correct (#10788) | Arne Döring | 2019-03-06 | 1 | -16/+47 |
| | |||||
* | make megatest green again | Andreas Rumpf | 2019-03-05 | 1 | -0/+1 |
| | |||||
* | sizealign of union type (#10780) | Arne Döring | 2019-03-04 | 1 | -2/+10 |
| | | | | | | * sizealign of union type * add error message for packed union | ||||
* | quickfix: make `tsizeof3` also work on 32-bit | narimiran | 2019-02-28 | 1 | -2/+2 |
| | |||||
* | add tests for recently closed issues (#10722) | Miran | 2019-02-23 | 3 | -0/+29 |
| | |||||
* | 32 bit fixes (#10608) | Arne Döring | 2019-02-13 | 2 | -2/+33 |
| | |||||
* | revive #10228 (fix #9880) (#10610) | Timothee Cour | 2019-02-13 | 2 | -10/+4 |
| | | | | | | * Make index out of bounds more useful by including the 'bounds'. * fixes #9880 index out of bounds (remaining cases); revives #10228 * change err msg to: `index 3 not in 0 .. 1` | ||||
* | Implement {.booldefine.} (#10533) | Oscar Nihlgård | 2019-02-03 | 1 | -0/+18 |
| | |||||
* | gc: destructors is beginning to work (#10483) | Andreas Rumpf | 2019-01-29 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | * kochdocs.nim: code cleanup * docgen: nicer indentation * parser.nim: code cleanup * fixes #10458 * make tests green again * make =destroy mixins * gc:destructors: produced C code is almost working * --gc:destructors simple program compiles (but leaks memory) * gc:destructors make examples compile in C++ mode * destructors: string implementation bugfixes * strs.nim: minor code cleanup * destructors: builtin seqs are beginning to work * remove debugging helpers | ||||
* | properly deprecate parseopt2 (#10452) | Miran | 2019-01-25 | 1 | -28/+2 |
| | |||||
* | fix #9629 every binary cmd line option allows on/off/empty=on (#10353) | Timothee Cour | 2019-01-18 | 1 | -1/+4 |
| | | | | | | * fix #9629 every binary cmd line option allows on/off/empty=on * workaround refs #10359 | ||||
* | parseopt2.cmdLineRest is now correct too (#10304) | Timothee Cour | 2019-01-15 | 1 | -16/+19 |
| | |||||
* | fix test | Timothee Cour | 2019-01-14 | 1 | -2/+13 |
| | |||||
* | fix #9842 #9951: `nim -r` and parseopt.cmdLineRest are now correct | Timothee Cour | 2019-01-14 | 1 | -44/+92 |
| | |||||
* | Fix for sizeof bitsize combination (#10227) | Arne Döring | 2019-01-07 | 1 | -0/+12 |
| | | | | | | | | * fix #10082 * added test | ||||
* | fixes #10082 | Andreas Rumpf | 2018-12-30 | 1 | -0/+11 |
| | |||||
* | use anon structs and unions for a much better debug experience (#10055) | Andreas Rumpf | 2018-12-20 | 1 | -23/+20 |
| | |||||
* | Merge pull request #9881 from timotheecour/pr_ref_9880 | Andreas Rumpf | 2018-12-11 | 2 | -9/+32 |
|\ | | | | | refs #9880 show index and bound in lots of `index out of bounds` errors |