summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* fixes #4537Andreas Rumpf2016-08-022-0/+25
|
* fixes #4555Andreas Rumpf2016-08-028-14/+38
|
* make tests green againAndreas Rumpf2016-08-011-1/+1
|
* fixes #4534Andreas Rumpf2016-08-011-8/+5
|
* Add note about build-essentials package to readmeDominik Picheta2016-07-311-0/+2
|
* Merge pull request #4546 from cheatfate/coroutinesbackAndreas Rumpf2016-07-302-2/+4
|\ | | | | Enable coroutines again
| * sets don't support empty arrays :)cheatfate2016-07-301-1/+1
| |
| * Enable coroutines again.cheatfate2016-07-302-2/+4
|/
* Merge branch 'RyanMarcus-devel' into develDominik Picheta2016-07-301-17/+54
|\
| * Merge branch 'devel' of https://github.com/RyanMarcus/Nim into RyanMarcus-develDominik Picheta2016-07-301-17/+54
|/|
| * added when() block so that the compiler doesn't try to link SSL methods when ↵Ryan Marcus2016-07-271-21/+24
| | | | | | | | SSL isn't available
| * removed whitespace diffsRyan Marcus2016-07-271-2/+0
| |
| * added code to send CONNECT request for https requests through proxies, fixes ↵Ryan Marcus2016-07-271-16/+52
| | | | | | | | #4520
* | Merge pull request #4544 from miere43/fix-4417-nAndreas Rumpf2016-07-303-1/+17
|\ \ | | | | | | fix #4417 (new)
| * | use appType instead of compileOption #4417miere432016-07-301-1/+1
| | |
| * | fix #4417, update newsmiere432016-07-303-1/+17
|/ /
* | compiler free of old expr/stmt metatypesAndreas Rumpf2016-07-301-5/+5
| |
* | compiler almost free of deprecated expr/stmt namesAndreas Rumpf2016-07-3022-55/+55
| |
* | expr and stmt are now deprecatedAndreas Rumpf2016-07-3014-51/+51
| |
* | added tuple breakage to the docsAndreas Rumpf2016-07-301-0/+17
| |
* | Merge pull request #4542 from kierdavis/4541-import-errorAndreas Rumpf2016-07-302-3/+7
|\ \ | | | | | | Fix #4541
| * | Locate 'attempt to redefine' errors at the import statement rather than at ↵Kier Davis2016-07-302-3/+7
| | | | | | | | | | | | the first line of the imported module. Fixes #4541.
* | | Merge pull request #4540 from arnetheduck/remove-sffakeconstAndreas Rumpf2016-07-305-16/+4
|\ \ \ | | | | | | | | remove sfFakeConst
| * | | remove sfFakeConstJacek Sieka2016-07-305-16/+4
| | | |
* | | | Merge pull request #4538 from cheatfate/nofasmAndreas Rumpf2016-07-303-9/+13
|\ \ \ \ | |_|/ / |/| | | Disable fasm usage on Travis CI
| * | | commentscheatfate2016-07-301-1/+1
| | | |
| * | | testament update to have list of disabled modules.cheatfate2016-07-302-6/+12
| | | |
| * | | Disable fasm usagecheatfate2016-07-291-3/+1
| | | |
* | | | make test compile with latest opengl versionAndreas Rumpf2016-07-303-3/+3
| |/ / |/| |
* | | make nim bootstrap again for older versionsAndreas Rumpf2016-07-306-6/+14
| | |
* | | make tests green againAndreas Rumpf2016-07-294-6/+17
| | |
* | | stdlib and compiler don't use .immediate anymoreAndreas Rumpf2016-07-2936-172/+169
|/ /
* | Merge pull request #4533 from jangko/visual-studio-differ-in-param-listAndreas Rumpf2016-07-291-1/+1
|\ \ | | | | | | fix visual studio family warning
| * | this commit will fix visual studio family warning #4459andri lim2016-07-291-1/+1
|/ /
* | Merge pull request #4531 from oderwat/ctring-to.nimstring-nil-fixAndreas Rumpf2016-07-291-1/+2
|\ \ | | | | | | Fix for cstring nil to string nil conversion with `$`
| * | Fix for cstring nil to string nil conversion with `$`Hans Raaf2016-07-291-1/+2
| | |
* | | make tests green againAndreas Rumpf2016-07-291-2/+4
| | |
* | | use correct issue numberAndreas Rumpf2016-07-291-1/+1
| | |
* | | fixes #4432Andreas Rumpf2016-07-292-6/+17
| | |
* | | fixes #4510Andreas Rumpf2016-07-291-0/+2
| | |
* | | Merge pull request #4527 from hendi/httpclient-close-socketsAndreas Rumpf2016-07-281-1/+1
|\ \ \ | | | | | | | | make httpclient close opened Socket on error
| * | | use `defer` instead of `try ... finally`Hendrik Richter2016-07-281-25/+22
| | | |
| * | | remove superfluous `except: raise`Hendrik Richter2016-07-281-2/+0
| | | |
| * | | make httpclient close opened Socket on errorHendrik Richter2016-07-281-22/+27
| | | |
* | | | Merge branch 'Lompik-htmlparser' into develAndreas Rumpf2016-07-282-2/+52
|\ \ \ \
| * | | | Merge branch 'htmlparser' of https://github.com/Lompik/Nim into ↵Andreas Rumpf2016-07-282-2/+52
|/| | | | | | | | | | | | | | | | | | | Lompik-htmlparser
| * | | | Update htmlparser test ``output`` variableStephane Fontaine2016-07-281-2/+8
| | | | |
| * | | | htmlparser: Add test for paragraph inside <dd,li>Stephane Fontaine2016-07-271-0/+38
| | | | |
| * | | | htmlparser: Allow <p> as children of <dd> and <li>Stephane Fontaine2016-07-271-2/+8
| | | | |
* | | | | generic multi-methods should work nowAndreas Rumpf2016-07-289-21/+67
| | | | |