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
*
close #5726
Zahary Karadjov
2017-04-28
1
-2
/
+4
*
hold back the new | operator for types as it creates mysterious problems fro ...
Zahary Karadjov
2017-04-28
1
-3
/
+0
*
alternative fake covariance based on converters
Zahary Karadjov
2017-04-28
2
-3
/
+25
*
more advanced fake covariance
Zahary Karadjov
2017-04-28
1
-3
/
+48
*
a simple way to simulate covariance in generic types
Zahary Karadjov
2017-04-28
2
-1
/
+17
*
Allow tyOr,tyAnd and tyNot to be constructed in more contexts
Zahary Karadjov
2017-04-28
3
-18
/
+53
*
fix a regrsesion in signature matching of derived ptr types
Zahary Karadjov
2017-04-18
2
-3
/
+25
*
Restore the compilation of linalg by tweaking the complex disambiguation rules
Zahary Karadjov
2017-04-16
1
-10
/
+18
*
fix regression in tmatrixconcept
Zahary Karadjov
2017-04-16
1
-0
/
+4
*
more sophisticated test for the previous commit
Zahary Karadjov
2017-04-16
1
-2
/
+22
*
fix compilation regression in alea
Zahary Karadjov
2017-04-16
4
-12
/
+37
*
fix a compilation error in linalg
Zahary Karadjov
2017-04-16
2
-25
/
+39
*
fix #5689
Zahary Karadjov
2017-04-15
4
-11
/
+82
*
fix #5683
Zahary Karadjov
2017-04-14
3
-6
/
+25
*
fix a parsing regression (do is still mandatory in some situations)
Zahary Karadjov
2017-04-14
2
-1
/
+20
*
allow StmtLists to pass through semExprWithType
Zahary Karadjov
2017-04-11
2
-5
/
+8
*
wip
Zahary Karadjov
2017-04-11
1
-4
/
+5
*
lift parameter-less do block to lambdas
Zahary Karadjov
2017-04-10
10
-26
/
+46
*
support post expression blocks in return and yield
Zahary Karadjov
2017-04-10
2
-3
/
+4
*
fix a regression in tlexerex
Zahary Karadjov
2017-04-10
2
-16
/
+16
*
adapt quote to the new parsing rules
Zahary Karadjov
2017-04-10
1
-8
/
+11
*
fix a parsing regression (calls with do inside param lists)
Zahary Karadjov
2017-04-10
2
-2
/
+24
*
fully consisent parsing between the new and the old 'do blocks'
Zahary Karadjov
2017-04-10
2
-78
/
+545
*
the new blocks without 'do' produce compatible AST with 'do blocks'
Zahary Karadjov
2017-04-09
2
-12
/
+10
*
improve the usability of the jsffi module
Zahary Karadjov
2017-04-09
2
-10
/
+104
*
fix the do notation when used with procs
Zahary Karadjov
2017-04-09
7
-11
/
+59
*
fix #5643; fix #5644
Zahary Karadjov
2017-04-08
4
-7
/
+42
*
Restore the Nim's 0.14 proper handling of generic aliases
Zahary Karadjov
2017-04-08
12
-55
/
+236
*
test case for #5640
Zahary Karadjov
2017-04-07
1
-0
/
+6
*
fix #5658
Zahary Karadjov
2017-04-07
3
-4
/
+36
*
fix #5654
Zahary Karadjov
2017-04-07
3
-2
/
+47
*
fix #5642
Zahary Karadjov
2017-04-07
4
-3
/
+31
*
fix #5648
Zahary Karadjov
2017-04-07
2
-2
/
+25
*
wip fix #5640
Zahary Karadjov
2017-04-07
2
-1
/
+3
*
Implement json.`%` for enums.
Dominik Picheta
2017-04-06
1
-0
/
+5
*
Add some extra methods and fields to DOM module.
Dominik Picheta
2017-04-06
1
-0
/
+11
*
Merge pull request #5564 from nim-lang/fix/4556
zah
2017-04-06
9
-76
/
+455
|
\
|
*
move the object construction logic to a separate file
Zahary Karadjov
2017-04-06
3
-278
/
+294
|
*
object construction: test cases and manual additions
Zahary Karadjov
2017-04-06
3
-11
/
+133
|
*
cleaned up the code and implemented proper error messages
Zahary Karadjov
2017-04-06
4
-81
/
+207
|
*
News items for previous commit
Zahary Karadjov
2017-04-06
2
-4
/
+10
|
*
fix #4556
Zahary Karadjov
2017-04-06
2
-56
/
+165
*
|
minor update for nimsuggest
Andreas Rumpf
2017-04-06
2
-2
/
+3
*
|
Make nimsuggest quit when pressing Ctrl-D from the command line. (#5662)
Arne Döring
2017-04-06
1
-0
/
+1
*
|
parsecfg: handle streams and strings when saving or loading configuration (#5...
Anatoly Galiulin
2017-04-06
2
-79
/
+124
*
|
Update 'compiles' documentation to remove not (#5666)
John Scillieri
2017-04-05
1
-1
/
+1
|
/
*
fix another compiler regression
Andreas Rumpf
2017-04-05
1
-0
/
+4
*
make tests green again
Andreas Rumpf
2017-04-04
2
-2
/
+2
*
Merge branch 'devel' into araq
Andreas Rumpf
2017-04-04
4
-5
/
+22
|
\
|
*
fixes #5638
Araq
2017-04-04
2
-3
/
+19
[next]