summary refs log tree commit diff stats
path: root/compiler/msgs.nim
Commit message (Expand)AuthorAgeFilesLines
* finishes #2566Araq2015-04-241-2/+2
* msg: Output column numbers starting from 1Adam Strzelecki2015-04-211-1/+4
* importing of C++ nested generics like std::vector<T>::iterator, using the apo...Zahary Karadjov2015-04-131-0/+3
* Get rid of deprecation warningsdef2015-04-071-9/+9
* Merge pull request #2428 from arnetheduck/comp-lib-ropesAndreas Rumpf2015-04-061-10/+4
|\
| * compiler_ropes: ropeEqualsFile -> equalsFile, no more max rope component lengthJacek Sieka2015-04-011-9/+3
| * compiler_ropes: ropeToStr -> $Jacek Sieka2015-04-011-1/+1
* | GC-safety error messages are useful nowAraq2015-04-041-1/+1
|/
* concept example from the manual now works againAraq2015-03-231-9/+0
* fixes #1868Araq2015-03-121-334/+334
* Merge pull request #2274 from reactormonk/warning-for-resultAndreas Rumpf2015-03-081-3/+5
|\
| * fixed array sizeSimon Hafner2015-03-071-1/+1
| * update WarningsToStrSimon Hafner2015-03-061-1/+1
| * Merge branch 'devel' into warning-for-resultSimon Hafner2015-03-051-17/+27
| |\
| * | added a warning for when result is shadowed #868Simon Hafner2015-02-011-1/+3
* | | Replaced deprecated repeatChar() with repeat() or spaces().Hans Raaf2015-03-041-1/+1
| |/ |/|
* | don't use stdout for nimsuggest server modeAraq2015-02-271-6/+8
* | Merge pull request #2140 from FedericoCeratto/develAndreas Rumpf2015-02-161-5/+5
|\ \
| * | Fix typosFederico Ceratto2015-02-151-1/+1
| * | Fix typosFederico Ceratto2015-02-151-4/+4
* | | Tell user more exactly how to create stacktracedef2015-02-161-1/+1
|/ /
* | Merge pull request #2053 from reactormonk/message-for-koch-tempAndreas Rumpf2015-02-121-1/+4
|\ \
| * | use dynamic message destinationSimon Hafner2015-02-041-1/+1
| * | report how to create a compiler stacktrace #1280Simon Hafner2015-02-011-1/+4
| |/
* | fixes #1956Araq2015-02-081-3/+3
* | Clarify "instantiation from here"Flaviu Tamas2015-02-071-1/+1
* | Merge pull request #2058 from def-/nimrod-cfgsAndreas Rumpf2015-02-071-1/+1
|\ \
| * | Typosdef2015-02-041-1/+1
| |/
* / nimsuggest knows how to deal with files not belonging to the projectAraq2015-02-071-1/+6
|/
* nimsuggest: sane dirty buffer handlingAraq2015-01-291-17/+21
* nimsuggest: filenames in quotes now work; general hints are not emittedAraq2015-01-291-4/+5
* nimsuggest: first versionAraq2015-01-271-43/+24
* non-destructible context only produces a warning for nowAraq2015-01-241-3/+4
* fixes the integer conversion regressionsAraq2015-01-131-1/+1
* fixes #1473Araq2014-11-121-1/+9
* compiler bootstraps againAraq2014-11-051-1/+1
* Merge branch 'pr_adds_code_directive_to_rst' into pr_bigbreak_adds_code_direc...Grzegorz Adam Hankiewicz2014-11-031-2/+5
|\
| * Modifies docgen to support new warning message.Grzegorz Adam Hankiewicz2014-07-191-3/+6
* | docgen should work againAraq2014-10-051-3/+3
* | implemented 'guard' annotationAraq2014-09-211-4/+5
* | fixes documentation generatorAraq2014-09-141-1/+1
* | minor improvement for nim prettyAraq2014-08-311-3/+4
* | updated the compiler to use the new symbol namesAraq2014-08-281-1/+1
* | Nimrod renamed to NimAraq2014-08-281-1/+1
* | renamefestAraq2014-08-231-3/+3
* | the big renamefest: first stepsAraq2014-08-221-1/+1
|/
* compiler prepared for the new comment handlingAraq2014-04-301-3/+3
* made large parts of the stdlib gcsafeAraq2014-04-201-3/+4
* Merge branch 'devel' of https://github.com/Araq/Nimrod into develAraq2014-04-201-1/+1
|\
| * added `continue` to errStmtInvalidAfterReturnSimon Hafner2014-04-181-1/+1
-06-30 14:21:30 +0200 CI openbsd: 3x batching via NIM_TESTAMENT_BATCH ; overall CI finishes in 21m instead of 34m (#14851)' href='/ahoang/Nim/commit/tools/ci_generate.nim?h=devel&id=89a15e417df52454aa5c40ba058c9b19425dd184'>89a15e417 ^
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
138
139
140
141