Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix compiler crash on try expression with infix as (Fixes #7116) (#7112) | cooldome | 2018-01-29 | 1 | -1/+1 |
| | | | | | | * Fix compiler crash * make sure type is not lost | ||||
* | preparations for language extensions: 'sink' and 'lent' types | Andreas Rumpf | 2018-01-07 | 1 | -3/+3 |
| | |||||
* | symbol files: fixes the logic for multi-methods | Araq | 2018-01-03 | 1 | -1/+1 |
| | |||||
* | first steps in adding template/macro calls to stack traces | Araq | 2017-12-21 | 1 | -1/+1 |
| | |||||
* | the documentation generator now supports ':test:' for the testing of test ↵ | Araq | 2017-11-28 | 1 | -1/+1 |
| | | | | snippets | ||||
* | fixes #6724 | Andreas Rumpf | 2017-11-19 | 1 | -3/+3 |
| | |||||
* | fixes new liftLocals pass | Andreas Rumpf | 2017-11-02 | 1 | -1/+1 |
| | |||||
* | implemented undocumented '.liftLocals' feature | Andreas Rumpf | 2017-11-02 | 1 | -1/+2 |
| | |||||
* | deprecated unary '<' | Andreas Rumpf | 2017-10-29 | 1 | -5/+5 |
| | |||||
* | make tests green again | Araq | 2017-10-26 | 1 | -3/+6 |
| | |||||
* | destructors: work in progress | Araq | 2017-10-26 | 1 | -0/+3 |
| | |||||
* | new destroyer pass works with procs too | Andreas Rumpf | 2017-10-13 | 1 | -4/+4 |
| | |||||
* | introduce --newruntime switch for the upcoming destructors and move semantics | Andreas Rumpf | 2017-10-13 | 1 | -3/+8 |
| | |||||
* | simple programs now work with the new destroyer pass | Andreas Rumpf | 2017-10-12 | 1 | -1/+1 |
| | |||||
* | initial version of the new untested destructor pass | Andreas Rumpf | 2017-10-12 | 1 | -3/+3 |
| | |||||
* | first implementation of the 'func' keyword | Andreas Rumpf | 2017-09-23 | 1 | -1/+1 |
| | |||||
* | fixes #5618 | Andreas Rumpf | 2017-03-28 | 1 | -1/+4 |
| | |||||
* | nimsuggest: revert cpFuzzy bailouts | Andreas Rumpf | 2017-03-09 | 1 | -1/+4 |
| | |||||
* | Merge branch 'devel' into faster-nimsuggest | Andreas Rumpf | 2017-02-24 | 1 | -1/+1 |
|\ | |||||
| * | removed compiler internal list implementation (#5371) | Arne Döring | 2017-02-22 | 1 | -1/+1 |
| | | |||||
* | | big compiler refactoring; avoid globals for multi method dispatcher generation | Andreas Rumpf | 2017-02-22 | 1 | -3/+4 |
|/ | |||||
* | make more tests green | Araq | 2017-02-16 | 1 | -4/+6 |
| | |||||
* | fixes #5383 | Araq | 2017-02-16 | 1 | -1/+4 |
| | |||||
* | More progress towards a working #3691. | Dominik Picheta | 2017-02-03 | 1 | -1/+1 |
| | |||||
* | WIP: `as` with generics. | Dominik Picheta | 2017-02-02 | 1 | -1/+1 |
| | |||||
* | Fixes based on @Araq's feedback. | Dominik Picheta | 2017-02-01 | 1 | -2/+2 |
| | |||||
* | Fixes #3691. | Dominik Picheta | 2017-02-01 | 1 | -4/+5 |
| | |||||
* | WIP implementation of `except ExcType as ident` syntax. Refs #3691. | Dominik Picheta | 2017-02-01 | 1 | -0/+31 |
| | |||||
* | bugfix: inline iterator do not mess up line information anymore | Andreas Rumpf | 2017-01-25 | 1 | -3/+7 |
| | |||||
* | fixes #5237 | Andreas Rumpf | 2017-01-19 | 1 | -2/+3 |
| | |||||
* | Remove colon when unpacking yielded tuples. Fixes #5173 (#5190) | Brandon Pickering | 2017-01-08 | 1 | -1/+3 |
| | |||||
* | removed tyArrayConstr completely from the compiler; introduced tyAlias ↵ | Araq | 2016-11-14 | 1 | -2/+2 |
| | | | | instead in preparation for further bugfixes | ||||
* | Merge pull request #4592 from arnetheduck/compiler-cleanup | Andreas Rumpf | 2016-08-25 | 1 | -7/+0 |
|\ | | | | | Compiler cleanup | ||||
| * | remove unused stuff | Jacek Sieka | 2016-08-09 | 1 | -7/+0 |
| | | |||||
* | | fixes #3221 | Andreas Rumpf | 2016-08-22 | 1 | -1/+11 |
|/ | |||||
* | remove sfFakeConst | Jacek Sieka | 2016-07-30 | 1 | -8/+2 |
| | |||||
* | fixes #4110 | Andreas Rumpf | 2016-05-11 | 1 | -1/+1 |
| | |||||
* | fix type used for chckRange node boundaries | Jacek Sieka | 2016-04-04 | 1 | -2/+2 |
| | | | | | else you end up with for example an int64-sized value with an int32 type, when checking int32 -> Natural | ||||
* | Spellcheck | Federico Ceratto | 2016-02-29 | 1 | -1/+1 |
| | |||||
* | fixes #3730 | Araq | 2016-01-18 | 1 | -1/+3 |
| | |||||
* | nkEmpty is cleaner than nkCommentStmt | Andreas Rumpf | 2016-01-17 | 1 | -1/+1 |
| | |||||
* | fixes iterator codegen regression | Andreas Rumpf | 2016-01-14 | 1 | -1/+9 |
| | |||||
* | fixes more regressions | Andreas Rumpf | 2016-01-13 | 1 | -20/+29 |
| | |||||
* | fixes regressions | Andreas Rumpf | 2016-01-08 | 1 | -0/+2 |
| | |||||
* | fixes all known regressions | Andreas Rumpf | 2016-01-06 | 1 | -18/+16 |
| | |||||
* | fixes #2604, fixes #1527 | Andreas Rumpf | 2016-01-05 | 1 | -3/+11 |
| | |||||
* | fixes #2659 | Andreas Rumpf | 2016-01-04 | 1 | -0/+3 |
| | |||||
* | fixes another regression | Andreas Rumpf | 2016-01-04 | 1 | -0/+2 |
| | |||||
* | further progress on closure iterators; tforum still failing | Andreas Rumpf | 2016-01-03 | 1 | -1/+3 |
| | |||||
* | next steps to produce working closure iterators | Andreas Rumpf | 2016-01-03 | 1 | -4/+5 |
| |