summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* drnim: phi nodes for 'if' statements (#13990)Andreas Rumpf2020-04-192-15/+172
* Add runnableExamples to critbits module (#13994)jiro2020-04-181-25/+219
* Fix unused warning for `$` for empty tuple/objects (#13991)hlaaftana2020-04-181-1/+2
* fix https://github.com/nim-lang/RFCs/issues/211: `var a: DateTime` compiles a...Timothee Cour2020-04-182-3/+25
* fix #14007 (#14012) [backport]cooldome2020-04-182-2/+15
* fixes #14003 (#14006) [backport:1.2]cooldome2020-04-172-6/+29
* Step2: fixes #13781, fixes #13805 (#13897)cooldome2020-04-165-45/+111
* Implements RFCs #209 (#13995)cooldome2020-04-169-109/+293
* added extended msg for failed library loads w/ incorrect DLL formats (#13950)awr12020-04-162-12/+30
* make fuzzy search a bit less fuzzy (#13996) [backport:1.2]Miran2020-04-162-1/+4
* fix newDomParser (#13981)Timothee Cour2020-04-161-1/+1
* Grammar correction in backends.rst (#13989)Adam Weber2020-04-161-2/+2
* added a .since annotation to hashIdentityAndreas Rumpf2020-04-151-2/+4
* Add `hashWangYi1` (#13823)c-blake2020-04-158-12/+107
* drnim: tiny progress (#13882)Andreas Rumpf2020-04-1517-263/+759
* add timezones package to important_packages (#13987)Miran2020-04-151-0/+1
* Fix https://github.com/inim-repl/INim/issues/66 (#13984)Timothee Cour2020-04-151-1/+1
* enable important_pkg on OSX (#13954)Timothee Cour2020-04-142-1/+13
* fix #12864 static params were mutating arg types during sigmatch; fix #12713 ...Timothee Cour2020-04-146-6/+77
* Add Data URI Base64, implements RFC-2397 (#13759)Juan Carlos2020-04-132-1/+36
* Add jsdomparser (#13920)Juan Carlos2020-04-132-1/+20
* Fix semfold handling of {.str/int/bool-define.} (#13964)Oscar Nihlgård2020-04-132-0/+18
* Add runnableExamples to bitops module (#13951)jiro2020-04-131-15/+143
* error msg for #13864 (#13962)cooldome2020-04-132-0/+20
* fix #13848: make var result work with nim cpp (#13959)Timothee Cour2020-04-132-1/+113
* minor fixes in 1.2 changelog [ci skip]narimiran2020-04-131-13/+17
* Improve #12920 fix (#13958)genotrance2020-04-121-3/+3
* Make unused code into actual test, replace echo with doassert (#13952)Juan Carlos2020-04-112-33/+84
* osproc: added a better version of waitForExit for Haiku (#13938)alaviss2020-04-102-6/+83
* posix: add full Haiku support (#13931)alaviss2020-04-093-2/+609
* fixes #13863 (#13929)cooldome2020-04-081-0/+5
* Add support for `zig cc` as C compiler. (#13757)Hessam Mehr2020-04-082-1/+12
* Fixes issues with dynamic loading OpenSSL. Fixes #13903. (#13919) [backport]Dominik Picheta2020-04-081-19/+39
* Test packages on Linux (#13921)Miran2020-04-082-4/+3
* fix ICE in isUnresolvedSym (#13925)cooldome2020-04-081-5/+6
* fix #13909 (#13914) [backport:1.2]cooldome2020-04-083-24/+46
* fix #13902 distinct uint64 type corruption on 32-bit with borrow (#13907) [ba...Timothee Cour2020-04-082-1/+13
* fix #13894, httpclient hang on Http204narimiran2020-04-071-1/+1
* fix #13910 (#13917)cooldome2020-04-072-3/+3
* fix some codegen bugs: NIM_BOOL, NIM_STATIC_ASSERT, --passc:-std=... (etc) (#...Timothee Cour2020-04-076-54/+110
* json doc: Note about Option and reserved keywords (#13895)Nicolai Søborg2020-04-071-0/+7
* fix #13739 (#13742)Arne Döring2020-04-072-5/+31
* Fix #13889 with testcase (#13896) [backport]Clyybber2020-04-062-1/+28
* Fix #13872 (#13898)Clyybber2020-04-061-0/+5
* openDefaultBrowser now works on OSX (#13892) [backport]Timothee Cour2020-04-061-2/+2
* fix https://github.com/timotheecour/Nim/issues/88 (#13865) [backport:1.2]Timothee Cour2020-04-062-31/+33
* Add barebones asynchttpserver tests (#13883)supakeen2020-04-051-0/+119
* doc: fix comment for repr*(x: char): string (#13873)Hiroki Noda2020-04-051-1/+1
* add nimPath to nim dump (#13876)Timothee Cour2020-04-051-1/+2
* Fix sym owner in wrapper proc (#13878)cooldome2020-04-051-27/+27