Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2778 from avsej/patch-1 | reactormonk | 2015-05-23 | 1 | -1/+1 |
|\ | |||||
| * | Fix typo in tutorial | Sergey Avseyev | 2015-05-23 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #2767 from PhilipWitte/devel | Dominik Picheta | 2015-05-20 | 1 | -1/+1 |
|\ | |||||
| * | 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 |
|\ | |||||
| * | 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 |
|\ \ | |||||
| * | | Use gProjectIsStdin instead | def | 2015-05-17 | 3 | -1/+3 |
| * | | Clean up stdin file reading of compiler. | def | 2015-05-16 | 4 | -22/+23 |
* | | | 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. | 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 | def | 2015-05-10 | 1 | -0/+1 |
* | | | | Merge pull request #2712 from nanoant/patch/macros-introduce-typenode-for-typ... | Dominik Picheta | 2015-05-17 | 2 | -0/+26 |
|\ \ \ \ | |||||
| * | | | | Macros: Introduce getType(t: typedesc): NimNode | Adam Strzelecki | 2015-05-17 | 2 | -0/+26 |
| | |_|/ | |/| | | |||||
* | | | | 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 | 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 |
|\ \ \ \ | |_|/ / |/| | | | |||||
| * | | | 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 |
|\ \ \ \ \ | |||||
| * | | | | | 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) | 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 | 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 | Markus Engelbrecht | 2015-05-16 | 2 | -2/+2 |
|/ / / | |||||
* | | | Merge pull request #2718 from apense/patch-3 | Dominik Picheta | 2015-05-15 | 1 | -2/+1 |
|\ \ \ | |||||
| * | | | Update algorithm.nim | apense | 2015-05-14 | 1 | -2/+1 |
| * | | | Corrected sortedByIt example | apense | 2015-05-14 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #2729 from mgee/fix-noSideEffect-typo | reactormonk | 2015-05-15 | 1 | -1/+1 |
|\ \ \ | |||||
| * | | | 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 | Markus Engelbrecht | 2015-05-15 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #2680 from reactormonk/epc | Andreas Rumpf | 2015-05-14 | 4 | -83/+955 |
|\ \ | |||||
| * | | changed from parseEnum to direct copy | Simon Hafner | 2015-05-13 | 1 | -5/+1 |
| * | | 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 |