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
path:
root
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
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 test...
Zahary Karadjov
2017-03-24
1
-27
/
+43
|
*
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
|
|
\
\
|
|
*
\
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
|
|
*
|
|
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 is...
Konstantin Molchanov
2017-03-29
1
-0
/
+13
*
|
|
|
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
|
/
/
*
/
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 (#5...
andri lim
2017-03-23
1
-0
/
+65
*
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
*
Update testament to include all tests from tests/threads category. (#5576)
Eugene Kabanov
2017-03-20
4
-19
/
+8
*
add test case for getAst regression
Andreas Rumpf
2017-03-20
1
-0
/
+23
*
revert getAst handling to not use overloading resolution
Andreas Rumpf
2017-03-20
1
-1
/
+1
*
fix #5296 (#5565)
zah
2017-03-19
1
-0
/
+14
*
overloading resolution for getAst; breaking change
Araq
2017-03-18
2
-4
/
+23
*
fixes #5228
Andreas Rumpf
2017-03-18
2
-1
/
+3
*
fixes #4756 (#5557)
zah
2017-03-17
1
-0
/
+16
*
Fixes to support Dragonfly BSD. (#5552)
Eugene Kabanov
2017-03-17
2
-6
/
+8
*
Added clear() function for OrderedSet and HashSet. (#5545)
GrundleTrundle
2017-03-16
1
-0
/
+42
*
fixes #5360, fixes #5238 (#5539); fixes type alias inequality for types comin...
andri lim
2017-03-16
2
-0
/
+116
*
Fixes #5062 (#5527); JS: holes in enums
Silvio
2017-03-15
7
-16
/
+92
*
fixes #5231 inheriting from partial specialized generic object (#5538)
andri lim
2017-03-15
1
-0
/
+43
*
fixes #5264 (#5520); inheriting from generic object
andri lim
2017-03-14
5
-0
/
+151
*
add bitops module for optimized bit manipulation. (#5201)
Parashurama
2017-03-14
4
-0
/
+339
*
asyncdispatch.nim recursion test. (#5534)
Eugene Kabanov
2017-03-14
1
-0
/
+21
*
fix varargs forwarding for templates; fixes #5455 (#5505)
zah
2017-03-13
1
-0
/
+37
*
Fixes incorrect fd==0 test on Unix; Conserves handles by default. (#5512)
c-blake
2017-03-12
1
-1
/
+1
*
Fixes #5167 and related problems (#5475)
zah
2017-03-12
7
-2
/
+101
*
don't allow casting to non-concrete types; fixes #5428 (#5502)
zah
2017-03-12
1
-0
/
+47
*
fixes #5467
Araq
2017-03-07
1
-1
/
+25
*
fixes #5478
Araq
2017-03-06
1
-0
/
+22
[prev]
[next]