summary refs log tree commit diff stats
path: root/tests/manyloc
Commit message (Expand)AuthorAgeFilesLines
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-0436-2207/+2207
* proper distinction between --gc:none and --os:standaloneAraq2015-06-291-0/+1
* Move the noreturn pragma to sysFataldef2015-05-051-3/+3
* Rename PNimrodNode to NimNodedef2015-03-173-63/+63
* Fix tests some moredef2015-03-174-11/+12
* Fix tests a bit moredef2015-03-101-4/+4
* Replaced deprecated repeatStr() with repeat().Hans Raaf2015-03-044-9/+9
* Replaced deprecated repeatChar() with repeat() or spaces().Hans Raaf2015-03-043-5/+5
* Fix typosFederico Ceratto2015-02-152-3/+3
* Merge pull request #2133 from def-/cleanupAndreas Rumpf2015-02-152-0/+0
|\
| * nimrod.cfg isn't working anymore, rename to nim.cfgdef2015-02-152-0/+0
* | Update a use of initTable to avoid initial enlarge.Charles Blake2015-02-131-1/+1
|/
* Clean up tests/manylocdef2015-02-0413-121/+113
* fixes #2041Araq2015-01-311-0/+3
* GitHub link fixes: nim-code -> nim-langdef2015-01-151-2/+2
* s/nimrod/nim/g; s/babel/nimble/gFlaviu Tamas2015-01-091-3/+3
* made some tests greenAraq2014-09-213-39/+39
* further adaptationsAraq2014-08-297-22/+22
* renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamingsAraq2014-08-296-0/+0
* some progress for jester+asyncAraq2014-06-278-0/+7503
* attempt to make some tests greenAraq2014-04-213-7/+3
* keine_schweine test is not platform dependentAraq2014-02-243-12/+16
* nil->discardAraq2014-02-151-2/+2
* the compiler can now deal with multiple modules of the same nameAraq2013-09-265-0/+32
* fixes #531Araq2013-07-2413-0/+662
* fixes --os:standaloneAraq2013-06-301-1/+3
* --os:standalone works againAraq2013-06-303-0/+25
* improvements for 'not nil' checkingAraq2013-06-131-2/+4
* manyloc test should be green againAraq2013-06-043-30/+22
* fixes #385Araq2013-06-031-0/+494
* revert new scope for 'if'Araq2013-05-022-0/+170
* bugfixes mostly JS relatedAraq2013-05-013-1/+2
* made some tests greenAraq2013-04-221-0/+1
* added manyloc test suite; --path now relative to project dir if not absoluteAraq2013-04-1349-0/+9271
* Fixed bug with xmltree.attrs when attributes have not been initialisedDominik Picheta2013-03-235-690/+0
* better error message when C compilation failsAraq2013-03-191-0/+1
* tester supports large testsAraq2013-03-185-0/+689
d00a49e1d48577949'>fab8cee13 ^
54935e2e7 ^
a64d4dc35 ^


9659540b1 ^





































e65c296bc ^

a64d4dc35 ^
5a21892da ^
3d7abb958 ^
0d19de18c ^
a23d418d7 ^
e353737e3 ^

d4bca58b7 ^
1a3b730bf ^

2958adc47 ^

c55f5b34e ^
5506e8491 ^
5f64d7a35 ^
d01ff8994 ^
d01ff8994 ^
d01ff8994 ^




258aabba6 ^
258aabba6 ^



258aabba6 ^
258aabba6 ^
258aabba6 ^







8b5aa221a ^
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
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134