summary refs log tree commit diff stats
path: root/tests/misc/tlocals.nim
Commit message (Collapse)AuthorAgeFilesLines
* fixes #11958 (#12013)Andreas Rumpf2019-08-231-1/+35
|
* Fix locals() interaction with generic typesLemonBoy2018-09-211-0/+19
| | | | | | | Follow the same logic as semTupleFieldsConstr and only skip skVar since we're gonna add a nkDefer anyway. Fixes #8985
* Improved collection-to-string behavior (#6825)Fabian Keller2017-12-141-1/+1
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-2/+2
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Merge pull request #1075 from flaviut/inlinedocsAndreas Rumpf2014-04-091-0/+11
Add some documentations and code examples in system
hov <yuriy.glukhov@gmail.com> 2015-10-22 17:39:39 +0300 committer Yuriy Glukhov <yuriy.glukhov@gmail.com> 2015-10-22 21:34:37 +0300 Fixed tests for TravisCI' href='/ahoang/Nim/commit/.travis.yml?h=devel&id=e5aefbd1d4b865507efb755f2d89e09e0aab2bdc'>e5aefbd1d ^
911551aae ^
3ffde39cf ^

434bdbe3e ^
3ffde39cf ^
1c6c87f47 ^
363b1c0a4 ^
8f6a275f4 ^

c9a8ada72 ^

fbe7bf3c8 ^
243e66596 ^


5492190bc ^
a01fd5e93 ^

c525dfabc ^

31a41594c ^
c1c3c4c5d ^
0cb72185a ^




931496770 ^
68bc45701 ^
837d0c727 ^

bf0993c83 ^
ee08c6eec ^
ab1787e7d ^
01211ced1 ^
b017138c3 ^
308710c1e ^



2e5c75973 ^
308710c1e ^







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
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