Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Offsetof fixes (#11690) | Arne Döring | 2019-07-09 | 8 | -81/+241 |
| | | | | | | | | * first fixes * more tests and fixes * code normalization | ||||
* | [other] test more packages (#11687) | Miran | 2019-07-08 | 1 | -1/+2 |
| | |||||
* | fixes #11530 | Andreas Rumpf | 2019-07-08 | 1 | -1/+6 |
| | |||||
* | [refactoring] nimbase.h: remove dead code which was confusing (#11682) | Timothee Cour | 2019-07-08 | 1 | -24/+0 |
| | |||||
* | dynlib: use posix module (#11623) | Jacek Sieka | 2019-07-08 | 6 | -50/+32 |
| | |||||
* | nimpretty: don't introduce extra spaces after a colon or a comma (#11672) | Miran | 2019-07-07 | 3 | -133/+143 |
| | |||||
* | fixes #11350 | Araq | 2019-07-07 | 2 | -3/+50 |
| | |||||
* | fixes #11660 (#11677) | Andreas Rumpf | 2019-07-07 | 2 | -1/+10 |
| | |||||
* | [HCR] Added warning for using performCodeReload() in main module (#11667) | awr1 | 2019-07-07 | 1 | -1/+4 |
| | | | | | | | | * [HCR] Added error for using performCodeReload() in main module * [HCR] changed this to a warning, clarified usage * [HCR] fixed typo | ||||
* | fixes #11671 | Andreas Rumpf | 2019-07-07 | 1 | -1/+1 |
| | |||||
* | improved the error message for #11494; closes #11494 | Andreas Rumpf | 2019-07-06 | 2 | -2/+23 |
| | |||||
* | fixes a finish.exe regression | Andreas Rumpf | 2019-07-06 | 1 | -1/+2 |
| | |||||
* | fixes #11447 | Andreas Rumpf | 2019-07-06 | 3 | -2/+11 |
| | |||||
* | fixes #3333 | Andreas Rumpf | 2019-07-06 | 1 | -6/+6 |
| | |||||
* | fixes #8316 (#11673) | Andreas Rumpf | 2019-07-06 | 2 | -7/+40 |
| | |||||
* | fixes #7057 | Andreas Rumpf | 2019-07-06 | 1 | -1/+1 |
| | |||||
* | ABI fixes for OSX/BSD; fixes #6860 (#11666) | Andreas Rumpf | 2019-07-06 | 9 | -11/+613 |
| | |||||
* | Documentation Diff, Typo (#11566) | Juan Carlos | 2019-07-06 | 1 | -1/+23 |
| | | | | | * Documentation for Diff, add Examples and runnableExamples | ||||
* | nimpretty: improved detection of commas and semicolons (#11661) | Miran | 2019-07-06 | 3 | -4/+15 |
| | | | | | | * nimpretty: improved detection of commas and semicolons * address the comments | ||||
* | introduce internal Int128 type, use it to fix case stmt checks (#11652) | Arne Döring | 2019-07-05 | 6 | -11/+550 |
| | | | | | | * initial version of int128 * use int128 in case stmt * fixes #11552 | ||||
* | nimpretty: don't touch formatted multiline comments (#11663) | Miran | 2019-07-05 | 3 | -23/+87 |
| | |||||
* | Fixes #11662: render ops priority (#11664) | cooldome | 2019-07-05 | 2 | -4/+12 |
| | |||||
* | nimpretty: nicer debugging [ci skip] | narimiran | 2019-07-05 | 1 | -1/+1 |
| | |||||
* | nimpretty: relax line length rules when dealing with (inline) comments (#11657) | Miran | 2019-07-05 | 4 | -10/+36 |
| | |||||
* | fix #11651 exportc symbol not exported, leading to link error (#11658) | Timothee Cour | 2019-07-05 | 1 | -3/+2 |
| | |||||
* | fixes #11610 (#11659) | Andreas Rumpf | 2019-07-05 | 4 | -7/+22 |
| | |||||
* | manual: document block expression (#11638) | Tomohiro | 2019-07-05 | 1 | -0/+15 |
| | |||||
* | newruntime for async (#11650) | Andreas Rumpf | 2019-07-05 | 12 | -47/+60 |
| | | | | | | | * fixes overloading resolution for passing owned(Future[string]) to Future[T] * WIP: make --newruntime work with .async * memtracker: make it compile again * make Nimble compile again | ||||
* | Make public some sha1 module procedures (#11655) [feature] | Ivan Bobev | 2019-07-04 | 1 | -3/+3 |
| | | | | | Make "newSha1State", "update" and "finalize" procedures from the sha1 module public in order to be possible to compute single sha1 hash of multiple separate blocks of data. | ||||
* | Corrected example shown in documentation (#11654) [ci skip] | Akito13 | 2019-07-04 | 1 | -1/+1 |
| | | | Used template within example was added to imports. | ||||
* | Fix the broken link in math.nim (#11653) [ci skip] | Graeme Cross | 2019-07-04 | 1 | -1/+1 |
| | |||||
* | nimpretty: fix out of bounds error [ci skip] | narimiran | 2019-07-04 | 1 | -2/+3 |
| | |||||
* | nimpretty: nimpretty now understands splitting newlines | Araq | 2019-07-04 | 2 | -8/+34 |
| | |||||
* | nimpretty: distinguish between the different kinds of newlines in Nim | Araq | 2019-07-04 | 1 | -10/+16 |
| | |||||
* | fixes #8405: -d:useNimRtl now works even when {.rtl.} procs are used at ↵ | Timothee Cour | 2019-07-03 | 5 | -61/+68 |
| | | | | compile time; CTFFI now works with {dynlib} (#11635) | ||||
* | [bugfix] fix wrong nimpretty unidents, refs #11616 (#11645) | Miran | 2019-07-03 | 3 | -1/+26 |
| | |||||
* | fixes #11585 | Andreas Rumpf | 2019-07-03 | 1 | -2/+3 |
| | |||||
* | [bugfix] fix mach_absolute_time header; refs #11591 (#11593) | Timothee Cour | 2019-07-03 | 1 | -2/+2 |
| | |||||
* | [bugfix] fix #11484, acknowledge 'danger' flag (#11486) | Miran | 2019-07-03 | 1 | -1/+2 |
| | |||||
* | fixes #11510 | Araq | 2019-07-03 | 2 | -3/+25 |
| | |||||
* | fixes #11636 | Araq | 2019-07-03 | 1 | -2/+5 |
| | |||||
* | Added 'keys' iterator to JsonNode (#11597) [feature] | Liam Sc | 2019-07-03 | 1 | -0/+6 |
| | |||||
* | [backport] fix #11320 (#11538) | Arne Döring | 2019-07-03 | 4 | -6/+17 |
| | | | | | * [backport] fix #11320 * fix test for 32 bit test | ||||
* | Implement some custom formatting for input fields in the documentation (#11632) | Hugo Locurcio | 2019-07-03 | 6 | -0/+102 |
| | | | | | | | | | | * Implement some custom formatting for input fields in the documentation Aside of resulting in more consistent appearance across browsers, this also fixes input form rendering when using Firefox with a dark system theme on Linux. * change the expected html in the tests | ||||
* | Documentation improvements to the times module (#11639) | Graeme Cross | 2019-07-03 | 1 | -27/+27 |
| | | | | | * Typo and grammar fixes for the times module * Minor typo fixes to the times module | ||||
* | fixes #11479 (#11641) | Andreas Rumpf | 2019-07-03 | 2 | -1/+20 |
| | |||||
* | [bugfix] nimpretty indents multiline comments correctly (#11607) | Miran | 2019-07-02 | 3 | -0/+42 |
| | |||||
* | fixes #11633 | Andreas Rumpf | 2019-07-01 | 1 | -1/+1 |
| | |||||
* | fixes #11515 (#11624) | Andreas Rumpf | 2019-07-01 | 4 | -6/+8 |
| | | | | | | * fixes #11515 * better fix for #11515; make tests green | ||||
* | fixes #11618 (#11631) | Andreas Rumpf | 2019-07-01 | 2 | -1/+3 |
| |