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
path:
root
/
lib
Commit message (
Expand
)
Author
Age
Files
Lines
*
minor stdlib cleanups
Araq
2016-09-09
3
-19
/
+19
*
generated theindex.html is valid html
Araq
2016-09-09
1
-10
/
+21
*
Make htmlparser compile without warnings
Araq
2016-09-09
1
-14
/
+17
*
make net.nim compile for osx doc2
Andreas Rumpf
2016-09-08
1
-1
/
+1
*
Merge pull request #4733 from cheatfate/asyncssl_and_tests
Andreas Rumpf
2016-09-08
1
-3
/
+8
|
\
|
*
Removed tests with `asyncio`.
cheatfate
2016-09-07
1
-3
/
+8
*
|
Merge pull request #4732 from cheatfate/borrowse
Andreas Rumpf
2016-09-08
1
-0
/
+1
|
\
\
|
*
|
Borrow SelectEvent `==`.
cheatfate
2016-09-07
1
-0
/
+1
|
|
/
*
/
Allow to use strtabs module with js target
Anatoly Galiulin
2016-09-08
1
-14
/
+24
|
/
*
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
1
-25
/
+34
|
\
\
|
|
/
|
/
|
|
*
Fix windows issues.
cheatfate
2016-09-06
1
-25
/
+34
*
|
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
|
|
/
*
/
fixes a critical tables bug that caused 'enlarge' to crash after 'add'
Andreas Rumpf
2016-09-05
2
-11
/
+17
|
/
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2016-09-04
1
-0
/
+3
|
\
|
*
Store stack trace in exception
Yuriy Glukhov
2016-09-04
1
-0
/
+3
*
|
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
*
|
Merge pull request #4705 from yglukhov/js-logging
Dominik Picheta
2016-09-04
1
-115
/
+129
|
\
\
|
*
|
Enabled logging tests for js
Yuriy Glukhov
2016-09-03
1
-4
/
+5
|
*
|
Logging compatible with js
Yuriy Glukhov
2016-09-03
1
-111
/
+124
*
|
|
async: transfer all await/async macro related code to asyncmacro.nim module. ...
Eugene Kabanov
2016-09-03
3
-720
/
+377
|
/
/
*
|
Make upcoming version to be up to date with current version.
cheatfate
2016-09-03
1
-38
/
+43
*
|
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 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
|
*
|
Evidently Travis build termios.h does not pull in sys/ioctl.h
Charles Blake
2016-09-01
1
-1
/
+1
|
*
|
Make Windows part match Unix part more closely per Araq request.
Charles Blake
2016-09-01
1
-8
/
+7
|
*
|
Change type name to be more NEP-1-ish as per Araq request.
Charles Blake
2016-09-01
2
-3
/
+3
|
*
|
Convert TaintedString to string.
Charles Blake
2016-09-01
1
-1
/
+1
|
*
|
Oops - L_ctermid must be a global var to compile.
Charles Blake
2016-09-01
1
-2
/
+2
|
*
|
Add terminal.terminalWidth and supporting types/calls.
Charles Blake
2016-09-01
2
-1
/
+54
*
|
|
fixes #4689
Andreas Rumpf
2016-09-01
1
-7
/
+5
|
/
/
*
/
Fix 32bit architecture problems with SelectEvent.
cheatfate
2016-08-31
3
-5
/
+5
|
/
*
Fixed getCurrentException and getCurrentExceptionMsg. Closes #4635
Yuriy Glukhov
2016-08-29
1
-9
/
+23
*
Merge pull request #4661 from yglukhov/js-uncaught-stacktrace
Andreas Rumpf
2016-08-29
1
-32
/
+38
|
\
|
*
Reset framePtr on unhabdled exception. Dont reset on getStackTrace.
Yuriy Glukhov
2016-08-27
1
-3
/
+1
|
*
Uncaught exceptions in JS now always propagate with better stack trace.
Yuriy Glukhov
2016-08-27
1
-29
/
+37
*
|
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Araq
2016-08-27
1
-3
/
+3
|
\
\
|
*
|
Fixed frame corruption
Yuriy Glukhov
2016-08-27
1
-3
/
+3
|
|
/
*
|
Merged
Araq
2016-08-27
16
-65
/
+139
|
\
|
|
*
json module: use ordered tables instead of ordinary tables
Andreas Rumpf
2016-08-25
1
-17
/
+23
|
*
update stdlib to not use deprecated symbols
Andreas Rumpf
2016-08-25
2
-9
/
+9
[next]