summary refs log tree commit diff stats
path: root/compiler/canonicalizer.nim
Commit message (Expand)AuthorAgeFilesLines
* implement sizeof and alignof operator (manually squashed #5664) (#9356)Timothee Cour2018-10-141-1/+1
* deprecated unary '<'Andreas Rumpf2017-10-291-3/+3
* some work to make 'opt' a first class typeAndreas Rumpf2017-09-241-1/+1
* removed tyArrayConstr completely from the compiler; introduced tyAlias instea...Araq2016-11-141-1/+1
* some attempts to make symbolfiles work againAraq2016-08-131-6/+12
* SpellcheckFederico Ceratto2016-02-291-1/+1
* added 'sig' feature; removed tfShared support in the compilerAndreas Rumpf2016-02-281-1/+0
* Fix a few deprecation warningsdef2016-01-251-2/+2
* compiler: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-66/+66
* compiler_ropes: ropeToStr -> $Jacek Sieka2015-04-011-7/+7
* Fix typosFederico Ceratto2015-02-151-2/+2
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* Nimrod renamed to NimAraq2014-08-281-2/+2
* implements strongSpaces parsing modeAraq2014-03-071-3/+3
* fixes #937Araq2014-03-051-0/+7
* some progress on the new name manglerAraq2014-02-271-130/+251
* added canonizerAraq2014-02-251-0/+288
07 10:37:27 -0700 committer Kartik K. Agaram <vc@akkartik.com> 2015-09-07 10:37:27 -0700 2177' href='/akkartik/mu/commit/html/global.mu.html?h=main&id=f5465e1220d73e237c51897b7d1211ec53b0dc04'>f5465e12 ^
83fcebf3 ^




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