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
*
language addition: colon-block for expressions in let/var context
Andreas Rumpf
2017-04-02
3
-10
/
+62
*
Merge pull request #5652 from TiberiumN/patch-1
Dominik Picheta
2017-04-02
1
-2
/
+2
|
\
|
*
Fix #5611
Daniil Yarancev
2017-04-02
1
-2
/
+2
|
/
*
Proper fix for osproc.nim on Android (#5646)
Eugene Kabanov
2017-04-02
1
-3
/
+7
*
Fixed issue #5638 (#5639)
Anatoly Galiulin
2017-04-01
1
-0
/
+1
*
support for the Genode OS framework (#5560)
Emery Hemingway
2017-03-31
14
-33
/
+348
*
updated news to take PR #5390 into account
Araq
2017-03-31
1
-0
/
+2
*
Fix wrong value range of ntohs ... (#5390)
wt
2017-03-31
2
-7
/
+7
*
Implementing `repr` for JS (#5578)
Silvio
2017-03-31
3
-18
/
+728
*
attempt to fix #5632 typedesc typeRel regression (#5634)
andri lim
2017-03-31
2
-1
/
+13
*
attempt to fix #5621 #5615 generic ref object typeRel (#5633)
andri lim
2017-03-31
2
-1
/
+43
*
make pragma expression parsing use the same parser mechanism as elsewhere
Andreas Rumpf
2017-03-31
1
-3
/
+2
*
grammar update
Andreas Rumpf
2017-03-31
1
-4
/
+2
*
Merge remote-tracking branch 'origin/concepts-rebased' into araq
Andreas Rumpf
2017-03-31
47
-345
/
+2038
|
\
|
*
make all tests green again
Zahary Karadjov
2017-03-31
1
-1
/
+1
|
*
requested code review changes
Zahary Karadjov
2017-03-29
6
-49
/
+66
|
*
restore the T1-T9 types and clarify how generic concepts work
Zahary Karadjov
2017-03-28
2
-6
/
+36
|
*
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
[next]