summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
...
* | Added Multi-Replacement proc for strings (#6193)Fredrik Høisæther Rasch2017-08-071-0/+35
* | Merge pull request #6192 from TiberiumN/patch-1Dominik Picheta2017-08-061-1/+1
|\ \
| * | Small fix to READMEDaniil Yarancev2017-08-061-1/+1
|/ /
* | Introduce first class support for Android (#5772)Fredrik Høisæther Rasch2017-08-0615-14/+109
* | Removed platform-specific arithm test cases (#6189)Fredrik Høisæther Rasch2017-08-061-11/+11
* | Allow to configure tls size (#6171)Ruslan Mustakov2017-08-051-2/+7
* | disable tboehmdeepcopy for Windows as we don't have a version of Boehm GC on ...Araq2017-08-041-0/+1
* | disable 'koch boot' on AppVeyor to speedup the process; will be re-enabled af...Araq2017-08-041-1/+0
* | codegen: do not produce empty loops; speeds up debug builds tremendously on W...Araq2017-08-041-2/+14
* | Merge pull request #6165 from endragor/no-source-without-gitDominik Picheta2017-08-031-6/+8
|\ \
| * | Do not generate Source/Edit without git in configRuslan Mustakov2017-07-311-6/+8
* | | Add mips64 and mips64el CPU platforms (#5866)James Cowgill2017-08-037-8/+27
* | | fixes #6016 union alias trigger bad codegen (#6117)andri lim2017-08-036-141/+176
* | | Vm fix zero extend proc ze/ze64 && toU32/toU16/toU8 (#5988)Parashurama2017-08-034-3/+73
* | | Corrected tuple type to nkPar for unnamed tuples on getType (#6172)Yuriy Glukhov2017-08-031-1/+2
* | | Merge pull request #6168 from konqoro/patch-10Dominik Picheta2017-08-011-1/+24
|\ \ \
| * | | Docs: add one more example in strscans modulekonqoro2017-08-011-1/+24
* | | | Fixed randomize for 32bit target (#6167)Yuriy Glukhov2017-08-011-2/+2
|/ / /
* / / Channels can now block depending on maxItems (#6153)Yuriy Glukhov2017-07-312-12/+68
|/ /
* | Small fixes to readme after #6160.Dominik Picheta2017-07-301-3/+3
* | Merge pull request #6160 from opencollective/opencollectiveDominik Picheta2017-07-301-1/+33
|\ \
| * | updated readme.mdXavier Damman2017-07-301-1/+33
|/ /
* | Fixed NimTypeKind enum, added missing values. (#6157)Yuriy Glukhov2017-07-302-2/+10
* | Merge pull request #6151 from FedericoCeratto/patch-29Dominik Picheta2017-07-291-0/+5
|\ \
| * | Add TimeInterval reversing docstringFederico Ceratto2017-07-291-0/+5
|/ /
* | Merge pull request #6143 from xxlabaza/correct_no_content_length_responseDominik Picheta2017-07-281-2/+2
|\ \
| * | Add more suitable error code and reason phrase for required Content-Length re...Artem Labazin2017-07-261-2/+2
* | | travis build: test documentation generationAndreas Rumpf2017-07-261-0/+1
* | | avoid deprecated procsAndreas Rumpf2017-07-262-3/+3
* | | workaround so doc2 asynchttpserver works againAndreas Rumpf2017-07-261-3/+3
* | | distinguish between 'reorder' and 'noforward'Andreas Rumpf2017-07-265-8/+53
|/ /
* | Added codeRepr and dumpCode to the macros module. (#5778)PMunch2017-07-262-4/+126
* | implemented reordering passAndreas Rumpf2017-07-252-1/+105
* | optimized intsets to not allocate for the common casesAndreas Rumpf2017-07-251-59/+120
* | Remove expr/stmt (#5857)Arne Döring2017-07-25168-531/+499
|/
* Merge pull request #6064 from superfunc/develDominik Picheta2017-07-231-1/+1
|\
| * Make option usage more consistent in docsuperfunc2017-07-061-1/+1
* | fixes #6125Andreas Rumpf2017-07-222-10/+5
* | fixes #6127Andreas Rumpf2017-07-221-5/+3
* | fixes #499Andreas Rumpf2017-07-221-1/+1
* | fixes #6131Andreas Rumpf2017-07-223-5/+5
* | added system.deallocHeap feature for Nim's native GCsAndreas Rumpf2017-07-223-27/+32
* | closures have an object type field so that we can perform correct deepCopy() ...Andreas Rumpf2017-07-227-19/+40
* | Disable stacktrace in locks (#6128)Yuriy Glukhov2017-07-211-0/+4
* | Added newAsyncFile proc (#6129)Yuriy Glukhov2017-07-211-8/+13
* | make tests green againAraq2017-07-201-5/+2
* | make nimblepkglist tool work with newer versions of the websiteAraq2017-07-201-1/+2
* | make the GCs more robustAndreas Rumpf2017-07-202-16/+16
* | fixes #5871Andreas Rumpf2017-07-203-6/+17
* | Merge pull request #6122 from ephja/asyncfutures-missed-rewriteDominik Picheta2017-07-181-2/+1
|\ \