Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | more destructor based changes (#10885) | Andreas Rumpf | 2019-03-23 | 1 | -81/+41 |
| | | | | | | | | | | | * mark user defined destructors with sfOverriden to simplify the logic * refactoring in preparation to merge liftings and generic instantiations for destructors * ast: introduce nkHiddenTryStmt for destructor generation in order to be able to optimize better the code later on * renamed 'patterns' switch to 'trmacros' as it was totally misleading before * destructors: introduce tfCheckedForDestructor flag in preparation of strict =destroy checking * test for invalid/too late destructor introductions * liftdestructors: make code robust for nimsuggest * --newruntime works for hello world again * newruntime: code generation for closures | ||||
* | fixes #10807 (#10814) | cooldome | 2019-03-12 | 1 | -1/+1 |
| | | | | | * fixes #10807 * use nkAddr instead of nkHiddenAddr | ||||
* | make tests green again | Andreas Rumpf | 2019-03-06 | 1 | -1/+2 |
| | |||||
* | fixes a critical GC safety inference bug (#10615) | Andreas Rumpf | 2019-03-05 | 1 | -9/+13 |
| | | | | | | * fixes a critical GC safety inference bug * make nimsuggest compile again * make Nimble compile again | ||||
* | fixes #6955 | Andreas Rumpf | 2019-02-13 | 1 | -3/+7 |
| | |||||
* | Fix handling of reraise in effect tracking (#10582) | LemonBoy | 2019-02-07 | 1 | -5/+11 |
| | | | | | | This is the MVP in order not to get a completely useless error message from the compiler. Fixes #10579 | ||||
* | Do not raise ProveInit/WanrUninit for .noinit. var (#10566) | LemonBoy | 2019-02-06 | 1 | -1/+4 |
| | |||||
* | Fix exception tracking in try blocks (#10455) | LemonBoy | 2019-01-27 | 1 | -1/+9 |
| | | | | | | Exceptions raised inside a nkFinally/nkExcept block are not caught by the block itself. Fixes #3886 | ||||
* | control flow graphs: introduce 'join' points for easy analyses based on ↵ | Andreas Rumpf | 2019-01-23 | 1 | -1/+1 |
| | | | | abstract interpretation | ||||
* | new minor language feature: .noSideEffect blocks like .gcsafe blocks | Andreas Rumpf | 2018-11-27 | 1 | -2/+8 |
| | |||||
* | make Nim take roughly 100MB less RAM for bootstrapping via a new compiler ↵ | Andreas Rumpf | 2018-11-07 | 1 | -2/+5 |
| | | | | switch -d:leanCompiler; useful for the Raberry PI | ||||
* | Change the order of compilation passes, transformation is made lazy at code ↵ | cooldome | 2018-10-18 | 1 | -4/+12 |
| | | | | | | | | | | | | | | | gen (#8489) * Ast no transformation * Add getImplNoTransform to the macros module * progress on delaying transf * Fix methods tranformation * Fix lazy lambdalifting * fix create thread wrapper * transform for lambda lifting * improve getImplTransformed * Fix destructor tests * try to fix nimprof for linux | ||||
* | even more strict isNil handling for strings/seqs in order to detect bugs | Araq | 2018-08-22 | 1 | -2/+2 |
| | |||||
* | Extend init variable tracking to tuple assignments (#8321) | LemonBoy | 2018-07-17 | 1 | -0/+9 |
| | | | Fixes #8314 | ||||
* | Custom pragmas in proc types (#8205) | cooldome | 2018-07-09 | 1 | -10/+14 |
| | |||||
* | refactoring: remove idents.legacy global variable and pass the IdentCache ↵ | Andreas Rumpf | 2018-05-27 | 1 | -14/+14 |
| | | | | around explicitly | ||||
* | remove more global variables in the Nim compiler | Andreas Rumpf | 2018-05-27 | 1 | -3/+3 |
| | |||||
* | remove ast.emptyNode global; cleanup configuration.nim | Araq | 2018-05-16 | 1 | -2/+2 |
| | |||||
* | make tests green again | Araq | 2018-05-14 | 1 | -1/+1 |
| | |||||
* | options.nim: no global variables anymore | Andreas Rumpf | 2018-05-13 | 1 | -5/+5 |
| | |||||
* | sempass2 compiles again | Andreas Rumpf | 2018-05-11 | 1 | -78/+82 |
| | |||||
* | guards.nim does compile | Andreas Rumpf | 2018-05-11 | 1 | -24/+23 |
| | |||||
* | Cpp codegen: handling of imported exceptions. Fixes #3571 (#7360) | cooldome | 2018-04-10 | 1 | -3/+6 |
| | |||||
* | Small performance improvement in sempass2 (#7168) | cooldome | 2018-02-01 | 1 | -11/+8 |
| | |||||
* | Fixes #7140 (#7154) | Yuriy Glukhov | 2018-01-30 | 1 | -1/+1 |
| | |||||
* | next steps in giving Nim a decent DFA infrastructure | Araq | 2017-12-18 | 1 | -3/+3 |
| | |||||
* | fixes not-nil regression | Araq | 2017-11-23 | 1 | -1/+1 |
| | |||||
* | fixes #3993 | Araq | 2017-11-23 | 1 | -1/+2 |
| | |||||
* | fixes #6489 | Araq | 2017-11-23 | 1 | -1/+1 |
| | |||||
* | fixes #6555 | Araq | 2017-11-23 | 1 | -0/+1 |
| | |||||
* | deprecated unary '<' | Andreas Rumpf | 2017-10-29 | 1 | -24/+24 |
| | |||||
* | make tests green again | Andreas Rumpf | 2017-10-15 | 1 | -0/+1 |
| | |||||
* | make httpclient compile again via a workaround | Araq | 2017-10-15 | 1 | -2/+5 |
| | |||||
* | fixes #5620 | Araq | 2017-10-14 | 1 | -12/+3 |
| | |||||
* | initial version of the new untested destructor pass | Andreas Rumpf | 2017-10-12 | 1 | -3/+4 |
| | |||||
* | disable the new DFA | Andreas Rumpf | 2017-10-09 | 1 | -2/+5 |
| | |||||
* | work in progress: a dataflow architecture for Nim | Andreas Rumpf | 2017-10-09 | 1 | -2/+4 |
| | |||||
* | first implementation of the 'func' keyword | Andreas Rumpf | 2017-09-23 | 1 | -4/+4 |
| | |||||
* | fixes #6067 | Andreas Rumpf | 2017-07-08 | 1 | -1/+2 |
| | |||||
* | fixes #5959 | Araq | 2017-06-09 | 1 | -2/+1 |
| | |||||
* | fixes #5729 | Araq | 2017-04-19 | 1 | -1/+1 |
| | |||||
* | fixes yet another regression caused by the .procvar removal | Andreas Rumpf | 2017-04-14 | 1 | -0/+4 |
| | |||||
* | fix another compiler regression | Andreas Rumpf | 2017-04-05 | 1 | -0/+4 |
| | |||||
* | make tests green again | Andreas Rumpf | 2017-04-04 | 1 | -1/+1 |
| | |||||
* | attempt to make tests green again | Andreas Rumpf | 2017-04-04 | 1 | -1/+2 |
| | |||||
* | remove the need for the .procvar annotation | Andreas Rumpf | 2017-04-03 | 1 | -0/+9 |
| | |||||
* | fix #5296 (#5565) | zah | 2017-03-19 | 1 | -0/+3 |
| | |||||
* | implements {.gcsafe.} enforcement as a pragma block | Andreas Rumpf | 2017-01-18 | 1 | -11/+19 |
| | |||||
* | fixes #4927 | Araq | 2016-10-22 | 1 | -2/+7 |
| | |||||
* | fixes #4808 | Andreas Rumpf | 2016-10-21 | 1 | -1/+2 |
| |