Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | style usages part one (openarray => openArray) (#19321) | flywind | 2022-01-04 | 1 | -2/+2 |
| | | | | | * style usages (openArray) * revert doc changes | ||||
* | Clean up macros (#14959) | Juan Carlos | 2020-07-14 | 1 | -1/+1 |
| | |||||
* | Revert "printing float values will have one more digit. (#13276) [backport]" ↵ | Timothee Cour | 2020-02-08 | 1 | -2/+2 |
| | | | | | (#13363) This reverts commit b2c6db97f9f477f6999fa9c7aae5e32f10b6b3fe. | ||||
* | printing float values will have one more digit. (#13276) [backport] | Arne Döring | 2020-02-07 | 1 | -2/+2 |
| | | | | * printing float values will have one more digit. Fixes #13196 | ||||
* | remove deprecated procs (#12535) | Andreas Rumpf | 2019-11-05 | 1 | -1/+1 |
| | |||||
* | Improved collection-to-string behavior (#6825) | Fabian Keller | 2017-12-14 | 1 | -1/+1 |
| | |||||
* | Remove expr/stmt (#5857) | Arne Döring | 2017-07-25 | 6 | -14/+14 |
| | |||||
* | Lineinfo change (#6084) | Arne Döring | 2017-07-17 | 1 | -1/+1 |
| | |||||
* | tests: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 1 | -1/+1 |
| | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} + | ||||
* | Rename PNimrodNode to NimNode | def | 2015-03-17 | 1 | -6/+6 |
| | |||||
* | further adaptations | Araq | 2014-08-29 | 1 | -2/+2 |
| | |||||
* | Tests for `$`(float) | katlogic | 2014-06-15 | 1 | -1/+1 |
| | |||||
* | Fix some tests. | EXetoC | 2014-03-31 | 1 | -1/+1 |
| | |||||
* | made some tests green | Araq | 2014-03-27 | 1 | -1/+1 |
| | |||||
* | next steps for closure iterators | Araq | 2014-01-22 | 1 | -0/+134 |
| | |||||
* | added test cases from strange loop event | Araq | 2014-01-13 | 6 | -0/+152 |