summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* fixes #5136Andreas Rumpf2016-12-212-6/+16
* fixes #5135Andreas Rumpf2016-12-213-0/+14
* fixes #5131Araq2016-12-202-1/+49
* make nimfix compile with newer compiler APIAraq2016-12-201-2/+3
* bugfix: aporia compiles againAraq2016-12-201-0/+1
* Merge branch 'devel' into sighashesAraq2016-12-1914-25/+115
|\
| * make tests greenAraq2016-12-181-2/+2
| * make tests green againAraq2016-12-181-1/+1
| * fixes #4818Araq2016-12-183-3/+43
| * Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2016-12-181-2/+3
| |\
| | * fixes nimsuggest bug #43Andreas Rumpf2016-12-181-2/+3
| * | fixes #4308, fixes #4905Araq2016-12-185-1/+47
| * | debug output: show line info earlierAraq2016-12-181-1/+1
| |/
| * Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2016-12-181-3/+3
| |\
| | * Merge pull request #5123 from vegansk/cpuload_overflowAndreas Rumpf2016-12-181-3/+3
| | |\
| | | * Fix overflow when casting int64 to int in cpuload.nimvega2016-12-161-3/+3
| * | | revert line info generation change; produces worse results for other casesAraq2016-12-181-2/+2
| |/ /
| * | significantly better stack traces when templates are involvedAraq2016-12-181-8/+12
| * | fixes nimsuggest issue #40Araq2016-12-181-1/+1
| * | fixes nimsuggest issue #41Araq2016-12-181-1/+3
* | | Merge branch 'devel' into sighashesAraq2016-12-1714-215/+340
|\| |
| * | fixes #5129Araq2016-12-171-1/+3
| * | Merge branch 'devel' of github.com:nim-lang/Nim into develAndreas Rumpf2016-12-1721-276/+439
| |\ \
| | * \ Merge pull request #5124 from vegansk/fix_lib_outAndreas Rumpf2016-12-171-2/+8
| | |\ \
| | | * | Use ``out`` compiler option when linking static libraryAnatoly Galiulin2016-12-161-2/+8
| | | |/
| | * | Merge pull request #5130 from jlp765/castedAndreas Rumpf2016-12-172-4/+4
| | |\ \
| | | * | Gramma change: casted or Casted to cast or Cast respectivelyjlp7652016-12-172-4/+4
| | | |/
| | * | Merge pull request #5096 from cheatfate/sup5094Andreas Rumpf2016-12-175-198/+255
| | |\ \ | | | |/ | | |/|
| | | * Fix compilation errors and enable async events on partially supported systems.cheatfate2016-12-074-63/+70
| | | * Support android compilation of ioselectors.cheatfate2016-12-052-136/+186
| * | | reworked emit pragma; fixes #4730Andreas Rumpf2016-12-175-10/+70
* | | | use dwarf-3 debug information on Windows/GCC for compat with older GDBsAraq2016-12-161-2/+5
* | | | Merge branch 'devel' into sighashesAraq2016-12-142-43/+105
|\ \ \ \ | | |/ / | |/| |
| * | | Nim compiler generates nimcache/proj.json for easier interop with external bu...Araq2016-12-142-43/+104
* | | | Merge branch 'devel' into sighashesAraq2016-12-139-16/+37
|\| | |
| * | | Merge branch 'devel' of github.com:nim-lang/Nim into develAraq2016-12-138-12/+28
| |\ \ \
| | * \ \ Merge pull request #5115 from katafrakt/smallest-descriptionAndreas Rumpf2016-12-111-2/+2
| | |\ \ \
| | | * | | Fix description of CountTable's smallest procPaweł Świątkowski2016-12-111-2/+2
| | |/ / /
| | * | | Merge pull request #5110 from yglukhov/leaksAndreas Rumpf2016-12-113-3/+11
| | |\ \ \
| | | * | | More workarounds for #5098Yuriy Glukhov2016-12-073-3/+11
| | * | | | Merge pull request #5012 from yglukhov/fileseekposDominik Picheta2016-12-082-3/+11
| | |\ \ \ \
| | | * | | | Added FileSeekPosYuriy Glukhov2016-12-082-3/+11
| | |/ / / /
| | * | | | Merge pull request #5103 from yglukhov/leak-detector-cmdlineDominik Picheta2016-12-071-1/+1
| | |\ \ \ \
| | | * | | | Control leakDetector from cmdlineYuriy Glukhov2016-12-061-1/+1
| | | | |/ / | | | |/| |
| | * | | | Merge pull request #5107 from konqoro/patch-6Andreas Rumpf2016-12-061-3/+3
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | strscans: Fix exampleskonqoro2016-12-061-3/+3
| | |/ / /
| * / / / macros.getType: do not copy symbols if not necessaryAraq2016-12-071-4/+9
| |/ / /
* | | | code cleanup and getting rid of debugging comments that nihilated the sighash...Araq2016-12-131-14/+3
* | | | sighashes: multi-methods should work nowAndreas Rumpf2016-12-131-0/+2
* | | | sighashes: do not use the ID mechanism at allAraq2016-12-133-11/+56