Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fixes #5142 | Araq | 2016-12-23 | 2 | -4/+14 |
| | |||||
* | NimScript: prepare for future Nimble improvements; should be completely ↵ | Araq | 2016-12-23 | 1 | -21/+23 |
| | | | | compatible with old and upcoming Nimble versions | ||||
* | make travis green | Araq | 2016-12-22 | 1 | -1/+2 |
| | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2016-12-22 | 1 | -2/+2 |
|\ | |||||
| * | Used typed/untyped instead of stmt/expr in semQuoteAst. Fixes issue 5120 (#5126) | Chris Heller | 2016-12-22 | 1 | -2/+2 |
| | | | | | | * Use typed/untyped instead of stmt/expr in semQuoteAst. Fixes #5120 | ||||
* | | fixes #5140 | Araq | 2016-12-22 | 2 | -1/+31 |
|/ | |||||
* | make tsets test green again | Araq | 2016-12-22 | 1 | -5/+6 |
| | |||||
* | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2016-12-22 | 2 | -0/+21 |
|\ | |||||
| * | Merge pull request #5125 from chrisheller/fix-issue-5119 | Andreas Rumpf | 2016-12-22 | 2 | -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 Heller | 2016-12-21 | 1 | -1/+1 |
| | | | | | | | | | | | | when running tests | ||||
| | * | Update unit test to handle AssertionError instead of ValueError for #5119 | Chris Heller | 2016-12-21 | 1 | -1/+1 |
| | | | |||||
| | * | Change error handling to use assert as per Araq's comment | Chris Heller | 2016-12-21 | 1 | -4/+1 |
| | | | |||||
| | * | Guard against calling split with an empty string as a separator. Fixes #5119 | Chris Heller | 2016-12-21 | 2 | -0/+24 |
| | | | |||||
* | | | fixes #5137 | Andreas Rumpf | 2016-12-22 | 2 | -14/+28 |
|/ / | |||||
* / | implements module grouping for the import statement | Andreas Rumpf | 2016-12-21 | 4 | -14/+37 |
|/ | |||||
* | added missing file | Andreas Rumpf | 2016-12-21 | 1 | -0/+4 |
| | |||||
* | fixes recently introduced regression | Andreas Rumpf | 2016-12-21 | 1 | -6/+8 |
| | |||||
* | fixes #5136 | Andreas Rumpf | 2016-12-21 | 2 | -6/+16 |
| | |||||
* | fixes #5135 | Andreas Rumpf | 2016-12-21 | 3 | -0/+14 |
| | |||||
* | fixes #5131 | Araq | 2016-12-20 | 2 | -1/+49 |
| | |||||
* | make nimfix compile with newer compiler API | Araq | 2016-12-20 | 1 | -2/+3 |
| | |||||
* | bugfix: aporia compiles again | Araq | 2016-12-20 | 1 | -0/+1 |
| | |||||
* | Merge branch 'devel' into sighashes | Araq | 2016-12-19 | 14 | -25/+115 |
|\ | |||||
| * | make tests green | Araq | 2016-12-18 | 1 | -2/+2 |
| | | |||||
| * | make tests green again | Araq | 2016-12-18 | 1 | -1/+1 |
| | | |||||
| * | fixes #4818 | Araq | 2016-12-18 | 3 | -3/+43 |
| | | |||||
| * | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2016-12-18 | 1 | -2/+3 |
| |\ | |||||
| | * | fixes nimsuggest bug #43 | Andreas Rumpf | 2016-12-18 | 1 | -2/+3 |
| | | | |||||
| * | | fixes #4308, fixes #4905 | Araq | 2016-12-18 | 5 | -1/+47 |
| | | | |||||
| * | | debug output: show line info earlier | Araq | 2016-12-18 | 1 | -1/+1 |
| |/ | |||||
| * | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Araq | 2016-12-18 | 1 | -3/+3 |
| |\ | |||||
| | * | Merge pull request #5123 from vegansk/cpuload_overflow | Andreas Rumpf | 2016-12-18 | 1 | -3/+3 |
| | |\ | | | | | | | | | Fix overflow when casting int64 to int in cpuload.nim | ||||
| | | * | Fix overflow when casting int64 to int in cpuload.nim | vega | 2016-12-16 | 1 | -3/+3 |
| | | | | |||||
| * | | | revert line info generation change; produces worse results for other cases | Araq | 2016-12-18 | 1 | -2/+2 |
| |/ / | |||||
| * | | significantly better stack traces when templates are involved | Araq | 2016-12-18 | 1 | -8/+12 |
| | | | |||||
| * | | fixes nimsuggest issue #40 | Araq | 2016-12-18 | 1 | -1/+1 |
| | | | |||||
| * | | fixes nimsuggest issue #41 | Araq | 2016-12-18 | 1 | -1/+3 |
| | | | |||||
* | | | Merge branch 'devel' into sighashes | Araq | 2016-12-17 | 14 | -215/+340 |
|\| | | |||||
| * | | fixes #5129 | Araq | 2016-12-17 | 1 | -1/+3 |
| | | | |||||
| * | | Merge branch 'devel' of github.com:nim-lang/Nim into devel | Andreas Rumpf | 2016-12-17 | 21 | -276/+439 |
| |\ \ | |||||
| | * \ | Merge pull request #5124 from vegansk/fix_lib_out | Andreas Rumpf | 2016-12-17 | 1 | -2/+8 |
| | |\ \ | | | | | | | | | | | Use ``out`` compiler option when linking static library | ||||
| | | * | | Use ``out`` compiler option when linking static library | Anatoly Galiulin | 2016-12-16 | 1 | -2/+8 |
| | | |/ | |||||
| | * | | Merge pull request #5130 from jlp765/casted | Andreas Rumpf | 2016-12-17 | 2 | -4/+4 |
| | |\ \ | | | | | | | | | | | Gramma change: casted or Casted to cast or Cast respectively | ||||
| | | * | | Gramma change: casted or Casted to cast or Cast respectively | jlp765 | 2016-12-17 | 2 | -4/+4 |
| | | |/ | | | | | | | | | | | | | past tense of cast is cast not casted :-) | ||||
| | * | | Merge pull request #5096 from cheatfate/sup5094 | Andreas Rumpf | 2016-12-17 | 5 | -198/+255 |
| | |\ \ | | | |/ | | |/| | Support android compilation of ioselectors. | ||||
| | | * | Fix compilation errors and enable async events on partially supported systems. | cheatfate | 2016-12-07 | 4 | -63/+70 |
| | | | | |||||
| | | * | Support android compilation of ioselectors. | cheatfate | 2016-12-05 | 2 | -136/+186 |
| | | | | |||||
| * | | | reworked emit pragma; fixes #4730 | Andreas Rumpf | 2016-12-17 | 5 | -10/+70 |
| | | | | |||||
* | | | | use dwarf-3 debug information on Windows/GCC for compat with older GDBs | Araq | 2016-12-16 | 1 | -2/+5 |
| | | | | |||||
* | | | | Merge branch 'devel' into sighashes | Araq | 2016-12-14 | 2 | -43/+105 |
|\ \ \ \ | | |/ / | |/| | |