| Commit message (Expand) | Author | Age | Files | Lines |
* | Add thiscall calling convention, mostly for hooking purpose (#14466) | Huy Doan | 2020-05-27 | 1 | -0/+2 |
* | add bindParams to db_sqlite (#14408) | Bung | 2020-05-26 | 1 | -1/+2 |
* | fix #6583, fix #14376, index+search now generated for all projects, many bug ... | Timothee Cour | 2020-05-25 | 1 | -1/+3 |
* | add insert,tryInsert unify for postgres that need pk name (#14416) | Bung | 2020-05-22 | 1 | -0/+1 |
* | fix #10731 ; `runnableExamples "-b:cpp --run:off": code` works (#14384) | Timothee Cour | 2020-05-20 | 1 | -0/+2 |
* | asyncdispatch, asyncnet: add inheritance control (#14362) | alaviss | 2020-05-20 | 1 | -8/+9 |
* | fixes #14370 (#14371) | Andreas Rumpf | 2020-05-16 | 1 | -1/+1 |
* | fix some issues with --backend (#14363) | Timothee Cour | 2020-05-16 | 1 | -2/+8 |
* | no more guessing where compiler msgs came from (#14317) | Timothee Cour | 2020-05-13 | 1 | -0/+3 |
* | `osproc.execCmdEx` now takes an optional `input` for stdin, `env`, workingDir... | Timothee Cour | 2020-05-13 | 1 | -0/+4 |
* | Allow let to not have value when using importc (#14258) | PMunch | 2020-05-12 | 1 | -3/+2 |
* | fixes #13881 | Andreas Rumpf | 2020-05-12 | 1 | -0/+3 |
* | do not track 'raise Defect' in the .raises: [] clause anymore (#14298) | Andreas Rumpf | 2020-05-11 | 1 | -4/+29 |
* | fix a critical bug in windows.osproc leading to resource leaks and blocking I... | Timothee Cour | 2020-05-11 | 1 | -0/+3 |
* | `nim doc -r main` and `nim rst2html -r main` now call openDefaultBrowser (#14... | Timothee Cour | 2020-05-10 | 1 | -0/+1 |
* | --hint:processing (+friends) is now supported and means `--hint:processing:on... | Timothee Cour | 2020-05-08 | 1 | -0/+3 |
* | make `from` an operator (#14241) | hlaaftana | 2020-05-08 | 1 | -0/+2 |
* | Added bitslice operations for bitops (#14016) | awr1 | 2020-05-06 | 1 | -0/+4 |
* | Make the fields of `times.DateTime` private (#14197) | Oscar Nihlgård | 2020-05-06 | 1 | -0/+5 |
* | => supports pragmas & names (+ changed behavior) (#14200) | hlaaftana | 2020-05-03 | 1 | -0/+16 |
* | fixes #14054 [backport:1.2] (#14061) | Andreas Rumpf | 2020-04-30 | 1 | -0/+4 |
* | StringStream & more stdlib modules support for JS/NimScript (#14095) | hlaaftana | 2020-04-28 | 1 | -0/+11 |
* | Undefine `paramCount` & `paramStr` in nimscript.nim for *.nims (#12860) | Neelesh Chandola | 2020-04-27 | 1 | -0/+1 |
* | `$` now works for unsigned intergers with `nim js` (#14122) | Timothee Cour | 2020-04-27 | 1 | -0/+2 |
* | added high level sendTo and recvFrom to std/asyncnet (UDP functionality) (#14... | rockcavera | 2020-04-26 | 1 | -0/+2 |
* | Faster readStr() (#14099) | Christopher Dunn | 2020-04-25 | 1 | -0/+3 |
* | Add critbits.commonPrefixLen (#14072) | Phil Krylov | 2020-04-24 | 1 | -0/+1 |
* | new cmd: `nim r main [args...]` to compile & run, saving binary under $nimcac... | Timothee Cour | 2020-04-23 | 1 | -0/+11 |
* | fix #14064 xmltree should allow create text node with raw text(non-es… (#14... | Bung | 2020-04-22 | 1 | -1/+1 |
* | fix #13222: make relativePath more robust and flexible (#13451) | Timothee Cour | 2020-04-21 | 1 | -0/+6 |
* | cleanup PR #14048 | Araq | 2020-04-21 | 1 | -3/+3 |
* | Add deques.peekFirst/Last(var Deque[T]) -> var T (#13542) | hlaaftana | 2020-04-21 | 1 | -0/+1 |
* | Replace enum fields idents with syms (#14048) | cooldome | 2020-04-21 | 1 | -0/+4 |
* | Make file descriptors from stdlib non-inheritable by default (#13201) | alaviss | 2020-04-20 | 1 | -0/+19 |
* | Implements RFCs #209 (#13995) | cooldome | 2020-04-16 | 1 | -1/+28 |
* | Add `hashWangYi1` (#13823) | c-blake | 2020-04-15 | 1 | -0/+3 |
* | Add Data URI Base64, implements RFC-2397 (#13759) | Juan Carlos | 2020-04-13 | 1 | -0/+1 |
* | Add jsdomparser (#13920) | Juan Carlos | 2020-04-13 | 1 | -0/+2 |
* | finally de-deprecate the .define and .undef pragmas | Andreas Rumpf | 2020-04-04 | 1 | -0/+1 |
* | new feature: ability to turn specific warnings to errors | Andreas Rumpf | 2020-04-04 | 1 | -0/+1 |
* | create a changelog for v1.2.0 | narimiran | 2020-04-02 | 1 | -209/+4 |
* | added an .assert pragma and mentioned the pragmas in the changelog | Araq | 2020-04-02 | 1 | -0/+4 |
* | feature/count (#13837) | Dean Eigenmann | 2020-04-02 | 1 | -1/+1 |
* | renamed new std/pragmas.nim to std/byaddr.nim (#13844) | Andreas Rumpf | 2020-04-02 | 1 | -2/+2 |
* | Jsconsole update (#12448) | Juan Carlos | 2020-04-02 | 1 | -0/+1 |
* | Add browsers.openDefaultBrowser without URL, implements IETF RFC-6694 Section... | Juan Carlos | 2020-04-01 | 1 | -0/+2 |
* | updated the changelog | Araq | 2020-04-01 | 1 | -1/+1 |
* | macros for proc types, macros for types (#13778) | Andreas Rumpf | 2020-03-31 | 1 | -0/+2 |
* | stacktraces can now show custom runtime msgs per frame (#13351) | Timothee Cour | 2020-03-30 | 1 | -0/+3 |
* | distinctBase overload for values (#13746) | Timothee Cour | 2020-03-25 | 1 | -1/+1 |