summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* cleanup tests/test_nimscript.nims (#14686)Timothee Cour2020-06-161-9/+1
* Close#5586 (#14682)Dylan Modesitt2020-06-162-3/+0
* Set cincludes and clibdir for FreeBSD, OpenBSD and NetBSD. (#14680)Euan2020-06-162-3/+3
* `addQuitProc` now works with closures, and c, js(node/browser) backend; fix s...Timothee Cour2020-06-169-44/+117
* fix #14179, fix #14142, make CI 1.4x faster (2x faster locally) (#14658)Timothee Cour2020-06-165-79/+81
* Use cc on OpenBSD and link to libm when building result (#14672)Euan2020-06-161-5/+16
* `hintMsgOrigin` now works in VM code (#14678)Timothee Cour2020-06-162-13/+11
* misc cleanups in compiler msgs: use toHumanStr, etc (#14677)Timothee Cour2020-06-154-12/+9
* make tests/stdlib tests joinable (#14626)Timothee Cour2020-06-159-20/+64
* make `fromJson/toJson` work with `array[range, typ]`, + 1 bugfix (#14669)Timothee Cour2020-06-152-8/+50
* normalizeExe (#14668)Timothee Cour2020-06-154-10/+28
* Update newLit set[T] to work when set is empty. (#14662)solo9892020-06-151-0/+4
* Added --benchmarkVM to times.cpuTime() documentation (#14663)Ico Doornekamp2020-06-151-0/+2
* Change 'Future Directions' to link memory management documentation (#14664)Juan Carlos2020-06-151-2/+2
* fix codegen bug due to changing existing symbol declaration in template (#14666)jcosborn2020-06-152-1/+107
* compiler/commands: make gitHash settable at compile-time. (#14654)alaviss2020-06-141-1/+1
* add arc and orc to gc list (#14653)Andy Davidoff2020-06-141-1/+1
* fix #14655 setLen(seq) now zeros memory (#14656)Timothee Cour2020-06-142-15/+23
* Clarify imported exceptions note in manualDominik Picheta2020-06-131-1/+1
* fix #13166 tioselectors flaky test on freebsd+OSX (#14634)Timothee Cour2020-06-123-5/+55
* reorder.nim: fixed typosAraq2020-06-121-3/+3
* remove tyOpt, mOpt (#14636)Timothee Cour2020-06-1210-23/+20
* Add rstgen.rstToLatex convenience proc for renderRstToOut and initRstGenerato...Juan Carlos2020-06-122-0/+13
* httpcore: Add http code 308 Permanent Redirect (#14639)djazz2020-06-122-1/+3
* tools/kochdocs: add log folding supports for more CI services (#14643)alaviss2020-06-121-1/+9
* Disable tfdleak_multiple on platforms other than Windows (#14624)Timothee Cour2020-06-111-1/+4
* Add `proc find` to `heapqueue` (#14628)c-blake2020-06-102-4/+15
* fix #14545 windows CI docs (#14590)Timothee Cour2020-06-104-3/+105
* exceptions.nim: Fix a bad `Error` -> `Defect` renaming (#14621)ee72020-06-101-1/+1
* parseutils: integerOutOfRangeDefect => integerOutOfRangeError (#14627)Timothee Cour2020-06-091-7/+7
* enable tioselectors on osx; more diagnostic for #13166 (#14625)Timothee Cour2020-06-091-5/+3
* Documentation update a description (#14619)Juan Carlos2020-06-091-3/+2
* fixes #14279 (#14618)Andreas Rumpf2020-06-092-2/+21
* fixes #14578 (#14615)Andreas Rumpf2020-06-091-7/+6
* Documentation Fix Typo, Add Table (#14609)Juan Carlos2020-06-091-1/+13
* Fix(astspec.txt): type of repeated word (#14612)ynfle2020-06-081-1/+1
* Make the example better describe the desired outcome (#14611)Max Grender-Jones2020-06-081-5/+5
* [OpenBSD] Add arm support (#14608)lbartoletti2020-06-082-1/+2
* optimized wrapWords; fixes #14579 (#14606) [backport:1.2]Andreas Rumpf2020-06-081-25/+48
* fixes #14557 (#14607)Andreas Rumpf2020-06-081-1/+1
* `toJson`, `jsonTo`, json (de)serialization for custom types; remove dependenc...Timothee Cour2020-06-085-31/+203
* Fix sugar.dump: It doesn't work correctly with compile time expression (#14580)Tomohiro2020-06-081-1/+1
* hotfix disable nitter refs https://github.com/timotheecour/Nim/issues/167 (#1...Timothee Cour2020-06-081-1/+2
* openssl: use explicit result for SSL_in_init (#14597)alaviss2020-06-081-2/+2
* Fix #14568 (#14583)Clyybber2020-06-073-25/+49
* fixes #14315 (#14594)Andreas Rumpf2020-06-071-2/+1
* fixes #14118 (#14595)Andreas Rumpf2020-06-071-1/+4
* implement the 'bind' statement for generics, it was an oversight that this wa...Andreas Rumpf2020-06-072-4/+28
* Fix link to "rebuilding the compiler" (#14567)lbartoletti2020-06-061-1/+1
* more precise analysis about 'observable stores' [backport:1.2] (#14582)Andreas Rumpf2020-06-063-4/+15