summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1229 from Varriount/fix-1203Andreas Rumpf2014-05-311-8/+14
|\ | | | | Fix issue #1203
| * Rename some variables in the isCastable codeClay Sweetser2014-05-261-6/+6
| |
| * Fix issue #1203Clay Sweetser2014-05-261-0/+2
| |
| * Update 'isCastable' and 'semCast' doc-commentsClay Sweetser2014-05-261-2/+6
| |
* | Merge pull request #1221 from rbehrends/readallbuf-fixAndreas Rumpf2014-05-311-4/+8
|\ \ | | | | | | Fixed readAllBuffer() to avoid adding garbage bytes at end.
| * | Fixed readAllBuffer() to avoid adding garbage bytes at end.Reimer Behrends2014-05-261-4/+8
| | | | | | | | | | | | | | | | | | | | | The function readAllBuffer() always returned a string that was a multiple of the BufSize in length, regardless of how many bytes were actually read, padding the result with garbage bytes on the last chunk. This fix properly trims the last chunk to its actual size.
* | | Merge pull request #1237 from Varriount/gradha-pr_documents_kochVarriount2014-05-317-7/+166
|\ \ \ | | | | | | | | Gradha pr documents koch
| * \ \ Merge branch 'pr_documents_koch' of git://github.com/gradha/Nimrod into ↵Clay Sweetser2014-05-317-7/+166
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | gradha-pr_documents_koch Conflicts: web/nimrod.ini
| | * | | Mentions useFFI and garbage collector options.Grzegorz Adam Hankiewicz2014-04-201-0/+10
| | | | |
| | * | | Removes accidental module docstring.Grzegorz Adam Hankiewicz2014-04-191-2/+2
| | | | |
| | * | | Updates list of files to build in doc directory.Grzegorz Adam Hankiewicz2014-04-191-0/+9
| | | | |
| | * | | Adds documentation about koch.Grzegorz Adam Hankiewicz2014-04-196-5/+145
| | | | |
* | | | | Merge pull request #1089 from flaviut/jsonchangeAndreas Rumpf2014-05-311-2/+47
|\ \ \ \ \ | |/ / / / |/| | | | Allow for nil chaining in JSON and require an exception on out-of-bounds indexing
| * | | | replace nil checks with assertflaviut2014-05-311-15/+7
| | | | |
| * | | | Switch chaining to the `{}` and `{}=` operatorsflaviut2014-05-261-21/+35
| | | | |
| * | | | JSON index accesses are bounds checkedflaviut2014-04-131-8/+27
| | | | |
| * | | | Fix subtle mistake in docs and formattingflaviut2014-04-131-4/+5
| | | | |
| * | | | Add tests for the nil passthroughflaviut2014-04-131-0/+8
| | | | |
| * | | | Add a couple words to docsflaviut2014-04-131-1/+1
| | | | |
| * | | | Allow for nil chaining in JSONflaviut2014-04-131-5/+16
| | | | |
* | | | | Merge pull request #1126 from fowlmouth/patch-1Andreas Rumpf2014-05-311-0/+67
|\ \ \ \ \ | | | | | | | | | | | | added md5 functions from <openssl/md5.h>
| * | | | | i left an {.importc.} in thereBillingsly Wetherfordshire2014-04-201-1/+1
| | | | | |
| * | | | | added md5 functions from <openssl/md5.h>Billingsly Wetherfordshire2014-04-201-0/+67
| | | | | |
* | | | | | Merge pull request #1208 from jbe/shared_mem_statsAndreas Rumpf2014-05-312-0/+30
|\ \ \ \ \ \ | | | | | | | | | | | | | | added getTotalSharedMem et al.
| * | | | | | added getTotalSharedMem et al.Jostein Berre Eliassen2014-05-202-0/+30
| | | | | | |
* | | | | | | Merge pull request #1228 from Varriount/compiler/document-parserSimon Hafner2014-05-291-20/+39
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Document parser structures and procedures.
| * | | | | | | Document parser structures and procedures.Clay Sweetser2014-05-251-20/+39
| | | | | | | |
* | | | | | | | Merge pull request #1222 from Varriount/doc/fix-assertionAndreas Rumpf2014-05-2912-33/+34
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Doc/fix assertion
| * | | | | | | | Renamed considerAccents to considerQuotedIdentClay Sweetser2014-05-2611-31/+31
| | | | | | | | |
| * | | | | | | | Fixes #1200Clay Sweetser2014-05-241-1/+2
| | | | | | | | |
| * | | | | | | | Renamed 'considerAcc' to 'considerAccents' for clarityClay Sweetser2014-05-2412-33/+33
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added documentation string to 'considerAccents' Modified renderParamType's assertion to allow nkAcc nodes.
* | | | | | | | | Merge pull request #1178 from EXetoC/nostackframeAndreas Rumpf2014-05-293-4/+8
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | noStackFrame -> asmNoStackFrame
| * | | | | | | | | Forgot to remove that.EXetoC2014-05-041-1/+1
| | | | | | | | | |
| * | | | | | | | | Typo.EXetoC2014-05-041-1/+1
| | | | | | | | | |
| * | | | | | | | | asmNoStackFrame -> stackTrace:offEXetoC2014-05-043-3/+7
| | | | | | | | | |
| * | | | | | | | | noStackFrame -> asmNoStackFrameEXetoC2014-05-043-3/+3
| | | | | | | | | |
* | | | | | | | | | Merge pull request #1230 from flaviut/fix1226Andreas Rumpf2014-05-292-2/+5
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Fix 1226 and document associated methods
| * | | | | | | | | | Document manglingflaviut2014-05-262-1/+5
| | | | | | | | | | |
| * | | | | | | | | | Fix #1226flaviut2014-05-261-2/+1
| | |/ / / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #1231 from flaviut/test1149Andreas Rumpf2014-05-292-2/+21
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Add test for #1149
| * | | | | | | | | | Enable disabled testflaviut2014-05-261-2/+1
| | | | | | | | | | |
| * | | | | | | | | | Add test for #1149flaviut2014-05-261-0/+20
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
* | | | | | | | | | Merge pull request #1233 from barcharcraz/fixedWindowsVarriount2014-05-271-846/+846
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | renamed UINT in windows.nim to WINUINT
| * | | | | | | | | renamed UINT in windows.nim to WINUINTCharlie2014-05-261-846/+846
|/ / / / / / / / /
* | | | | | | | | Merge pull request #1132 from gradha/pr_index_improvementsAndreas Rumpf2014-05-2618-282/+629
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Documentation index improvements
| * | | | | | | | | Computes TIndexEntry hash without temporary strings.Grzegorz Adam Hankiewicz2014-05-241-5/+6
| | | | | | | | | |
| * | | | | | | | | Revert "Adds abstypes.txt to list of documentation to build."Grzegorz Adam Hankiewicz2014-05-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit fc0e43d6341bbd38aa84242cf21c2f31b07275f7 since it was dealt with in a16f762ce267d9aaa871f6a594f63ae6642f35a8.
| * | | | | | | | | Adds colon to symbols in the index.Grzegorz Adam Hankiewicz2014-04-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The colon makes it easier to get a unique match searching for symbols using words which may also appear as substrings or elsewhere.
| * | | | | | | | | Adds documentation section about the idx file format.Grzegorz Adam Hankiewicz2014-04-211-14/+58
| | | | | | | | | |
| * | | | | | | | | Inserts the title index term at the beginning of the buffer.Grzegorz Adam Hankiewicz2014-04-211-21/+34
| | | | | | | | | |