summary refs log tree commit diff stats
path: root/changelog.md
Commit message (Expand)AuthorAgeFilesLines
* Add thiscall calling convention, mostly for hooking purpose (#14466)Huy Doan2020-05-271-0/+2
* add bindParams to db_sqlite (#14408)Bung2020-05-261-1/+2
* fix #6583, fix #14376, index+search now generated for all projects, many bug ...Timothee Cour2020-05-251-1/+3
* add insert,tryInsert unify for postgres that need pk name (#14416)Bung2020-05-221-0/+1
* fix #10731 ; `runnableExamples "-b:cpp --run:off": code` works (#14384)Timothee Cour2020-05-201-0/+2
* asyncdispatch, asyncnet: add inheritance control (#14362)alaviss2020-05-201-8/+9
* fixes #14370 (#14371)Andreas Rumpf2020-05-161-1/+1
* fix some issues with --backend (#14363)Timothee Cour2020-05-161-2/+8
* no more guessing where compiler msgs came from (#14317)Timothee Cour2020-05-131-0/+3
* `osproc.execCmdEx` now takes an optional `input` for stdin, `env`, workingDir...Timothee Cour2020-05-131-0/+4
* Allow let to not have value when using importc (#14258)PMunch2020-05-121-3/+2
* fixes #13881Andreas Rumpf2020-05-121-0/+3
* do not track 'raise Defect' in the .raises: [] clause anymore (#14298)Andreas Rumpf2020-05-111-4/+29
* fix a critical bug in windows.osproc leading to resource leaks and blocking I...Timothee Cour2020-05-111-0/+3
* `nim doc -r main` and `nim rst2html -r main` now call openDefaultBrowser (#14...Timothee Cour2020-05-101-0/+1
* --hint:processing (+friends) is now supported and means `--hint:processing:on...Timothee Cour2020-05-081-0/+3
* make `from` an operator (#14241)hlaaftana2020-05-081-0/+2
* Added bitslice operations for bitops (#14016)awr12020-05-061-0/+4
* Make the fields of `times.DateTime` private (#14197)Oscar Nihlgård2020-05-061-0/+5
* => supports pragmas & names (+ changed behavior) (#14200)hlaaftana2020-05-031-0/+16
* fixes #14054 [backport:1.2] (#14061)Andreas Rumpf2020-04-301-0/+4
* StringStream & more stdlib modules support for JS/NimScript (#14095)hlaaftana2020-04-281-0/+11
* Undefine `paramCount` & `paramStr` in nimscript.nim for *.nims (#12860)Neelesh Chandola2020-04-271-0/+1
* `$` now works for unsigned intergers with `nim js` (#14122)Timothee Cour2020-04-271-0/+2
* added high level sendTo and recvFrom to std/asyncnet (UDP functionality) (#14...rockcavera2020-04-261-0/+2
* Faster readStr() (#14099)Christopher Dunn2020-04-251-0/+3
* Add critbits.commonPrefixLen (#14072)Phil Krylov2020-04-241-0/+1
* new cmd: `nim r main [args...]` to compile & run, saving binary under $nimcac...Timothee Cour2020-04-231-0/+11
* fix #14064 xmltree should allow create text node with raw text(non-es… (#14...Bung2020-04-221-1/+1
* fix #13222: make relativePath more robust and flexible (#13451)Timothee Cour2020-04-211-0/+6
* cleanup PR #14048Araq2020-04-211-3/+3
* Add deques.peekFirst/Last(var Deque[T]) -> var T (#13542)hlaaftana2020-04-211-0/+1
* Replace enum fields idents with syms (#14048)cooldome2020-04-211-0/+4
* Make file descriptors from stdlib non-inheritable by default (#13201)alaviss2020-04-201-0/+19
* Implements RFCs #209 (#13995)cooldome2020-04-161-1/+28
* Add `hashWangYi1` (#13823)c-blake2020-04-151-0/+3
* Add Data URI Base64, implements RFC-2397 (#13759)Juan Carlos2020-04-131-0/+1
* Add jsdomparser (#13920)Juan Carlos2020-04-131-0/+2
* finally de-deprecate the .define and .undef pragmasAndreas Rumpf2020-04-041-0/+1
* new feature: ability to turn specific warnings to errorsAndreas Rumpf2020-04-041-0/+1
* create a changelog for v1.2.0narimiran2020-04-021-209/+4
* added an .assert pragma and mentioned the pragmas in the changelogAraq2020-04-021-0/+4
* feature/count (#13837)Dean Eigenmann2020-04-021-1/+1
* renamed new std/pragmas.nim to std/byaddr.nim (#13844)Andreas Rumpf2020-04-021-2/+2
* Jsconsole update (#12448)Juan Carlos2020-04-021-0/+1
* Add browsers.openDefaultBrowser without URL, implements IETF RFC-6694 Section...Juan Carlos2020-04-011-0/+2
* updated the changelogAraq2020-04-011-1/+1
* macros for proc types, macros for types (#13778)Andreas Rumpf2020-03-311-0/+2
* stacktraces can now show custom runtime msgs per frame (#13351)Timothee Cour2020-03-301-0/+3
* distinctBase overload for values (#13746)Timothee Cour2020-03-251-1/+1