Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #13378 [backport] (#13392) | Andreas Rumpf | 2020-02-11 | 1 | -0/+2 |
| | |||||
* | fix #13182: `proc fun(a: varargs[Foo, conv])` now can be overloaded (#13345) ↵ | Timothee Cour | 2020-02-07 | 1 | -1/+2 |
| | | | | [backport] | ||||
* | fix range[enum] type conversion (#13204) [backport] | Jasper Jenkins | 2020-01-20 | 1 | -2/+3 |
| | |||||
* | make case-object transitions explicit, make unknownLineInfo a const, replace ↵ | Jasper Jenkins | 2020-01-17 | 1 | -7/+7 |
| | | | | a few magic numbers with consts (#13170) | ||||
* | fixes #12964 (#13027) | Andreas Rumpf | 2020-01-04 | 1 | -2/+2 |
| | |||||
* | Cosmetic compiler cleanup (#12718) | Clyybber | 2019-11-28 | 1 | -213/+206 |
| | | | | | | | | | | | | | | | | | | * Cleanup compiler code base * Unify add calls * Unify len invocations * Unify range operators * Fix oversight * Remove {.procvar.} pragma * initCandidate -> newCandidate where reasonable * Unify safeLen calls | ||||
* | remove unused imports | narimiran | 2019-11-06 | 1 | -3/+0 |
| | |||||
* | [backport] fix #12528, fix #12525: incorrect generic type resolution for ↵ | Andreas Rumpf | 2019-10-28 | 1 | -7/+15 |
| | | | | | | default values (#12538) | ||||
* | refactoring: use the new strings and seqs when optSeqDestructors is active | Araq | 2019-10-20 | 1 | -5/+0 |
| | |||||
* | Small ast.nim cleanup (#12156) | Clyybber | 2019-09-09 | 1 | -19/+19 |
| | | | | | * Remove sonsLen * Use Indexable | ||||
* | fixes #12020 (#12106) | Andreas Rumpf | 2019-09-02 | 1 | -1/+1 |
| | |||||
* | improvement for 'unused import' warnings | Araq | 2019-09-02 | 1 | -0/+1 |
| | |||||
* | weaking unsigned/signed indexing requirements in order to not break too much ↵ | Araq | 2019-09-02 | 1 | -5/+5 |
| | | | | existing code | ||||
* | Fix int literals and range interaction (#11197) | Oscar Nihlgård | 2019-08-31 | 1 | -9/+11 |
| | | | | | | | | * Fix int literals and range interaction * Fix test * remove float range fix; update changelog | ||||
* | Fix several float range issues (supersedes #11905) (#12067) | Andreas Rumpf | 2019-08-27 | 1 | -3/+4 |
|\ | | | | | | | | | | | * Fix several float range issues * address the comments | ||||
| * | Fix several float range issues | Oscar Nihlgård | 2019-08-27 | 1 | -3/+4 |
| | | |||||
* | | Fix to int to biggest int (#12066) | Arne Döring | 2019-08-27 | 1 | -1/+1 |
|/ | | | | | * fix to(Biggest)Int * kill toFloat magics as well | ||||
* | fixes 9195 (#12055) | Andreas Rumpf | 2019-08-27 | 1 | -2/+6 |
| | |||||
* | [refactoring] compiler: simplified markUsed | Andreas Rumpf | 2019-08-08 | 1 | -3/+3 |
| | |||||
* | fix crash on sigmatch (#11913) | Timothee Cour | 2019-08-08 | 1 | -3/+3 |
| | |||||
* | delete expensive call (#11909) [refactoring] | Arne Döring | 2019-08-08 | 1 | -1/+1 |
| | |||||
* | int128 on firstOrd, lastOrd and lengthOrd (#11701) | Arne Döring | 2019-08-07 | 1 | -5/+5 |
| | | | | * fixes #11847 | ||||
* | Allow typeof(nil) as generic parameter (#11869) | Oscar Nihlgård | 2019-08-03 | 1 | -2/+0 |
| | |||||
* | fix #11812 (#11829) | Arne Döring | 2019-07-27 | 1 | -1/+1 |
| | | | | | | * fixes #11812 * fixes #10899 * fixes #11367 | ||||
* | Merge branch 'devel' into araq-detect-unused-imports | Andreas Rumpf | 2019-07-18 | 1 | -33/+55 |
|\ | |||||
| * | [refactoring] remove unused imports in the compiler and in some stdlib modules | Araq | 2019-07-18 | 1 | -1/+1 |
| | | |||||
| * | [refactoring] don't use 'defer' | Andreas Rumpf | 2019-07-17 | 1 | -13/+18 |
| | | |||||
| * | Merge pull request #11680 from timotheecour/pr_fix_sigmatch_errmsg | Andreas Rumpf | 2019-07-17 | 1 | -20/+37 |
| |\ | | | | | | | fixes #8305; fixes #7808; fixes #10285; fixes #11061 + other bugs with type mismatch error msgs | ||||
| | * | fix #8305 #7808 #10285 #11061 + other bugs with type mismatch error msgs | Timothee Cour | 2019-07-08 | 1 | -20/+37 |
| | | | |||||
* | | | [feature] detect unused imports | Araq | 2019-07-17 | 1 | -3/+3 |
|/ / | |||||
* | | 'nim check' stability improvements | Araq | 2019-07-14 | 1 | -1/+2 |
| | | |||||
* | | fixes #11715 (#11721) | Andreas Rumpf | 2019-07-13 | 1 | -1/+1 |
| | | |||||
* | | styleCheck: make the compiler and large parts of the stdlib compatible with ↵ | Araq | 2019-07-10 | 1 | -2/+2 |
| | | | | | | | | --styleCheck:error | ||||
* | | newruntime: 'owned distinct' is a valid construct (required by async) | Araq | 2019-07-09 | 1 | -0/+1 |
|/ | |||||
* | newruntime for async (#11650) | Andreas Rumpf | 2019-07-05 | 1 | -1/+5 |
| | | | | | | | * fixes overloading resolution for passing owned(Future[string]) to Future[T] * WIP: make --newruntime work with .async * memtracker: make it compile again * make Nimble compile again | ||||
* | sigmatch: use boolean algebra | Andreas Rumpf | 2019-06-02 | 1 | -1/+1 |
| | |||||
* | fixes #11375 (#11376) | Andreas Rumpf | 2019-06-02 | 1 | -9/+9 |
| | |||||
* | fixes #11057 (#11345) | Andreas Rumpf | 2019-05-28 | 1 | -0/+6 |
| | |||||
* | fixes #11257 | Araq | 2019-05-24 | 1 | -4/+11 |
| | |||||
* | fixes #8568 (#11303) | Andreas Rumpf | 2019-05-22 | 1 | -4/+7 |
| | | | | | | * fixes #8568 * fixes regression | ||||
* | fixes subtype relation regression | Araq | 2019-05-22 | 1 | -4/+20 |
| | |||||
* | make bootstrapping work with older Nims | Araq | 2019-05-22 | 1 | -2/+1 |
| | |||||
* | fixes #11239 | Araq | 2019-05-22 | 1 | -52/+37 |
| | |||||
* | fixes #6732 (#11255) | Andreas Rumpf | 2019-05-15 | 1 | -1/+12 |
| | |||||
* | rename tyExpr/tyStmt to tyUntyped/tyTyped (#11227) | Arne Döring | 2019-05-11 | 1 | -11/+11 |
| | |||||
* | Replace countup(x, y-1) with x ..< y | Clyybber | 2019-05-07 | 1 | -7/+7 |
| | |||||
* | Fix varargs int32 (#11054) | Arne Döring | 2019-04-18 | 1 | -5/+12 |
| | | | | | * fixes #10999 * adds a test for #10999 | ||||
* | sigmatch: ensure 'owned proc' works with system.isNil | Araq | 2019-04-11 | 1 | -1/+1 |
| | |||||
* | Tighten the conversion from tyRange to scalar types (#10495) | LemonBoy | 2019-02-23 | 1 | -6/+7 |
| | | | | | | | | | * Tighten the conversion from tyRange to scalar types. Introduce the `isIntConv` rule for unsigned types. Do not allow mixed-signedness conversions between ranges and scalar types. * More json adjustments | ||||
* | first steps in implementing 'owned' pointers; undocumented, do not use | Andreas Rumpf | 2019-02-23 | 1 | -7/+23 |
| |