Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | now nimsuggest works on the first sug | Simon Hafner | 2015-05-24 | 1 | -5/+5 |
| | |||||
* | fixes #2694 | Simon Hafner | 2015-05-24 | 1 | -1/+1 |
| | |||||
* | Merge pull request #2767 from PhilipWitte/devel | Dominik Picheta | 2015-05-20 | 1 | -1/+1 |
|\ | | | | | Fix asyncdispatch.async bug with discard stmt | ||||
| * | Fix bug with asyncdispatch.async and discard statements. | Philip Witte | 2015-05-20 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #2754 from def-/intval | Andreas Rumpf | 2015-05-19 | 2 | -3/+3 |
|\ | | | | | Intval | ||||
| * | Update ast spec about uint literals | def | 2015-05-18 | 2 | -2/+2 |
| | | |||||
| * | Make intVal work for uint literals in the VM | def | 2015-05-18 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #2734 from def-/stdin-fix | Andreas Rumpf | 2015-05-19 | 5 | -22/+25 |
|\ \ | | | | | | | Clean up stdin file reading of compiler. | ||||
| * | | Use gProjectIsStdin instead | def | 2015-05-17 | 3 | -1/+3 |
| | | | |||||
| * | | Clean up stdin file reading of compiler. | def | 2015-05-16 | 4 | -22/+23 |
| | | | | | | | | | | | | | | | Uses "stdinfile" as the module identifier now, which prevents problems with - colliding with the minus operator. This fixes #2422 and #2702. | ||||
* | | | Merge pull request #2761 from yglukhov/js-codegen-fix | Andreas Rumpf | 2015-05-19 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | Fixed JS call codegen, when first parameters are compile-time. | ||||
| * | | | Fixed JS call codegen, when first parameters are compile-time. | yglukhov | 2015-05-19 | 1 | -1/+3 |
|/ / / | |||||
* | | | Fixes problems introduced by #2738. Closes 2755. | Dominik Picheta | 2015-05-18 | 1 | -4/+6 |
| | | | |||||
* | | | Merge pull request #2689 from def-/clang-cpp | Dominik Picheta | 2015-05-17 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Add -ldl with clang cpp compilation | ||||
| * | | | Add -ldl with clang cpp compilation | def | 2015-05-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | This fixes compilation with --cc:clang and cpp. | ||||
* | | | | Merge pull request #2712 from ↵ | Dominik Picheta | 2015-05-17 | 2 | -0/+26 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nanoant/patch/macros-introduce-typenode-for-typedesc Macros: Introduce typeNode(t: typedesc): NimNode | ||||
| * | | | | Macros: Introduce getType(t: typedesc): NimNode | Adam Strzelecki | 2015-05-17 | 2 | -0/+26 |
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since typedesc are exception in macros and they are not implicitly converted to NimNode on macro call, we need some means to perform such conversion on demand. Fortunately it is as simple as declaring new magic "NGetType" proc with typedesc parameter. NOTE: Keeping actual macro exceptional behavior for typedesc is important, since it allows passing typedesc macro parameter to other procs or macros expecting type parameter. If typedesc parameter was implicitly converted, then we would lost this ability. | ||||
* | | | | Merge pull request #2747 from def-/json-inline | Dominik Picheta | 2015-05-17 | 1 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | Make a few json procs inline, improves performance significantly | ||||
| * | | | | Make a few json procs inline, improves performance significantly | def | 2015-05-17 | 1 | -10/+10 |
| | |_|/ | |/| | | |||||
* | | | | Removes superfluous toUgly, documents toUgly better. | Dominik Picheta | 2015-05-17 | 1 | -6/+4 |
| | | | | |||||
* | | | | Merge pull request #2738 from onionhammer/devel | Dominik Picheta | 2015-05-17 | 1 | -9/+50 |
|\ \ \ \ | |_|/ / |/| | | | Improved performance of json rendering with `$` | ||||
| * | | | Fixed indentation (2 spaces) part 2 | onionhammer | 2015-05-16 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fixed indentation (2 spaces) | onionhammer | 2015-05-16 | 1 | -21/+21 |
| | | | | |||||
| * | | | Added comment noting improved performance of non-pretty string conversion | onionhammer | 2015-05-16 | 1 | -1/+2 |
| | | | | |||||
| * | | | Fixed typo | onionhammer | 2015-05-16 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'devel' of https://github.com/Araq/Nimrod into devel | Erik O'Leary | 2015-05-16 | 4 | -6/+5 |
| |\ \ \ | |||||
| * | | | | Improved performance of "$" on jsonnode | Erik O'Leary | 2015-05-15 | 1 | -9/+49 |
| | | | | | |||||
* | | | | | Merge pull request #2732 from Perelandric/fix_miliseconds | Andreas Rumpf | 2015-05-17 | 9 | -33/+42 |
|\ \ \ \ \ | | | | | | | | | | | | | Fixed 'milliseconds' spelling in code and docs | ||||
| * | | | | | Updated with breaking changes | pdw | 2015-05-16 | 1 | -0/+4 |
| | | | | | | |||||
| * | | | | | Fixed 'milliseconds' spelling in code and docs | pdw | 2015-05-15 | 8 | -33/+38 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #2701 from borisvassilev/fill | Dominik Picheta | 2015-05-16 | 1 | -0/+11 |
|\ \ \ \ \ | | | | | | | | | | | | | Fill array with same values (was issue #2462) | ||||
| * | | | | | Fill array with same values (was issue #2462) | Boris Vassilev | 2015-05-12 | 1 | -0/+11 |
| | |_|_|/ | |/| | | | |||||
* | | | | | Merge pull request #2717 from reactormonk/sexp-to-libs | Dominik Picheta | 2015-05-16 | 2 | -0/+5 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | added documentation about sexp | ||||
| * | | | | added documentation about sexp | Simon Hafner | 2015-05-14 | 2 | -0/+5 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #2736 from mgee/fix-flowvar-type-in-docs | Dominik Picheta | 2015-05-16 | 2 | -2/+2 |
|\ \ \ \ | |_|_|/ |/| | | | RawFlowVar was renamed to FlowVarBase | ||||
| * | | | RawFlowVar was renamed to FlowVarBase | Markus Engelbrecht | 2015-05-16 | 2 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #2718 from apense/patch-3 | Dominik Picheta | 2015-05-15 | 1 | -2/+1 |
|\ \ \ | | | | | | | | | Corrected sortedByIt example | ||||
| * | | | Update algorithm.nim | apense | 2015-05-14 | 1 | -2/+1 |
| | | | | |||||
| * | | | Corrected sortedByIt example | apense | 2015-05-14 | 1 | -1/+1 |
| |/ / | | | | | | | `people` needs `var` | ||||
* | | | Merge pull request #2729 from mgee/fix-noSideEffect-typo | reactormonk | 2015-05-15 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | fix typo for noSideEffect pragma | ||||
| * | | | fix typo for noSideEffect pragma | Markus Engelbrecht | 2015-05-15 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #2728 from mgee/fix-slicing-in-tut1 | reactormonk | 2015-05-15 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | use new syntax for negative slicing in tut1 | ||||
| * | | use new syntax for negative slicing | Markus Engelbrecht | 2015-05-15 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #2680 from reactormonk/epc | Andreas Rumpf | 2015-05-14 | 4 | -83/+955 |
|\ \ | | | | | | | Implements EPC for nim-mode in nimsuggest | ||||
| * | | changed from parseEnum to direct copy | Simon Hafner | 2015-05-13 | 1 | -5/+1 |
| | | | | | | | | | | | | Let's hope this doesn't break anything | ||||
| * | | nextFreePort -> connectToNextFreePort | Simon Hafner | 2015-05-13 | 1 | -2/+2 |
| | | | |||||
| * | | hardcoded order | Simon Hafner | 2015-05-08 | 1 | -4/+2 |
| | | | |||||
| * | | removed unnecessary deps | Simon Hafner | 2015-05-08 | 1 | -2/+1 |
| | | | |||||
| * | | merged devel into epc | Simon Hafner | 2015-05-08 | 183 | -4041/+5292 |
| |\ \ | |||||
| * | | | import sigmatch, not suggest in nimsuggest | Simon Hafner | 2015-05-08 | 1 | -3/+5 |
| | | | |