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
*
remove the need for the .procvar annotation
Andreas Rumpf
2017-04-03
4
-31
/
+38
*
de-deprecate silly warning about non-exhaustive string case statments
Andreas Rumpf
2017-04-03
1
-7
/
+3
*
Merge branch 'devel' into araq
Andreas Rumpf
2017-04-02
27
-67
/
+1153
|
\
|
*
update grammar.txt
Andreas Rumpf
2017-04-02
1
-1
/
+2
|
*
memory manager: use less memory; corruption prevention
Andreas Rumpf
2017-04-02
1
-59
/
+47
|
*
minor todo.txt update
Andreas Rumpf
2017-04-02
1
-1
/
+0
|
*
remove en-dash from the language
Andreas Rumpf
2017-04-02
6
-51
/
+10
|
*
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
*
|
memory manager: use less memory; corruption prevention
Andreas Rumpf
2017-04-02
1
-59
/
+47
*
|
minor todo.txt update
Andreas Rumpf
2017-04-02
1
-1
/
+0
*
|
remove en-dash from the language
Andreas Rumpf
2017-04-02
6
-51
/
+11
*
|
language addition: colon-block for expressions in let/var context
Andreas Rumpf
2017-04-02
3
-10
/
+62
|
/
*
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
[next]