Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix tioselectors.nim for appveyor. (#5694) | Eugene Kabanov | 2017-04-12 | 1 | -3/+4 |
| | |||||
* | Implement support for enum fields in JSON macro. | Dominik Picheta | 2017-04-09 | 1 | -1/+17 |
| | |||||
* | Merge branch 'feature/json-macro' into devel | Dominik Picheta | 2017-04-09 | 1 | -0/+169 |
|\ | |||||
| * | Document `to` macro in JSON and add example. | Dominik Picheta | 2017-04-09 | 1 | -0/+26 |
| | | |||||
| * | Implements else branch for JSON unmarshalling of object variants. | Dominik Picheta | 2017-04-09 | 1 | -2/+36 |
| | | |||||
| * | Improve error messages and add tests for the JSON macro. | Dominik Picheta | 2017-04-08 | 1 | -25/+75 |
| | | |||||
| * | Support int, string and bool fields in unmarshal json macro. | Dominik Picheta | 2017-04-08 | 1 | -21/+40 |
| | | |||||
| * | First implementation of JSON unmarshal macro. | Dominik Picheta | 2017-04-08 | 1 | -0/+40 |
| | | |||||
* | | Merge pull request #5612 from ehmry/AsyncFile.setLen | Dominik Picheta | 2017-04-08 | 1 | -2/+3 |
|\ \ | |/ |/| | asyncfile: setLen procedure for files | ||||
| * | getFileSize and setFileSize procedures for File and AsyncFile | Emery Hemingway | 2017-04-05 | 1 | -2/+3 |
| | | | | | | | | | | Platform independent procedure to set a file length. Useful when replacing file content. | ||||
* | | Merge pull request #5564 from nim-lang/fix/4556 | zah | 2017-04-06 | 2 | -1/+123 |
|\ \ | | | | | | | Fix/4556 | ||||
| * | | object construction: test cases and manual additions | Zahary Karadjov | 2017-04-06 | 1 | -0/+122 |
| | | | |||||
| * | | cleaned up the code and implemented proper error messages | Zahary Karadjov | 2017-04-06 | 1 | -1/+1 |
| |/ | |||||
* / | parsecfg: handle streams and strings when saving or loading configuration ↵ | Anatoly Galiulin | 2017-04-06 | 1 | -7/+39 |
|/ | | | | (#5554) | ||||
* | Merge branch 'devel' into araq | Andreas Rumpf | 2017-04-04 | 1 | -0/+18 |
|\ | |||||
| * | fixes #5638 | Araq | 2017-04-04 | 1 | -0/+18 |
| | | |||||
* | | assignments support ': stmtList' like let/var do | Andreas Rumpf | 2017-04-04 | 1 | -1/+2 |
|/ | |||||
* | language addition: colon-block for expressions in let/var context | Andreas Rumpf | 2017-04-02 | 1 | -0/+33 |
| | |||||
* | Fix wrong value range of ntohs ... (#5390) | wt | 2017-03-31 | 1 | -3/+3 |
| | |||||
* | Implementing `repr` for JS (#5578) | Silvio | 2017-03-31 | 1 | -0/+422 |
| | |||||
* | attempt to fix #5632 typedesc typeRel regression (#5634) | andri lim | 2017-03-31 | 1 | -0/+12 |
| | |||||
* | attempt to fix #5621 #5615 generic ref object typeRel (#5633) | andri lim | 2017-03-31 | 1 | -0/+42 |
| | |||||
* | Merge remote-tracking branch 'origin/concepts-rebased' into araq | Andreas Rumpf | 2017-03-31 | 17 | -31/+813 |
|\ | |||||
| * | fix a typo | Zahary Karadjov | 2017-03-24 | 1 | -1/+1 |
| | | |||||
| * | close #3330 | Zahary Karadjov | 2017-03-24 | 1 | -0/+41 |
| | | |||||
| * | close #2882 | Zahary Karadjov | 2017-03-24 | 1 | -1/+33 |
| | | |||||
| * | close #2423 | Zahary Karadjov | 2017-03-24 | 1 | -1/+18 |
| | | |||||
| * | close #2018 | Zahary Karadjov | 2017-03-24 | 1 | -2/+17 |
| | | |||||
| * | close #1991 | Zahary Karadjov | 2017-03-24 | 1 | -0/+69 |
| | | |||||
| * | close #1570 | Zahary Karadjov | 2017-03-24 | 1 | -1/+21 |
| | | |||||
| * | close #1147 | Zahary Karadjov | 2017-03-24 | 1 | -0/+16 |
| | | |||||
| * | close #1128 | Zahary Karadjov | 2017-03-24 | 1 | -0/+21 |
| | | |||||
| * | close #976 | Zahary Karadjov | 2017-03-24 | 1 | -0/+32 |
| | | |||||
| * | Make tgc_unsafe2 green again | Zahary Karadjov | 2017-03-24 | 1 | -3/+3 |
| | | | | | | | | | | apparently, the error reporting code introduced for concepts results in a slightly diffent output for this test case. | ||||
| * | use lower-case proc names | Zahary Karadjov | 2017-03-24 | 1 | -1/+1 |
| | | |||||
| * | restore compilation and make all concepts tests green | Zahary Karadjov | 2017-03-24 | 1 | -36/+36 |
| | | |||||
| * | Working test cases for the sophisticated matrix library example from the manual | Zahary Karadjov | 2017-03-24 | 5 | -4/+121 |
| | | | | | | | | | | Fixed the dot operator when used within return types (see tgenericdotrettype) Fixed the matching of generic concepts aliases used with the implicit generics style | ||||
| * | further improvements to the error messages produced by concepts | Zahary Karadjov | 2017-03-24 | 2 | -31/+59 |
| | | |||||
| * | proper error reporting for concepts and the introduction of the {.explain.} ↵ | Zahary Karadjov | 2017-03-24 | 2 | -0/+96 |
| | | | | | | | | pragma | ||||
| * | implement the special treatment of explicit type params in concepts | Zahary Karadjov | 2017-03-24 | 2 | -3/+13 |
| | | |||||
| * | support derived values in non-generic user type classes | Zahary Karadjov | 2017-03-24 | 1 | -2/+7 |
| | | |||||
| * | support for inferring static[T] concept params | Zahary Karadjov | 2017-03-24 | 2 | -0/+82 |
| | | |||||
| * | support the full range of type modifiers when declaring concept vars and ↵ | Zahary Karadjov | 2017-03-24 | 1 | -27/+43 |
| | | | | | | | | testing proc signatures | ||||
| * | support for matching generic types' procs in generic concepts | Zahary Karadjov | 2017-03-24 | 2 | -1/+103 |
| | | |||||
| * | support for accessing types and consts defined in concepts with the dot operator | Zahary Karadjov | 2017-03-24 | 1 | -3/+16 |
| | | |||||
| * | support for accessing the inferred concept type params with the dot operator | Zahary Karadjov | 2017-03-24 | 1 | -1/+2 |
| | | |||||
| * | concept type params inference working in basic examples | Zahary Karadjov | 2017-03-24 | 1 | -0/+49 |
| | | |||||
* | | Merge branch 'devel' into araq | Andreas Rumpf | 2017-03-30 | 2 | -0/+55 |
|\ \ | |||||
| * \ | Merge pull request #5614 from moigagoo/fix_time_offset_in_times_js | Dominik Picheta | 2017-03-30 | 1 | -0/+13 |
| |\ \ | | | | | | | | | Times: JS: Remove implicit UTC convesion. | ||||
| | * \ | Merge branch 'devel' into fix_time_offset_in_times_js | Konstantin Molchanov | 2017-03-29 | 1 | -4/+4 |
| | |\ \ |