| Commit message (Expand) | Author | Age | Files | Lines |
* | fix nim js cmp fails at CT (#16473) | flywind | 2020-12-27 | 1 | -0/+20 |
* | fixes #15939, fixes #15464, fixes #16169, fixes #16226 VM now supports `addr(... | Timothee Cour | 2020-12-03 | 1 | -0/+66 |
* | add test for --eval; fix a minor bug (#16224) | Timothee Cour | 2020-12-01 | 1 | -0/+6 |
* | make megatest consistent with unjoined tests wrt newlines, honor newlines in ... | Timothee Cour | 2020-11-28 | 1 | -0/+4 |
* | fix #14339, #13511, #14420: fixes limited VM support for addr (#16002) | Timothee Cour | 2020-11-25 | 1 | -0/+80 |
* | fixes #16069; [backport:1.2] [backport:1.4] (#16115) | Andreas Rumpf | 2020-11-24 | 1 | -11/+0 |
* | followup #15970 strenghten regression tests (#16075) | Timothee Cour | 2020-11-20 | 1 | -3/+2 |
* | fix #16025 repr now consistent: does not insert trailing newline (#16034) | Timothee Cour | 2020-11-19 | 1 | -2/+1 |
* | Disallow nil dereference at compile time (#16032) | cooldome | 2020-11-18 | 1 | -1/+2 |
* | Semfold for nil cast (#16030) | cooldome | 2020-11-18 | 1 | -3/+4 |
* | combine PR#16009 and PR#16012 (#16024) | flywind | 2020-11-18 | 1 | -0/+44 |
* | strengthen taddr.nim: add test case for #14578; reference other issues; test ... | Timothee Cour | 2020-11-13 | 1 | -0/+137 |
* | Fix #8404 JS backend doesn't handle float->int type conversion (#15950) [back... | Bung | 2020-11-13 | 1 | -0/+33 |
* | Correct all eggs (#15906) | Miran | 2020-11-10 | 1 | -1/+1 |
* | Fix #12636 (#15850) | cooldome | 2020-11-05 | 1 | -1/+13 |
* | [closes #12682]add testcase for #12682 (#15796) | flywind | 2020-10-31 | 1 | -0/+11 |
* | honor --declaredLocs in more places, including type mismatch errors; also sho... | Timothee Cour | 2020-10-27 | 1 | -1/+1 |
* | fix #15516 (#15518) | cooldome | 2020-10-08 | 1 | -1/+17 |
* | fixes #15210 [backport:1.2] (#15237) | Andreas Rumpf | 2020-08-31 | 1 | -0/+11 |
* | fixes #14616 [backport:1.2] (#15109) | Andreas Rumpf | 2020-07-29 | 1 | -0/+10 |
* | fix #13086 (#14987) | flywind | 2020-07-15 | 1 | -0/+33 |
* | Reenable a few tests | Clyybber | 2020-07-14 | 1 | -1/+1 |
* | Limit number of error messages from gcc/clang backend (#14852) | Tomohiro | 2020-07-07 | 1 | -0/+5 |
* | {.deprecated: [existsFile: fileExists].} (#14735) | Timothee Cour | 2020-07-02 | 1 | -1/+1 |
* | allow packed union (#14868) | Clyybber | 2020-07-01 | 1 | -0/+10 |
* | Add test-cases to some fixed issues to close them (#14795) | Danil Yarantsev | 2020-06-24 | 1 | -0/+4 |
* | Reject casts to builtin typeclasses (#14788) | Danil Yarantsev | 2020-06-24 | 1 | -1/+8 |
* | misc testament cleanups (#14764) | Timothee Cour | 2020-06-23 | 1 | -10/+4 |
* | sizeof for empty objects/tuples should be 1; fixes #14690 (#14751) | Andreas Rumpf | 2020-06-21 | 1 | -1/+9 |
* | walkDirRecFilter, update doc CI filter, compiler/index.nim for docs + variou... | Timothee Cour | 2020-06-01 | 1 | -5/+2 |
* | docgen: mangling using _. instead of @@ to avoid issue (#14454) | Timothee Cour | 2020-05-26 | 1 | -19/+19 |
* | fix #6583, fix #14376, index+search now generated for all projects, many bug ... | Timothee Cour | 2020-05-25 | 1 | -12/+89 |
* | trunner was not actually being tested in non-CTFFI mode; minor testament clea... | Timothee Cour | 2020-05-19 | 4 | -3/+146 |
* | fix some issues with --backend (#14363) | Timothee Cour | 2020-05-16 | 1 | -0/+31 |
* | fix #14314 do not analyze importc procs for effects (#14319) | Timothee Cour | 2020-05-12 | 1 | -0/+26 |
* | fixes #13698 [backport:1.2] (#14175) | Andreas Rumpf | 2020-04-30 | 1 | -0/+5 |
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 3 | -21/+21 |
* | CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static ... | Timothee Cour | 2020-04-23 | 2 | -1/+132 |
* | Fix semfold handling of {.str/int/bool-define.} (#13964) | Oscar Nihlgård | 2020-04-13 | 1 | -0/+12 |
* | faster CIs (#13803) | Miran | 2020-03-30 | 1 | -2/+1 |
* | fixes #13698 (#13706) | Andreas Rumpf | 2020-03-20 | 1 | -1/+6 |
* | fixes #13671 [backport] (#13678) | Andreas Rumpf | 2020-03-18 | 1 | -0/+5 |
* | fixes #13661 (#13664) [backport] | Andreas Rumpf | 2020-03-16 | 1 | -0/+12 |
* | testament: introduce 'matrix' for testing multiple options (#13343) | Miran | 2020-02-07 | 1 | -1/+3 |
* | [backport] -d:danger should imply -d:release (#13336) | Miran | 2020-02-05 | 1 | -0/+13 |
* | more on arc codegen (#13178) | cooldome | 2020-01-19 | 1 | -7/+10 |
* | fix tsizeof3 for aarch64 (#13169) | Jasper Jenkins | 2020-01-16 | 2 | -20/+20 |
* | fixes #13122 (#13126) | Andreas Rumpf | 2020-01-13 | 3 | -54/+0 |
* | fix regression in align (#12680) | Arne Döring | 2019-11-19 | 1 | -2/+0 |
* | fixes and changes the recently introduced 'alignas' to be 'align' (#12666) | Andreas Rumpf | 2019-11-15 | 4 | -21/+21 |