Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #15532 (#15534) | Andreas Rumpf | 2020-10-09 | 1 | -0/+21 |
| | |||||
* | fix #14312 | cooldome | 2020-05-12 | 1 | -2/+13 |
| | |||||
* | fixes #14244 (#14248) | cooldome | 2020-05-06 | 1 | -0/+19 |
| | | | Co-authored-by: cooldome <ariabushenko@bk.ru> | ||||
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 1 | -5/+5 |
| | | | | | | | | | | | | | | * Error -> Defect for defects The distinction between Error and Defect is subjective, context-dependent and somewhat arbitrary, so when looking at an exception, it's hard to guess what it is - this happens often when looking at a `raises` list _without_ opening the corresponding definition and digging through layers of inheritance. With the help of a little consistency in naming, it's at least possible to start disentangling the two error types and the standard lib can set a good example here. | ||||
* | Implements RFCs #209 (#13995) | cooldome | 2020-04-16 | 1 | -0/+49 |
| | | | | | * add test * add changelod entry Co-authored-by: cooldome <ariabushenko@bk.ru> | ||||
* | ARC: misc bugfixes (#13156) | Andreas Rumpf | 2020-01-15 | 1 | -0/+146 |
* fixes #13102 * closes #13149 * ARC: fixes a move optimizer bug (there are more left regarding array and tuple indexing) * proper fix; fixes #12957 * fixes yet another case object '=' code generation problem |