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
*
Add Docker Hub info
Konstantin Molchanov
2016-08-01
1
-0
/
+16
*
make tests green again
Andreas Rumpf
2016-08-01
1
-1
/
+1
*
fixes #4534
Andreas Rumpf
2016-08-01
1
-8
/
+5
*
Add note about build-essentials package to readme
Dominik Picheta
2016-07-31
1
-0
/
+2
*
Merge pull request #4546 from cheatfate/coroutinesback
Andreas Rumpf
2016-07-30
2
-2
/
+4
|
\
|
*
sets don't support empty arrays :)
cheatfate
2016-07-30
1
-1
/
+1
|
*
Enable coroutines again.
cheatfate
2016-07-30
2
-2
/
+4
|
/
*
Merge branch 'RyanMarcus-devel' into devel
Dominik Picheta
2016-07-30
1
-17
/
+54
|
\
|
*
Merge branch 'devel' of https://github.com/RyanMarcus/Nim into RyanMarcus-devel
Dominik Picheta
2016-07-30
1
-17
/
+54
|
/
|
|
*
added when() block so that the compiler doesn't try to link SSL methods when ...
Ryan Marcus
2016-07-27
1
-21
/
+24
|
*
removed whitespace diffs
Ryan Marcus
2016-07-27
1
-2
/
+0
|
*
added code to send CONNECT request for https requests through proxies, fixes ...
Ryan Marcus
2016-07-27
1
-16
/
+52
*
|
Merge pull request #4544 from miere43/fix-4417-n
Andreas Rumpf
2016-07-30
3
-1
/
+17
|
\
\
|
*
|
use appType instead of compileOption #4417
miere43
2016-07-30
1
-1
/
+1
|
*
|
fix #4417, update news
miere43
2016-07-30
3
-1
/
+17
|
/
/
*
|
compiler free of old expr/stmt metatypes
Andreas Rumpf
2016-07-30
1
-5
/
+5
*
|
compiler almost free of deprecated expr/stmt names
Andreas Rumpf
2016-07-30
22
-55
/
+55
*
|
expr and stmt are now deprecated
Andreas Rumpf
2016-07-30
14
-51
/
+51
*
|
added tuple breakage to the docs
Andreas Rumpf
2016-07-30
1
-0
/
+17
*
|
Merge pull request #4542 from kierdavis/4541-import-error
Andreas Rumpf
2016-07-30
2
-3
/
+7
|
\
\
|
*
|
Locate 'attempt to redefine' errors at the import statement rather than at th...
Kier Davis
2016-07-30
2
-3
/
+7
*
|
|
Merge pull request #4540 from arnetheduck/remove-sffakeconst
Andreas Rumpf
2016-07-30
5
-16
/
+4
|
\
\
\
|
*
|
|
remove sfFakeConst
Jacek Sieka
2016-07-30
5
-16
/
+4
*
|
|
|
Merge pull request #4538 from cheatfate/nofasm
Andreas Rumpf
2016-07-30
3
-9
/
+13
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
comments
cheatfate
2016-07-30
1
-1
/
+1
|
*
|
|
testament update to have list of disabled modules.
cheatfate
2016-07-30
2
-6
/
+12
|
*
|
|
Disable fasm usage
cheatfate
2016-07-29
1
-3
/
+1
*
|
|
|
make test compile with latest opengl version
Andreas Rumpf
2016-07-30
3
-3
/
+3
|
|
/
/
|
/
|
|
*
|
|
make nim bootstrap again for older versions
Andreas Rumpf
2016-07-30
6
-6
/
+14
*
|
|
make tests green again
Andreas Rumpf
2016-07-29
4
-6
/
+17
*
|
|
stdlib and compiler don't use .immediate anymore
Andreas Rumpf
2016-07-29
36
-172
/
+169
|
/
/
*
|
Merge pull request #4533 from jangko/visual-studio-differ-in-param-list
Andreas Rumpf
2016-07-29
1
-1
/
+1
|
\
\
|
*
|
this commit will fix visual studio family warning #4459
andri lim
2016-07-29
1
-1
/
+1
|
/
/
*
|
Merge pull request #4531 from oderwat/ctring-to.nimstring-nil-fix
Andreas Rumpf
2016-07-29
1
-1
/
+2
|
\
\
|
*
|
Fix for cstring nil to string nil conversion with `$`
Hans Raaf
2016-07-29
1
-1
/
+2
*
|
|
make tests green again
Andreas Rumpf
2016-07-29
1
-2
/
+4
*
|
|
use correct issue number
Andreas Rumpf
2016-07-29
1
-1
/
+1
*
|
|
fixes #4432
Andreas Rumpf
2016-07-29
2
-6
/
+17
*
|
|
fixes #4510
Andreas Rumpf
2016-07-29
1
-0
/
+2
*
|
|
Merge pull request #4527 from hendi/httpclient-close-sockets
Andreas Rumpf
2016-07-28
1
-1
/
+1
|
\
\
\
|
*
|
|
use `defer` instead of `try ... finally`
Hendrik Richter
2016-07-28
1
-25
/
+22
|
*
|
|
remove superfluous `except: raise`
Hendrik Richter
2016-07-28
1
-2
/
+0
|
*
|
|
make httpclient close opened Socket on error
Hendrik Richter
2016-07-28
1
-22
/
+27
*
|
|
|
Merge branch 'Lompik-htmlparser' into devel
Andreas Rumpf
2016-07-28
2
-2
/
+52
|
\
\
\
\
|
*
|
|
|
Merge branch 'htmlparser' of https://github.com/Lompik/Nim into Lompik-htmlpa...
Andreas Rumpf
2016-07-28
2
-2
/
+52
|
/
|
|
|
|
|
*
|
|
|
Update htmlparser test ``output`` variable
Stephane Fontaine
2016-07-28
1
-2
/
+8
|
*
|
|
|
htmlparser: Add test for paragraph inside <dd,li>
Stephane Fontaine
2016-07-27
1
-0
/
+38
|
*
|
|
|
htmlparser: Allow <p> as children of <dd> and <li>
Stephane Fontaine
2016-07-27
1
-2
/
+8
*
|
|
|
|
generic multi-methods should work now
Andreas Rumpf
2016-07-28
9
-21
/
+67
*
|
|
|
|
.base pragma works for generic methods
Andreas Rumpf
2016-07-28
1
-1
/
+1
[next]