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
*
docgen: working search feature
Araq
2016-09-09
4
-19
/
+26
*
minor stdlib cleanups
Araq
2016-09-09
3
-19
/
+19
*
docgen: minor changes
Andreas Rumpf
2016-09-09
2
-6
/
+6
*
docgen: search feature
Andreas Rumpf
2016-09-09
3
-0
/
+73
*
generated theindex.html is valid html
Araq
2016-09-09
3
-14
/
+25
*
Make htmlparser compile without warnings
Araq
2016-09-09
1
-14
/
+17
*
docgen: group by type feature
Andreas Rumpf
2016-09-08
5
-1
/
+596
*
docgen: different attachedType generation
Andreas Rumpf
2016-09-08
2
-8
/
+9
*
Add Windows deploy stage to GitLab CI.
Dominik Picheta
2016-09-08
2
-0
/
+71
*
documentation now has an 'edit' button
Andreas Rumpf
2016-09-08
3
-31
/
+30
*
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
5
-174
/
+75
|
\
|
*
update path to SSL certificates
cheatfate
2016-09-07
1
-2
/
+2
|
*
Removed tests with `asyncio`.
cheatfate
2016-09-07
5
-174
/
+75
*
|
Merge pull request #4732 from cheatfate/borrowse
Andreas Rumpf
2016-09-08
1
-0
/
+1
|
\
\
|
*
|
Borrow SelectEvent `==`.
cheatfate
2016-09-07
1
-0
/
+1
|
|
/
*
|
Merge pull request #4735 from vegansk/strtabsjs
Andreas Rumpf
2016-09-08
1
-14
/
+24
|
\
\
|
*
|
Allow to use strtabs module with js target
Anatoly Galiulin
2016-09-08
1
-14
/
+24
|
/
/
*
|
Merge pull request #4734 from kierdavis/toplevel-defer-error
Andreas Rumpf
2016-09-07
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
Display error message if defer statement is used at top level
Kier Davis
2016-09-07
1
-0
/
+2
|
/
*
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
[next]