summary refs log tree commit diff stats
path: root/compiler/semparallel.nim
Commit message (Expand)AuthorAgeFilesLines
* more destructor based changes (#10885)Andreas Rumpf2019-03-231-1/+1
* Field checks for everybody (#8957)LemonBoy2018-10-091-2/+2
* refactoring: remove idents.legacy global variable and pass the IdentCache aro...Andreas Rumpf2018-05-271-1/+1
* platform.nim doesn't use globals anymore; prepare msgs.nim for not using globalsAndreas Rumpf2018-05-181-2/+2
* remove ast.emptyNode global; cleanup configuration.nimAraq2018-05-161-1/+1
* more modules compile againAndreas Rumpf2018-05-121-62/+66
* fixes #2779Andreas Rumpf2018-04-111-1/+2
* deprecated unary '<'Andreas Rumpf2017-10-291-12/+12
* first implementation of the 'func' keywordAndreas Rumpf2017-09-231-1/+1
* compiler almost free of deprecated expr/stmt namesAndreas Rumpf2016-07-301-1/+1
* stdlib and compiler don't use .immediate anymoreAndreas Rumpf2016-07-291-1/+1
* fixes #2758Andreas Rumpf2016-07-151-3/+3
* disjoint checker is smarter (and slower)Araq2015-09-231-2/+2
* made disjoint checker smarter; fixes regressionsAraq2015-09-231-11/+18
* when nimvm stmt proof of conceptYuriy Glukhov2015-09-041-1/+1
* disjoint checker works with the new countup iteratorsAraq2015-03-141-3/+4
* fixes #2287Araq2015-03-121-2/+2
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* fixes #1597Araq2014-12-111-8/+24
* 'let' within 'parallel' now worksAraq2014-09-221-2/+2
* Nimrod renamed to NimAraq2014-08-281-1/+1
* renamefestAraq2014-08-231-3/+3
* progress on 'spawn'Araq2014-08-101-4/+9
* 'parallel' statement works againAraq2014-08-081-1/+0
* Promises are now refsAraq2014-06-051-3/+3
* tdisjoint_slice2 worksAraq2014-05-311-1/+1
* 'parallel' proves array boundsAraq2014-05-291-10/+20
* 'parallel' statement almost workingAraq2014-05-221-38/+51
* 'parallel' statement: next stepsAraq2014-05-141-13/+28
* progress for the 'parallel' statementAraq2014-05-141-71/+84
* initial non-compiling version of 'parallel'Araq2014-05-121-0/+414
the config.*.h' href='/acidbong/suckless/dwm/commit/config.default.h?id=f196b71e4d543e7d8c4fd6398cf1bedd3dafc024'>f196b71 ^
349d768 ^
0fe2e78 ^
5cd65f8 ^



0fe2e78 ^
512541b ^
1edf6a7 ^




d662f98 ^
a8e0772 ^
349d768 ^
1edf6a7 ^

5cd65f8 ^










a8e0772 ^

5cd65f8 ^









b515765 ^
5cd65f8 ^













5cd65f8 ^
1edf6a7 ^
66608a6 ^

5cd65f8 ^


5cd65f8 ^










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