| Commit message (Expand) | Author | Age | Files | Lines |
* | system.nim: documentation improvements | Andreas Rumpf | 2019-03-23 | 1 | -4/+7 |
* | add short overview of the system module (#10883) | Miran | 2019-03-23 | 1 | -24/+55 |
* | more destructor based changes (#10885) | Andreas Rumpf | 2019-03-23 | 1 | -1/+1 |
* | Add OpenMP overload with stepping (#10891) | Mamy Ratsimbazafy | 2019-03-22 | 1 | -0/+18 |
* | --newruntime: progress | Andreas Rumpf | 2019-03-14 | 1 | -33/+35 |
* | Revert "put extracted modules behind the switch, to enable doc generation" | narimiran | 2019-03-14 | 1 | -11/+10 |
* | put extracted modules behind the switch, to enable doc generation | narimiran | 2019-03-14 | 1 | -10/+11 |
* | move system.dollars in a separate file (#10829) | Miran | 2019-03-13 | 1 | -181/+32 |
* | system: some documentation improvements (#10809) | Miran | 2019-03-11 | 1 | -777/+1349 |
* | Don't include the nimhcr dev docs in the system module documentation (#10759) | zah | 2019-03-08 | 1 | -2/+0 |
* | move assertions and iterators out of system.nim (#10597) | Miran | 2019-03-07 | 1 | -423/+65 |
* | added system.default in order to prevent the abstraction inversion that 'temp... | Andreas Rumpf | 2019-03-05 | 1 | -0/+4 |
* | make exception handling use owned refs | Andreas Rumpf | 2019-03-05 | 1 | -5/+13 |
* | attempt to make the CIs happy by using the older syntax | Andreas Rumpf | 2019-03-04 | 1 | -1/+1 |
* | special typing rules for owned pointers | Andreas Rumpf | 2019-03-04 | 1 | -15/+35 |
* | code cleanup: there is no MoveError and sinks are always available | Andreas Rumpf | 2019-03-04 | 1 | -27/+16 |
* | make 'doc io.nim' work | Andreas Rumpf | 2019-03-04 | 1 | -2/+3 |
* | alloc et al don't have any effect; fixes #9746 | Araq | 2019-03-01 | 1 | -16/+16 |
* | Initial version of the hot-code reloading support for native targets (#10729) | zah | 2019-02-26 | 1 | -1/+19 |
* | system.nim: spacing | Andreas Rumpf | 2019-02-21 | 1 | -1/+1 |
* | gc:destructors: make system/repr compile | Andreas Rumpf | 2019-02-21 | 1 | -1/+1 |
* | gc:destructors: slightly more stuff compiles | Araq | 2019-02-20 | 1 | -1/+4 |
* | system.nim: avoid 'cannot prove init' warnings for the '..' constructors | Araq | 2019-02-20 | 1 | -3/+2 |
* | fixed merge conflict | Andreas Rumpf | 2019-02-18 | 1 | -10/+24 |
|\ |
|
| * | allow string insert in nimscript, fixes #10561 | narimiran | 2019-02-15 | 1 | -1/+1 |
| * | deprecated leftovers from era of no unsigned integer types (#10605) | Arne Döring | 2019-02-14 | 1 | -9/+23 |
| * | Move cpp exception handler from system to excpt next to the signal handler (#... | cooldome | 2019-02-08 | 1 | -20/+0 |
* | | Move cpp exception handler from system to excpt next to the signal handler (#... | cooldome | 2019-02-13 | 1 | -20/+0 |
* | | make it work with latest system.nim | Andreas Rumpf | 2019-02-08 | 1 | -12/+8 |
* | | Merge branch 'devel' into araq-quirky-exceptions | Andreas Rumpf | 2019-02-08 | 1 | -355/+155 |
|\| |
|
| * | system refactorings (#10559) | Andreas Rumpf | 2019-02-06 | 1 | -285/+43 |
| * | Remove unused variable | LemonBoy | 2019-01-30 | 1 | -1/+1 |
| * | gc: destructors is beginning to work (#10483) | Andreas Rumpf | 2019-01-29 | 1 | -18/+18 |
| * | fixes #9149 [backport] | Araq | 2019-01-29 | 1 | -4/+6 |
| * | make --define:noSignalHandler compile again | Araq | 2019-01-22 | 1 | -1/+1 |
| * | deprecate += and friends for bool and enum (#10336) | Arne Döring | 2019-01-18 | 1 | -4/+10 |
| * | [CI] now enables `NIM_COMPILE_TO_CPP=true` to run without allow_failures (#10... | Timothee Cour | 2019-01-17 | 1 | -1/+6 |
| * | add unsetControlCHook to remove a Ctrl-C hook after it was set (#7267) | Vindaar | 2019-01-10 | 1 | -0/+4 |
| * | void object fields are now ignored by codegen and fields/fieldPairs iterator ... | Neelesh Chandola | 2019-01-10 | 1 | -0/+1 |
| * | Fix exception tracking for system.open (#10253) | Oscar Nihlgård | 2019-01-10 | 1 | -3/+4 |
| * | ValueError now inherits from CatchableError (#10246) | Oscar Nihlgård | 2019-01-10 | 1 | -1/+1 |
| * | add `isNamedTuple`; make $(1, 2) be (1, 2) instead of (Field0: 1, Field1: 2) ... | Timothee Cour | 2019-01-08 | 1 | -5/+16 |
| * | * move up runnableExamples definition so can be used more in system.nim (#10196) | Timothee Cour | 2019-01-05 | 1 | -28/+30 |
| * | fix system.nim documentations (#10168) | alaviss | 2019-01-04 | 1 | -2/+2 |
| * | fix bug in doAssertRaises when exception==Exception (#10172) | Timothee Cour | 2019-01-04 | 1 | -11/+19 |
| * | [backport] correctly document `toInt`, fixes #2764 [ci skip] (#10176) | Miran | 2019-01-04 | 1 | -4/+6 |
| * | Add {.noReturn.} to system.raiseAssert (#10161) | Oscar Nihlgård | 2019-01-02 | 1 | -1/+1 |
* | | --define:nimQuirky exception handling for Nim; in preparation of a blog post | Andreas Rumpf | 2019-01-03 | 1 | -0/+22 |
|/ |
|
* | Dead code elimination for entire modules and their init procs if empty (#10032) | cooldome | 2018-12-30 | 1 | -6/+3 |
* | revives: Move typetraits.`$` to system. Fixes #5827 (#10071) | Timothee Cour | 2018-12-30 | 1 | -0/+9 |