Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up tests/assert | def | 2015-02-04 | 1 | -1/+1 |
| | | | | | | | 1 test still fails: - tunittests uses utemplates, which seems broken. not sure what it's supposed to do | ||||
* | Clean up tests/stdlib | def | 2015-02-04 | 3 | -33/+37 |
| | | | | | | | 2 tests still fail: - tircbot would need a benign pragma because of the locks - tgetfileinfo uses os.getFileInfo() on nil, which segfaults instead of throwing an exception as the tester expects | ||||
* | Disable rodfiles tests for now | def | 2015-02-04 | 1 | -2/+3 |
| | |||||
* | Add test for #1460 | def | 2015-02-04 | 1 | -0/+5 |
| | |||||
* | Add test for #1459 | def | 2015-02-04 | 1 | -0/+5 |
| | |||||
* | Add test for #1877 | def | 2015-02-04 | 1 | -0/+19 |
| | |||||
* | Add test for #1259 | def | 2015-02-04 | 1 | -0/+12 |
| | |||||
* | Add test for #1836 | def | 2015-02-04 | 1 | -0/+17 |
| | |||||
* | Merge pull request #2049 from def-/permutations | Andreas Rumpf | 2015-02-04 | 1 | -0/+19 |
|\ | | | | | Add nextPermutation and prevPermutation | ||||
| * | Adapt the tester for permutations | def | 2015-02-02 | 1 | -11/+13 |
| | | | | | | | | Uses the bool return value now | ||||
| * | Add nextPermutation and prevPermutation | def | 2015-02-01 | 1 | -0/+17 |
| | | | | | | | | | | | | Fits best into algorithm module I guess. These are the most general ways, an iterator could easily be implemented from this. Same algorithm as in Rust: http://web.mit.edu/rust-lang_v0.11/doc/src/collections/var/tmp/alexp/rust/rust-0.11.0/src/libcollections/slice.rs.html#644 | ||||
* | | fixes #2057 | Araq | 2015-02-04 | 1 | -0/+22 |
| | | |||||
* | | Merge pull request #2031 from reactormonk/high-cstring | Andreas Rumpf | 2015-02-04 | 1 | -0/+6 |
|\ \ | | | | | | | Fixes #2030 | ||||
| * | | Fixes #2030 | Simon Hafner | 2015-01-29 | 1 | -0/+6 |
| | | | |||||
* | | | added tests from issue #497 | Simon Hafner | 2015-02-01 | 2 | -0/+22 |
| |/ |/| | |||||
* | | Fix SinglyLinkedRing in lists module | def | 2015-02-01 | 1 | -0/+29 |
| | | | | | | | | | | | | | | - SinglyLinkedRing's prepend was broken - needed a tail so that prepend can work properly - now append works as well, so I added it too - simple testcase added as well | ||||
* | | check test result | Araq | 2015-02-01 | 1 | -0/+4 |
| | | |||||
* | | fixes #2023 | Araq | 2015-02-01 | 1 | -0/+16 |
| | | |||||
* | | Merge pull request #2033 from reactormonk/round-in-js | Andreas Rumpf | 2015-02-01 | 1 | -0/+7 |
|\ \ | | | | | | | Fixes #1959, rounding floats in JS | ||||
| * | | Fixes #1959, rounding floats in JS | Simon Hafner | 2015-01-29 | 1 | -0/+7 |
| |/ | |||||
* | | Merge pull request #2020 from def-/mitems | reactormonk | 2015-02-01 | 1 | -0/+136 |
|\ \ | | | | | | | mitems and mpairs | ||||
| * | | Add tests for mitems | def | 2015-01-29 | 1 | -0/+136 |
| | | | |||||
* | | | fixes #1988 | Araq | 2015-01-31 | 1 | -0/+15 |
| | | | |||||
* | | | fixes #2022 | Araq | 2015-01-31 | 2 | -0/+97 |
| | | | |||||
* | | | fixes #2041 | Araq | 2015-01-31 | 1 | -0/+3 |
| | | | |||||
* | | | fixes #2039 | Araq | 2015-01-31 | 1 | -0/+23 |
| |/ |/| | |||||
* | | Fixes #1642. | Dominik Picheta | 2015-01-28 | 1 | -0/+6 |
| | | |||||
* | | fixes #325 | Araq | 2015-01-28 | 1 | -1/+1 |
| | | |||||
* | | Add missing tester.nim.cfg. | Dominik Picheta | 2015-01-28 | 1 | -0/+1 |
| | | |||||
* | | Move lib/pure/nodejs to compiler/nodejs. Ref #2017. | Dominik Picheta | 2015-01-28 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #2017 from reactormonk/nodejs-binary | Andreas Rumpf | 2015-01-28 | 2 | -5/+6 |
|\ \ | |/ |/| | Algorithm to find the nodejs binary | ||||
| * | find the nodejs binary | Simon Hafner | 2015-01-27 | 1 | -3/+4 |
| | | | | | | | | | | upstream calls it node, debian calls it nodejs. We gotta look for both of them. | ||||
| * | typo fix | Simon Hafner | 2015-01-27 | 1 | -2/+2 |
| | | |||||
* | | Merge pull request #1995 from def-/fix-idetools | Andreas Rumpf | 2015-01-27 | 1 | -6/+9 |
|\ \ | | | | | | | Make caasdriver compile | ||||
| * | | Make caasdriver compile | def | 2015-01-20 | 1 | -6/+9 |
| | | | |||||
* | | | proper 'space in dir' test | Araq | 2015-01-27 | 2 | -1/+1 |
| | | | |||||
* | | | cleaned up unsigned tests | Araq | 2015-01-27 | 2 | -24/+20 |
| |/ |/| | |||||
* | | preparations for C++ template support | Araq | 2015-01-23 | 1 | -1/+1 |
| | | |||||
* | | better error message for 'invalid type' | Araq | 2015-01-23 | 1 | -1/+1 |
|/ | |||||
* | fixes #1833 | Araq | 2015-01-18 | 1 | -0/+20 |
| | |||||
* | fixes #1944 | Araq | 2015-01-18 | 1 | -0/+10 |
| | |||||
* | Merge pull request #1981 from Varriount/zielmicha-devel | Varriount | 2015-01-17 | 1 | -0/+3 |
|\ | | | | | Custom merge of Zielmicha devel | ||||
| * | Add filename space test | Varriount | 2015-01-17 | 1 | -0/+3 |
| | | |||||
* | | Merge pull request #1972 from skyfex/vm_opcLdConst | Andreas Rumpf | 2015-01-18 | 1 | -0/+14 |
|\ \ | | | | | | | Test and fix for VM issue | ||||
| * | | Add test for issue #1946 | Audun Wilhelmsen | 2015-01-16 | 1 | -0/+14 |
| |/ | |||||
* | | typo; last commit fixes #1910 | Araq | 2015-01-18 | 1 | -1/+1 |
| | | |||||
* | | revert to old behaviour: tuple field names are not ignored anymore; fixes #1920 | Araq | 2015-01-18 | 2 | -6/+10 |
| | | |||||
* | | better C++ support wrt 'this' | Araq | 2015-01-18 | 1 | -0/+76 |
| | | |||||
* | | Get rid of deprecation warnings in pegs | def | 2015-01-16 | 1 | -14/+14 |
|/ | |||||
* | GitHub link fixes: nim-code -> nim-lang | def | 2015-01-15 | 1 | -2/+2 |
| |