Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |\ \ | |||||
| | * | | | Tests: JS: Times: Fix text so that it works in timezones other then UTC+4. | Konstantin Molchanov | 2017-03-29 | 1 | -3/+4 |
| | | | | | | | | | | | | | | | | | | | | `parse` returns TimeInfo with the local timezone, which may not be the same as the one in the original string. To compare the moments encoded in the original string and returned by `parse`, we normalize them to UTC. | ||||
| | * | | | Tests: Times: JS: Add test for timestamp persistence. | Konstantin Molchanov | 2017-03-27 | 1 | -1/+9 |
| | | | | | |||||
| | * | | | Tests: Times: JS: Local timezone assignment during Time to TimeInfo conversion. | Konstantin Molchanov | 2017-03-27 | 1 | -0/+4 |
| | | | | | |||||
| | * | | | Tests: Times: JS: Fix test. | Konstantin Molchanov | 2017-03-27 | 1 | -1/+1 |
| | | | | | |||||
| | * | | | Tests: Times: JS: Add test for yearday attribute. | Konstantin Molchanov | 2017-03-27 | 1 | -0/+13 |
| | | | | | |||||
| * | | | | fixes #5628 | Araq | 2017-03-30 | 1 | -0/+29 |
| | |/ / | |/| | | |||||
| * | | | JS: Add yearday calculation to getLocalTime and getGMTime, so that yearday ↵ | Konstantin Molchanov | 2017-03-29 | 1 | -0/+13 |
| | | | | | | | | | | | | | | | | is not 0 for TimeInfo instances under JS backend. (#5616) | ||||
* | | | | another attempt to get travis green | Andreas Rumpf | 2017-03-29 | 1 | -13/+0 |
| | | | | |||||
* | | | | attempt to make travis OSX tests green and mandatory | Andreas Rumpf | 2017-03-29 | 1 | -0/+1 |
|/ / / | |||||
* / / | Fix tioselectors.nim test timeouts to be executed in appveyor more stable. ↵ | Eugene Kabanov | 2017-03-29 | 1 | -4/+4 |
|/ / | | | | | | | (#5622) | ||||
* / | compiler: better error messages (#5613) | Andreas Rumpf | 2017-03-26 | 5 | -6/+6 |
|/ | |||||
* | fixes #5597; wrong eager template instantiation in generic context (#5601) | Andreas Rumpf | 2017-03-24 | 1 | -0/+13 |
| | |||||
* | Deques compilation error fix (#5591) | Dmitriy Fomichev | 2017-03-24 | 1 | -0/+17 |
| | |||||
* | Fix posix version of moveFile between different filesystems (#5580) | Anatoly Galiulin | 2017-03-23 | 1 | -0/+1 |
| | |||||
* | fixes #5241, fixes #5411 inherit from specialized generic typeRel problem ↵ | andri lim | 2017-03-23 | 1 | -0/+65 |
| | | | | (#5573) | ||||
* | Fixes #4719. (#5585) | Eugene Kabanov | 2017-03-23 | 2 | -0/+58 |
| | |||||
* | Fix generic forward declarations; fixes #4104; fixes #4908 (#5566) | zah | 2017-03-23 | 2 | -10/+24 |
| | |||||
* | fix taliasinequality test case (#5587) | andri lim | 2017-03-22 | 1 | -6/+6 |
| | |||||
* | Reduce the scope of stackTrace var (#5583) | Ruslan Mustakov | 2017-03-22 | 1 | -0/+7 |
| | | | Fixes #5571. |