summary refs log tree commit diff stats
path: root/compiler/tccgen.nim
Commit message (Collapse)AuthorAgeFilesLines
* move tinyc to a separate repo and allow installing external dependencency ↵Timothee Cour2020-04-031-21/+34
| | | | | | | (eg tinyc) from koch / library code (#13850) * remove tinyc * installDeps * update tinyc paths
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-1/+1
| | | | | | | | | | | | | | | | | | * Cleanup compiler code base * Unify add calls * Unify len invocations * Unify range operators * Fix oversight * Remove {.procvar.} pragma * initCandidate -> newCandidate where reasonable * Unify safeLen calls
* fixes the remaining fixable Nimrod->Nim renamings; closes #2032Araq2018-09-031-11/+11
|
* nimrod is obsoleteAraq2015-11-031-2/+2
|
* compiler: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-11/+11
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* Nimrod renamed to NimAraq2014-08-281-1/+1
|
* Allow arguments for "nimrod run"def2014-07-281-5/+3
|
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
|
* bugfix: wrong assertions for C++ code generation; some solaris support; ↵Araq2012-10-301-3/+5
| | | | first steps to an effect system
* year 2012 for most copyright headersAraq2012-01-021-1/+1
|
* big repo cleanupAraq2011-04-121-0/+76
ef='/danisanti/profani-tty/blame/src/ui/windows.h?id=48794e324c19f2492593a440e26f8b29f4a4515e'>^
e6e0a13e ^

547b6cf4 ^
73262221 ^
cbe14d6e ^
601a8803 ^

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