summary refs log tree commit diff stats
path: root/compiler/magicsys.nim
Commit message (Collapse)AuthorAgeFilesLines
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-1/+1
|
* case consistency: next stepsAraq2013-12-291-1/+1
|
* case consistency part 4Araq2013-12-271-7/+7
|
* case consistency part 1Araq2013-12-271-9/+8
|
* fixes #578Araq2013-08-301-1/+1
|
* float64 is now an alias to 'float'; fixes #545Araq2013-08-301-4/+9
|
* implemented large parts of the 'not nil' checkingAraq2013-06-091-1/+15
|
* get rid of ImportTablePos and ModuleTablePosZahary Karadjov2013-05-121-2/+0
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* small improvementsAraq2013-02-271-1/+4
|
* temporary debugging code for the memory leak investigationZahary Karadjov2012-11-281-0/+9
|
* exception tracking barely works; but disabledAraq2012-10-311-1/+1
|
* 'addSon' for types deprecated for 'int literal type' analysisAraq2012-07-091-0/+10
|
* changed integer promotion rules; breaks bootstrapping and lots of codeAraq2012-07-081-14/+41
|
* changed integer promotion rules; added math.fmodAraq2012-06-281-2/+21
|
* better support for unsigned integers.Zahary Karadjov2012-06-111-0/+6
|
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* got rid of nstrtabs and nhashes modulesAraq2011-06-101-3/+3
|
* big repo cleanupAraq2011-04-121-0/+87
2 12:06:30 +0100 committer Andreas Rumpf <rumpf_a@web.de> 2019-02-22 12:06:30 +0100 gc:destructors: make strutils compile (but still crashes)' href='/ahoang/Nim/commit/compiler/ccgliterals.nim?h=devel&id=a4543c1aac22e6da8afc7b22445f0cd56380a6ad'>a4543c1aa ^
32afdc09c ^

f108e8967 ^
0e7338d65 ^

f108e8967 ^
a4543c1aa ^
0e7338d65 ^


d83736221 ^
0e7338d65 ^
f485ebe16 ^


a4543c1aa ^
f485ebe16 ^


0e7338d65 ^
f485ebe16 ^

7e747d11c ^
f485ebe16 ^
d83736221 ^

0e7338d65 ^

d83736221 ^

a4543c1aa ^

0e7338d65 ^
d83736221 ^
1284827df ^
d83736221 ^
d83736221 ^





0e7338d65 ^
d83736221 ^
1284827df ^
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