summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| * fix upcoming/asyncdispatch properlyAraq2016-11-301-3/+1
| * Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2016-11-301-19/+43
| |\
| | * Merge pull request #5051 from FedericoCeratto/smtp_testDominik Picheta2016-11-291-19/+43
| | |\
| | | * Improve SMTP testingFederico Ceratto2016-11-241-19/+43
| * | | upcoming/asyncdispatch: addTimer and addEvent fixesAraq2016-11-301-5/+14
| * | | use preferName for type info namesAraq2016-11-301-1/+2
| * | | closure types get names; refs #4332Araq2016-11-292-16/+21
| |/ /
| * | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2016-11-294-7/+54
| |\ \
| | * \ Merge pull request #5067 from vktec/remove-docutils-pathAndreas Rumpf2016-11-292-4/+4
| | |\ \
| | | * | Remove docgen.nim's dependency on things being in pathSamadi van Koten2016-11-282-4/+4
| | * | | Merge pull request #5058 from johnnovak/terminal-win-fixAndreas Rumpf2016-11-291-3/+6
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Fix setStyle for WindowsJohn Novak2016-11-261-3/+6
| | | |/
| | * | Merge pull request #5060 from johnnovak/terminal-showhide-cursorAndreas Rumpf2016-11-282-0/+44
| | |\ \
| | | * | Update changelogJohn Novak2016-11-271-0/+4
| | | * | Add hideCursor & showCursorJohn Novak2016-11-261-0/+40
| | | |/
| * | | updated upcoming/asyncdispatchAraq2016-11-291-1/+1
* | | | move recursion check up to fix tectype regressionAraq2016-11-291-5/+7
* | | | sighashes: make more tests greenAraq2016-11-292-7/+4
* | | | make upcoming compile on Windows againAraq2016-11-291-1/+1
* | | | times.nim: remove code duplicationAraq2016-11-291-8/+2
* | | | further progress; more tests are greenAraq2016-11-285-25/+24
* | | | Merge branch 'devel' into sighashesAraq2016-11-2875-363/+1260
|\| | |
| * | | minor website improvementsAraq2016-11-282-13/+13
| |/ /
| * | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-11-2813-56/+342
| |\ \
| | * \ Merge pull request #4878 from yglukhov/gc-frameinfoAndreas Rumpf2016-11-281-14/+11
| | |\ \
| | | * | DRY frame info setting out to a template.Yuriy Glukhov2016-11-031-14/+11
| | * | | Merge pull request #5044 from endragor/dequesAndreas Rumpf2016-11-2810-25/+297
| | |\ \ \
| | | * | | Added deques module, deprecating queuesRuslan Mustakov2016-11-2410-25/+297
| | | | |/ | | | |/|
| | * | | Merge pull request #5061 from yglukhov/test-case-fixupAndreas Rumpf2016-11-281-3/+3
| | |\ \ \
| | | * | | Corrected test case for #5057.Yuriy Glukhov2016-11-271-3/+3
| | * | | | Merge pull request #5063 from deech/nimeval-fixAndreas Rumpf2016-11-281-5/+6
| | |\ \ \ \ | | | |/ / / | | |/| | |
| | | * | | Fix compilation error in nimeval.Aditya Siram2016-11-271-5/+6
| | |/ / /
| | * | | Merge pull request #5059 from yglukhov/ordered-table-delAndreas Rumpf2016-11-271-12/+28
| | |\ \ \ | | | |/ / | | |/| |
| | | * | Fixes #5057Yuriy Glukhov2016-11-261-12/+28
| | |/ /
| * | | system.deepCopy should show old behaviourAndreas Rumpf2016-11-281-1/+6
| * | | use -d:nimTypeNames to create RTTI with type namesAndreas Rumpf2016-11-282-0/+4
| * | | deepcopy fixAndreas Rumpf2016-11-261-31/+75
| |/ /
| * | recursive modules are only detected to improve error messagesAndreas Rumpf2016-11-2412-23/+57
| * | make tests green againAndreas Rumpf2016-11-245-12/+23
| * | reverted deepcopy fix for nowAndreas Rumpf2016-11-242-75/+32
| * | another attempt to make travis green againAndreas Rumpf2016-11-241-1/+1
| * | attempt to make travis green againAndreas Rumpf2016-11-241-2/+1
| * | make tests green againAndreas Rumpf2016-11-242-3/+3
| * | further memtracking improvementsAndreas Rumpf2016-11-245-8/+29
| * | disallow recursive module dependenciesAraq2016-11-2314-45/+47
| * | make tests green againAndreas Rumpf2016-11-221-17/+19
| * | sqlite: removes weird spacingAndreas Rumpf2016-11-221-1/+1
| * | better memory trackingAndreas Rumpf2016-11-222-55/+64
| * | documents --excessiveStackTrace switchAndreas Rumpf2016-11-221-0/+2
| * | Fixes asyncdispatch.all completing its res future more than once.Dominik Picheta2016-11-211-15/+16