Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Better case coverage error message for alias and range enum (#12913) | Jasper Jenkins | 2019-12-18 | 1 | -47/+9 |
| | |||||
* | Cosmetic compiler cleanup (#12718) | Clyybber | 2019-11-28 | 1 | -26/+26 |
| | | | | | | | | | | | | | | | | | | * 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 | ||||
* | refactoring: --newruntime consists of 3 different switches | Araq | 2019-10-20 | 1 | -1/+1 |
| | |||||
* | Fix spellings (#12277) [backport] | Federico Ceratto | 2019-09-27 | 1 | -1/+1 |
| | |||||
* | Consider range type of runtime discrim [feature] (#11432) | Oscar Nihlgård | 2019-08-20 | 1 | -16/+45 |
| | |||||
* | int128 on firstOrd, lastOrd and lengthOrd (#11701) | Arne Döring | 2019-08-07 | 1 | -1/+1 |
| | | | | * fixes #11847 | ||||
* | fixes #11585 | Andreas Rumpf | 2019-07-03 | 1 | -2/+3 |
| | |||||
* | fixes #11617 | Araq | 2019-07-01 | 1 | -0/+3 |
| | |||||
* | parameter runtime discriminators (#11397) | Jasper Jenkins | 2019-06-04 | 1 | -3/+6 |
| | | | | | * allow param for runtime discriminator construction | ||||
* | fix bool and range (#11336) | Jasper Jenkins | 2019-05-27 | 1 | -4/+6 |
| | |||||
* | Smarter variant object construction (#11273) | Jasper Jenkins | 2019-05-26 | 1 | -14/+93 |
| | |||||
* | special typing rules for owned pointers | Andreas Rumpf | 2019-03-04 | 1 | -2/+5 |
| | |||||
* | WIP: disallow 'nil' for strings and seqs | Andreas Rumpf | 2018-08-13 | 1 | -2/+2 |
| | |||||
* | refactoring: remove idents.legacy global variable and pass the IdentCache ↵ | Andreas Rumpf | 2018-05-27 | 1 | -3/+3 |
| | | | | around explicitly | ||||
* | sem pass compiles again | Andreas Rumpf | 2018-05-12 | 1 | -33/+29 |
| | |||||
* | more modules compile again | Andreas Rumpf | 2018-05-12 | 1 | -11/+11 |
| | |||||
* | fixes a regression about static object case variant checking | Araq | 2018-04-06 | 1 | -1/+3 |
| | |||||
* | further steps in implementing sink parameters; refs #7041 | Araq | 2018-03-30 | 1 | -1/+1 |
| | |||||
* | fixes #5450 | Andreas Rumpf | 2018-02-04 | 1 | -0/+4 |
| | |||||
* | preparations for language extensions: 'sink' and 'lent' types | Andreas Rumpf | 2018-01-07 | 1 | -2/+2 |
| | |||||
* | fixes #5999 | Araq | 2017-12-14 | 1 | -2/+8 |
| | |||||
* | work in progress: new implementation for 'a[^1]' | Andreas Rumpf | 2017-10-29 | 1 | -6/+9 |
| | |||||
* | deprecated unary '<' | Andreas Rumpf | 2017-10-29 | 1 | -5/+5 |
| | |||||
* | Fixes #5965 (#6237) | Daniil Yarancev | 2017-08-14 | 1 | -1/+6 |
| | |||||
* | move the object construction logic to a separate file | Zahary Karadjov | 2017-04-06 | 1 | -0/+292 |