summary refs log tree commit diff stats
path: root/compiler/aliases.nim
Commit message (Collapse)AuthorAgeFilesLines
* removed tyArrayConstr completely from the compiler; introduced tyAlias ↵Araq2016-11-141-2/+2
| | | | instead in preparation for further bugfixes
* fixes #4673Andreas Rumpf2016-09-011-1/+2
|
* Fix issue #2245Roger Shi2015-09-081-1/+1
|
* compiler: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-30/+30
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* updated the compiler to use the new symbol namesAraq2014-08-281-3/+3
|
* Nimrod renamed to NimAraq2014-08-281-1/+1
|
* 'nil' as a statement is deprecated, use an empty 'discard' insteadAraq2014-01-191-4/+4
|
* case consistency part 4Araq2013-12-271-3/+3
|
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* codegen uses alias analysis to generate better codeAraq2011-12-101-1/+1
|
* alias analysis as required for the code gen and the HLOAraq2011-12-081-0/+182
ting for int registers' href='/akkartik/mu/commit/html/linux/ex3.mu.html?h=main&id=372367f59a897162912d0646158bdea1e07d6e66'>372367f5 ^
372367f5 ^
d3a9db3a ^
78357b88 ^
372367f5 ^
78357b88 ^
c52ae116 ^


78357b88 ^
c52ae116 ^




























78357b88 ^
c52ae116 ^
d3a9db3a ^


78357b88 ^
d3a9db3a ^



39234e89 ^
ec32c11d ^

372367f5 ^
39234e89 ^


3350c34a ^

39234e89 ^

3d1c4216 ^

c52ae116 ^



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