summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* bcc misses the same functions like vccAdrianV2016-12-281-1/+1
* 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 compa...Araq2016-12-231-21/+23
* 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
* | 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
| |\
| | * Change error handling in split to use doAssert so it is not compiled out when...Chris Heller2016-12-211-1/+1
| | * 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
* fixes recently introduced regressionAndreas Rumpf2016-12-211-6/+8
* 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
| | | |/