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
...
*
fixes #4721
Andreas Rumpf
2016-09-07
4
-8
/
+33
*
Some small fixes to changes introduced by #4683.
Dominik Picheta
2016-09-06
3
-82
/
+30
*
Merge branch 'async_buffers_v2' of https://github.com/vegansk/Nim into vegans...
Dominik Picheta
2016-09-06
4
-19
/
+369
|
\
|
*
Revert function names scheme due to the @dom96 comment
Anatoly Galiulin
2016-09-06
3
-40
/
+16
|
*
Restore ``recvInto`` for backwards compatibility
Anatoly Galiulin
2016-09-06
2
-0
/
+24
|
*
Fix typo
Anatoly Galiulin
2016-09-06
1
-1
/
+1
|
*
Add async IO operations with buffers on files and sockets
Anatoly Galiulin
2016-09-06
4
-23
/
+373
*
|
Merge pull request #4725 from cheatfate/fixtest_upcoming
Andreas Rumpf
2016-09-06
2
-25
/
+159
|
\
\
|
|
/
|
/
|
|
*
Fix windows issues.
cheatfate
2016-09-06
2
-25
/
+159
*
|
Merge pull request #4717 from nigredo-tori/xml-escaping
Andreas Rumpf
2016-09-05
1
-3
/
+14
|
\
\
|
*
|
xmltree: separate escaping for attributes
Dmitry Polienko
2016-09-05
1
-3
/
+14
|
|
/
*
|
Merge pull request #4718 from krux02/cstring-doc
Andreas Rumpf
2016-09-05
1
-2
/
+4
|
\
\
|
*
|
cstring doc
Arne Döring
2016-09-05
1
-2
/
+4
|
|
/
*
|
fixes #4699
Andreas Rumpf
2016-09-05
1
-1
/
+1
*
|
fixes a critical tables bug that caused 'enlarge' to crash after 'add'
Andreas Rumpf
2016-09-05
3
-11
/
+30
|
/
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2016-09-04
1
-0
/
+3
|
\
|
*
Merge pull request #4710 from yglukhov/js-ex-stack
Andreas Rumpf
2016-09-04
1
-0
/
+3
|
|
\
|
|
*
Store stack trace in exception
Yuriy Glukhov
2016-09-04
1
-0
/
+3
*
|
|
Merge branch 'endragor-async-readwrite-no-conflict' into devel
Andreas Rumpf
2016-09-04
1
-2
/
+8
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Merge branch 'async-readwrite-no-conflict' of https://github.com/endragor/Nim...
Andreas Rumpf
2016-09-04
1
-2
/
+8
|
/
|
|
|
*
|
Async read/write procedures no longer replace each other in upcoming asyncdis...
Ruslan Mustakov
2016-09-02
1
-2
/
+8
*
|
|
C++ backend: use .noInit pragma for non-public default constructors; refs #4687
Andreas Rumpf
2016-09-04
5
-18
/
+45
|
|
/
|
/
|
*
|
Merge pull request #4706 from cheatfate/testupcoming
Andreas Rumpf
2016-09-04
2
-0
/
+12
|
\
\
|
*
|
Fix define.
cheatfate
2016-09-04
1
-1
/
+1
|
*
|
Add upcoming/asyncdispatch.nim to tests.
cheatfate
2016-09-04
2
-0
/
+12
*
|
|
Merge pull request #4705 from yglukhov/js-logging
Dominik Picheta
2016-09-04
2
-117
/
+131
|
\
\
\
|
*
|
|
Enabled logging tests for js
Yuriy Glukhov
2016-09-03
2
-6
/
+7
|
*
|
|
Logging compatible with js
Yuriy Glukhov
2016-09-03
1
-111
/
+124
*
|
|
|
Show inactive supporters on sponsors page too.
Dominik Picheta
2016-09-04
5
-41
/
+105
*
|
|
|
More accurate generation of sponsors list.
Dominik Picheta
2016-09-04
1
-38
/
+34
*
|
|
|
Finishing touches on survey article.
Dominik Picheta
2016-09-04
4
-7
/
+10
|
|
/
/
|
/
|
|
*
|
|
Change Nim in Action banner link on front page.
Dominik Picheta
2016-09-03
1
-1
/
+1
*
|
|
Fixes to Nim survey results article.
Dominik Picheta
2016-09-03
7
-22
/
+24
*
|
|
async: transfer all await/async macro related code to asyncmacro.nim module. ...
Eugene Kabanov
2016-09-03
3
-720
/
+377
|
/
/
*
|
Finished article about Nim survey.
Dominik Picheta
2016-09-03
16
-0
/
+388
*
|
Merge pull request #4702 from cheatfate/upcoming_update1
Andreas Rumpf
2016-09-03
1
-38
/
+43
|
\
\
|
*
|
Make upcoming version to be up to date with current version.
cheatfate
2016-09-03
1
-38
/
+43
*
|
|
Merge pull request #4701 from mbaulch/fix4675
Andreas Rumpf
2016-09-03
4
-42
/
+99
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Add a test case for issue #4675.
Matthew Baulch
2016-09-03
3
-0
/
+27
|
*
|
pickBestCandidate: pre-calculate candidates when symbol table modified
Matthew Baulch
2016-09-03
1
-42
/
+72
*
|
|
fixes a compiler crash; refs #4699
Andreas Rumpf
2016-09-03
1
-1
/
+2
*
|
|
fixes #4677 properly
Andreas Rumpf
2016-09-03
1
-6
/
+7
*
|
|
fixes #4677
Andreas Rumpf
2016-09-03
1
-1
/
+2
*
|
|
Merge pull request #4680 from cheatfate/asyncwinsend
Dominik Picheta
2016-09-02
2
-2
/
+12
|
\
\
\
|
*
|
|
Protect data argument for GC.
cheatfate
2016-08-30
2
-2
/
+12
*
|
|
|
Merge pull request #4698 from endragor/gitter-mention
Dominik Picheta
2016-09-02
1
-1
/
+4
|
\
\
\
\
|
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
Added Gitter links to readme
Ruslan Mustakov
2016-09-02
1
-1
/
+4
|
/
/
/
*
|
|
Merge branch 'c-blake-devel' into devel
Araq
2016-09-02
2
-1
/
+53
|
\
\
\
|
*
|
|
Merge branch 'devel' of https://github.com/c-blake/Nim into c-blake-devel
Araq
2016-09-02
2
-1
/
+53
|
/
|
|
|
|
*
|
|
Use new name for call to low-level terminalWidth.
Charles Blake
2016-09-01
1
-3
/
+3
[prev]
[next]