Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #2033 from reactormonk/round-in-js | Andreas Rumpf | 2015-02-01 | 1 | -1/+10 |
|\ | | | | | Fixes #1959, rounding floats in JS | ||||
| * | Fixes #1959, rounding floats in JS | Simon Hafner | 2015-01-29 | 1 | -1/+10 |
| | | |||||
* | | fixes #1988 | Araq | 2015-01-31 | 1 | -5/+7 |
| | | |||||
* | | fixes #2022 | Araq | 2015-01-31 | 1 | -2/+4 |
| | | |||||
* | | fixes #2039 | Araq | 2015-01-31 | 2 | -5/+6 |
| | | |||||
* | | removed dead code | Araq | 2015-01-30 | 1 | -9/+2 |
| | | |||||
* | | nimsuggest improvements | Araq | 2015-01-30 | 16 | -53/+110 |
|/ | |||||
* | asm stmt: don't quote what is already quoted | Araq | 2015-01-29 | 1 | -1/+1 |
| | |||||
* | fixes yet another GAS parsing bug | Araq | 2015-01-29 | 1 | -2/+2 |
| | |||||
* | nimsuggest: sane dirty buffer handling | Araq | 2015-01-29 | 9 | -56/+51 |
| | |||||
* | nimsuggest: filenames in quotes now work; general hints are not emitted | Araq | 2015-01-29 | 2 | -5/+6 |
| | |||||
* | Fixes #1642. | Dominik Picheta | 2015-01-28 | 1 | -2/+6 |
| | |||||
* | fixes #325 | Araq | 2015-01-28 | 4 | -31/+39 |
| | |||||
* | Move lib/pure/nodejs to compiler/nodejs. Ref #2017. | Dominik Picheta | 2015-01-28 | 1 | -0/+6 |
| | |||||
* | Merge pull request #2017 from reactormonk/nodejs-binary | Andreas Rumpf | 2015-01-28 | 1 | -2/+3 |
|\ | | | | | Algorithm to find the nodejs binary | ||||
| * | added suggested fixes | Simon Hafner | 2015-01-27 | 1 | -1/+1 |
| | | |||||
| * | find the nodejs binary | Simon Hafner | 2015-01-27 | 1 | -2/+3 |
| | | | | | | | | | | upstream calls it node, debian calls it nodejs. We gotta look for both of them. | ||||
* | | the compiler knows vxWorks is an OS | Araq | 2015-01-28 | 2 | -4/+8 |
| | | |||||
* | | added missing file | Araq | 2015-01-27 | 1 | -0/+18 |
| | | |||||
* | | nimsuggest: first version | Araq | 2015-01-27 | 18 | -216/+361 |
| | | |||||
* | | do not warn about unknown conditional symbols anymore | Araq | 2015-01-27 | 1 | -4/+0 |
| | | |||||
* | | implements auto-deref for the first argument (requires .experimental) | Araq | 2015-01-27 | 2 | -8/+38 |
|/ | |||||
* | non-destructible context only produces a warning for now | Araq | 2015-01-24 | 2 | -6/+7 |
| | |||||
* | Nim can interface with C++ templates | Araq | 2015-01-23 | 1 | -46/+63 |
| | |||||
* | preparations for C++ template support | Araq | 2015-01-23 | 5 | -20/+24 |
| | |||||
* | bugfixes for the new C++ patterns | Araq | 2015-01-23 | 1 | -8/+7 |
| | |||||
* | better error message for 'invalid type' | Araq | 2015-01-23 | 4 | -58/+66 |
| | |||||
* | get rid of debug output | Araq | 2015-01-18 | 1 | -1/+0 |
| | |||||
* | fixes #1833 | Araq | 2015-01-18 | 1 | -1/+2 |
| | |||||
* | fixes #1944 | Araq | 2015-01-18 | 3 | -13/+26 |
| | |||||
* | Merge pull request #1981 from Varriount/zielmicha-devel | Varriount | 2015-01-17 | 1 | -2/+1 |
|\ | | | | | Custom merge of Zielmicha devel | ||||
| * | Fixes #1955 | Varriount | 2015-01-17 | 1 | -2/+2 |
| | | |||||
| * | Merge branch 'devel' of git://github.com/zielmicha/Nimrod into zielmicha-devel | Varriount | 2015-01-16 | 1 | -2/+1 |
| |\ | |||||
| | * | quote filenames in when invoking compiler from C backend | Michał Zieliński | 2015-01-14 | 1 | -2/+1 |
| | | | |||||
* | | | Merge pull request #1972 from skyfex/vm_opcLdConst | Andreas Rumpf | 2015-01-18 | 1 | -0/+1 |
|\ \ \ | | | | | | | | | Test and fix for VM issue | ||||
| * | | | Proposed fix for issue #1946 | Audun Wilhelmsen | 2015-01-16 | 1 | -0/+1 |
| |/ / | |||||
* | | | revert to old behaviour: tuple field names are not ignored anymore; fixes #1920 | Araq | 2015-01-18 | 3 | -4/+25 |
| | | | |||||
* | | | better C++ support wrt 'this' | Araq | 2015-01-18 | 1 | -20/+90 |
|/ / | |||||
* / | fixes #1947 | Araq | 2015-01-15 | 1 | -1/+16 |
|/ | |||||
* | patterns for 'importcpp' (still undocumented) | Araq | 2015-01-14 | 2 | -28/+92 |
| | |||||
* | handle 'T&' properly for better C++ support | Araq | 2015-01-13 | 1 | -3/+11 |
| | |||||
* | fixes the integer conversion regressions | Araq | 2015-01-13 | 3 | -16/+20 |
| | |||||
* | Make nimeval compile | def | 2015-01-12 | 1 | -1/+1 |
| | |||||
* | fixes #1915 | Araq | 2015-01-12 | 6 | -9/+29 |
| | |||||
* | 'discard' can be used instead of 'nil' for empty case object branches | Araq | 2015-01-12 | 1 | -3/+3 |
| | |||||
* | Merge pull request #1841 from skyfex/devel | Andreas Rumpf | 2015-01-12 | 2 | -13/+32 |
|\ | | | | | Add support for big 'u64 literals and remove SomeUInt from unsigned.nim | ||||
| * | Added safe implicit conversion of uint8 to int16..int64, uint16 to ↵ | Audun Wilhelmsen | 2015-01-03 | 1 | -13/+13 |
| | | | | | | | | | | | | int32..int64 etc. Added two new tests for unsigned conversions and comparisons between signed numbers. | ||||
| * | Merge branch 'devel' of https://github.com/Araq/Nim into devel | Audun Wilhelmsen | 2015-01-02 | 14 | -74/+141 |
| |\ | |||||
| * | | Added support for big 'u64 literals | Audun Wilhelmsen | 2015-01-02 | 1 | -0/+19 |
| | | | | | | | | | | | | Removed duplicate "SomeUInt' typedef from unsigned.nim | ||||
* | | | fixes #1838 | Araq | 2015-01-11 | 2 | -6/+8 |
| | | |