summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* runnableExample: put each example to its own file; fixes #7285Andreas Rumpf2018-09-032-30/+27
* fixes #8831Andreas Rumpf2018-09-031-1/+1
* Make sure addGotoOut always inserts its node (#8843)LemonBoy2018-09-031-1/+1
* change runnableExamples implementation; fixes #8641; fixes #7135; runnableExa...Andreas Rumpf2018-09-025-42/+70
* fixes #8694Andreas Rumpf2018-09-021-2/+2
* Exports dom.Style (#8444)Dominik Picheta2018-09-011-1/+1
* strutils: don't deprecate escape/unescape, too much code uses itAraq2018-08-311-6/+2
* fixes #8052Araq2018-08-312-1/+24
* Constant folding for integer casts (#8095)LemonBoy2018-08-313-8/+86
* Do not materialize empty varargs[untyped] arrays (#8715)LemonBoy2018-08-312-6/+38
* Update html elements to current html spec (#8791)Nathan Cahill2018-08-311-50/+241
* system/excpt: nil is no longer vaild for seqs (#8825)alaviss2018-08-311-1/+1
* merged #8624 manually; fixes #8442; closes #8575Araq2018-08-312-2/+36
* Improve enumerate macro (#8819)Vindaar2018-08-311-8/+12
* fixes #8066Araq2018-08-314-10/+46
* times.nim: minor code cleanupAraq2018-08-311-3/+2
* Tutorial 1: Simplifiy the discription of enums; it is a tutorial, not a manualAraq2018-08-311-11/+2
* fixes a parseopt regression (#8820)Andreas Rumpf2018-08-301-2/+5
* introduce precise string '[]', '[]=' accessors; fixes #8049 (#8817)Andreas Rumpf2018-08-304-3/+33
* fixes #8768 properlyAraq2018-08-303-17/+18
* fixes #7854Araq2018-08-302-1/+38
* unidecode module: change the default to: embed resource file into the applica...Araq2018-08-301-10/+10
* fixes #8768Araq2018-08-303-430/+430
* fix tests/coroutines/texceptions.nim (#8810)Timothee Cour2018-08-301-1/+6
* make config.nims behave like nim.cfg in terms of where these scripts are sear...Timothee Cour2018-08-307-118/+156
* add nim c -r nimsuggest/tester to travis (#8805)Timothee Cour2018-08-2910-3/+27
* Allow Nimble to override the ``task`` template in nimscript. (#8798)Dominik Picheta2018-08-281-18/+18
* Allow `hint` and `warning` to specify its loc info (#8771)LemonBoy2018-08-284-12/+40
* Net module fixes (#8597)Dominik Picheta2018-08-282-17/+19
* make parseopt work with DLLs on UnixAraq2018-08-281-7/+8
* make parsopt compile under --taintMode:onAraq2018-08-281-6/+6
* parseopt: keep the seq of arguments as given; fixes various command line pars...Araq2018-08-281-34/+75
* fixes #4766Araq2018-08-282-1/+21
* added a test to ensure that for-loop-variables cannot be mutatedAraq2018-08-281-0/+15
* Fix nkImportAs regression (#8796)Oscar NihlgÄrd2018-08-282-9/+19
* show all mismatching overloads againAraq2018-08-271-9/+11
* improve the error message for mutability problems that arise from implicit co...Araq2018-08-271-1/+3
* manual: document the order of evaluationAraq2018-08-271-0/+49
* Add escapeJsonUnquoted for json escaped strings without quotes (#8785)hlaaf2018-08-271-4/+16
* fixes #8776Araq2018-08-271-10/+11
* added missing file to make tests greenAraq2018-08-271-0/+30
* allow .experimental in a .push/pop environment; refs #8676Araq2018-08-274-18/+61
* optimize away genericReset for result assignment; refs #8745Araq2018-08-271-3/+112
* fixes #8781 by appending "_U" instead of 'U' (#8787)Vindaar2018-08-272-1/+28
* Update html attrs to current html specNathan Cahill2018-08-261-4/+12
* Added to docs: warning string for {.deprecated.} pragma (#8783)awr12018-08-261-1/+5
* [ospaths] simplify getConfigDir and introduce normalizePathEnd to make (#8680)Timothee Cour2018-08-261-4/+50
* Deprecate xlen() for strings and seqs (#8782)awr12018-08-261-2/+7
* gitignore html output of nim doc foo (#8742)Timothee Cour2018-08-251-1/+5
* doAssert, assert now print full path of failing line on error (#8555)Timothee Cour2018-08-256-31/+108