summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* documented untyped/typed meta-typesAraq2015-11-102-22/+88
|
* fixes newly introduced oswalkdir moduleAraq2015-11-101-3/+14
|
* added oswalkdir.nim for the JS targetAraq2015-11-101-0/+16
|
* os.walkDir is available at compile timeAraq2015-11-104-44/+69
|
* added newTree to ast.nimAraq2015-11-101-0/+4
|
* added prefix matching to critbits.nimAraq2015-11-101-16/+24
|
* updated old links on the websiteAraq2015-11-101-2/+2
|
* Merge pull request #3527 from tulayang/develDominik Picheta2015-11-101-3/+4
|\ | | | | Fix osproc.close
| * Fix osproc.closewt2015-11-101-3/+4
|/
* Merge pull request #3504 from Matt14916/xmlparser-entitiesDominik Picheta2015-11-082-11/+19
|\ | | | | Create entity nodes with xmlparser, add a test to xmlparser
| * Add a test to xmlparserMatt Sullivan2015-10-312-12/+20
| |
| * Create entity nodes with xmlparserMatt Sullivan2015-10-301-1/+1
| |
* | Merge pull request #3521 from gour/tools-link-fixDominik Picheta2015-11-081-1/+1
|\ \ | | | | | | fix docgen link
| * | fix docgen linkGour2015-11-071-1/+1
| | |
* | | Modified setDefaultLibpath to search using findExe"nim".Dominik Picheta2015-11-071-0/+11
|/ / | | | | | | | | This is so that Nimble (and other tools) which use the compiler modules for nimscript support or other purposes can find $lib.
* | better nimsuggest supportAraq2015-11-032-4/+5
| |
* | Nimscript fixes 'cpFile' typoAraq2015-11-031-1/+1
| |
* | nimrod is obsoleteAraq2015-11-031-2/+2
| |
* | fixes start.bat fileAraq2015-11-031-3/+3
| |
* | fixes a critical xlen codegen bugAraq2015-11-031-1/+1
| |
* | Merge pull request #3509 from yashaka/void-context-doc-rephraseAndreas Rumpf2015-11-021-1/+1
|\ \ | | | | | | updated 'Void context' doc specifying more precisely for what the void context is triggered
| * | updated 'Void context' section specifying more precisely that assignment to ↵Iakiv Kramarenko2015-11-021-1/+1
|/ / | | | | | | result triggers MANDATORY void context FOR THE SUBSEQUENT EXPRESSIONS
* | Merge pull request #3508 from VKlayd/develAndreas Rumpf2015-11-021-0/+1
|\ \ | | | | | | Install stdlib.nimble in lib for nimscript fix
| * | Install stdlib.nimble in libVictor Korkin2015-11-021-0/+1
|/ / | | | | | | Without stdlib.nimble in libs directory Nimscript is not work properly.
* | nimsuggest: added 'chk', 'outline' and 'highlight' featuresAraq2015-11-018-71/+167
| |
* | Merge pull request #3490 from oderwat/osx-libiconvAndreas Rumpf2015-11-011-10/+4
|\ \ | | | | | | Removed libiconv prefix (on OS X) to make encodings compile on OS X.
| * | Removed libiconv prefix (on OS X) to make encodings compile on OS X.Hans Raaf2015-10-281-10/+4
| | | | | | | | | | | | | | | | | | | | | | | | I am not sure since which version OS X does include the libiconv library without the `lib` prefix. But it seems this is the case for some years now. If there are ways to check for the OS X version at compile time this may be needed to support older OS X versions. But I guess thats not needed for most users working with Nim anyway.
* | | Use nanoseconds for timeouts less than 1 second on Mac OS X.Dominik Picheta2015-11-011-1/+3
| | |
* | | Add missing untestable test.Dominik Picheta2015-11-011-0/+13
| | |
* | | Fix poll's timeout for Mac OS X in the seletors module.Dominik Picheta2015-11-011-1/+1
| |/ |/|
* | Merge pull request #3501 from nanoant/patch/smaller-build.sh-using-traceAndreas Rumpf2015-10-301-8/+8
|\ \ | | | | | | Patch/smaller build.sh using trace
| * | build.sh: Output error messages to stderrAdam Strzelecki2015-10-301-5/+5
| | | | | | | | | | | | Just in case we are running this in some CI.
| * | build.sh: Use shell built-in command traceAdam Strzelecki2015-10-301-3/+3
| |/ | | | | | | | | | | | | | | | | | | | | | | Rather than issuing echo "cmd..." then cmd... itself, we enable shell trace facility via set -x, which is POSIX shell standard command and is compatible with all UNIX shells. This effectively cuts build.sh size twice, since we don't need to double stuff there, also making it human readable. We are also setting PS4 (trace prefix) to none, instead final echo "SUCCESS", we issue : SUCCESS command which outputs its contents in trace.
* | development version is 0.12.1, not 0.12.0Araq2015-10-292-1/+497
| |
* | Merge pull request #3495 from bambuchaAdm/libressl-compatibilityDominik Picheta2015-10-291-1/+1
|\ \ | |/ |/| Add serach for libssl.so without version suffix.
| * Add serach for libssl.so without version suffix.Łukasz Dubiel2015-10-291-1/+1
| |
* | updated compiler.nimble fileAraq2015-10-281-2/+2
| |
* | Merge pull request #3483 from sanxiyn/patch-1reactormonk2015-10-281-1/+1
|\ \ | | | | | | Update website link
| * | Update website linkSeo Sanghyeon2015-10-281-1/+1
|/ /
* | updated todo.txtAraq2015-10-281-86/+35
| |
* | Merge branch 'devel' of https://github.com/nim-lang/Nim into develAraq2015-10-271-1/+1
|\|
| * Merge branch 'devel'Dominik Picheta2015-10-271019-74198/+35407
| |\
| * \ Merge pull request #3470 from FedericoCeratto/patch-5Andreas Rumpf2015-10-231-1/+1
| |\ \ | | | | | | | | Replace "prefix" with "suffix" in endsWith doc
| | * | Replace "prefix" with "suffix" in endsWith docFederico Ceratto2015-10-231-1/+1
| |/ /
| * | 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
| |/ /