summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | atomics.nim: minor improvementsAraq2019-07-121-1/+1
* | | | documented --newruntime switchAraq2019-07-121-1/+4
* | | | preparations to be able to use atomics in runtime_v2.nimAraq2019-07-121-11/+16
* | | | fixes tcompiletimerange [bugfix] (#11720)Andreas Rumpf2019-07-123-7/+29
* | | | Moved 'Case statement macros' documentation out of manual into manual_experim...Ico Doornekamp2019-07-122-51/+51
* | | | [bugfix] VM: finally do inheritance properlyAraq2019-07-122-21/+36
* | | | koch/nim: completion of the 'better run' featureAraq2019-07-123-4/+6
* | | | document 'nim' defines prefixAraq2019-07-121-0/+3
* | | | nimpretty: implement a --maxLineLen command line optionAraq2019-07-122-7/+12
* | | | JS codegen: supports toOpenArray [bugfix]Araq2019-07-124-14/+30
* | | | koch temp bugfixAraq2019-07-121-3/+2
* | | | nimpretty: fix #11700, no extra newlines (#11714)Miran2019-07-123-15/+64
* | | | better run [feature] (#11709)Andreas Rumpf2019-07-1110-24/+88
|/ / /
* | | Give NilAccessError a message (#11706)Dominik Picheta2019-07-111-1/+1
* | | make async tests green againAndreas Rumpf2019-07-113-8/+12
* | | minor style changesAraq2019-07-1115-110/+134
* | | minor style changesAraq2019-07-1011-56/+60
* | | make tests green againAraq2019-07-101-5/+5
* | | there is only one style -- my styleAraq2019-07-1016-213/+232
* | | fixes linter regressionsAraq2019-07-104-3/+15
* | | make editdistance work with --styleCheck:errorAraq2019-07-101-108/+108
* | | fixes #10901Araq2019-07-101-0/+2
* | | fixes #11683Araq2019-07-101-5/+6
* | | make more parts of the stdlib compile with --styleCheck:errorAraq2019-07-1017-98/+98
* | | fixes #11691Araq2019-07-101-5/+5
* | | [feature] add `unsafeColumnAt` procs, that return unsafe cstring from Instant...Huy2019-07-105-1/+24
* | | styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-1090-652/+680
* | | Make public additional types from sha1 module [feature] (#11694)Ivan Bobev2019-07-102-2/+3
* | | linter: refactoringsAraq2019-07-103-55/+40
* | | style changesAraq2019-07-101-12/+12
* | | nim styleChecker: implemented all the missing features (bugfix)Araq2019-07-107-50/+110
* | | minor system.nim style changesAraq2019-07-101-3/+3
* | | koch temp: use -d:leanCompiler if possibleAraq2019-07-101-1/+3
* | | [other] prettify collections (#11695)Miran2019-07-0914-186/+209
* | | newruntime: async progressAraq2019-07-093-11/+27
* | | control flow graph: don't ignore yield statementsAraq2019-07-091-1/+1
* | | newruntime: map system.reset to =destroyAraq2019-07-091-2/+10
* | | closes #11551 (#11693)Arne Döring2019-07-091-0/+13
* | | newruntime: 'owned distinct' is a valid construct (required by async)Araq2019-07-091-0/+1
* | | make tests green againAraq2019-07-091-1/+1
* | | nimpretty: more comment indentation fixesnarimiran2019-07-093-6/+33
* | | nimpretty: more improvementsAraq2019-07-093-15/+112
* | | nimpretty: code cleanupsAraq2019-07-092-13/+4
* | | nimpretty: yet another improvementAraq2019-07-093-1/+21
* | | async: more 'owned' annotationsAraq2019-07-092-14/+15
* | | asyncmacro produces 'owned' typesAraq2019-07-091-2/+2
* | | bugfix: allow type conversions between 'owned ref' typesAraq2019-07-091-1/+5
* | | better error message for invalid typesAraq2019-07-091-1/+3
* | | Offsetof fixes (#11690)Arne Döring2019-07-098-81/+241
|/ /
* | [other] test more packages (#11687)Miran2019-07-081-1/+2