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
*
Merge branch 'zahary' into araq2
Andreas Rumpf
2017-05-16
39
-261
/
+1472
|
\
|
*
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
*
|
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2017-05-16
2
-6
/
+11
|
\
\
|
*
|
compiler option for testament (#5713)
Jacek Sieka
2017-05-15
2
-6
/
+11
*
|
|
better stack trace handling
Andreas Rumpf
2017-05-16
1
-2
/
+7
|
/
/
*
|
Fixes #5532 win async write (#5791)
Andreas Rumpf
2017-05-14
3
-5
/
+28
*
|
fixed macros.getTypeImpl for a symbol of type tyGenericBody (#5788) (#5812)
jcosborn
2017-05-14
3
-19
/
+55
*
|
Remove unused oids import from asyncdispatch (#5811)
Ruslan Mustakov
2017-05-14
2
-2
/
+2
*
|
tut1.rst: Fix alignment, Change Subrange to MySubrange for clarity (#5798)
Mice Pápai
2017-05-13
1
-5
/
+5
*
|
Extend documenation of formatFloat() (#5799)
Simon Krauter
2017-05-13
1
-0
/
+2
*
|
Fixed syslocks for ios (#5804)
Yuriy Glukhov
2017-05-12
1
-22
/
+88
*
|
Fix atomicInc under vcc, C++, amd64 (#5809)
Ruslan Mustakov
2017-05-12
1
-2
/
+18
*
|
fixes multiple nil-checks for methods (#5806)
Parashurama
2017-05-12
1
-3
/
+6
*
|
Consider optNoCppExceptions in blockLeaveActions (#5801)
Ruslan Mustakov
2017-05-11
1
-2
/
+2
*
|
attempt to make nimsuggest work with choosenim
Andreas Rumpf
2017-05-11
1
-0
/
+2
*
|
Merge pull request #5797 from knockoutMice/patch-1
Dominik Picheta
2017-05-10
1
-1
/
+1
|
\
\
|
*
|
Fix a typo in the Result variable block
Mice Pápai
2017-05-10
1
-1
/
+1
|
/
/
*
|
Fixed const sets in JS (#5790)
Yuriy Glukhov
2017-05-10
2
-2
/
+1
*
|
Deprecate osproc.select(). Refs #90.
Dominik Picheta
2017-05-09
1
-1
/
+5
*
|
Merge pull request #5782 from cdunn2001/setGlobalDispatcher
Dominik Picheta
2017-05-08
2
-0
/
+20
|
\
\
|
*
|
setGlobalDispatcher()
Christopher Dunn
2017-05-07
2
-0
/
+20
|
/
/
*
|
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2017-05-06
2
-11
/
+45
|
\
\
|
*
|
Implement 'take' for Table and TableRef (#5773)
Ruslan Mustakov
2017-05-04
2
-11
/
+45
[next]