Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #5360, fixes #5238 (#5539); fixes type alias inequality for types ↵ | andri lim | 2017-03-16 | 1 | -4/+19 |
| | | | | coming from templates/macros | ||||
* | Fixes #5062 (#5527); JS: holes in enums | Silvio | 2017-03-15 | 2 | -11/+3 |
| | |||||
* | fixes #5231 inheriting from partial specialized generic object (#5538) | andri lim | 2017-03-15 | 1 | -9/+16 |
| | |||||
* | fixes #5264 (#5520); inheriting from generic object | andri lim | 2017-03-14 | 1 | -2/+33 |
| | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2017-03-14 | 16 | -156/+291 |
|\ | |||||
| * | nimsuggest: when invoked with a directory, detect the main nim file on its own | Andreas Rumpf | 2017-03-14 | 1 | -0/+17 |
| | | |||||
| * | nimsuggest: suggest types in a type section | Andreas Rumpf | 2017-03-14 | 3 | -3/+8 |
| | | |||||
| * | nimsuggest: make tdot1 test case green again | Andreas Rumpf | 2017-03-14 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'devel' into faster-nimsuggest | Andreas Rumpf | 2017-03-14 | 13 | -15/+64 |
| |\ | |||||
| | * | fix varargs forwarding for templates; fixes #5455 (#5505) | zah | 2017-03-13 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | * fix varargs forwarding for templates; fixes #5455 * document the macros' varargs change in the news for 0.16.2 | ||||
| | * | Fixes #5167 and related problems (#5475) | zah | 2017-03-12 | 10 | -2/+33 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit returns to a bit less strict checking of the number of macro arguments, because some old immediate macros rely on a behavior where even the arity of the macro is not being checked. It may be better if such macros are just declared to use varargs[expr], but this remains for another day. | ||||
| | * | don't allow casting to non-concrete types; fixes #5428 (#5502) | zah | 2017-03-12 | 3 | -5/+11 |
| | | | |||||
| | * | new debugging helper to replace and friends | Zahary Karadjov | 2017-03-10 | 2 | -5/+17 |
| | | | |||||
| * | | nimsuggest: special rule for 'of' completion in case statements | Andreas Rumpf | 2017-03-10 | 2 | -1/+11 |
| | | | |||||
| * | | nimsuggest: make 'con' work again | Andreas Rumpf | 2017-03-10 | 1 | -0/+4 |
| | | | |||||
| * | | nimsuggest: maxresults limit; fixed local symbol usages priorizations | Andreas Rumpf | 2017-03-10 | 1 | -47/+42 |
| | | | |||||
| * | | nimsuggest: make tests green again | Andreas Rumpf | 2017-03-10 | 1 | -2/+3 |
| | | | |||||
| * | | nimsuggest: make tests green again | Araq | 2017-03-10 | 2 | -4/+4 |
| | | | |||||
| * | | nimsuggest: more things work | Araq | 2017-03-09 | 4 | -10/+31 |
| | | | |||||
| * | | nimsuggest: more precise cursor tracking | Araq | 2017-03-09 | 3 | -77/+99 |
| | | | |||||
| * | | nimsuggest: revert cpFuzzy bailouts | Andreas Rumpf | 2017-03-09 | 3 | -23/+25 |
| | | | |||||
| * | | bugfix: consider type contexts properly | Araq | 2017-03-08 | 2 | -33/+42 |
| | | | |||||
* | | | fixes #5529; don't merge type visibility flags | Araq | 2017-03-14 | 2 | -4/+4 |
| |/ |/| | |||||
* | | fixes nimsuggest bug #45 | Araq | 2017-03-08 | 1 | -1/+1 |
|/ | |||||
* | nimsuggest: fixes nimsuggest bug #45; do not show suggestions in string ↵ | Araq | 2017-03-08 | 3 | -7/+89 |
| | | | | literals or comments | ||||
* | Merge branch 'devel' into faster-nimsuggest | Andreas Rumpf | 2017-03-08 | 4 | -5/+16 |
|\ | |||||
| * | fixes #5467 | Araq | 2017-03-07 | 2 | -1/+9 |
| | | |||||
| * | fixes #5478 | Araq | 2017-03-06 | 1 | -4/+4 |
| | | |||||
| * | fixes #5481 | Araq | 2017-03-06 | 1 | -0/+3 |
| | | |||||
* | | nimsuggest: chk checks the full project lazily; much better suggestions ↵ | Andreas Rumpf | 2017-03-08 | 2 | -49/+96 |
| | | | | | | | | orderings | ||||
* | | make some tests green | Andreas Rumpf | 2017-03-07 | 1 | -2/+3 |
| | | |||||
* | | nimsuggest: better ordering of symbols (part 1) | Andreas Rumpf | 2017-03-07 | 2 | -35/+145 |
|/ | |||||
* | Merge branch 'devel' into faster-nimsuggest | Andreas Rumpf | 2017-03-03 | 2 | -3/+8 |
|\ | |||||
| * | Fix sigsegv in getTypeImpl for unnamed tuple (#5440) | Fabian Keller | 2017-03-02 | 1 | -2/+7 |
| | | | | | | avoid sigsegv in getTypeImpl for unnamed tuple; fixes #4862 | ||||
| * | Fixes #5452 | Yuriy Glukhov | 2017-02-28 | 1 | -1/+1 |
| | | |||||
* | | nimsuggest: minor doc addition | Andreas Rumpf | 2017-03-03 | 1 | -0/+2 |
| | | |||||
* | | nimsuggest chk works for EPC | Andreas Rumpf | 2017-03-03 | 1 | -6/+6 |
| | | |||||
* | | nimsuggest: structured error reporting; EPC mode still fails | Andreas Rumpf | 2017-03-03 | 5 | -36/+53 |
| | | |||||
* | | make tests green again | Andreas Rumpf | 2017-03-02 | 3 | -1/+18 |
| | | |||||
* | | nimsuggest: track type contexts | Araq | 2017-03-01 | 3 | -2/+12 |
| | | |||||
* | | fixes 'nim check' crash | Araq | 2017-03-01 | 1 | -3/+2 |
| | | |||||
* | | nimsuggest supports prefix matching (first version) | Araq | 2017-02-28 | 3 | -35/+84 |
| | | |||||
* | | C codegen: escape '?' because C has trigraphs | Araq | 2017-02-27 | 1 | -1/+1 |
|/ | |||||
* | finish tool can use 'nimgrab' tool to download the mingw version | Araq | 2017-02-26 | 1 | -1/+2 |
| | |||||
* | Merge pull request #5317 from rokups/feature/coroutines | Andreas Rumpf | 2017-02-26 | 3 | -55/+2 |
|\ | | | | | Coroutine improvements | ||||
| * | Removed fasm support. | Rokas Kupstys | 2017-02-20 | 3 | -55/+2 |
| | | |||||
* | | minor codegen bugfix: don't use names for closures that are also mangled Nim ↵ | Araq | 2017-02-26 | 6 | -17/+17 |
| | | | | | | | | names | ||||
* | | fixes a minor codegen issue where name mangling could produce an identifier ↵ | Araq | 2017-02-26 | 4 | -10/+10 |
| | | | | | | | | used by the codegen; refs #5437 | ||||
* | | fixes #5439 | Araq | 2017-02-26 | 1 | -4/+5 |
| | | |||||
* | | fixes #5430 | Araq | 2017-02-26 | 10 | -41/+42 |
| | |