Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #8323 : avoid polluting git status after `nim doc foo` (#8415) | Timothee Cour | 2018-07-30 | 1 | -3/+5 |
| | |||||
* | make runnableExamples use a private nimcache so that they can be tested in ↵ | skilchen | 2018-07-12 | 1 | -2/+9 |
| | | | | | parallel (#8281) * make runnableExamples use a private nimcache so that they can be tested in parallel | ||||
* | Check the RHS when building a set (#8159) | LemonBoy | 2018-06-30 | 1 | -1/+1 |
| | | | Fixes #2669 | ||||
* | Return an error symbol as macro output if needed (#8116) | LemonBoy | 2018-06-27 | 1 | -1/+6 |
| | | | | | | Return an error symbol if the macro output has no type and a typedesc is expected. Fixes #7454 | ||||
* | allow referencing other parameters in default parameter values | Zahary Karadjov | 2018-06-16 | 1 | -7/+11 |
| | | | | | | | | fix #7756 fix #1201 fix #7000 fix #3002 fix #1046 | ||||
* | fixes #7222; fixes #5595; fixes #3747 | Zahary Karadjov | 2018-06-16 | 1 | -1/+1 |
| | | | | | | | | | | * late instantiation for the generic procs' default param values * automatic mixin behaviour in concepts Other fixes: * don't render the automatically inserted default params in calls * better rendering of tyFromExpr | ||||
* | A minimal patch enabling the new typedesc and static types syntax | Zahary Karadjov | 2018-06-16 | 1 | -0/+3 |
| | |||||
* | implements a --nep1:on switch to make the compiler enforce the naming ↵ | Andreas Rumpf | 2018-06-13 | 1 | -1/+1 |
| | | | | conventions outlined in NEP-1 | ||||
* | fixex merge conflicts | Araq | 2018-06-08 | 1 | -2/+4 |
|\ | |||||
| * | fixes #7906, array and openarray arg vs. ptr/ref generic (#7909) | andri lim | 2018-06-04 | 1 | -2/+4 |
| | | | | | | | | | | | | * fixes #7906, array and openarray arg vs. ptr/ref generic * add comment | ||||
* | | fixed merge conflict | Andreas Rumpf | 2018-06-04 | 1 | -1/+1 |
|\| | |||||
| * | fixes #7818, correct internal representation of generic objects array ↵ | andri lim | 2018-05-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | construction (#7824) * defer skiptypes * defer skiptypes for tyRef & tyPtr * remove unneeded skipTypes | ||||
* | | incremental compilation: implemented basic replay logic | Andreas Rumpf | 2018-06-02 | 1 | -8/+5 |
| | | |||||
* | | baby steps for incremental compilation | Andreas Rumpf | 2018-05-30 | 1 | -7/+2 |
| | | |||||
* | | runnableExamples: use the self exe to test the examples | Andreas Rumpf | 2018-05-30 | 1 | -1/+1 |
| | | |||||
* | | refactoring: move DB model to incremental.nim | Andreas Rumpf | 2018-05-30 | 1 | -2/+2 |
| | | |||||
* | | refactoring: remove idents.legacy global variable and pass the IdentCache ↵ | Andreas Rumpf | 2018-05-27 | 1 | -7/+7 |
| | | | | | | | | around explicitly | ||||
* | | more refactoring | Andreas Rumpf | 2018-05-27 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'devel' into araq-big-refactoring | Andreas Rumpf | 2018-05-27 | 1 | -0/+1 |
|\| | |||||
| * | fix #7883; fix #7829 | Zahary Karadjov | 2018-05-26 | 1 | -0/+1 |
| | | |||||
* | | remove more global variables in the Nim compiler | Andreas Rumpf | 2018-05-27 | 1 | -16/+16 |
| | | |||||
* | | preparations of making compiler/msgs.nim free of global variables | Andreas Rumpf | 2018-05-17 | 1 | -1/+1 |
| | | |||||
* | | remove ast.emptyNode global; cleanup configuration.nim | Araq | 2018-05-16 | 1 | -1/+1 |
|/ | |||||
* | options.nim: no global variables anymore | Andreas Rumpf | 2018-05-13 | 1 | -5/+5 |
| | |||||
* | sem pass compiles again | Andreas Rumpf | 2018-05-12 | 1 | -22/+22 |
| | |||||
* | more modules compile again | Andreas Rumpf | 2018-05-12 | 1 | -13/+16 |
| | |||||
* | more modules compile again | Andreas Rumpf | 2018-05-12 | 1 | -24/+27 |
| | |||||
* | compiler refactoring, pass config around explicitly | Andreas Rumpf | 2018-05-05 | 1 | -3/+3 |
| | |||||
* | fixes #7601, array construction of ptr generics (#7671) | andri lim | 2018-04-27 | 1 | -2/+3 |
| | | | | | | * fixes #7601, array construction of ptr generics * add more test | ||||
* | allow setting template/macro recursive evaluation limits (#7652) | jcosborn | 2018-04-19 | 1 | -1/+1 |
| | | | | | | | * allow setting template/macro recursive evaluation limits * revert setting template/macro eval limits set them to 1000 | ||||
* | introduce nkTupleConstr AST node for unary tuple construction; breaking change | Andreas Rumpf | 2018-04-13 | 1 | -1/+1 |
| | |||||
* | symbol files: delay the emission of forwarded procs | Araq | 2018-02-21 | 1 | -0/+1 |
| | |||||
* | symbol files: more progress | Araq | 2018-02-20 | 1 | -1/+2 |
| | |||||
* | new .rod file implementation; part 1: writing of the file | Araq | 2018-02-17 | 1 | -1/+2 |
| | |||||
* | fixes #6946 | Andreas Rumpf | 2018-02-05 | 1 | -5/+10 |
| | |||||
* | preparations for language extensions: 'sink' and 'lent' types | Andreas Rumpf | 2018-01-07 | 1 | -2/+2 |
| | |||||
* | symbol files: fixes the logic for multi-methods | Araq | 2018-01-03 | 1 | -0/+4 |
| | |||||
* | fixes #6972 | Araq | 2017-12-29 | 1 | -3/+3 |
| | |||||
* | Implement language feature #6885 (#6954) | cooldome | 2017-12-24 | 1 | -0/+13 |
| | |||||
* | first steps in adding template/macro calls to stack traces | Araq | 2017-12-21 | 1 | -1/+1 |
| | |||||
* | the documentation generator now supports system.runnableExamples | Araq | 2017-11-26 | 1 | -0/+13 |
| | |||||
* | deprecated unary '<' | Andreas Rumpf | 2017-10-29 | 1 | -1/+1 |
| | |||||
* | Add sections (type, var, let, const, using) support for reorder pragma (#6326) | BigEpsilon | 2017-10-28 | 1 | -1/+1 |
| | |||||
* | destructors: work in progress | Araq | 2017-10-26 | 1 | -8/+12 |
| | |||||
* | implemented new experimental scriptable import mechanism | Andreas Rumpf | 2017-10-01 | 1 | -5/+7 |
| | |||||
* | first implementation of the 'func' keyword | Andreas Rumpf | 2017-09-23 | 1 | -1/+1 |
| | |||||
* | introduce a pre-processing pass for the concept bodies | Zahary Karadjov | 2017-06-20 | 1 | -0/+1 |
| | | | | | | | fixes #4982 fixes #3805 close #3414 | ||||
* | Restore the Nim's 0.14 proper handling of generic aliases | Zahary Karadjov | 2017-04-08 | 1 | -7/+20 |
| | | | | | | | | | | | A more efficient implementation is possible by restoring the old lifting ot tyGenericInvocation to tyGenericInst in liftTypeParam, but this fix will suffice for now. fixes #5087 fixes #5602 fixes #5641 fixes #5570 | ||||
* | cleaned up the code and implemented proper error messages | Zahary Karadjov | 2017-04-06 | 1 | -1/+15 |
| | |||||
* | further improvements to the error messages produced by concepts | Zahary Karadjov | 2017-03-24 | 1 | -1/+0 |
| |