Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make `repr(HSlice)` always available (#22332) | konsumlamm | 2023-08-04 | 1 | -2/+4 |
| | | | Co-authored-by: ringabout <43030857+ringabout@users.noreply.github.com> | ||||
* | stdlib tests now check refc too (#21664) | ringabout | 2023-04-21 | 1 | -1/+1 |
| | | | | | | | | | | | * stdlib tests now check refc too * typo * fixes line numbers * disable cpp * do not touch | ||||
* | render post expr blocks better (#20871) | metagn | 2022-11-22 | 1 | -0/+51 |
| | | | | | | | * render post expr blocks * remove pointless diff * fix PR split mistake | ||||
* | make more standard libraries work with `nimPreviewSlimSystem` (#20343) | ringabout | 2022-09-27 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | * make more standard libraries work with `nimPreviewSlimSystem` * typo * part two * Delete specutils.nim * fixes more tests * more fixes * fixes tests * fixes three more tests * add formatfloat import * fix * last | ||||
* | style usages part one (openarray => openArray) (#19321) | flywind | 2022-01-04 | 1 | -1/+1 |
| | | | | | * style usages (openArray) * revert doc changes | ||||
* | support same-line doc comments in routines (#18595) | Timothee Cour | 2021-07-27 | 1 | -0/+27 |
| | | | | * support same-line comments in routines * remove assert as per review comment | ||||
* | fix nim CI following #17455 (same postmortem as #17721) (#17740) | Timothee Cour | 2021-04-16 | 1 | -6/+2 |
| | |||||
* | refs #17292 fix `repr`: `(discard)` now does't render as `discard` which ↵ | Timothee Cour | 2021-04-16 | 1 | -12/+38 |
| | | | | | | | gave illegal code (#17455) * refs #17292 fix `repr` with (discard) * add tests * add more tests | ||||
* | make repr handle setters `foo=` (#17683) | Timothee Cour | 2021-04-09 | 1 | -0/+9 |
| | |||||
* | fix #14850: `repr` now correctly renders `do` (#17623) | Timothee Cour | 2021-04-03 | 1 | -0/+49 |
| | | | | | | | * fix #14850: `repr` now correctly renders `do` * add tests * fix test | ||||
* | repr: fix rendering of `'big`, `=destroy` etc (#17624) | Timothee Cour | 2021-04-03 | 1 | -0/+18 |
| | |||||
* | refs #17292 fix `repr` with `do:` (#17449) | Timothee Cour | 2021-03-23 | 1 | -0/+80 |
| | | | | | * refs #17292 fix `repr` with `do:` * address comment | ||||
* | fix #16025 repr now consistent: does not insert trailing newline (#16034) | Timothee Cour | 2020-11-19 | 1 | -33/+66 |
| | |||||
* | fixes #7878 | Araq | 2019-01-14 | 1 | -1/+10 |
| | |||||
* | require errormsg to be specified before file. | Arne Döring | 2018-12-11 | 1 | -2/+0 |
| | |||||
* | 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:]]+$//' {} + | ||||
* | renamed writeln to writeLine in tests | patrick dw | 2015-06-19 | 1 | -1/+1 |
| | |||||
* | new tester; all tests categorized | Araq | 2014-01-13 | 1 | -0/+29 |