Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | assertions: fixes #11545 (#11605) | alaviss | 2019-07-01 | 5 | -7/+22 |
| | | | | | | | | | | | | | | * assertions: properly fix #11545 * tests/assert: enable excessiveStackTrace * tests/assert: add test case for #11545 * tfailedassert_stacktrace: disable excessiveStackTrace * assertions: weird workaround for failing tests This fixes megatest on *nix, but have no idea why | ||||
* | fixes #11617 | Araq | 2019-07-01 | 1 | -0/+3 |
| | |||||
* | fixes #11628 | Araq | 2019-07-01 | 1 | -0/+1 |
| | |||||
* | fixes #11614 | Araq | 2019-07-01 | 2 | -1/+13 |
| | |||||
* | Make repr use 'ptr' for ptr types instead of 'ref' (#11626) | Ico Doornekamp | 2019-07-01 | 1 | -1/+2 |
| | |||||
* | Remove IO.js compat (long dead vanished project,superseed by NodeJS) (#11627) | Juan Carlos | 2019-07-01 | 1 | -4/+2 |
| | |||||
* | [bugfix] make -d:nimSetUtf8CodePage switch work again | Araq | 2019-07-01 | 1 | -1/+1 |
| | |||||
* | added destructors.rst document | Andreas Rumpf | 2019-07-01 | 1 | -0/+563 |
| | |||||
* | msgs, ccgstmts: fixes #11572 (#11621) | alaviss | 2019-06-30 | 2 | -8/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | * [refactor] msgs: toFilename now return just the filename The C codegen uses just the file name for stacktrace when excessiveStackTrace is off (see quotedName), so there aren't any reason for other codegen to not do the same. The file name is now cached in TFileInfo.shortName, which was introduced for nimsuggest, and went unused after several refactoring of the compiler. A toProjPath() proc has been added for the previous behavior of toFilename(). * ccgstmt: use quotedFilename() for raiseExceptionEx This is the same proc used for stacktrace when --stacktrace:on Fixes #11572 * msgs: handle case where file name is not available | ||||
* | [other] additions to the manual | Andreas Rumpf | 2019-06-29 | 1 | -1/+76 |
| | |||||
* | fixes #11606 | Araq | 2019-06-28 | 1 | -2/+8 |
| | |||||
* | fixes #11611 | Araq | 2019-06-28 | 2 | -2/+2 |
| | |||||
* | Pass additional koch options to the nim compiler (#11615) | Ivan Bobev | 2019-06-28 | 1 | -36/+44 |
| | | | | | | | | | | | | | | | | | | | | | | | | | Add possibility when "koch tools" command is used, nim compiler options to be passed. The current options are kept and the new user specified options will be added to the end of the command line if present. Example: > koch --latest tools -d:danger --debugInfo --lineDir:on bin\nim.exe c -o:bin\nimsuggest.exe -d:release -d:danger -d:danger --debugInfo --lineDir:on nimsuggest/nimsuggest.nim ... bin\nim.exe c -o:bin\nimgrep.exe -d:release -d:danger --debugInfo --lineDir:on tools/nimgrep.nim ... bin\nim.exe c -o:bin\vccexe.exe -d:danger --debugInfo --lineDir:on tools/vccexe/vccexe.nim ... bin\nim.exe c -o:bin\nimpretty.exe -d:release -d:danger --debugInfo --lineDir:on nimpretty/nimpretty.nim ... bin\nim.exe c -o:bin\nimfind.exe -d:release -d:danger --debugInfo --lineDir:on tools/nimfind.nim ... bin\nim.exe c -o:bin\nimble.exe --noNimblePath --nilseqs:on -d:release -d:danger --debugInfo --lineDir:on dist\nimble\src\nimble.nim | ||||
* | nimpretty: bugfix [bugfix] | Araq | 2019-06-28 | 4 | -12/+106 |
| | |||||
* | Merge pull request #11609 from zestyr/xmltree-typo | Andreas Rumpf | 2019-06-27 | 1 | -3/+3 |
|\ | | | | | Fix typo in xmltree docs | ||||
| * | Fix typo in xmltree docs [ci skip] | Zestyr | 2019-06-27 | 1 | -3/+3 |
| | | |||||
* | | contributing.rst guide: Make the rules reflect the reality. | Andreas Rumpf | 2019-06-27 | 1 | -2/+7 |
| | | |||||
* | | manual: typo | Andreas Rumpf | 2019-06-27 | 1 | -1/+1 |
| | | |||||
* | | manual: document how accessors are resolved; fixes #11514 | Andreas Rumpf | 2019-06-27 | 1 | -0/+19 |
|/ | |||||
* | make tests green again | Araq | 2019-06-27 | 1 | -1/+1 |
| | |||||
* | fixes #11445 | Andreas Rumpf | 2019-06-27 | 1 | -1/+1 |
| | |||||
* | fixes #11523 | Andreas Rumpf | 2019-06-26 | 2 | -2/+12 |
| | |||||
* | fixes #11525 | Andreas Rumpf | 2019-06-26 | 2 | -2/+39 |
| | |||||
* | Merge pull request #11598 from narimiran/fix-sharedtables | Andreas Rumpf | 2019-06-26 | 3 | -11/+27 |
|\ | | | | | [bugfix] fix #11588, don't check if SharedTable is initialized | ||||
| * | [bugfix] fix #11588, don't check if SharedTable is initialized | narimiran | 2019-06-26 | 3 | -11/+27 |
| | | |||||
* | | fixes #11600 (#11602) | Andreas Rumpf | 2019-06-26 | 1 | -1/+1 |
|\ \ | |||||
| * | | fixes #11600 | Araq | 2019-06-26 | 1 | -1/+1 |
| | | | |||||
* | | | [bugfix] fix #11532, nimpretty should ignore source code filters (#11603) | Miran | 2019-06-26 | 1 | -1/+1 |
| | | |