summary refs log tree commit diff stats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #5564 from nim-lang/fix/4556zah2017-04-062-1/+123
|\
| * object construction: test cases and manual additionsZahary Karadjov2017-04-061-0/+122
| * cleaned up the code and implemented proper error messagesZahary Karadjov2017-04-061-1/+1
* | parsecfg: handle streams and strings when saving or loading configuration (#5...Anatoly Galiulin2017-04-061-7/+39
|/
* Merge branch 'devel' into araqAndreas Rumpf2017-04-041-0/+18
|\
| * fixes #5638Araq2017-04-041-0/+18
* | assignments support ': stmtList' like let/var doAndreas Rumpf2017-04-041-1/+2
|/
* language addition: colon-block for expressions in let/var contextAndreas Rumpf2017-04-021-0/+33
* Fix wrong value range of ntohs ... (#5390)wt2017-03-311-3/+3
* Implementing `repr` for JS (#5578)Silvio2017-03-311-0/+422
* attempt to fix #5632 typedesc typeRel regression (#5634)andri lim2017-03-311-0/+12
* attempt to fix #5621 #5615 generic ref object typeRel (#5633)andri lim2017-03-311-0/+42
* Merge remote-tracking branch 'origin/concepts-rebased' into araqAndreas Rumpf2017-03-3117-31/+813
|\
| * fix a typoZahary Karadjov2017-03-241-1/+1
| * close #3330Zahary Karadjov2017-03-241-0/+41
| * close #2882Zahary Karadjov2017-03-241-1/+33
| * close #2423Zahary Karadjov2017-03-241-1/+18
| * close #2018Zahary Karadjov2017-03-241-2/+17
| * close #1991Zahary Karadjov2017-03-241-0/+69
| * close #1570Zahary Karadjov2017-03-241-1/+21
| * close #1147Zahary Karadjov2017-03-241-0/+16
| * close #1128Zahary Karadjov2017-03-241-0/+21
| * close #976Zahary Karadjov2017-03-241-0/+32
| * Make tgc_unsafe2 green againZahary Karadjov2017-03-241-3/+3
| * use lower-case proc namesZahary Karadjov2017-03-241-1/+1
| * restore compilation and make all concepts tests greenZahary Karadjov2017-03-241-36/+36
| * Working test cases for the sophisticated matrix library example from the manualZahary Karadjov2017-03-245-4/+121
| * further improvements to the error messages produced by conceptsZahary Karadjov2017-03-242-31/+59
| * proper error reporting for concepts and the introduction of the {.explain.} p...Zahary Karadjov2017-03-242-0/+96
| * implement the special treatment of explicit type params in conceptsZahary Karadjov2017-03-242-3/+13
| * support derived values in non-generic user type classesZahary Karadjov2017-03-241-2/+7
| * support for inferring static[T] concept paramsZahary Karadjov2017-03-242-0/+82
| * support the full range of type modifiers when declaring concept vars and test...Zahary Karadjov2017-03-241-27/+43
| * support for matching generic types' procs in generic conceptsZahary Karadjov2017-03-242-1/+103
| * support for accessing types and consts defined in concepts with the dot operatorZahary Karadjov2017-03-241-3/+16
| * support for accessing the inferred concept type params with the dot operatorZahary Karadjov2017-03-241-1/+2
| * concept type params inference working in basic examplesZahary Karadjov2017-03-241-0/+49
* | Merge branch 'devel' into araqAndreas Rumpf2017-03-302-0/+55
|\ \
| * \ Merge pull request #5614 from moigagoo/fix_time_offset_in_times_jsDominik Picheta2017-03-301-0/+13
| |\ \
| | * \ Merge branch 'devel' into fix_time_offset_in_times_jsKonstantin Molchanov2017-03-291-4/+4
| | |\ \
| | * | | Tests: JS: Times: Fix text so that it works in timezones other then UTC+4.Konstantin Molchanov2017-03-291-3/+4
| | * | | Tests: Times: JS: Add test for timestamp persistence.Konstantin Molchanov2017-03-271-1/+9
| | * | | Tests: Times: JS: Local timezone assignment during Time to TimeInfo conversion.Konstantin Molchanov2017-03-271-0/+4
| | * | | Tests: Times: JS: Fix test.Konstantin Molchanov2017-03-271-1/+1
| | * | | Tests: Times: JS: Add test for yearday attribute.Konstantin Molchanov2017-03-271-0/+13
| * | | | fixes #5628Araq2017-03-301-0/+29
| | |/ / | |/| |
| * | | JS: Add yearday calculation to getLocalTime and getGMTime, so that yearday is...Konstantin Molchanov2017-03-291-0/+13
* | | | another attempt to get travis greenAndreas Rumpf2017-03-291-13/+0
* | | | attempt to make travis OSX tests green and mandatoryAndreas Rumpf2017-03-291-0/+1
|/ / /
* / / Fix tioselectors.nim test timeouts to be executed in appveyor more stable. (#...Eugene Kabanov2017-03-291-4/+4
|/ /