summary refs log tree commit diff stats
path: root/tests/stdlib/trepr.nim
Commit message (Expand)AuthorAgeFilesLines
* Make `repr(HSlice)` always available (#22332)konsumlamm2023-08-041-2/+4
* stdlib tests now check refc too (#21664)ringabout2023-04-211-1/+1
* render post expr blocks better (#20871)metagn2022-11-221-0/+51
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+1
* style usages part one (openarray => openArray) (#19321)flywind2022-01-041-1/+1
* support same-line doc comments in routines (#18595)Timothee Cour2021-07-271-0/+27
* fix nim CI following #17455 (same postmortem as #17721) (#17740)Timothee Cour2021-04-161-6/+2
* refs #17292 fix `repr`: `(discard)` now does't render as `discard` which gave...Timothee Cour2021-04-161-12/+38
* make repr handle setters `foo=` (#17683)Timothee Cour2021-04-091-0/+9
* fix #14850: `repr` now correctly renders `do` (#17623)Timothee Cour2021-04-031-0/+49
* repr: fix rendering of `'big`, `=destroy` etc (#17624)Timothee Cour2021-04-031-0/+18
* refs #17292 fix `repr` with `do:` (#17449)Timothee Cour2021-03-231-0/+80
* fix #16025 repr now consistent: does not insert trailing newline (#16034)Timothee Cour2020-11-191-33/+66
* fixes #7878Araq2019-01-141-1/+10
* require errormsg to be specified before file.Arne Döring2018-12-111-2/+0
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-1/+1
* renamed writeln to writeLine in testspatrick dw2015-06-191-1/+1
* new tester; all tests categorizedAraq2014-01-131-0/+29