summary refs log tree commit diff stats
path: root/lib/pure/subexes.nim
Commit message (Expand)AuthorAgeFilesLines
* documentation build cleaned upAndreas Rumpf2016-05-311-1/+1
* Fixes subexes tests which were broken in 73e48f9c9.Dominik Picheta2016-04-051-4/+4
* remove trailing whitespace requirement from subexes test fileAman Gupta2015-10-021-14/+13
* fix test failures in subexes due to missing trailing whitespaceAman Gupta2015-10-011-4/+4
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-24/+24
* lib/pure/p-t - Dropped 'T' from typespdw2015-06-041-15/+16
* Turn some test outputs into actual testsOleh Prypin2015-04-211-6/+14
* Don't run non-test code when defined(testing)Oleh Prypin2015-04-211-4/+6
* Fix a few more warningsdef2015-02-171-2/+2
* fixes #1730Araq2014-12-171-1/+5
* added $* for subexesAraq2014-09-241-0/+3
* big renameAraq2014-08-271-12/+16
* fix failed tests due to gcsafeAraq2014-08-121-1/+2
* first steps for overloading support of passing blocks; bugfix: test results o...Araq2012-09-111-2/+2
* stdlib uses more of varargsAraq2012-08-161-1/+10
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* added support for advanced substitution expressionsAraq2011-12-271-0/+380
an> ^
1ba81b0f ^
51530916 ^
60c566ea ^
54e4548d ^
51530916 ^
2ed1aa9c ^
51530916 ^


60c566ea ^
54e4548d ^
51530916 ^

2ed1aa9c ^
51530916 ^

ec99eb7a ^
de49fb42 ^

b39ceb27 ^
df0b469f ^
b39ceb27 ^






51530916 ^
6ff9413c ^
b39ceb27 ^
6c96a437 ^
9e608a77 ^
6c96a437 ^
46b6e2a3 ^
9e608a77 ^
6ff9413c ^

9e608a77 ^
b39ceb27 ^
5a9e3a11 ^
6ff9413c ^


b39ceb27 ^
683d53ca ^

b39ceb27 ^
df0b469f ^
ccd792da ^
51530916 ^
ac0e9db5 ^
7d13531e ^



6573fe1f ^
eb3a527a ^

b5ab709c ^
51530916 ^

53172ce1 ^
17d3003d ^




53172ce1 ^











51530916 ^
f2043a73 ^
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
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104