summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* fixes #4353Andreas Rumpf2016-08-043-5/+13
|
* attempt to fix #4065Andreas Rumpf2016-08-041-2/+1
|
* fixes #4526Andreas Rumpf2016-08-041-7/+15
|
* fixes #4562Andreas Rumpf2016-08-041-1/+2
|
* fixes #4550Andreas Rumpf2016-08-041-0/+1
|
* fixes #4545Andreas Rumpf2016-08-042-0/+25
|
* fixes #4564Andreas Rumpf2016-08-043-3/+15
|
* Merge pull request #4563 from krux02/spec-updateAndreas Rumpf2016-08-032-5/+7
|\ | | | | updadet doc/manual array construction syntax
| * updadet doc/manual array construction syntaxArne Döring2016-08-032-5/+7
| |
* | fixes #4561Andreas Rumpf2016-08-031-1/+1
| |
* | Merge pull request #4552 from moigagoo/patch-1Andreas Rumpf2016-08-021-0/+16
|\ \ | | | | | | Add Docker Hub info
| * | Minor improvement in the Docker Hub section.Konstantin Molchanov2016-08-021-2/+2
| | |
| * | Add Docker Hub infoKonstantin Molchanov2016-08-011-0/+16
| | |
* | | Merge pull request #4559 from haiodo/enable-profiler-filenamesAndreas Rumpf2016-08-022-12/+23
|\ \ \ | | | | | | | | Enable embedded profiler to display filenames.
| * | | Enable embedded profiler to display filenames.Andrey Sobolev2016-08-022-12/+23
| | | | | | | | | | | | | | | | Enable embedded profiler to display filenames in profile_results.txt
* | | | Merge pull request #4548 from arnetheduck/gc-cleanupAndreas Rumpf2016-08-025-19/+20
|\ \ \ \ | | | | | | | | | | clean up a few stray c_stdout's in gc debug code
| * | | | clean up a few stray c_stdout's in gc debug codeJacek Sieka2016-07-315-19/+20
| | | | |
* | | | | Merge pull request #4549 from miere43/fix-linksAndreas Rumpf2016-08-023-3/+3
|\ \ \ \ \ | | | | | | | | | | | | Fix several broken links in docs and readme
| * | | | | fix several broken linksmiere432016-07-313-3/+3
| | | | | |
* | | | | | 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
| | | |