Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | added first version of a nimfind tool for the poor souls that don't have a ↵ | Andreas Rumpf | 2018-11-14 | 1 | -11/+12 |
| | | | | good nimsuggest integretation | ||||
* | fixes #8603 | Araq | 2018-10-30 | 1 | -1/+8 |
| | |||||
* | Fix regression with runnableExamples in generic expr | LemonBoy | 2018-09-30 | 1 | -5/+5 |
| | | | | | | | | The examples should not enter the generic analysis at all. The regression was introduced in 4cf704bb as a fix for #8694. Fixes #9130 Fixes #8694 | ||||
* | fixes #8694 | Andreas Rumpf | 2018-09-02 | 1 | -2/+2 |
| | |||||
* | Fix use of custom pragmas in generic procs (#8165) | LemonBoy | 2018-07-01 | 1 | -1/+2 |
| | | | Fixes #7626 | ||||
* | fixes #7222; fixes #5595; fixes #3747 | Zahary Karadjov | 2018-06-16 | 1 | -11/+20 |
| | | | | | | | | | | * 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 | ||||
* | 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 | ||||
* | refactoring: remove idents.legacy global variable and pass the IdentCache ↵ | Andreas Rumpf | 2018-05-27 | 1 | -8/+8 |
| | | | | around explicitly | ||||
* | remove more global variables in the Nim compiler | Andreas Rumpf | 2018-05-27 | 1 | -3/+3 |
| | |||||
* | options.nim: no global variables anymore | Andreas Rumpf | 2018-05-13 | 1 | -1/+1 |
| | |||||
* | semstmts compiles again | Andreas Rumpf | 2018-05-12 | 1 | -40/+40 |
| | |||||
* | first steps in adding template/macro calls to stack traces | Araq | 2017-12-21 | 1 | -1/+1 |
| | |||||
* | Merge branch 'devel' into araq | Andreas Rumpf | 2017-11-07 | 1 | -0/+2 |
|\ | |||||
| * | minor breaking change: for loop bodies now get their own scope | Andreas Rumpf | 2017-11-05 | 1 | -0/+2 |
| | | |||||
* | | wip | Andreas Rumpf | 2017-11-02 | 1 | -1/+1 |
|/ | |||||
* | first implementation of the 'func' keyword | Andreas Rumpf | 2017-09-23 | 1 | -3/+3 |
| | |||||
* | .pure enums are much more convenient to use now | Andreas Rumpf | 2017-09-17 | 1 | -0/+4 |
| | |||||
* | introduce a pre-processing pass for the concept bodies | Zahary Karadjov | 2017-06-20 | 1 | -3/+10 |
| | | | | | | | fixes #4982 fixes #3805 close #3414 | ||||
* | fixes #5597; wrong eager template instantiation in generic context (#5601) | Andreas Rumpf | 2017-03-24 | 1 | -3/+3 |
| | |||||
* | make tests green again | Andreas Rumpf | 2017-03-02 | 1 | -0/+8 |
| | |||||
* | fixes #5419 | Andreas Rumpf | 2017-02-24 | 1 | -1/+5 |
| | |||||
* | More progress towards a working #3691. | Dominik Picheta | 2017-02-03 | 1 | -6/+4 |
| | |||||
* | WIP: `as` with generics. | Dominik Picheta | 2017-02-02 | 1 | -1/+10 |
| | |||||
* | recursive modules are only detected to improve error messages | Andreas Rumpf | 2016-11-24 | 1 | -2/+2 |
| | |||||
* | fixes #4600 | Andreas Rumpf | 2016-08-23 | 1 | -6/+7 |
| | |||||
* | fixes #4555 | Andreas Rumpf | 2016-08-02 | 1 | -1/+1 |
| | |||||
* | compiler almost free of deprecated expr/stmt names | Andreas Rumpf | 2016-07-30 | 1 | -2/+2 |
| | |||||
* | stdlib and compiler don't use .immediate anymore | Andreas Rumpf | 2016-07-29 | 1 | -3/+6 |
| | |||||
* | fixes #2377 | Andreas Rumpf | 2016-07-08 | 1 | -1/+6 |
| | |||||
* | fixes a critical bug about template instantiations in generics | Andreas Rumpf | 2016-06-05 | 1 | -2/+2 |
| | |||||
* | first implementation of the new lambda-lifting pass; barely anything works | Andreas Rumpf | 2015-12-26 | 1 | -2/+2 |
| | |||||
* | fixes regression: NimForum compiles again | Araq | 2015-09-21 | 1 | -8/+2 |
| | |||||
* | fixes #3268 | Araq | 2015-09-18 | 1 | -1/+1 |
| | |||||
* | fixes #3329 | Araq | 2015-09-18 | 1 | -1/+1 |
| | |||||
* | fixes the most pressing regressions introduced by the new handling of a[i] ↵ | Araq | 2015-09-16 | 1 | -6/+28 |
| | | | | in the compiler | ||||
* | first attempt to fix 'a[i]' handling in generics | Araq | 2015-09-12 | 1 | -0/+23 |
| | |||||
* | fixes #1965 | Araq | 2015-08-10 | 1 | -2/+2 |
| | |||||
* | breaking change: symbol lookups in generics follows spec more closely; fixes ↵ | Araq | 2015-08-07 | 1 | -61/+63 |
| | | | | #2664 | ||||
* | interpret `tuple` as a class and `tuple[]` as the empty tuple | Max Zerzouri | 2015-03-06 | 1 | -1/+1 |
| | | | | | | | | When the indentation syntax is allowed it is always interpreted as a tuple: type Unit = tuple | ||||
* | Fix documentations for declared (instead of defined) | def | 2015-02-18 | 1 | -1/+1 |
| | |||||
* | nimsuggest improvements | Araq | 2015-01-30 | 1 | -14/+38 |
| | |||||
* | Happy new year! | Guillaume Gelin | 2015-01-06 | 1 | -1/+1 |
| | |||||
* | fix #1056 | Zahary Karadjov | 2014-12-31 | 1 | -1/+2 |
| | |||||
* | fix #1789 (binding to static params during generic proc sigmatch) | Zahary Karadjov | 2014-12-31 | 1 | -1/+7 |
| | |||||
* | fixes #1120 | Araq | 2014-12-25 | 1 | -2/+0 |
| | |||||
* | fixes #1039 | Araq | 2014-11-28 | 1 | -1/+1 |
| | |||||
* | fixes #1337 | Araq | 2014-11-23 | 1 | -13/+22 |
| | |||||
* | fixes #940 | Araq | 2014-11-17 | 1 | -1/+1 |
| | |||||
* | 'pretty' command does not exist anymore; improvements for nimfix | Araq | 2014-09-10 | 1 | -14/+31 |
| | |||||
* | fixes #1444 | Araq | 2014-08-31 | 1 | -7/+13 |
| |