Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | fixes #9978 | Andreas Rumpf | 2018-12-14 | 1 | -1/+1 | |
* | | | | fixes yet another NimScript regression | Araq | 2018-12-14 | 1 | -0/+2 | |
* | | | | fixes #9965 | Araq | 2018-12-14 | 2 | -15/+94 | |
| |_|/ |/| | | ||||||
* | | | enum types can now be assigned values from enum with holes (#9958) | Neelesh Chandola | 2018-12-13 | 1 | -2/+2 | |
* | | | os.nim: big refactoring, use the new pathnorm that was extracted by compiler/... | Araq | 2018-12-13 | 1 | -161/+10 | |
* | | | Show lineinfo of for in yield (#9779) | Alexander Ivanov | 2018-12-13 | 1 | -0/+5 | |
| |/ |/| | ||||||
* | | Give error when case has an else branch even though all cases are already cov... | Neelesh Chandola | 2018-12-13 | 1 | -1/+3 | |
* | | Undefine some symbols and globalOptions when processing nimscript (#9945) [ba... | Neelesh Chandola | 2018-12-13 | 1 | -0/+12 | |
* | | Fix nimsuggest build with clang on windows | Neelesh Chandola | 2018-12-13 | 1 | -1/+1 | |
|/ | ||||||
* | Merge pull request #8748 from LemonBoy/when-in-objects | Andreas Rumpf | 2018-12-12 | 1 | -0/+40 | |
|\ | ||||||
| * | Pervasive replacement of nkRecWhen in generic types | LemonBoy | 2018-10-19 | 1 | -0/+40 | |
* | | resolve merge conflicts | Araq | 2018-12-12 | 1 | -1/+1 | |
|\ \ | ||||||
| * | | Removed arch option in compiler definition | Fredrik Høisæther Rasch | 2017-03-21 | 1 | -1/+1 | |
* | | | Merge pull request #9937 from cooldome/pragmablock_custom_pragma | Andreas Rumpf | 2018-12-12 | 2 | -9/+7 | |
|\ \ \ | ||||||
| * | | | custom pragmas in pragma blocks | Andrii Riabushenko | 2018-12-11 | 2 | -9/+7 | |
* | | | | minor cleanups | Andreas Rumpf | 2018-12-11 | 1 | -7/+6 | |
* | | | | Merge pull request #9916 from timotheecour/pr_ref_9906_errorMax | Andreas Rumpf | 2018-12-11 | 1 | -0/+9 | |
|\ \ \ \ | ||||||
| * | | | | --errorMax:0 means: unlimited | Timothee Cour | 2018-12-09 | 1 | -3/+7 | |
| * | | | | refs #9906; --errorMax:10 allows stopping after 10 errors | Timothee Cour | 2018-12-09 | 1 | -0/+5 | |
* | | | | | cleanup main.nim's code style | Andreas Rumpf | 2018-12-11 | 1 | -14/+10 | |
* | | | | | destructors: defensive programming against wrong generated destructor for str... | Andreas Rumpf | 2018-12-11 | 2 | -6/+10 | |
* | | | | | Merge pull request #9917 from timotheecour/pr_dump_msg | Andreas Rumpf | 2018-12-11 | 1 | -1/+17 | |
|\ \ \ \ \ | ||||||
| * | | | | | enhance `dump --dump.format:json` | Timothee Cour | 2018-12-09 | 1 | -1/+17 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #9881 from timotheecour/pr_ref_9880 | Andreas Rumpf | 2018-12-11 | 3 | -9/+13 | |
|\ \ \ \ \ | ||||||
| * | | | | | refs #9880 show index and bound in lots of `index out of bounds` errors | Timothee Cour | 2018-12-09 | 3 | -9/+13 | |
* | | | | | | the linking step doesn't mind Windows' 8K command line limit anymore | Araq | 2018-12-11 | 1 | -28/+48 | |
* | | | | | | fixes extccomp regressions | Araq | 2018-12-11 | 1 | -2/+2 | |
* | | | | | | fixes extccomp regressions | Araq | 2018-12-11 | 1 | -2/+2 | |
* | | | | | | fixes extccomp regressions | Araq | 2018-12-11 | 1 | -5/+5 | |
* | | | | | | workaround against silly Windows command line length limitations for the upco... | Araq | 2018-12-11 | 2 | -17/+29 | |
* | | | | | | megatest can be executed | Arne Döring | 2018-12-11 | 1 | -1/+2 | |
* | | | | | | Merge pull request #9929 from nc-x/fix-js-regression | Andreas Rumpf | 2018-12-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | tyProc does not require copying in JS codegen | Neelesh Chandola | 2018-12-11 | 1 | -1/+1 | |
* | | | | | | | Merge pull request #9924 from cooldome/destructor_hotfix | Andreas Rumpf | 2018-12-11 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | destructor_hotfix | Andrii Riabushenko | 2018-12-10 | 1 | -1/+1 | |
| | |_|_|/ / / | |/| | | | | | ||||||
* | | | | | | | compiler refactoring: TSymSeq is gone for good | Araq | 2018-12-11 | 5 | -12/+11 | |
* | | | | | | | fixes #9868 | Araq | 2018-12-11 | 2 | -2/+8 | |
| |/ / / / / |/| | | | | | ||||||
* | | | | | | Merge pull request #9909 from nc-x/fix-regression | Andreas Rumpf | 2018-12-11 | 1 | -0/+4 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | Better fix | Neelesh Chandola | 2018-12-11 | 1 | -2/+2 | |
| * | | | | | Float values are invalid in enum | Neelesh Chandola | 2018-12-09 | 1 | -0/+2 | |
| * | | | | | Fix enum regression | Neelesh Chandola | 2018-12-09 | 1 | -0/+2 | |
| |/ / / / | ||||||
* | | | | | Merge pull request #9826 from cooldome/destructor_move_them_all | Andreas Rumpf | 2018-12-10 | 2 | -59/+120 | |
|\ \ \ \ \ | |_|/ / / |/| | | | | ||||||
| * | | | | minor correction | Andrii Riabushenko | 2018-12-10 | 1 | -2/+1 | |
| * | | | | reduce changes | Andrii Riabushenko | 2018-12-09 | 1 | -1/+1 | |
| * | | | | Remove not used code | Andrii Riabushenko | 2018-12-09 | 1 | -4/+1 | |
| * | | | | remove not used code | Andrii Riabushenko | 2018-12-09 | 1 | -8/+0 | |
| * | | | | use control flow graph for sink params | Andrii Riabushenko | 2018-12-09 | 2 | -41/+16 | |
| * | | | | fix | Andrii Riabushenko | 2018-12-08 | 1 | -0/+1 | |
| * | | | | Double sink checks | Andrii Riabushenko | 2018-12-08 | 1 | -7/+59 | |
| * | | | | style improvements | Andrii Riabushenko | 2018-12-08 | 1 | -4/+3 |