summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * | Show error when trying to export individual enum field (#10109)Neelesh Chandola2019-01-071-1/+3
| * | add custom pragma support for var and let symbols (#9582)jcosborn2019-01-079-20/+77
| * | os.execShellCmd: use WEXITSTATUS to retrieve exit code (#10222)alaviss2019-01-071-1/+1
| * | Fix #10073 (#10218)zah2019-01-072-1/+24
| * | remove deprecated modules (#10215)Miran2019-01-0719-1194/+5
| * | Added examples to strtabs module (#10160)Ico Doornekamp2019-01-071-0/+31
| * | Fix defer not not-working at top level (#10191)Neelesh Chandola2019-01-074-13/+4
| * | Add changelog for the isNil JavaScript change (#10184)Alexander Ivanov2019-01-071-0/+2
| * | Fix ODBC SQL Error string decoding (#10207) [backport]Leonardo Cecchi2019-01-071-1/+1
| * | Remove totally unneeded import of hashes. (#10221)c-blake2019-01-073-3/+3
| * | Fix getAddrInfo, add IPPROTO_ICMPV6 Closes #10198Federico Ceratto2019-01-065-2/+44
| * | Minor Fixes to Manual Wording (#10214)Tristano Ajmone2019-01-061-3/+3
| * | testament megatest: we can now tell which test failed; helps debugging and pr...Timothee Cour2019-01-053-20/+50
| * | * move up runnableExamples definition so can be used more in system.nim (#10196)Timothee Cour2019-01-051-28/+30
| * | Fix the tuple returned by `os.splitFile()` in documentation (#10197)Hugo Locurcio2019-01-051-1/+1
| * | fix system.nim documentations (#10168)alaviss2019-01-042-4/+4
| * | expandFilename on windows is now consistent with other platforms (#10154)Neelesh Chandola2019-01-042-52/+49
| * | Guard against null exception (#10162)rec2019-01-042-1/+4
| * | Fix Typo in Compiler Guide (#10189)Tristano Ajmone2019-01-041-1/+1
| * | fix bug in doAssertRaises when exception==Exception (#10172)Timothee Cour2019-01-042-11/+31
| * | fixes #10188Araq2019-01-041-0/+1
| * | [backport] improve unicode docs, fixes #2353 (#10174)Miran2019-01-041-85/+122
| * | Undocument --genmapping (#10175)Neelesh Chandola2019-01-041-2/+0
| * | runnableExamples: compile and test them as a single file; fixes #9300Araq2019-01-041-2/+10
| * | [backport] correctly document `toInt`, fixes #2764 [ci skip] (#10176)Miran2019-01-041-4/+6
| * | koch.nim: speed up tests for the 'testinstall' target for the nightly builds ...Araq2019-01-031-2/+1
| * | exportc is now not allowed for type aliases (#9979)Neelesh Chandola2019-01-022-0/+14
| * | Add {.noReturn.} to system.raiseAssert (#10161)Oscar NihlgÄrd2019-01-021-1/+1
| * | [cleanup] remove dead code compiler.options.mergeConfigs (#10165)Timothee Cour2019-01-021-78/+0
| * | Add link to tutorial part III to docs.rst (#10157) [ci skip]Ico Doornekamp2019-01-011-0/+3
| * | Show field not initialized warning only when `notnil` used (#10155)Neelesh Chandola2019-01-011-1/+1
| * | Deprecate gc v2 (#10151)Neelesh Chandola2019-01-0112-21/+21
| * | Add Example code to Documentation comment of wordWrap proc. (#10146)jiro2019-01-011-0/+5
| * | fixes #10148 (#10149)cooldome2018-12-312-13/+47
| * | fix off by 1 error in `col` shown by toFileLineCol (#10138)Timothee Cour2018-12-314-4/+4
| * | Resolve things raised in https://github.com/nim-lang/Nim/issues/10081 ? (#10084)c-blake2018-12-313-30/+86
| * | Check there are no side effects before optimizing away compile time expressio...deech2018-12-313-8/+56
| * | Before showing deprecated warning, check whether enum field was marked deprec...Neelesh Chandola2018-12-301-2/+2
* | | --define:nimQuirky exception handling for Nim; in preparation of a blog postAndreas Rumpf2019-01-037-32/+77
|/ /
* | help Nim optimize intsets.initIntSetAndreas Rumpf2018-12-301-8/+7
* | Dead code elimination for entire modules and their init procs if empty (#10032)cooldome2018-12-306-99/+176
* | Show deprecation warning for fields of a deprecated enum (#10112)Neelesh Chandola2018-12-302-7/+22
* | Deprecated pragma is now supported on enum fields (#10113)Neelesh Chandola2018-12-305-12/+63
* | fix typetraits.`$` regression https://github.com/c-blake/cligen/issues/84 (#1...Timothee Cour2018-12-303-2/+8
* | Support undefined in isNil (#9960)Alexander Ivanov2018-12-303-3/+26
* | fixes #10082Andreas Rumpf2018-12-302-25/+22
* | refs #10121 (#10124)Timothee Cour2018-12-301-1/+2
* | document --profiler:on (#10115)Timothee Cour2018-12-301-0/+3
* | {.push raises: [].} is now ignored for vars/lets/consts (#10026)Neelesh Chandola2018-12-301-6/+13
* | nim dump: add nimcache entry (#10122)Timothee Cour2018-12-301-0/+1