summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | 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
| * | | | | | | | | | Removes text TOCs from the symbol index.Grzegorz Adam Hankiewicz2014-04-211-1/+6
| * | | | | | | | | | Assigns default title to module documentation.Grzegorz Adam Hankiewicz2014-04-211-4/+12
| * | | | | | | | | | Reduces length of lines to remove compilation warnings.Grzegorz Adam Hankiewicz2014-04-211-14/+16
| * | | | | | | | | | Adds abstypes.txt to list of documentation to build.Grzegorz Adam Hankiewicz2014-04-211-1/+1
| * | | | | | | | | | Fixes title and subtitle not setting the current section.Grzegorz Adam Hankiewicz2014-04-211-2/+2
| * | | | | | | | | | Fixes repeated index terms leading to same HTML anchor.Grzegorz Adam Hankiewicz2014-04-211-2/+18
| * | | | | | | | | | Links naming api with coding guidelines.Grzegorz Adam Hankiewicz2014-04-212-2/+11
| * | | | | | | | | | Removes many fake `idx` entries.Grzegorz Adam Hankiewicz2014-04-219-167/+167