summary refs log tree commit diff stats
path: root/compiler/options.nim
Commit message (Expand)AuthorAgeFilesLines
* some attempts to make symbolfiles work againAraq2016-08-131-0/+6
* expr and stmt are now deprecatedAndreas Rumpf2016-07-301-6/+6
* get rid of deprecated toLower/toUpperAndreas Rumpf2016-07-191-3/+3
* fixes #4485; package handling works better; docgen works with --project on Ni...Andreas Rumpf2016-07-191-48/+2
* findExe() now by default follows symlinks.Hans Raaf2016-07-171-3/+1
* Nimscript: added support for 'patchFile'Andreas Rumpf2016-07-091-0/+10
* adds --excessiveStackTrace:on|off flag for nimParashurama2016-06-111-0/+2
* changed the compiler's path handling; fixes #546Andreas Rumpf2016-05-311-0/+15
* beginnings of --gc:stackAndreas Rumpf2016-03-121-1/+2
* Added --noCppExceptions switchRuslan Mustakov2016-02-181-0/+1
* first version of an PHP codegenAndreas Rumpf2016-02-061-1/+3
* nimrod -> nimErik Johansson Andersson2016-02-051-2/+2
* Modified setDefaultLibpath to search using findExe"nim".Dominik Picheta2015-11-071-0/+11
* nimsuggest: added 'chk', 'outline' and 'highlight' featuresAraq2015-11-011-1/+10
* doc\advopt.txtAraq2015-10-221-1/+1
* added getOrDefault; bootstrapping works againAraq2015-10-131-1/+1
* nimsuggest: added 'dus' command that combines 'def' and 'use'Araq2015-10-121-1/+3
* improvements for NimScript supportAraq2015-09-031-0/+11
* first implementation of write tracking and escape analysis; still disabledAraq2015-08-311-0/+1
* implements experimental new config system based on NimScriptAraq2015-08-161-3/+3
* Added absolute path support to options.findFileAnatoly Galiulin2015-07-211-5/+8
* Turn optPrintSurroundingSrc into hintSourceAdam Strzelecki2015-07-031-3/+0
* fixed indentationAraq2015-06-211-1/+1
* renamed writeln to writeLine in compilerpatrick dw2015-06-191-1/+1
* Merge branch 'devel' into gogcStefan Talpalaru2015-06-151-2/+9
|\
| * Introduce gPrefixDir for nimsuggest.Dominik Picheta2015-06-141-2/+8
| * Colors!Ryan Gonzalez2015-06-021-0/+1
* | the Go GC - initial implementationStefan Talpalaru2015-05-311-1/+1
|/
* Use gProjectIsStdin insteaddef2015-05-171-0/+1
* merged devel into epcSimon Hafner2015-05-081-1/+1
|\
| * fixes 'echo nil' codegen bugAraq2015-05-031-1/+1
* | removed a few consts and rewired to IdeCmdSimon Hafner2015-04-261-2/+17
|/
* doc updates; fixes 'inc' for 'char'Araq2015-03-291-35/+35
* don't use stdout for nimsuggest server modeAraq2015-02-271-4/+4
* nimsuggest: sane dirty buffer handlingAraq2015-01-291-6/+0
* nimsuggest: first versionAraq2015-01-271-5/+8
* implemented 'experimental' switchAraq2014-12-051-0/+1
* fixes a recently introduced regressionAraq2014-09-161-3/+2
* fixes documentation generatorAraq2014-09-141-2/+3
* nimfix supports specialized '.nimfix' modulesAraq2014-09-081-0/+10
* nimfix handles helloworldAraq2014-09-061-1/+0
* babel is now nimbleAraq2014-08-301-0/+3
* renamed babelcmd to nimblecmd; config files are now nim.cfg; other renamingsAraq2014-08-291-2/+2
* Nimrod renamed to NimAraq2014-08-281-2/+2
* renamefestAraq2014-08-231-1/+1
* fixes 'gcsafe'Araq2014-08-121-1/+1
* Merge pull request #1118 from gradha/pr_show_boot_optionsVarriount2014-04-211-1/+1
|\
| * Version switch displays options used during `koch boot`Grzegorz Adam Hankiewicz2014-04-201-1/+1
* | reintroduce thread analysis but disable it for backwards compatibilityAraq2014-04-201-0/+1
* | removed flawed thread analysis passAraq2014-04-201-2/+1
|/
95e8d12 ^
901b3ed ^
4688ad1 ^
b355755 ^
1076f2b
72707c2 ^
bf35794 ^

1076f2b

b355755 ^
8cc7f3b ^
d7413ff ^
ee31e38 ^
66da153 ^

bf35794 ^
292ccc4 ^
efa7e51 ^
bf35794 ^


bf35794 ^
39677ec ^
439e15d ^
dba2306 ^
3399650 ^
adaa28a ^


dba2306 ^
adaa28a ^
adaa28a ^
adaa28a ^
04eb016 ^
adaa28a ^

4688ad1 ^
adaa28a ^

3399650 ^
d7e1708 ^
dba2306 ^
c0705ee ^
adaa28a ^
c0705ee ^

8cc7f3b ^
d7e1708 ^
dba2306 ^
29355bd ^
b9da4b0 ^
9e8b325 ^
adaa28a ^
c47da14 ^
dba2306 ^
adaa28a ^
9e8b325 ^
dba2306 ^
dba2306 ^

e21d93b ^
d7413ff ^
937cabf ^
72707c2 ^
d4b7a9a ^
adaa28a ^
19da197 ^
4688ad1 ^
19da197 ^
349cada ^
19da197 ^
29355bd ^
8b59083 ^
8b59083 ^
adaa28a ^
d4b7a9a ^
c47da14 ^
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