summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
| | * | added when() block so that the compiler doesn't try to link SSL methods when ...Ryan Marcus2016-07-271-21/+24
| | * | 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
| * | | Merge pull request #4544 from miere43/fix-4417-nAndreas Rumpf2016-07-303-1/+17
| |\ \ \
| | * | | 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
| |\ \ \
| | * | | Locate 'attempt to redefine' errors at the import statement rather than at th...Kier Davis2016-07-302-3/+7
| * | | | Merge pull request #4540 from arnetheduck/remove-sffakeconstAndreas Rumpf2016-07-305-16/+4
| |\ \ \ \
| | * | | | remove sfFakeConstJacek Sieka2016-07-305-16/+4
| * | | | | Merge pull request #4538 from cheatfate/nofasmAndreas Rumpf2016-07-303-9/+13
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | 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
| |\ \ \
| | * | | 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 `$`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
| |\ \ \ \
| | * | | | 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 Lompik-htmlpa...Andreas Rumpf2016-07-282-2/+52
| |/| | | | |
| | * | | | | 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 SymCharsroose2016-07-281-1/+1
| |/ / / /
| * | | | Merge pull request #4522 from coffeepots/patch-2Andreas Rumpf2016-07-271-2/+6
| |\ \ \ \ | | |/ / / | |/| | |
| | * | | Add handle function to Thread typecoffeepots2016-07-271-2/+6
| |/ / /
| * | / 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