Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | --gc:destructors: hello world example compiles and runs | Araq | 2018-11-16 | 3 | -2/+12 |
| | |||||
* | fixes #9692 | Araq | 2018-11-15 | 1 | -3/+6 |
| | |||||
* | Converter bug fixes (#9700) | cooldome | 2018-11-15 | 3 | -2/+11 |
| | | | | | * Fixes #9698 * Fixes #9699 | ||||
* | Of operator in vm fixes [backport] (#9717) | cooldome | 2018-11-15 | 5 | -7/+14 |
| | | | | | | * fixes #9701 * fixes #9702 * optimize of statement to bool | ||||
* | nimfind: improvements | Andreas Rumpf | 2018-11-15 | 1 | -0/+2 |
| | |||||
* | added first version of a nimfind tool for the poor souls that don't have a ↵ | Andreas Rumpf | 2018-11-14 | 10 | -52/+98 |
| | | | | good nimsuggest integretation | ||||
* | nimpretty: explicit --indent option; fixes #9502; refs #9510 [backport] | Andreas Rumpf | 2018-11-11 | 3 | -12/+17 |
| | |||||
* | nimpretty: fixes #9673 [backport] | Andreas Rumpf | 2018-11-11 | 1 | -1/+1 |
| | |||||
* | deprecated ospaths (#9665) | Andreas Rumpf | 2018-11-09 | 4 | -5/+6 |
| | |||||
* | feedback injected | Arne Döring | 2018-11-08 | 3 | -4/+3 |
| | |||||
* | fix #8011 | Arne Döring | 2018-11-08 | 2 | -1/+7 |
| | |||||
* | fix #8335 | Arne Döring | 2018-11-08 | 1 | -0/+2 |
| | |||||
* | fix #9319 | Arne Döring | 2018-11-08 | 1 | -0/+2 |
| | |||||
* | NaN fixes for clang backend (#9652) | Arne Döring | 2018-11-08 | 1 | -6/+1 |
| | |||||
* | er... 'a not b' is an infix call | Andreas Rumpf | 2018-11-08 | 1 | -1/+1 |
| | |||||
* | fixes parsing regressions; binary 'not' for 'not nil' must stay | Andreas Rumpf | 2018-11-08 | 1 | -2/+17 |
| | |||||
* | fixes #9633 | Andreas Rumpf | 2018-11-08 | 1 | -5/+8 |
| | |||||
* | parser change: 'not' is always a unary operator; fixes #9574 | Andreas Rumpf | 2018-11-07 | 1 | -1/+1 |
| | |||||
* | Simplify cgen forward proc (#9635) | Jacek Sieka | 2018-11-07 | 2 | -71/+24 |
| | | | | | | | | | | * cgen: remove module resetting (unused) * cgen: keep single list of forwarded modules fewer counters to keep track of * cgen: fix module lookup | ||||
* | parser/grammar sync; fixes #9608 [backport] | Andreas Rumpf | 2018-11-07 | 1 | -1/+1 |
| | |||||
* | nim check fix; fixes #9609 [backport] | Andreas Rumpf | 2018-11-07 | 1 | -7/+8 |
| | |||||
* | make Nim take roughly 100MB less RAM for bootstrapping via a new compiler ↵ | Andreas Rumpf | 2018-11-07 | 7 | -63/+107 |
| | | | | switch -d:leanCompiler; useful for the Raberry PI | ||||
* | fixes #9600 (#9601) | jcosborn | 2018-11-07 | 1 | -1/+4 |
| | |||||
* | Nimscript: fixes #9246 [backport] | Andreas Rumpf | 2018-11-06 | 5 | -2/+6 |
| | |||||
* | VM: don't inject destructor calls, refs #7041 | Andreas Rumpf | 2018-11-06 | 3 | -22/+26 |
| | |||||
* | compiler cleanup: flag tfOldSchoolExprStmt is gone | Araq | 2018-11-06 | 4 | -13/+3 |
| | |||||
* | removed the undocumented #? strongSpaces parsing mode | Araq | 2018-11-06 | 2 | -18/+12 |
| | |||||
* | language cleanup: the .unchecked pragma is dead | Araq | 2018-11-06 | 7 | -25/+19 |
| | |||||
* | make `mod` on floats available in the VM (#9591) | skilchen | 2018-11-05 | 1 | -1/+5 |
| | | | | | | * make `mod` on floats available in the VM * add testcase * removed no longer needed imports | ||||
* | fixes #9611 | Andreas Rumpf | 2018-11-03 | 1 | -2/+1 |
| | |||||
* | produce more helpful error messages when overloading resolution fails | Andreas Rumpf | 2018-11-03 | 3 | -8/+15 |
| | |||||
* | fixes #9610 | Andreas Rumpf | 2018-11-03 | 1 | -17/+13 |
| | |||||
* | Fixes #9556 (#9604) [backport] | Neelesh Chandola | 2018-11-02 | 1 | -3/+6 |
| | |||||
* | destructors; fixes #9594 | Araq | 2018-11-02 | 1 | -2/+12 |
| | |||||
* | Added "typeof" and "restrict" to special words. (#9226) | Alexandros Naskos | 2018-11-01 | 1 | -4/+4 |
| | | | | | * Added "typeof" and "restrict" to special words. * Added C and C++ reserved keyword as object field identifier test | ||||
* | Fixes https://github.com/nim-lang/Nim/issues/6836 (#9595) | Neelesh Chandola | 2018-11-01 | 1 | -2/+2 |
| | |||||
* | Quote do now works with result in block (#7343) | PMunch | 2018-10-31 | 1 | -3/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Fix result not being able to use in quote do This fixes the annoying issue of not be able to use result inside a quote do block. It works by a simple trick. The quote do mechanic is based on dynamically creating a template and immediately calling it with the arguments found within the quote do block. Since this is called in the scope of the macro the result variable is shadowed. This trick works by changing all occurences of result (which shouldn't cause any issues as result isn't used for anything else for the same reason) to another name and then passing in an IdentNode with result as a named parameter with that name. Note that currently this just replaces it with a fixed named variable "res" which should be changed to a non-colliding, dynamically created name. * Fix hard coded parameter "res" to anonymous symbol This fixes the hard coded parameter "res" to be an anonymous symbol instead so it won't collide with other parts of the argument list. * Add test case for result in quote do block A simple test case based on GitHub issue #7323 on how you can't put result in a quote do block. This test verifies that it actually works correctly now. * Add test for explicit capturing of result * Rebased against devel | ||||
* | Merge pull request #9511 from krux02/krux02-devel | Arne Döring | 2018-10-31 | 3 | -9/+22 |
|\ | | | | | Krux02 devel | ||||
| * | undo try break | Arne Döring | 2018-10-30 | 1 | -4/+5 |
| | | |||||
| * | fixes #5549 | Arne Döring | 2018-10-30 | 1 | -9/+9 |
| | | |||||
| * | set code owner | Arne Döring | 2018-10-30 | 1 | -0/+9 |
| | | |||||
| * | fix compiler crash | Arne Döring | 2018-10-30 | 1 | -1/+4 |
| | | |||||
* | | Change documentation details (closes #5525) (#9542) | Miran | 2018-10-31 | 1 | -1/+1 |
| | | |||||
* | | docgen: fixes #9432 [backport] | Araq | 2018-10-31 | 1 | -0/+20 |
| | | |||||
* | | docgen: make tests green again [backport] | Araq | 2018-10-30 | 1 | -1/+1 |
| | | |||||
* | | docgen: fixes #9235 [backport] | Araq | 2018-10-30 | 1 | -1/+0 |
| | | |||||
* | | docgen: fixes #9169 [backport] | Araq | 2018-10-30 | 1 | -24/+15 |
| | | |||||
* | | make tmissingbracket compile for C++; refs #7870 | Araq | 2018-10-30 | 1 | -1/+1 |
| | | |||||
* | | Sizeof alignof fixes (#9568) | Arne Döring | 2018-10-30 | 1 | -1/+1 |
| | | | | | | | | | | fixes #9545 | ||||
* | | fixes #5549 | Araq | 2018-10-30 | 1 | -15/+16 |
| | |