Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | docgen.nim: avoid compiler warning | Araq | 2019-05-28 | 1 | -1/+1 |
| | |||||
* | fixes #11057 (#11345) | Andreas Rumpf | 2019-05-28 | 2 | -1/+7 |
| | |||||
* | hotfix for 32bit unsigned 'range' checking; incomplete, unknown why some ↵ | Araq | 2019-05-27 | 1 | -1/+2 |
| | | | | operations produce range checks | ||||
* | fixes #1286; object case transitions are now sound | Andreas Rumpf | 2019-05-27 | 1 | -0/+1 |
| | |||||
* | fix bool and range (#11336) | Jasper Jenkins | 2019-05-27 | 1 | -4/+6 |
| | |||||
* | Smarter variant object construction (#11273) | Jasper Jenkins | 2019-05-26 | 3 | -14/+106 |
| | |||||
* | fixes #10038; deprecate generic methods, they are unreliable | Andreas Rumpf | 2019-05-25 | 1 | -2/+3 |
| | |||||
* | C codegen: preparations for better code generation | Andreas Rumpf | 2019-05-25 | 1 | -3/+6 |
| | |||||
* | Enable range checking for unsigned integers (#11313) | Oscar Nihlgård | 2019-05-25 | 2 | -6/+4 |
| | | | | | | * Enable range checking for unsigned integers * Make the tests green | ||||
* | list available options for --cpu, --os and --cc if the passed option is not ↵ | Ico Doornekamp | 2019-05-25 | 3 | -3/+20 |
| | | | | found (#11328) | ||||
* | Use the correct HTML file reference in "nim doc" generated idx files (#11326) | Kaushal Modi | 2019-05-25 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | * Use the correct HTML file reference in "nim doc" generated idx files Now "nim doc --out:foo.html --index:on bar.nim" generates "foo.html" and the generated "bar.idx" contains references to "foo.html". Fixes https://github.com/nim-lang/Nim/issues/11325. * Refactor the nim doc tester to extend it for more tests * Reference the HTML files relative to the outDir, not project dir * Add test for issues #11312 and #11325 - https://github.com/nim-lang/Nim/issues/11312 - https://github.com/nim-lang/Nim/issues/11325 | ||||
* | fixes #10299 (#11324) | Andreas Rumpf | 2019-05-25 | 1 | -3/+3 |
| | |||||
* | fixes #11188 (#11319) | Andreas Rumpf | 2019-05-24 | 1 | -2/+2 |
| | |||||
* | fixes #10912 (#11317) | Andreas Rumpf | 2019-05-24 | 1 | -3/+3 |
| | | | | | | * fixes #10912 * update the tutorial examples | ||||
* | fixes #11306 | Araq | 2019-05-24 | 1 | -4/+19 |
| | |||||
* | fixes #11312 | Araq | 2019-05-24 | 1 | -0/+2 |
| | |||||
* | fixes #11294 | Araq | 2019-05-24 | 1 | -1/+3 |
| | |||||
* | fixes #11187 (#11315) | Andreas Rumpf | 2019-05-24 | 1 | -2/+3 |
| | |||||
* | fixes #11257 | Araq | 2019-05-24 | 1 | -4/+11 |
| | |||||
* | fixes move analyser; refs #11257 | Araq | 2019-05-24 | 1 | -5/+5 |
| | |||||
* | fixes #11309 (#11310) | Andreas Rumpf | 2019-05-23 | 1 | -0/+10 |
| | |||||
* | fixes #8568 (#11303) | Andreas Rumpf | 2019-05-22 | 2 | -4/+11 |
| | | | | | | * fixes #8568 * fixes regression | ||||
* | remove trailing whitespace [ci skip] | narimiran | 2019-05-22 | 1 | -1/+1 |
| | |||||
* | fixes #7167 (#11300) | Andreas Rumpf | 2019-05-22 | 1 | -2/+1 |
| | | | | | | * fixes #7167 * spec: distinct types can be ordinal types * bootstrapping issue | ||||
* | fixes subtype relation regression | Araq | 2019-05-22 | 1 | -4/+20 |
| | |||||
* | make bootstrapping work with older Nims | Araq | 2019-05-22 | 1 | -2/+1 |
| | |||||
* | fixes #11239 | Araq | 2019-05-22 | 2 | -52/+38 |
| | |||||
* | fixes #11268 (#11299) | Andreas Rumpf | 2019-05-22 | 2 | -3/+13 |
| | |||||
* | fixes #10963, disallow implicit mixing of strings and ints/floats (#11292) | Miran | 2019-05-21 | 4 | -6/+6 |
| | |||||
* | Allow void macro result (#11286) | Arne Döring | 2019-05-21 | 7 | -23/+29 |
| | | | | | * allow void macro result * add test for void macro result type | ||||
* | More specific error message for unsupported recursion in iterators (#11283) | Ico Doornekamp | 2019-05-20 | 2 | -1/+2 |
| | |||||
* | fix for return in macro (#9666); fixes #5874 | Arne Döring | 2019-05-20 | 1 | -1/+9 |
| | |||||
* | range/case fixes (#11264) | Jasper Jenkins | 2019-05-16 | 3 | -6/+15 |
| | |||||
* | fixes #7816 (#11261) | Andreas Rumpf | 2019-05-15 | 2 | -1/+2 |
| | |||||
* | Correct global destructor injections for js backend (#11240) | Clyybber | 2019-05-15 | 1 | -0/+3 |
| | |||||
* | Tuple error message (#11141); fixes #3211 | Arne Döring | 2019-05-15 | 1 | -17/+24 |
| | |||||
* | fixes #8053 | Araq | 2019-05-15 | 1 | -1/+2 |
| | |||||
* | less copy tree (#11249) | Arne Döring | 2019-05-15 | 1 | -19/+15 |
| | |||||
* | fixes #6732 (#11255) | Andreas Rumpf | 2019-05-15 | 1 | -1/+12 |
| | |||||
* | fixes #88 (#11243) | Andreas Rumpf | 2019-05-15 | 1 | -2/+2 |
| | |||||
* | fixes #11202 | Andreas Rumpf | 2019-05-14 | 5 | -16/+22 |
| | |||||
* | fixes #7937 (#11244) | Andreas Rumpf | 2019-05-14 | 1 | -3/+4 |
| | |||||
* | Fixes #9365 : let with exportC pragma in template. (#11235) | Aditya Siram | 2019-05-14 | 1 | -0/+6 |
| | | | | | | * Fixes #9365 : let with exportC pragma in template. * Fix according to comments. | ||||
* | fixes #11194 (#11242) | Arne Döring | 2019-05-14 | 1 | -3/+2 |
| | |||||
* | Iterator fixes (#11234) | Jasper Jenkins | 2019-05-13 | 3 | -17/+37 |
| | |||||
* | fixes #11131 | Andreas Rumpf | 2019-05-13 | 1 | -3/+4 |
| | |||||
* | ccgexprs.nim: fewer newlines | Araq | 2019-05-13 | 1 | -4/+0 |
| | |||||
* | Fixes #4140 (#11238) | Jasper Jenkins | 2019-05-13 | 1 | -3/+4 |
| | | | | | | | | * correct error * cleaner * fix line info | ||||
* | Fix destructor injections for global variables (#11230) | Clyybber | 2019-05-13 | 3 | -8/+26 |
| | | | | | | | | * attach global destructors at end of mainModule * Add testcase * Minor cleanup * Inject topLevelVar temporaries' destructors early * Fix megatest | ||||
* | fixes #11215 | Araq | 2019-05-12 | 2 | -4/+4 |
| |