Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | rename sfAlwaysReturn to sfNeverRaises | Araq | 2020-03-16 | 1 | -2/+2 |
| | |||||
* | catchable defects (#13626) | Andreas Rumpf | 2020-03-12 | 1 | -0/+2 |
| | | | | | | | | | | * allow defects to be caught even for --exceptions:goto (WIP) * implemented the new --panics:on|off switch; refs https://github.com/nim-lang/RFCs/issues/180 * new implementation for integer overflow checking * produce a warning if a user-defined exception type inherits from Exception directly * applied Timothee's suggestions; improved the documentation and replace the term 'checked runtime check' by 'panic' * fixes #13627 * don't inherit from Exception directly | ||||
* | fixes #12821 (#12822) | cooldome | 2019-12-06 | 1 | -5/+10 |
| | |||||
* | Cosmetic compiler cleanup (#12718) | Clyybber | 2019-11-28 | 1 | -15/+15 |
| | | | | | | | | | | | | | | | | | | * 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 | ||||
* | fixes #11205 | Araq | 2019-05-28 | 1 | -0/+56 |
| | |||||
* | more efficient enumToStr implementation that works without the old typeinfo ↵ | Andreas Rumpf | 2019-04-07 | 1 | -0/+42 |
structures |