summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | |
* | | | .base pragma works for generic methodsAndreas Rumpf2016-07-281-1/+1
| | | |
* | | | fix: generic tuples instantiations were cached incorrectlyAndreas Rumpf2016-07-282-0/+6
| |_|/ |/| |
* | | Merge pull request #4525 from roose/parsecfgAndreas Rumpf2016-07-281-1/+1
|\ \ \ | | | | | | | | Add dash to SymChars
| * | | Add dash to SymCharsroose2016-07-281-1/+1
|/ / /
* | | Merge pull request #4522 from coffeepots/patch-2Andreas Rumpf2016-07-271-2/+6
|\ \ \ | |/ / |/| | Add handle function to Thread type
| * | Add handle function to Thread typecoffeepots2016-07-271-2/+6
|/ / | | | | Exposes SysThread type and introduces the function "handle" to return Thread.sys.
* | fixes a varargs of untyped regressionAndreas Rumpf2016-07-242-0/+81
| |
* | json doc info also includes line,col informationAndreas Rumpf2016-07-231-3/+4
| |
* | docgen improvementsAndreas Rumpf2016-07-221-3/+4
| |
* | overloading of dot and parenthesis operators should now be done in .experimentalAndreas Rumpf2016-07-224-2/+9
| |
* | fixes #4494Andreas Rumpf2016-07-222-25/+34
| |
* | Merge pull request #4511 from oderwat/doc-changes1Andreas Rumpf2016-07-222-2/+6
|\ \ | | | | | | Small changes to the docs to make it easier to find stuff.
| * | Small changes to the docs to make it easier to find stuff.Hans Raaf2016-07-212-2/+6
| | |
* | | Merge pull request #4481 from oderwat/unicode-ext1Andreas Rumpf2016-07-211-1/+15
|\ \ \ | | | | | | | | Added iterator for utf8 strings
| * | | Added iterator for utf8 stringsHans Raaf2016-07-131-1/+15
| | | |
* | | | Add warning to `osproc.close`Dominik Picheta2016-07-211-1/+5
| | | |
* | | | Merge pull request #4506 from FedericoCeratto/patch-12Andreas Rumpf2016-07-211-0/+8
|\ \ \ \ | | | | | | | | | | Add copyright header
| * | | | Add copyright headerFederico Ceratto2016-07-211-0/+8
| | |/ / | |/| |
* | | | Merge pull request #4508 from FedericoCeratto/patch-14Andreas Rumpf2016-07-211-0/+9
|\ \ \ \ | | | | | | | | | | Add copyright header