Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | Documents -d: in the compiler guide and hyperlinks assert/defined. | Grzegorz Adam Hankiewicz | 2014-06-06 | 2 | -3/+29 | |
| * | | | Adds brief intro to hashes module. | Grzegorz Adam Hankiewicz | 2014-06-06 | 1 | -1/+28 | |
| * | | | Adds to tables module example of reference type vs value type. | Grzegorz Adam Hankiewicz | 2014-06-06 | 1 | -2/+32 | |
| * | | | Avoids temporal string in tables hashing example. | Grzegorz Adam Hankiewicz | 2014-06-06 | 1 | -2/+4 | |
| * | | | Adds do notation example to algorithm.sort. | Grzegorz Adam Hankiewicz | 2014-06-06 | 1 | -0/+9 | |
| * | | | Adds docstring example to system.fieldPairs. | Grzegorz Adam Hankiewicz | 2014-06-06 | 1 | -3/+32 | |
* | | | | fixes recently introduced regression | Araq | 2014-06-12 | 1 | -1/+2 | |
* | | | | optimized method dispatchers | Araq | 2014-06-12 | 7 | -5/+49 | |
* | | | | added allValues iterator | Araq | 2014-06-12 | 1 | -2/+9 | |
* | | | | Merge pull request #1257 from flaviut/fix1217 | Andreas Rumpf | 2014-06-09 | 2 | -9/+14 | |
|\ \ \ \ | ||||||
| * | | | | Regenerate docs | flaviut | 2014-06-08 | 1 | -1/+1 | |
| * | | | | fix tokenizing bug | flaviut | 2014-06-08 | 1 | -8/+13 | |
* | | | | | Merge pull request #1245 from flaviut/fix1217 | Andreas Rumpf | 2014-06-08 | 4 | -30/+34 | |
|\| | | | | |/ / / |/| | | | ||||||
| * | | | fix overlooked grammer comment | flaviut | 2014-06-08 | 2 | -0/+2 | |
| * | | | updated grammer, fixed oversight | flaviut | 2014-06-04 | 2 | -3/+2 | |
| * | | | fix bug with unexpected tkInvalid,tkEof,tkComment | flaviut | 2014-06-04 | 1 | -0/+2 | |
| * | | | Add test | flaviut | 2014-06-03 | 1 | -0/+14 | |
| * | | | Clean up code | flaviut | 2014-06-03 | 1 | -12/+7 | |
| * | | | Fix accents in enums | flaviut | 2014-06-03 | 2 | -5/+8 | |
| * | | | More descriptive error message in semtypes enum | flaviut | 2014-06-03 | 1 | -1/+1 | |
| * | | | Generalize accent parsing | flaviut | 2014-06-03 | 1 | -20/+9 | |
* | | | | Capitalised enum value names in JSON module. | Dominik Picheta | 2014-06-05 | 1 | -7/+7 | |
* | | | | Merge pull request #1174 from fowlmouth/patch-2 | Andreas Rumpf | 2014-06-05 | 1 | -0/+38 | |
|\ \ \ \ | ||||||
| * | | | | added json.hash | Billingsly Wetherfordshire | 2014-06-02 | 1 | -0/+19 | |
| * | | | | added `==` for PJsonNode | Billingsly Wetherfordshire | 2014-05-03 | 1 | -0/+19 | |
* | | | | | Merge pull request #1243 from fowlmouth/patch-4 | Dominik Picheta | 2014-06-05 | 1 | -3/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | fix #1241 | Billingsly Wetherfordshire | 2014-06-02 | 1 | -3/+3 | |
| | |/ / / | |/| | | | ||||||
* | | | | | Merge pull request #1238 from klaufir/devel | Dominik Picheta | 2014-06-03 | 1 | -1/+1 | |
|\ \ \ \ \ | |/ / / / |/| | | | | ||||||
| * | | | | header pragma set to '<stdio.h>' in importc section | klaufir | 2014-06-03 | 1 | -1/+1 | |
| * | | | | adding header pragma for printf ffi example | klaufir | 2014-06-01 | 1 | -1/+1 | |
| | |/ / | |/| | | ||||||
* | | | | Merge pull request #1242 from rbehrends/interactive-eof-fix | Andreas Rumpf | 2014-06-03 | 1 | -0/+3 | |
|\ \ \ \ | ||||||
| * | | | | Properly terminate "nimrod i" on end of file. | Reimer Behrends | 2014-06-02 | 1 | -0/+3 | |
| |/ / / | ||||||
* | | | | Merge pull request #1240 from Varriount/fix-1172 | Andreas Rumpf | 2014-06-03 | 6 | -13/+28 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Fixed #1172 (for real) | Clay Sweetser | 2014-06-01 | 6 | -13/+28 | |
|/ / / | ||||||
* | | | Merge pull request #1229 from Varriount/fix-1203 | Andreas Rumpf | 2014-05-31 | 1 | -8/+14 | |
|\ \ \ | ||||||
| * | | | Rename some variables in the isCastable code | Clay Sweetser | 2014-05-26 | 1 | -6/+6 | |
| * | | | Fix issue #1203 | Clay Sweetser | 2014-05-26 | 1 | -0/+2 | |
| * | | | Update 'isCastable' and 'semCast' doc-comments | Clay Sweetser | 2014-05-26 | 1 | -2/+6 | |
* | | | | Merge pull request #1221 from rbehrends/readallbuf-fix | Andreas Rumpf | 2014-05-31 | 1 | -4/+8 | |
|\ \ \ \ | ||||||
| * | | | | Fixed readAllBuffer() to avoid adding garbage bytes at end. | Reimer Behrends | 2014-05-26 | 1 | -4/+8 | |
* | | | | | Merge pull request #1237 from Varriount/gradha-pr_documents_koch | Varriount | 2014-05-31 | 7 | -7/+166 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'pr_documents_koch' of git://github.com/gradha/Nimrod into gradh... | Clay Sweetser | 2014-05-31 | 7 | -7/+166 | |
| |\ \ \ \ \ | ||||||
| | * | | | | | Mentions useFFI and garbage collector options. | Grzegorz Adam Hankiewicz | 2014-04-20 | 1 | -0/+10 | |
| | * | | | | | Removes accidental module docstring. | Grzegorz Adam Hankiewicz | 2014-04-19 | 1 | -2/+2 | |
| | * | | | | | Updates list of files to build in doc directory. | Grzegorz Adam Hankiewicz | 2014-04-19 | 1 | -0/+9 | |
| | * | | | | | Adds documentation about koch. | Grzegorz Adam Hankiewicz | 2014-04-19 | 6 | -5/+145 | |
* | | | | | | | Merge pull request #1089 from flaviut/jsonchange | Andreas Rumpf | 2014-05-31 | 1 | -2/+47 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | ||||||
| * | | | | | | replace nil checks with assert | flaviut | 2014-05-31 | 1 | -15/+7 | |
| * | | | | | | Switch chaining to the `{}` and `{}=` operators | flaviut | 2014-05-26 | 1 | -21/+35 | |
| * | | | | | | JSON index accesses are bounds checked | flaviut | 2014-04-13 | 1 | -8/+27 |