summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Add OptReuseAddr to example and handle closingFederico Ceratto2017-01-021-0/+2
|
* make nimforum compile againAraq2016-12-312-1/+5
|
* distros.nim: better documenationAndreas Rumpf2016-12-311-7/+20
|
* make c_setmode compatible with Borland C; refs #5157Andreas Rumpf2016-12-311-2/+3
|
* niminst: remove complex non-posix line noise for install.tmplAndreas Rumpf2016-12-311-29/+1
|
* existance of new distros.nim module can be detected with defined(nimDistros)Araq2016-12-311-0/+1
|
* added distros.nim stdlib module for NimScript/Nimble supportAraq2016-12-314-1/+236
|
* make vmgen more robust in the context of 'nim check'Araq2016-12-311-2/+3
|
* Merge pull request #5163 from vegansk/5155-asyncDominik Picheta2016-12-303-2/+46
|\ | | | | Adds pending operations presence check function to asyncdispatch, fixes #5155
| * Add pending operations presence check function, fixes #5155Anatoly Galiulin2016-12-293-2/+46
| |
* | fixes #2050Araq2016-12-302-5/+17
| |
* | fixes #3848Araq2016-12-301-1/+1
| |
* | fixes #5161Araq2016-12-301-1/+1
| |
* | fixes #5147Araq2016-12-302-7/+35
| |
* | fixes #5148Araq2016-12-292-1/+8
| |
* | finish tool: Check for installations in 'program files' et alAraq2016-12-291-3/+22
| |
* | make gendepend work againAraq2016-12-291-1/+1
| |
* | new shift ops for Nim; based on #4743Andreas Rumpf2016-12-293-28/+59
| |
* | attempt to mitigate Nimble issue #293Andreas Rumpf2016-12-291-2/+2
| |
* | Merge pull request #5158 from AdrianV/patch-4Andreas Rumpf2016-12-291-1/+1
|\ \ | | | | | | bcc uses _timezone like vcc
| * | bcc uses _timezone like vccAdrianV2016-12-281-1/+1
| | |
* | | Merge pull request #5159 from AdrianV/patch-5Andreas Rumpf2016-12-291-1/+1
|\ \ \ | | | | | | | | bcc misses the same functions like vcc
| * | | bcc misses the same functions like vccAdrianV2016-12-281-1/+1
| |/ /
* | | Merge pull request #5156 from nigredo-tori/patch-1Andreas Rumpf2016-12-291-1/+1
|\ \ \ | |_|/ |/| | NimTypeKind - replace ntyArrayConstr with ntyAlias
| * | NimTypeKind - replace ntyArrayConstr with ntyAliasnigredo-tori2016-12-281-1/+1
| |/ | | | | Cleanup following the change in `TTypeKind`
* | Merge pull request #5160 from mpcjanssen/xmldom-mpcjanssenDominik Picheta2016-12-281-2/+2
|\ \ | |/ |/| Define getAttributes(NS) on PNode instead of PElement.
| * Define getAttributes(NS) on PNode instead of PElement.Mark Janssen2016-12-281-2/+2
|/
* support: koch supports 'nimble' vs 'nimble --latest'Andreas Rumpf2016-12-281-13/+24
|
* remove deprecated system.TResult enumAndreas Rumpf2016-12-281-2/+0
|
* support for arm64; fixes #2147Andreas Rumpf2016-12-271-0/+2
|
* disable new alloctor behaviour for emscriptenAndreas Rumpf2016-12-271-4/+5
|
* simple closure iterator calling closure iterator works; refs #3837Andreas Rumpf2016-12-272-9/+29
|
* fixes #4519Andreas Rumpf2016-12-252-1/+5
|
* Update paypal link in the community page.Dominik Picheta2016-12-241-5/+6
|
* fixes #5142Araq2016-12-232-4/+14
|
* NimScript: prepare for future Nimble improvements; should be completely ↵Araq2016-12-231-21/+23
| | | | compatible with old and upcoming Nimble versions
* make travis greenAraq2016-12-221-1/+2
|
* Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2016-12-221-2/+2
|\
| * Used typed/untyped instead of stmt/expr in semQuoteAst. Fixes issue 5120 (#5126)Chris Heller2016-12-221-2/+2
| | | | | | * Use typed/untyped instead of stmt/expr in semQuoteAst. Fixes #5120
* | fixes #5140Araq2016-12-222-1/+31
|/
* make tsets test green againAraq2016-12-221-5/+6
|
* Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-12-222-0/+21
|\
| * Merge pull request #5125 from chrisheller/fix-issue-5119Andreas Rumpf2016-12-222-0/+21
| |\ | | | | | | Guard against calling split with an empty string as a separator. Fixe…
| | * Change error handling in split to use doAssert so it is not compiled out ↵Chris Heller2016-12-211-1/+1
| | | | | | | | | | | | when running tests
| | * Update unit test to handle AssertionError instead of ValueError for #5119Chris Heller2016-12-211-1/+1
| | |
| | * Change error handling to use assert as per Araq's commentChris Heller2016-12-211-4/+1
| | |
| | * Guard against calling split with an empty string as a separator. Fixes #5119Chris Heller2016-12-212-0/+24
| | |
* | | fixes #5137Andreas Rumpf2016-12-222-14/+28
|/ /
* / implements module grouping for the import statementAndreas Rumpf2016-12-214-14/+37
|/
* added missing fileAndreas Rumpf2016-12-211-0/+4
|