| Commit message (Expand) | Author | Age | Files | Lines |
* | Update docs and changelog | Clyybber | 2020-07-10 | 1 | -0/+2 |
* | remove a condition that table size must be passed as power of 2 (#14926) | Miran | 2020-07-08 | 1 | -26/+43 |
* | Fix logging tiny bug (#14910) | Juan Carlos | 2020-07-06 | 1 | -0/+4 |
* | deprecate existsDir; use dirExists instead (#14884) | Timothee Cour | 2020-07-03 | 1 | -0/+1 |
* | Add jsre (#14870) | Juan Carlos | 2020-07-03 | 1 | -0/+3 |
* | typetraits.$: $((int, float), int)` is now `"((int, float), int)"` instead of... | Timothee Cour | 2020-07-02 | 1 | -1/+3 |
* | Clean out sharedlists (#14857) | Juan Carlos | 2020-07-02 | 1 | -0/+3 |
* | Clean out strutils (#14859) | Juan Carlos | 2020-07-01 | 1 | -0/+1 |
* | fix #14846; add macros.extractDocCommentsAndRunnables (#14849) | Timothee Cour | 2020-07-01 | 1 | -0/+1 |
* | Clean out sharedtables (#14858) | Juan Carlos | 2020-06-30 | 1 | -0/+1 |
* | Removed asyncdispatch.newAsyncNativeSocket, was deprecated since 0.18 (#14854) | Juan Carlos | 2020-06-30 | 1 | -0/+1 |
* | add debug fmt string like python's (#14808) | flywind | 2020-06-30 | 1 | -0/+2 |
* | Clean out dom (#14855) | Juan Carlos | 2020-06-30 | 1 | -1/+1 |
* | Clean out oldast (#14837) | Juan Carlos | 2020-06-30 | 1 | -0/+1 |
* | fix #13432 typetraits.$: $(int,) is now (int,); $tuple[] is now tuple[] (#14799) | Timothee Cour | 2020-06-29 | 1 | -0/+1 |
* | Remove double entry for thiscall (#14842) | Danil Yarantsev | 2020-06-28 | 1 | -3/+1 |
* | Changelog: Tiny style improvement | Clyybber | 2020-06-28 | 1 | -1/+1 |
* | expr => untyped; stmt => typed (#14804) | Timothee Cour | 2020-06-25 | 1 | -0/+1 |
* | add typetraits.elementType (#14780) | Timothee Cour | 2020-06-24 | 1 | -0/+1 |
* | Correct changelog (#14775) | Clyybber | 2020-06-23 | 1 | -3/+2 |
* | Deprecated laxStrings for mutating the internal zero terminator on strings an... | Juan Carlos | 2020-06-23 | 1 | -0/+3 |
* | Deprecate oldNewlines, clean out deprecated code from oldNewlines (#14763) | Juan Carlos | 2020-06-23 | 1 | -0/+1 |
* | init checks and 'out' parameters (#14521) | Andreas Rumpf | 2020-06-23 | 1 | -2/+8 |
* | added normal variate function (#14725) | b3liever | 2020-06-22 | 1 | -1/+1 |
* | Deprecate unroll pragma, remove from documentation (#14705) | Juan Carlos | 2020-06-19 | 1 | -0/+2 |
* | add legacy workaround; improve test so that it actually tests for the bugfix | Timothee Cour | 2020-06-19 | 1 | -0/+1 |
* | fix #14179, fix #14142, make CI 1.4x faster (2x faster locally) (#14658) | Timothee Cour | 2020-06-16 | 1 | -1/+0 |
* | normalizeExe (#14668) | Timothee Cour | 2020-06-15 | 1 | -0/+1 |
* | Add rstgen.rstToLatex convenience proc for renderRstToOut and initRstGenerato... | Juan Carlos | 2020-06-12 | 1 | -0/+2 |
* | Add `proc find` to `heapqueue` (#14628) | c-blake | 2020-06-10 | 1 | -0/+2 |
* | `toJson`, `jsonTo`, json (de)serialization for custom types; remove dependenc... | Timothee Cour | 2020-06-08 | 1 | -0/+2 |
* | changelog.md: clarify that only the default has changed [ci-skip] | Leorize | 2020-06-06 | 1 | -1/+1 |
* | net: use a secure cipher list by default | Leorize | 2020-06-06 | 1 | -0/+9 |
* | 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 |