summary refs log tree commit diff stats
path: root/tests/stdlib/tsugar.nim
Commit message (Expand)AuthorAgeFilesLines
* don't use previous bindings of `auto` for routine return types (#23207)metagn2024-01-171-1/+2
* fixes #22939; fixes #16890; push should but doesn't apply to importc … (#22...ringabout2023-11-191-16/+19
* closes #16919; followup #16820, test tsugar on all backends (#22829)ringabout2023-10-161-8/+8
* stdlib tests now check refc too (#21664)ringabout2023-04-211-0/+1
* closes #20704; add a test case (#21480)ringabout2023-03-061-1/+12
* [sugar] handle HiddenDeref in capture, error at CT if unsupported nnk (#20680)Vindaar2022-11-101-0/+60
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-0/+1
* fix #16967 [backport:1.2] (#16976)hlaaftana2021-02-091-0/+16
* Sugar tests (#16820)konsumlamm2021-02-021-118/+215
* `dumpToString`: improves on `sugar.dump` (#16841)Timothee Cour2021-02-021-1/+11
* use doAssert in tests (#16486)flywind2020-12-281-12/+12
* add collect with infered init, refs #16078 fixes #14332 (#16089)Antonis Geralis2020-12-031-3/+19
* move rest of tests to testament (#16140)flywind2020-11-271-0/+94
* distinctBase type trait for distinct types (#13031)cooldome2020-01-081-37/+0
* fixes #7816 (#11261)Andreas Rumpf2019-05-151-1/+10
* require errormsg to be specified before file.Arne Döring2018-12-111-1/+0
* fixes #8519; implements T.distinctBase to reverse T = distinct A (#8531)Timothee Cour2018-08-101-0/+29