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
*
Fix the compilation of the emmy package
Zahary Karadjov
2017-03-28
1
-0
/
+2
*
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
*
fix tgenericshardcases
Zahary Karadjov
2017-03-24
2
-8
/
+14
*
use lower-case proc names
Zahary Karadjov
2017-03-24
4
-11
/
+11
*
restore compilation and make all concepts tests green
Zahary Karadjov
2017-03-24
4
-43
/
+44
*
carefully reviewed and merged the changes from the devel branch
Zahary Karadjov
2017-03-24
1
-61
/
+75
*
Working test cases for the sophisticated matrix library example from the manual
Zahary Karadjov
2017-03-24
12
-52
/
+210
*
new type traits: `GenericHead` and `StripGenericParams`
Zahary Karadjov
2017-03-24
3
-5
/
+62
*
further improvements to the error messages produced by concepts
Zahary Karadjov
2017-03-24
8
-53
/
+84
*
when displaying proc signatures, don't render the implicit generic params
Zahary Karadjov
2017-03-24
1
-8
/
+19
*
proper error reporting for concepts and the introduction of the {.explain.} p...
Zahary Karadjov
2017-03-24
13
-140
/
+303
*
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
*
fixes #5597; wrong eager template instantiation in generic context (#5601)
Andreas Rumpf
2017-03-24
2
-3
/
+16
*
Deques compilation error fix (#5591)
Dmitriy Fomichev
2017-03-24
2
-2
/
+19
*
Added few documentation lines for the unsafeAddr operator. (#5362)
Arne Döring
2017-03-23
1
-3
/
+7
*
Fix posix version of moveFile between different filesystems (#5580)
Anatoly Galiulin
2017-03-23
3
-21
/
+48
*
fixes #5241, fixes #5411 inherit from specialized generic typeRel problem (#5...
andri lim
2017-03-23
2
-10
/
+89
*
Implement asyncfile.readToStream.
Dominik Picheta
2017-03-23
1
-0
/
+10
*
Implement requestAnimationFrame and cancelAnimationFrame in dom module.
Dominik Picheta
2017-03-23
1
-0
/
+2
*
Improve os.getFileSize documentation to specify the unit.
Dominik Picheta
2017-03-23
1
-1
/
+2
*
Fix typo
def
2017-03-23
1
-1
/
+1
*
fixes #5598
Araq
2017-03-23
1
-0
/
+1
*
Fixes #4719. (#5585)
Eugene Kabanov
2017-03-23
4
-19
/
+84
*
fix empty link file list during external compilation (#5577)
Emery Hemingway
2017-03-23
1
-8
/
+18
*
Fix generic forward declarations; fixes #4104; fixes #4908 (#5566)
zah
2017-03-23
5
-15
/
+36
*
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
2
-2
/
+8
*
tut1.rst: Slices indices explanation (#5569)
jlp765
2017-03-22
1
-1
/
+22
[next]