summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* Remove outdated comment and copy of length (#14759)Clyybber2020-06-221-13/+3
* added normal variate function (#14725)b3liever2020-06-222-2/+43
* fixes #14240 [backport:1.2] (#14757)Andreas Rumpf2020-06-223-9/+12
* fixes #14458 [backport:1.2] (#14756)Andreas Rumpf2020-06-222-4/+7
* posix_other: add define to force time_t to 64 bit [backport] (#14753)alaviss2020-06-221-1/+6
* [backport] Docs: Fix broken `code-block` (#14749)ee72020-06-222-25/+25
* Export fields from the Selection object. (#14752)treeform2020-06-211-0/+7
* sizeof for empty objects/tuples should be 1; fixes #14690 (#14751)Andreas Rumpf2020-06-212-3/+11
* encodings: use only one iconv definition [backport:1.2] (#14741)alaviss2020-06-211-18/+15
* Add css white-space property to dom.nim. (#14743)treeform2020-06-211-0/+1
* nep1: use subjectVerb, not verbSuject (#14732)Timothee Cour2020-06-191-2/+6
* Clarify the use of the backwards index operator (^N) in tut1 (#14681)Kaushal Modi2020-06-191-12/+26
* Deprecate unroll pragma, remove from documentation (#14705)Juan Carlos2020-06-192-19/+2
* fix #13899 defer now works with async (#14723)Timothee Cour2020-06-192-7/+21
* fixes #14718 [backport]Araq2020-06-191-4/+4
* Add testcases for #11811 and #14315 (#14726)Clyybber2020-06-192-1/+22
* improve the parser's error messageAraq2020-06-191-1/+1
* added a spaceAraq2020-06-191-1/+1
* fix #14685 tests/async/t7758.nim flaky (#14721)Timothee Cour2020-06-191-2/+7
* add legacy workaround; improve test so that it actually tests for the bugfixTimothee Cour2020-06-194-35/+14
* Update tuple newLitsolo9892020-06-192-5/+44
* make nim-gdb compatible with BSD systems (#14700)BarrOff2020-06-181-6/+4
* fix #14691 docgen works again for methods (#14701)Timothee Cour2020-06-185-14/+110
* [cleanups] doassert => doAssert; mark deadcode (#14711)Timothee Cour2020-06-174-24/+26
* Remove deprecated stuff from stdlib (#14699)Miran2020-06-1741-519/+155
* remove compilerproc from `newIdentNode` (#14692)Timothee Cour2020-06-171-1/+1
* Documentation update nims.rst (#14683)Juan Carlos2020-06-171-0/+13
* Update macros.nim (#14697)solo9892020-06-171-3/+2
* use check to investigate #14685 flaky tests/async/t7758.nim (#14689)Timothee Cour2020-06-161-2/+3
* 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