Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | --exception:goto switch for deterministic exception handling (#12977) | Andreas Rumpf | 2020-01-01 | 1 | -2/+18 |
| | | | | | This implements "deterministic" exception handling for Nim based on goto instead of setjmp. This means raising an exception is much cheaper than in C++'s table based implementations. Supports hard realtime systems. Default for --gc:arc and the C target because it's generally a good idea and arc is all about deterministic behavior. Note: This implies that fatal runtime traps are not catchable anymore! This needs to be documented. | ||||
* | styleCheck: make the compiler and large parts of the stdlib compatible with ↵ | Araq | 2019-07-10 | 1 | -4/+4 |
| | | | | --styleCheck:error | ||||
* | make -d:nimQuirky work with devel | Andreas Rumpf | 2019-04-20 | 1 | -0/+2 |
| | |||||
* | move assertions and iterators out of system.nim (#10597) | Miran | 2019-03-07 | 1 | -0/+47 |
* move assertions and iterators out of system.nim * limit nimsuggest tests to the first 3 suggestions |