summary refs log tree commit diff stats
path: root/lib/system/arithm.nim
Commit message (Expand)AuthorAgeFilesLines
* styleCheck: make the compiler and large parts of the stdlib compatible with -...Araq2019-07-101-32/+32
* Fix corner case of checked div/mod on x86 (#10406)LemonBoy2019-01-221-15/+29
* fixes #2909Araq2015-06-151-1/+1
* Merge pull request #2645 from def-/builtin_overflowAndreas Rumpf2015-06-071-54/+122
|\
| * Use -d:builtinOverflow for builtin overflow checksdef2015-05-081-141/+110
| * Use builtin overflow functions of Clang and GCC (WIP, RFC)def2015-05-031-0/+99
* | Move the noreturn pragma to sysFataldef2015-05-051-4/+4
|/
* Fix typosFederico Ceratto2015-02-151-1/+1
* system files use new identifiersAraq2014-08-231-5/+5
* the big renamefest: first stepsAraq2014-08-221-1/+1
* fixed #1491Charlie Barto2014-08-191-11/+17
* distinguish between 'defined' and 'declared'Araq2014-08-111-6/+6
* renamed noStackFrame to asmNoStackFrameAraq2014-02-181-6/+6
* --os:standalone works againAraq2013-06-301-5/+5
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* allow 'mixin' in genericsAraq2012-10-121-1/+1
* bugfixes for closuresAraq2012-06-211-0/+3
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* 'pure' is now 'noStackFrame' for procsAraq2011-08-191-6/+6
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
* floating point checksAndreas Rumpf2009-12-141-0/+18
* added tools and web dirsAndreas Rumpf2009-09-151-0/+0
* overload resolution for proc varsAndreas Rumpf2009-06-241-3/+3
* version0.7.10Andreas Rumpf2009-06-081-0/+316
me/ranger/gui/colorscheme.py?id=7c760ac0256aa1d27433e8f410ae014be2da2334'>^
1687e0f4 ^



972da7ba ^
b68d28c1 ^
d1a1173d ^






b68d28c1 ^
d1a1173d ^





51ec08da ^
d1a1173d ^
76791a70 ^
d1a1173d ^



b68d28c1 ^
d1a1173d ^





b3d031a9 ^

b68d28c1 ^
d1a1173d ^



51d9c72e ^
ab41c776 ^
b3d031a9 ^
d1a1173d ^



5348e120 ^

d1a1173d ^




f6de1679 ^
d1a1173d ^

d69f1ed3 ^
d1a1173d ^
b3d031a9 ^
d1a1173d ^
b3d031a9 ^
1687e0f4 ^
d1a1173d ^






aa434db9 ^
8f6434f9 ^

d1a1173d ^













84a22ae0 ^
1687e0f4 ^
d1a1173d ^
5348e120 ^
f6de1679 ^
51ec08da ^

5348e120 ^
f6de1679 ^
c78ee48d ^
d1a1173d ^






1687e0f4 ^
bc79568d ^
ab41c776 ^
f7199d8e ^
bc79568d ^

f7199d8e ^
bc79568d ^


f7199d8e ^


bc79568d ^


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
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161