summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #1229 from Varriount/fix-1203Andreas Rumpf2014-05-311-8/+14
|\ \ \ \ \ \
| * | | | | | 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.Reimer Behrends2014-05-261-4/+8
* | | | | | | | Merge pull request #1237 from Varriount/gradha-pr_documents_kochVarriount2014-05-317-7/+166
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'pr_documents_koch' of git://github.com/gradha/Nimrod into gradh...Clay Sweetser2014-05-317-7/+166
| |\ \ \ \ \ \ \ \
| | * | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
| * | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | 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.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.Clay Sweetser2014-05-251-20/+39
* | | | | | | | | | | | | Merge pull request #1222 from Varriount/doc/fix-assertionAndreas Rumpf2014-05-2912-33/+34
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | 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
| | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #1178 from EXetoC/nostackframeAndreas Rumpf2014-05-293-4/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | Document manglingflaviut2014-05-262-1/+5
| * | | | | | | | | | | | | | Fix #1226flaviut2014-05-261-2/+1
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge pull request #1231 from flaviut/test1149Andreas Rumpf2014-05-292-2/+21
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | 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 WINUINTCharlie2014-05-261-846/+846
|/ / / / / / / / / / / / /
* | | | | | | | | | | | | Merge pull request #1132 from gradha/pr_index_improvementsAndreas Rumpf2014-05-2618-282/+629
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | 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
| * | | | | | | | | | | | | Adds colon to symbols in the index.Grzegorz Adam Hankiewicz2014-04-211-1/+1
| * | | | | | | | | | | | | 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