Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Error -> Defect for defects (#13908) | Jacek Sieka | 2020-04-28 | 1 | -4/+4 |
| | | | | | | | | | | | | | | * 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. | ||||
* | fix operators containing percent for VM usage (#13536) | Arne Döring | 2020-03-11 | 1 | -39/+52 |
| | | | | * fixes #13513 * merge tarithmetics in tarithm | ||||
* | cleanup Ordinal (#13501) | Timothee Cour | 2020-02-27 | 1 | -2/+2 |
| | |||||
* | style fix: change 'JS' to 'js' to make it consistent (#13168) | Miran | 2020-01-16 | 1 | -1/+1 |
| | |||||
* | System cleanup, part 2 (#13155) | Miran | 2020-01-15 | 1 | -0/+486 |
* create basic_types, arithmetics, exceptions, comparisons * create setops.nim * create memalloc.nim * create gc_interface.nim * create iterators_1.nim |