summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3169 from nim-lang/revert-3168-patch-1Dominik Picheta2015-08-011-1/+1
|\ | | | | Revert "Set correct Host in request header"
| * Revert "Set correct Host in request header"Dominik Picheta2015-08-011-1/+1
|/
* Merge pull request #3168 from jonathonf/patch-1Dominik Picheta2015-08-011-1/+1
|\ | | | | Set correct Host in request header
| * Set correct Host in request headerjonathonf2015-08-011-1/+1
|/ | | | | Ensure the correct destination hostname is used in the request, otherwise the request will fail in one of a number of interesting ways when using a proxy. Fixes https://github.com/nim-lang/Nim/issues/3166
* Merge pull request #2674 from Xaseron/patch-1reactormonk2015-05-081-1/+1
|\ | | | | fixed typo in threadpool.nim
| * fixed typo in threadpool.nimMichael Werner2015-05-071-1/+1
|/
* Merge branch 'devel'Dominik Picheta2015-05-0524-182/+340
|\
| * Merge pull request #2655 from enitihas/nim-cfg-gcc-pathAndreas Rumpf2015-05-041-1/+1
| |\ | | | | | | Corrected gcc path on windows
| | * Corrected gcc path on windowsAbhishek Pandey2015-05-051-1/+1
| |/ | | | | | | | | | | | | | | | | When gcc path is set to r"$nimrod\dist\mingw\bin", the compiler gives an error: Error : unhandled exception : invalid format string [Value Error], but works correctly with gcc.path set to r"$nim\dist\mingw\bin". I think this issue was caused due to the name change from nimrod to nim , but the name change was not replicated in the config file.
| * final website changesAraq2015-05-043-12/+12
| |
| * added missing stuff for the releaseAraq2015-05-041-0/+4
| |
| * version 0.11.2Araq2015-05-044-24/+17
| |
| * version 0.11.2Araq2015-05-043-4/+14
| |
| * fixes #2651Araq2015-05-041-57/+59
| |
| * fixes typo in tut1Araq2015-05-041-36/+36
| |
| * Merge pull request #2648 from def-/zipfilesAndreas Rumpf2015-05-031-36/+50
| |\ | | | | | | Make zipfiles module work again
| | * Make zipfiles module work againdef2015-05-031-36/+50
| | | | | | | | | | | | Also adds an example usage to the module
| * | made test greenAraq2015-05-031-0/+46
| | |
| * | fixes #2629, fixes #2641, fixes #2632, fixes #2630Araq2015-05-034-3/+48
| | |
| * | fixes 'echo nil' codegen bugAraq2015-05-032-3/+6
| | |
| * | development version is 0.11.1Araq2015-05-033-8/+23
| | |
| * | minor bugfixes to the new 'len(nil)==0' featureAraq2015-05-032-4/+6
| | |
| * | compiler\ccgexprs.nimAraq2015-05-031-1/+1
| | | | | | | | | | | | fixes 'nil' literal echoing
| * | fixes #2625Araq2015-05-032-4/+26
| |/
| * Merge pull request #2639 from HOLYCOWBATMAN/pr-frontpage-slideshowreactormonk2015-05-031-2/+2
| |\ | | | | | | Moved frontpage slideshow controls
| | * Moved frontpage slideshow controlsHOLYCOWBATMAN2015-05-021-2/+2
| |/
| * Merge pull request #2618 from yglukhov/dom-body-headreactormonk2015-05-011-0/+2
| |\ | | | | | | Added body and head properties to DOM document.
| | * Added body and head properties to document.yglukhov2015-04-291-0/+2
| | |
* | | Merge branch 'devel'Dominik Picheta2015-04-30669-20701/+28591
|\| |
| * | version 0.11.0Araq2015-04-302-8/+25
| | |
| * | more cleanups for 0.11.0Araq2015-04-309-57/+218
| | |
| * | Intro for release notes.Dominik Picheta2015-04-301-0/+13
| | |
| * | preparations for version 0.11.0Araq2015-04-308-368/+486
| | |
| * | columns are 1 based for nimsuggestAraq2015-04-301-5/+6
| | |
| * | fixes regression caused by code cleanupsAraq2015-04-292-1/+767
| | |
| * | the installer can generate tar.gzAraq2015-04-292-18/+70
| |/
| * fixes #2470, fixes #1354Araq2015-04-2810-69/+319
| |
| * sempass2: bugfixesAraq2015-04-282-9/+7
| |
| * fixes #1888Araq2015-04-279-79/+105
| |
| * fixes #2577Araq2015-04-271-0/+1
| |
| * Merge pull request #2606 from def-/asyncAndreas Rumpf2015-04-273-74/+23
| |\ | | | | | | Async
| | * Add warning about recvLineInto being bound to changedef2015-04-261-0/+3
| | |
| | * Revert "Introduce FutureVar[T] to make recvLineInto safer."def2015-04-263-74/+20
| | | | | | | | | | | | This reverts commit 72b4912c84b16644657f94e54105739cba4b2457.
| * | fixes #2607Araq2015-04-261-1/+1
| | |
| * | fixes #2602Araq2015-04-261-0/+1
| | |
| * | fixes #2603Araq2015-04-262-8/+8
| |/
| * Merge pull request #2605 from jyapayne/develAndreas Rumpf2015-04-262-2/+2
| |\ | | | | | | Fixed the paths of nimfix and nimsuggest to be relative.
| | * Fixed the paths of nimfix and nimsuggest to be relative.Joey Payne2015-04-252-2/+2
| | |
| * | fixes regression: overloading by 'var'Araq2015-04-253-131/+140
| | |
| * | marshalling can be done at compile-timeAraq2015-04-258-51/+404
| | |