summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d...Timothee Cour2020-05-1122-99/+213
* fix a critical bug in windows.osproc leading to resource leaks and blocking I...Timothee Cour2020-05-114-1/+36
* simple typo in locks.nim (#14297)Andy Davidoff2020-05-111-1/+1
* diable nimx (CI failure) refs https://github.com/timotheecour/Nim/issues/167 ...Timothee Cour2020-05-101-1/+1
* `nim doc -r main` and `nim rst2html -r main` now call openDefaultBrowser (#14...Timothee Cour2020-05-102-4/+16
* Fix #14269 (#14286)Clyybber2020-05-092-2/+105
* --hint:processing (+friends) is now supported and means `--hint:processing:on...Timothee Cour2020-05-085-6/+30
* Merge pull request #14265 from alaviss/quickfixAndreas Rumpf2020-05-081-1/+1
|\
| * nativesockets: add missing inheritable pass-throughLeorize2020-05-071-1/+1
* | fix root cause of https://github.com/dom96/choosenim/issues/193; config/confi...Andreas Rumpf2020-05-081-3/+2
|\ \
| * | fix root cause of https://github.com/dom96/choosenim/issues/193; config/confi...Timothee Cour2020-05-071-3/+2
* | | Fix typoClyybber2020-05-081-1/+1
* | | fix https://github.com/nim-lang/Nim/issues/14275 querySetting(nimcacheDir) wo...Timothee Cour2020-05-081-1/+1
* | | Fix #14270 and add testcases (#14276)Clyybber2020-05-082-2/+36
* | | make `from` an operator (#14241)hlaaftana2020-05-087-22/+38
|/ /
* | fix #14243 (#14257)cooldome2020-05-072-6/+24
* | tslow_tables: wait for an additional 2 seconds (#14266)alaviss2020-05-071-1/+1
* | Fix the DFA for "unstructured controlflow" (#14263)Clyybber2020-05-073-80/+141
|/
* net: remove more erroneous set constructions (#14252) [backport]alaviss2020-05-071-3/+8
* Split testing important packages into two jobs (#14256)Miran2020-05-074-134/+157
* fix #14236 (#14250)cooldome2020-05-072-3/+19
* fixes #14244 (#14248)cooldome2020-05-062-6/+25
* Fix runnable examples for bitops (#14247)awr12020-05-061-3/+3
* added a new feature: --cc:env so that you can use any C compiler as long as i...Andreas Rumpf2020-05-063-13/+31
* cleanup the CC setting, only leave in there what is at least semi-officially ...Andreas Rumpf2020-05-062-122/+2
* fix regression: -d:nimHasLibFFI was not being tested anymore (#14234)Timothee Cour2020-05-064-26/+50
* Added bitslice operations for bitops (#14016)awr12020-05-063-22/+280
* Make the fields of `times.DateTime` private (#14197)Oscar NihlgÄrd2020-05-064-89/+209
* fix js stacktraces, unify all file,line,col formatting into a single function...Timothee Cour2020-05-057-46/+68
* Clarify JS cstring len (#14184)hlaaftana2020-05-053-9/+10
* fix #14217 (#14218)cooldome2020-05-053-3/+29
* fixes #14209 [backport:1.2] (#14213)Andreas Rumpf2020-05-053-1/+32
* vcc fix (#14222)cooldome2020-05-042-5/+5
* Linux updates (#14170)wltsmrz2020-05-044-14/+33
* Add procedures to read RSA keys from BIO format (#14223)PMunch2020-05-041-0/+4
* fix https://github.com/timotheecour/Nim/issues/152: avoid writing spurious `^...Timothee Cour2020-05-043-12/+5
* Re-enabling INim (#14215)Tristram Oaten2020-05-041-1/+1
* Fixes net.recvFrom to work correctly with IPv6 (#14131)rockcavera2020-05-041-10/+22
* `echo cmd | nim r - -arg1 -arg2` now works (#14210)Timothee Cour2020-05-042-2/+32
* sequtils refactoring: prefer typeof over type (#14212)Andreas Rumpf2020-05-041-15/+15
* destructors: don't produce stupid code for 'cast' (#14208) [backport:1.2]Andreas Rumpf2020-05-043-4/+22
* => supports pragmas & names (+ changed behavior) (#14200)hlaaftana2020-05-036-55/+96
* fix #14203 (#14204)slangmgh2020-05-032-17/+18
* Fix #14151 (#14205) [backport]slangmgh2020-05-031-8/+2
* Fix #14201 (#14202)slangmgh2020-05-031-1/+1
* fixes #14136 (#14198)Andreas Rumpf2020-05-032-3/+49
* move since from inclrtl to std/private/since (#14188)hlaaftana2020-05-0227-59/+60
* Move generated tex file to doc to correct location (#14191)Dien Tran2020-05-021-0/+3
* update tests that tested for the 'discard' error messagesAraq2020-05-025-12/+12
* improve the 'has to be discarded' error messageAraq2020-05-025-6/+6