Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [refactoring] compiler: simplified markUsed | Andreas Rumpf | 2019-08-08 | 1 | -1/+1 |
| | |||||
* | [feature] detect unused imports | Araq | 2019-07-17 | 1 | -1/+1 |
| | |||||
* | Allow void macro result (#11286) | Arne Döring | 2019-05-21 | 1 | -5/+0 |
| | | | | | * allow void macro result * add test for void macro result type | ||||
* | 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. | ||||
* | rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227) | Arne Döring | 2019-05-11 | 1 | -5/+5 |
| | |||||
* | Replace countup(x, y) with x .. y | Clyybber | 2019-05-07 | 1 | -4/+4 |
| | |||||
* | Replace countup(x, y-1) with x ..< y | Clyybber | 2019-05-07 | 1 | -14/+14 |
| | |||||
* | Fix loop tuple unpacking in templates (#11174) | nc-x | 2019-05-05 | 1 | -1/+5 |
| | | | | | | * Fix loop tuple unpacking in templates * Add test | ||||
* | callsite lineinfe for stackTrace template (#10785) | Arne Döring | 2019-04-18 | 1 | -3/+5 |
| | |||||
* | more destructor based changes (#10885) | Andreas Rumpf | 2019-03-23 | 1 | -1/+1 |
| | | | | | | | | | | | * 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 | ||||
* | it's spelt callsite | Andreas Rumpf | 2019-02-22 | 1 | -2/+3 |
| | |||||
* | 32 bit fixes (#10608) | Arne Döring | 2019-02-13 | 1 | -0/+4 |
| | |||||
* | compiler/sem*: improve lineinfo for qualified and generic procs (#10427) | alaviss | 2019-01-23 | 1 | -6/+7 |
| | | | | | | | | | | | | | | | | Previously the compiler will believe these are where `newSeq` symbol starts: newSeq[int]() ^ system.newSeq[int]() ^ This commit moves them back to: newSeq[int]() ^ system.newSeq[int]() ^ | ||||
* | 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 | 1 | -8/+12 |
| | | | | good nimsuggest integretation | ||||
* | fixes regressions | Araq | 2018-10-30 | 1 | -10/+8 |
| | |||||
* | fixes unexpected transforming of runnableExamples (#9158) | Steve Kellock | 2018-10-09 | 1 | -1/+3 |
| | |||||
* | fixes #8052 | Araq | 2018-08-31 | 1 | -1/+1 |
| | |||||
* | code cleanup: remove newScopeForIf switch | Andreas Rumpf | 2018-07-04 | 1 | -2/+1 |
| | |||||
* | implements a --nep1:on switch to make the compiler enforce the naming ↵ | Andreas Rumpf | 2018-06-13 | 1 | -4/+4 |
| | | | | conventions outlined in NEP-1 | ||||
* | refactoring: remove idents.legacy global variable and pass the IdentCache ↵ | Andreas Rumpf | 2018-05-27 | 1 | -7/+7 |
| | | | | around explicitly | ||||
* | remove more global variables in the Nim compiler | Andreas Rumpf | 2018-05-27 | 1 | -2/+2 |
| | |||||
* | more modules compile again | Andreas Rumpf | 2018-05-12 | 1 | -37/+40 |
| | |||||
* | Implement custom annotations (#6987) | cooldome | 2018-01-09 | 1 | -1/+4 |
| | |||||
* | first steps in adding template/macro calls to stack traces | Araq | 2017-12-21 | 1 | -2/+2 |
| | |||||
* | minor breaking change: for loop bodies now get their own scope | Andreas Rumpf | 2017-11-05 | 1 | -0/+2 |
| | |||||
* | remove old implementation of the roof operator; make tests green again; ↵ | Andreas Rumpf | 2017-10-29 | 1 | -18/+0 |
| | | | | close #6292 | ||||
* | deprecated unary '<' | Andreas Rumpf | 2017-10-29 | 1 | -4/+4 |
| | |||||
* | first implementation of the 'func' keyword | Andreas Rumpf | 2017-09-23 | 1 | -0/+2 |
| | |||||
* | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 1 | -2/+2 |
| | |||||
* | fixes #5478 | Araq | 2017-03-06 | 1 | -4/+4 |
| | |||||
* | make tests green again | Andreas Rumpf | 2017-03-02 | 1 | -0/+4 |
| | |||||
* | Merge branch 'devel' into faster-nimsuggest | Andreas Rumpf | 2017-02-24 | 1 | -5/+7 |
|\ | |||||
| * | fixes #5417 | Andreas Rumpf | 2017-02-24 | 1 | -5/+7 |
| | | |||||
* | | big compiler refactoring; avoid globals for multi method dispatcher generation | Andreas Rumpf | 2017-02-22 | 1 | -4/+4 |
|/ | |||||
* | fixes #5383 | Araq | 2017-02-16 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' into feature/3691 | Dominik Picheta | 2017-02-07 | 1 | -2/+9 |
|\ | |||||
| * | fixes #5285 | Andreas Rumpf | 2017-02-04 | 1 | -2/+9 |
| | | |||||
* | | Adds `except T as ident` handling in semtempl. | Dominik Picheta | 2017-02-06 | 1 | -1/+7 |
|/ | |||||
* | template+emit supports volatileRead and volatileWrite ops | Andreas Rumpf | 2017-01-23 | 1 | -1/+3 |
| | |||||
* | Fixes #5225 (#5243) | Lolo Iccl | 2017-01-18 | 1 | -1/+8 |
| | | | | | | | | | | * Fixes #5225 * Fixes #5225 * Fixes #5225 fix typo | ||||
* | remove unused stuff | Jacek Sieka | 2016-08-09 | 1 | -29/+0 |
| | |||||
* | fixes #4353 | Andreas Rumpf | 2016-08-04 | 1 | -4/+6 |
| | |||||
* | fixes #4555 | Andreas Rumpf | 2016-08-02 | 1 | -1/+1 |
| | |||||
* | compiler almost free of deprecated expr/stmt names | Andreas Rumpf | 2016-07-30 | 1 | -1/+1 |
| | |||||
* | stdlib and compiler don't use .immediate anymore | Andreas Rumpf | 2016-07-29 | 1 | -2/+6 |
| | |||||
* | Merge branch 'devel' into new-ll | Andreas Rumpf | 2016-01-14 | 1 | -4/+1 |
|\ | |||||
| * | fixes #3498 | Adam Strzelecki | 2015-10-30 | 1 | -4/+1 |
| | | | | | | | | | | | | | | | | | | Previously it was not possible to use template arguments in template body as the symbols were not resolved correctly leading to Error: undeclared identifier: 'XX', eg.: template defaultOf[T](t: T): expr = (var d: T; d) echo defaultOf(1) #<- invalid identifier, but should output 0 | ||||
* | | first implementation of the new lambda-lifting pass; barely anything works | Andreas Rumpf | 2015-12-26 | 1 | -3/+1 |
|/ | |||||
* | fixes regression: NimForum compiles again | Araq | 2015-09-21 | 1 | -24/+61 |
| |