summary refs log tree commit diff stats
path: root/tests/stdlib/tdecls.nim
Commit message (Expand)AuthorAgeFilesLines
* clean up SOME pending/xxx/issue link comments (#21826)metagn2023-05-111-12/+12
* stdlib tests now check refc too (#21664)ringabout2023-04-211-0/+1
* make more standard libraries work with `nimPreviewSlimSystem` (#20343)ringabout2022-09-271-1/+1
* New/better macro pragmas, mark some as experimental (#19406)metagn2022-01-201-54/+12
* deprecate unsafeAddr; extend addr (#19373)flywind2022-01-161-7/+7
* fix: `var a{.foo.} = expr` inside templates (refs #15920) (except when `foo` ...Timothee Cour2021-08-111-1/+22
* std/byaddr => std/decls (#13847)Timothee Cour2020-04-031-0/+70
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71