Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Nimrod renamed to Nim | Araq | 2014-08-28 | 1 | -2/+2 |
| | |||||
* | more modules updated | Araq | 2014-08-28 | 1 | -58/+58 |
| | |||||
* | big rename | Araq | 2014-08-27 | 1 | -28/+34 |
| | |||||
* | renamefest | Araq | 2014-08-23 | 1 | -3/+3 |
| | |||||
* | Merge pull request #1289 from fowlmouth/patch-5 | Varriount | 2014-07-24 | 1 | -2/+6 |
|\ | | | | | json.== handles nil now | ||||
| * | json.== handles nil now | Billingsly Wetherfordshire | 2014-06-19 | 1 | -2/+6 |
| | | |||||
* | | Remove varargs from json.`{}` | Dominik Picheta | 2014-06-22 | 1 | -6/+4 |
|/ | |||||
* | fix json.`[]` | Billingsly Wetherfordshire | 2014-06-17 | 1 | -1/+1 |
| | |||||
* | Update json.nim | Varriount | 2014-06-14 | 1 | -1/+1 |
| | | | Fixed a bug with json.[], which caused a segfault on debug builds. | ||||
* | 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 `==` for PJsonNode | ||||
| * | 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 #1089 from flaviut/jsonchange | Andreas Rumpf | 2014-05-31 | 1 | -2/+47 |
|\ \ | |/ |/| | Allow for nil chaining in JSON and require an exception on out-of-bounds indexing | ||||
| * | 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 |
| | | |||||
| * | Fix subtle mistake in docs and formatting | flaviut | 2014-04-13 | 1 | -4/+5 |
| | | |||||
| * | Add tests for the nil passthrough | flaviut | 2014-04-13 | 1 | -0/+8 |
| | | |||||
| * | Add a couple words to docs | flaviut | 2014-04-13 | 1 | -1/+1 |
| | | |||||
| * | Allow for nil chaining in JSON | flaviut | 2014-04-13 | 1 | -5/+16 |
| | | |||||
* | | JS: Fixes math and streams module and implements json. | Dominik Picheta | 2014-04-11 | 1 | -20/+91 |
|/ | |||||
* | 'nil' as a statement is deprecated, use an empty 'discard' instead | Araq | 2014-01-19 | 1 | -1/+2 |
| | |||||
* | case consistency: cs:partial bootstraps on windows | Araq | 2013-12-29 | 1 | -10/+10 |
| | |||||
* | case consistency: next steps | Araq | 2013-12-29 | 1 | -6/+6 |
| | |||||
* | case consistency part 4 | Araq | 2013-12-27 | 1 | -20/+20 |
| | |||||
* | rename json.existsKey to hasKey, deprecates existsKey | Billingsly Wetherfordshire | 2013-05-27 | 1 | -1/+3 |
| | |||||
* | Removes executable bit for text files. | Grzegorz Adam Hankiewicz | 2013-03-16 | 1 | -0/+0 |
| | |||||
* | small bugfix for lambdalifting; preparations for a better testing framework | Araq | 2013-01-19 | 1 | -1/+1 |
| | |||||
* | fixes a performance regression for json handling | Araq | 2013-01-15 | 1 | -1/+8 |
| | |||||
* | Adds json usage example. | Grzegorz Adam Hankiewicz | 2012-12-11 | 1 | -0/+17 |
| | |||||
* | Documents json [] accesors, raises explicit exception. | Grzegorz Adam Hankiewicz | 2012-12-11 | 1 | -2/+6 |
| | |||||
* | documentation improvements; higher level Mongodb wrapper | Araq | 2012-04-09 | 1 | -4/+43 |
| | |||||
* | year 2012 for most copyright headers | Araq | 2012-01-02 | 1 | -1/+1 |
| | |||||
* | code gen bugfixes; marshal.nim implemented | Araq | 2011-06-26 | 1 | -4/+7 |
| | |||||
* | Merge branch 'master' of github.com:Araq/Nimrod | dom96 | 2011-05-14 | 1 | -1/+2 |
|\ | |||||
| * | newStringOfCap implemented and used to optimize some procs | Araq | 2011-05-08 | 1 | -1/+2 |
| | | |||||
* | | fixed some redis commands; fixed bindAddr and scgi now doesn't bind to all ↵ | dom96 | 2011-05-14 | 1 | -0/+29 |
|/ | | | | addresses. copy and delete for json module. | ||||
* | The sockets module supports non-blocking sockets now. Many other fixes in ↵ | dom96 | 2011-04-30 | 1 | -1/+1 |
| | | | | sockets. Timeout support in scgi. | ||||
* | ugh, maybe broke git | Araq | 2011-04-01 | 1 | -1/+13 |
| | |||||
* | Forgot that capital E can be used in floats too, I hate case sensitivity. | dom96 | 2011-02-13 | 1 | -1/+1 |
| | |||||
* | JSON module now distinguishes between Integers and Floats. | dom96 | 2011-02-13 | 1 | -24/+50 |
| | |||||
* | Corrected pretty() in json module, and added another file with json test data. | dom96 | 2011-01-28 | 1 | -16/+25 |
| | |||||
* | cleanup: E_Base should not be used for inheriting exceptions; documentation ↵ | Araq | 2011-01-15 | 1 | -1/+1 |
| | | | | generator generates dependencies section | ||||
* | json module changes | Araq | 2011-01-15 | 1 | -169/+670 |
| | |||||
* | Added a higher level json module. | dom96 | 2011-01-11 | 1 | -454/+254 |
| | |||||
* | bugfix: init of temps | Araq | 2010-08-24 | 1 | -0/+2 |
| | |||||
* | accurate file/line information | Andreas Rumpf | 2010-08-14 | 1 | -0/+482 |