index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
implement the special treatment of explicit type params in concepts
Zahary Karadjov
2017-03-24
6
-5
/
+20
|
*
infer static parameters even when more complicated arithmetic is involved
Zahary Karadjov
2017-03-24
10
-48
/
+139
|
*
support derived values in non-generic user type classes
Zahary Karadjov
2017-03-24
7
-47
/
+59
|
*
some revisions to the Concepts and VTable types specs
Zahary Karadjov
2017-03-24
1
-25
/
+24
|
*
kill the reportConceptFailures options as it will be replaced by the .explain...
Zahary Karadjov
2017-03-24
5
-15
/
+3
|
*
future manual additions for the full concept spec I'm aiming to implement
Zahary Karadjov
2017-03-24
1
-19
/
+361
|
*
support for inferring static[T] concept params
Zahary Karadjov
2017-03-24
8
-28
/
+144
|
*
introduce tyInferred for the unbound concept type params
Zahary Karadjov
2017-03-24
9
-96
/
+126
|
*
support the full range of type modifiers when declaring concept vars and test...
Zahary Karadjov
2017-03-24
6
-44
/
+100
|
*
support for matching generic types' procs in generic concepts
Zahary Karadjov
2017-03-24
5
-11
/
+145
|
*
support for accessing types and consts defined in concepts with the dot operator
Zahary Karadjov
2017-03-24
3
-16
/
+65
|
*
support for accessing the inferred concept type params with the dot operator
Zahary Karadjov
2017-03-24
6
-7
/
+24
|
*
concept type params inference working in basic examples
Zahary Karadjov
2017-03-24
5
-2
/
+93
*
|
nimgrab tool: use Windows API for the download if possible
Andreas Rumpf
2017-03-31
2
-9
/
+454
*
|
Merge branch 'devel' into araq
Andreas Rumpf
2017-03-30
5
-269
/
+318
|
\
\
|
*
\
Merge pull request #5614 from moigagoo/fix_time_offset_in_times_js
Dominik Picheta
2017-03-30
2
-260
/
+266
|
|
\
\
|
|
*
\
Merge branch 'devel' into fix_time_offset_in_times_js
Konstantin Molchanov
2017-03-29
10
-48
/
+97
|
|
|
\
\
|
|
*
|
|
Tests: JS: Times: Fix text so that it works in timezones other then UTC+4.
Konstantin Molchanov
2017-03-29
1
-3
/
+4
|
|
*
|
|
Stdlib: Times: Use JS's "new Date" to convert TimeInfo to Time.
Konstantin Molchanov
2017-03-29
1
-260
/
+253
|
|
*
|
|
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
|
|
*
|
|
Merge branch 'fix_time_offset_in_times_js' into improve-times-for-js
Konstantin Molchanov
2017-03-27
1
-1
/
+1
|
|
|
\
\
\
|
|
|
*
\
\
Merge branch 'calculate_yearday_in_timeinfo_js' into fix_time_offset_in_times_js
Konstantin Molchanov
2017-03-27
2
-2
/
+21
|
|
|
|
\
\
\
|
|
|
*
\
\
\
Merge branch 'improve-times-for-js' into fix_time_offset_in_times_js
Konstantin Molchanov
2017-03-27
0
-0
/
+0
|
|
|
|
\
\
\
\
|
|
|
*
|
|
|
|
Times: JS: Remove implicit UTC convesion.
Konstantin Molchanov
2017-03-26
1
-1
/
+1
|
|
*
|
|
|
|
|
Resolve conflic.
Konstantin Molchanov
2017-03-27
52
-233
/
+665
|
|
|
\
\
\
\
\
\
|
|
|
|
_
|
/
/
/
/
|
|
|
/
|
|
/
/
/
|
|
|
|
|
/
/
/
|
|
|
|
/
|
|
|
|
|
|
*
|
|
|
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
|
|
|
*
|
|
|
Times: JS: Add yearday to TimeInfo.
Konstantin Molchanov
2017-03-27
1
-2
/
+8
|
|
|
|
/
/
/
|
|
*
|
|
|
JS: Times: Add timezone prop to TimeInfo.
Konstantin Molchanov
2017-03-21
1
-0
/
+1
|
*
|
|
|
|
fixes #5628
Araq
2017-03-30
2
-2
/
+32
|
*
|
|
|
|
website update; fixes #5422
Araq
2017-03-30
1
-13
/
+7
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
JS: Add yearday calculation to getLocalTime and getGMTime, so that yearday is...
Konstantin Molchanov
2017-03-29
2
-2
/
+21
*
|
|
|
|
allow OSX tests to fail because of travis bugs
Andreas Rumpf
2017-03-30
1
-0
/
+5
*
|
|
|
|
another attempt to get travis green
Andreas Rumpf
2017-03-29
1
-13
/
+0
*
|
|
|
|
travis already ships with nodejs
Andreas Rumpf
2017-03-29
1
-2
/
+1
*
|
|
|
|
added a codegen note
Andreas Rumpf
2017-03-29
1
-0
/
+1
*
|
|
|
|
attempt to make travis OSX tests green and mandatory
Andreas Rumpf
2017-03-29
4
-10
/
+7
*
|
|
|
|
fixes #5625
Andreas Rumpf
2017-03-29
1
-7
/
+9
*
|
|
|
|
Merge branch 'devel' into araq
Andreas Rumpf
2017-03-29
4
-9
/
+14
|
\
|
|
|
|
|
*
|
|
|
Update threadpool.nim (#5624)
Tomas Vojtisek
2017-03-29
1
-1
/
+1
|
*
|
|
|
Fix posix.nim `dirent` structure to be more compatible with OSes. (#5623)
Eugene Kabanov
2017-03-29
1
-2
/
+7
|
*
|
|
|
Fix tioselectors.nim test timeouts to be executed in appveyor more stable. (#...
Eugene Kabanov
2017-03-29
1
-4
/
+4
|
*
|
|
|
Merge pull request #5619 from hcorion/to-https-and-beyond
Dominik Picheta
2017-03-28
1
-2
/
+2
|
|
\
\
\
\
|
|
*
|
|
|
Make fonts load from https rather than http
Zion
2017-03-27
1
-2
/
+2
|
|
/
/
/
/
*
/
/
/
/
fixes #5618
Andreas Rumpf
2017-03-28
1
-1
/
+4
|
/
/
/
/
*
|
|
|
Implement touch event types/procs in DOM module.
Dominik Picheta
2017-03-27
1
-0
/
+30
*
|
|
|
Fixes the order in which FutureVar and return completions are made.
Dominik Picheta
2017-03-27
1
-10
/
+17
*
|
|
|
fixes #3847 (#5609)
Andreas Rumpf
2017-03-27
4
-29
/
+36
|
|
/
/
|
/
|
|
*
|
|
compiler: better error messages (#5613)
Andreas Rumpf
2017-03-26
8
-29
/
+37
[prev]
[next]