summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * implement the special treatment of explicit type params in conceptsZahary Karadjov2017-03-246-5/+20
| * infer static parameters even when more complicated arithmetic is involvedZahary Karadjov2017-03-2410-48/+139
| * support derived values in non-generic user type classesZahary Karadjov2017-03-247-47/+59
| * some revisions to the Concepts and VTable types specsZahary Karadjov2017-03-241-25/+24
| * kill the reportConceptFailures options as it will be replaced by the .explain...Zahary Karadjov2017-03-245-15/+3
| * future manual additions for the full concept spec I'm aiming to implementZahary Karadjov2017-03-241-19/+361
| * support for inferring static[T] concept paramsZahary Karadjov2017-03-248-28/+144
| * introduce tyInferred for the unbound concept type paramsZahary Karadjov2017-03-249-96/+126
| * support the full range of type modifiers when declaring concept vars and test...Zahary Karadjov2017-03-246-44/+100
| * support for matching generic types' procs in generic conceptsZahary Karadjov2017-03-245-11/+145
| * support for accessing types and consts defined in concepts with the dot operatorZahary Karadjov2017-03-243-16/+65
| * support for accessing the inferred concept type params with the dot operatorZahary Karadjov2017-03-246-7/+24
| * concept type params inference working in basic examplesZahary Karadjov2017-03-245-2/+93
* | nimgrab tool: use Windows API for the download if possibleAndreas Rumpf2017-03-312-9/+454
* | Merge branch 'devel' into araqAndreas Rumpf2017-03-305-269/+318
|\ \
| * \ Merge pull request #5614 from moigagoo/fix_time_offset_in_times_jsDominik Picheta2017-03-302-260/+266
| |\ \
| | * \ Merge branch 'devel' into fix_time_offset_in_times_jsKonstantin Molchanov2017-03-2910-48/+97
| | |\ \
| | * | | Tests: JS: Times: Fix text so that it works in timezones other then UTC+4.Konstantin Molchanov2017-03-291-3/+4
| | * | | Stdlib: Times: Use JS's "new Date" to convert TimeInfo to Time.Konstantin Molchanov2017-03-291-260/+253
| | * | | 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
| | * | | Merge branch 'fix_time_offset_in_times_js' into improve-times-for-jsKonstantin Molchanov2017-03-271-1/+1
| | |\ \ \
| | | * \ \ Merge branch 'calculate_yearday_in_timeinfo_js' into fix_time_offset_in_times_jsKonstantin Molchanov2017-03-272-2/+21
| | | |\ \ \
| | | * \ \ \ Merge branch 'improve-times-for-js' into fix_time_offset_in_times_jsKonstantin Molchanov2017-03-270-0/+0
| | | |\ \ \ \
| | | * | | | | Times: JS: Remove implicit UTC convesion.Konstantin Molchanov2017-03-261-1/+1
| | * | | | | | Resolve conflic.Konstantin Molchanov2017-03-2752-233/+665
| | |\ \ \ \ \ \ | | | |_|/ / / / | | |/| | / / / | | | | |/ / / | | | |/| | |
| | | * | | | 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
| | | * | | | Times: JS: Add yearday to TimeInfo.Konstantin Molchanov2017-03-271-2/+8
| | | |/ / /
| | * | | | JS: Times: Add timezone prop to TimeInfo.Konstantin Molchanov2017-03-211-0/+1
| * | | | | fixes #5628Araq2017-03-302-2/+32
| * | | | | website update; fixes #5422Araq2017-03-301-13/+7
| | |_|/ / | |/| | |
| * | | | JS: Add yearday calculation to getLocalTime and getGMTime, so that yearday is...Konstantin Molchanov2017-03-292-2/+21
* | | | | allow OSX tests to fail because of travis bugsAndreas Rumpf2017-03-301-0/+5
* | | | | another attempt to get travis greenAndreas Rumpf2017-03-291-13/+0
* | | | | travis already ships with nodejsAndreas Rumpf2017-03-291-2/+1
* | | | | added a codegen noteAndreas Rumpf2017-03-291-0/+1
* | | | | attempt to make travis OSX tests green and mandatoryAndreas Rumpf2017-03-294-10/+7
* | | | | fixes #5625Andreas Rumpf2017-03-291-7/+9
* | | | | Merge branch 'devel' into araqAndreas Rumpf2017-03-294-9/+14
|\| | | |
| * | | | Update threadpool.nim (#5624)Tomas Vojtisek2017-03-291-1/+1
| * | | | Fix posix.nim `dirent` structure to be more compatible with OSes. (#5623)Eugene Kabanov2017-03-291-2/+7
| * | | | Fix tioselectors.nim test timeouts to be executed in appveyor more stable. (#...Eugene Kabanov2017-03-291-4/+4
| * | | | Merge pull request #5619 from hcorion/to-https-and-beyondDominik Picheta2017-03-281-2/+2
| |\ \ \ \
| | * | | | Make fonts load from https rather than httpZion2017-03-271-2/+2
| |/ / / /
* / / / / fixes #5618Andreas Rumpf2017-03-281-1/+4
|/ / / /
* | | | Implement touch event types/procs in DOM module.Dominik Picheta2017-03-271-0/+30
* | | | Fixes the order in which FutureVar and return completions are made.Dominik Picheta2017-03-271-10/+17
* | | | fixes #3847 (#5609)Andreas Rumpf2017-03-274-29/+36
| |/ / |/| |
* | | compiler: better error messages (#5613)Andreas Rumpf2017-03-268-29/+37