Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | sequtils related changes | Peter Mora | 2015-10-05 | 2 | -1/+2 |
| | |||||
* | fixing TypelessParam warning in x=>x+1, added test | Peter Mora | 2015-09-22 | 1 | -0/+13 |
| | |||||
* | fixes #2599 | Araq | 2015-09-13 | 3 | -1/+38 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 17 | -71/+71 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | fixes #1965 | Araq | 2015-08-10 | 2 | -0/+11 |
| | |||||
* | fixes #2752 | Araq | 2015-08-09 | 1 | -0/+27 |
| | |||||
* | breaking change: symbol lookups in generics follows spec more closely; fixes ↵ | Araq | 2015-08-07 | 2 | -0/+21 |
| | | | | #2664 | ||||
* | destructors now work with overloaded assignment operators; fixes #2811; ↵ | Araq | 2015-08-05 | 1 | -0/+20 |
| | | | | fixes #1632 | ||||
* | fixes broken merge | Araq | 2015-07-02 | 2 | -3/+3 |
| | |||||
* | implements varargs[untyped]; refs #2545; to be documented | Araq | 2015-07-02 | 2 | -2/+2 |
| | |||||
* | tests\generics\tgenericprocmatcher.nim | Araq | 2015-07-02 | 1 | -2/+2 |
| | | | | disabled dubious constructs | ||||
* | Fixes #3022 | r-ku | 2015-06-30 | 2 | -0/+34 |
| | |||||
* | preparations for more Nimble packages; clear licensing; fixes #2949 | Araq | 2015-06-20 | 5 | -9/+4 |
| | |||||
* | renamed writeln to writeLine in tests | patrick dw | 2015-06-19 | 3 | -32/+32 |
| | |||||
* | fixes #2509 | Araq | 2015-04-11 | 1 | -0/+21 |
| | |||||
* | Use `^` instead of `-` in slices | def | 2015-03-28 | 1 | -1/+1 |
| | |||||
* | fixes #2221 | Araq | 2015-03-21 | 1 | -0/+9 |
| | |||||
* | Rename PNimrodNode to NimNode | def | 2015-03-17 | 1 | -3/+3 |
| | |||||
* | fixes #2304 | Araq | 2015-03-16 | 1 | -0/+11 |
| | |||||
* | fixes #2220; #2219; breaks #2022; for #2022 callsite needs to be used | Araq | 2015-03-10 | 1 | -0/+7 |
| | |||||
* | Replaced deprecated repeatChar() with repeat() or spaces(). | Hans Raaf | 2015-03-04 | 1 | -1/+1 |
| | |||||
* | fixes #2169 | Araq | 2015-02-28 | 1 | -0/+118 |
| | |||||
* | fixes #2125 | Araq | 2015-02-18 | 1 | -0/+68 |
| | |||||
* | fixes #2004 | Araq | 2015-02-08 | 1 | -2/+1 |
| | |||||
* | fixes #2022 | Araq | 2015-01-31 | 2 | -0/+97 |
| | |||||
* | 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 #1919 | Araq | 2015-01-11 | 1 | -0/+19 |
| | |||||
* | fixes tconfusing_arrow bug | Araq | 2015-01-10 | 1 | -0/+15 |
| | |||||
* | fix #1050 | Zahary Karadjov | 2015-01-02 | 1 | -0/+16 |
| | |||||
* | fix #1056 | Zahary Karadjov | 2014-12-31 | 1 | -0/+26 |
| | |||||
* | fix #1789 (binding to static params during generic proc sigmatch) | Zahary Karadjov | 2014-12-31 | 1 | -0/+44 |
| | |||||
* | implemented 'koch pdf' | Araq | 2014-12-19 | 4 | -8/+9 |
| | |||||
* | fixes #1684 | Araq | 2014-11-30 | 1 | -0/+13 |
| | |||||
* | fixes #836 | Araq | 2014-11-19 | 1 | -0/+17 |
| | |||||
* | make tests green | Araq | 2014-08-31 | 5 | -165/+165 |
| | |||||
* | fixes #1444 | Araq | 2014-08-31 | 2 | -1/+12 |
| | |||||
* | fixes #1366 | Araq | 2014-08-30 | 1 | -2/+10 |
| | |||||
* | further adaptations | Araq | 2014-08-29 | 8 | -8/+8 |
| | |||||
* | fixes #1011 | Araq | 2014-07-09 | 2 | -0/+15 |
| | |||||
* | Tester now appreciates the test target. Modified 'cmd' in specs. | Dominik Picheta | 2014-04-16 | 2 | -2/+2 |
| | |||||
* | Fix some tests. | EXetoC | 2014-03-31 | 2 | -4/+4 |
| | |||||
* | msg -> errmsg | Zahary Karadjov | 2014-03-21 | 2 | -4/+4 |
| | |||||
* | handle arbitrary expressions dependent on static input params in proc signatures | Zahary Karadjov | 2014-03-16 | 1 | -0/+16 |
| | |||||
* | more robust handling of proc signatures containing inter-param type references | Zahary Karadjov | 2014-03-16 | 1 | -0/+9 |
| | |||||
* | fix #715 again | Zahary Karadjov | 2014-03-16 | 2 | -1/+13 |
| | | | | the regression was caused by the introduction of "generic" lambdas | ||||
* | further improvements for static generic params; activate the hardest test cases | Zahary Karadjov | 2014-03-10 | 1 | -6/+12 |
| | |||||
* | fix some trivial errors in the test suite and some more regressions caused ↵ | Zahary Karadjov | 2014-02-18 | 1 | -1/+9 |
| | | | | by tyTypeDesc[tyNone] | ||||
* | quite messy implementation of generic lambdas, needs reworking; fixes #715 | Zahary Karadjov | 2014-02-17 | 2 | -1/+11 |
| | |||||
* | Merge branch 'devel' of gh:/Araq/Nimrod into devel | Zahary Karadjov | 2014-02-17 | 1 | -3/+3 |
|\ |