summary refs log tree commit diff stats
path: root/tests/parallel
Commit message (Expand)AuthorAgeFilesLines
* GC test workaround: use a lock for 'echo' for WindowsAraq2017-12-071-3/+10
* Channels can now block depending on maxItems (#6153)Yuriy Glukhov2017-07-311-0/+37
* Remove expr/stmt (#5857)Arne Döring2017-07-254-5/+5
* Make tgc_unsafe2 green againZahary Karadjov2017-03-241-3/+3
* fixes #4776Andreas Rumpf2016-09-241-0/+71
* moved random procs from math to its own module (breaking change)Andreas Rumpf2016-05-301-1/+1
* Consistently use Channel instead of TChanneldef2016-02-253-3/+3
* Fix a few deprecation warningsdef2016-01-251-1/+1
* disjoint checker is smarter (and slower)Araq2015-09-231-0/+28
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-042-3/+3
* 'parallel' now requires --experimental modeAraq2015-08-141-0/+1
* better test programAraq2015-06-141-4/+49
* fixes #2854Araq2015-06-061-0/+26
* fixes a serious codegen bug that caused to emit wrong barriers in rare casesAraq2015-04-191-0/+53
* GC-safety error messages are useful nowAraq2015-04-041-0/+39
* fixes #2257Araq2015-03-162-0/+58
* disjoint checker is somewhat smarterAraq2015-03-161-0/+15
* fixes #2286Araq2015-03-122-1/+41
* fixes #2287Araq2015-03-121-0/+41
* disable t5000 test for the autobuilderAraq2014-12-111-0/+3
* fixes #1597Araq2014-12-112-0/+62
* fixes #1646Araq2014-11-101-0/+22
* the codegen doesn't emit deepCopy for parallel statementsAraq2014-11-082-4/+6
* fixed the deadlock that happens when stress testing ToFreeQueueAraq2014-11-081-1/+1
* broken attempt to fix queue exhaustionAraq2014-11-071-0/+62
* deepCopy is instantiated when its corresponding type is instantiatedAraq2014-09-261-0/+35
* 'let' within 'parallel' now worksAraq2014-09-221-0/+14
* made some tests greenAraq2014-09-211-0/+1
* implemented 'guard' annotationAraq2014-09-212-0/+64
* further adaptationsAraq2014-08-293-3/+3
* renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamingsAraq2014-08-291-0/+0
* the big renamefest: first stepsAraq2014-08-221-2/+20
* progress on 'spawn'Araq2014-08-101-0/+18
* some changesAraq2014-06-091-1/+1
* bugfix: codegen for promisesAraq2014-06-021-0/+1
* fixed codegen for return valuesAraq2014-06-011-0/+4
* pi test compiles, but crashes randomlyAraq2014-06-011-0/+22
* tdisjoint_slice2 worksAraq2014-05-311-4/+16
* tester works againAraq2014-05-301-2/+2
* correct code generation for tforstmtAraq2014-05-301-2/+3
* 'parallel' proves array boundsAraq2014-05-291-0/+24
* progress with futuresAraq2014-05-233-0/+57
* 'parallel' statement almost workingAraq2014-05-222-9/+9
* 'parallel' statement: next stepsAraq2014-05-145-0/+118
revision' href='/ahoang/Nim/blame/rod/idents.nim?h=devel&id=90119066adf6a9a2e8d779d4955637c6dd99aba3'>^
d68181246 ^
4de84024e ^


e25474154 ^
4de84024e ^


e25474154 ^
d68181246 ^
e25474154 ^

d68181246 ^
e25474154 ^
e25474154 ^
773d17cd1 ^
e25474154 ^
773d17cd1 ^
4de84024e ^
e25474154 ^
4de84024e ^

d68181246 ^


e25474154 ^



d68181246 ^
4de84024e ^
e25474154 ^






4de84024e ^
e25474154 ^

d68181246 ^
e25474154 ^
4de84024e ^
d68181246 ^
4de84024e ^

773d17cd1 ^
d68181246 ^
4de84024e ^

773d17cd1 ^
4de84024e ^

773d17cd1 ^
















d9d82fb0a ^
773d17cd1 ^

29db0d858 ^

773d17cd1 ^
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
135