summary refs log tree commit diff stats
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* fixes #6069Andreas Rumpf2017-07-081-1/+1
* Fix for issue #6044. (#6056)Ganesh Viswanathan2017-07-061-1/+1
* Update pragmas.txt (#6006)Dan2017-06-211-2/+23
* Creating and setting comment nodes in macros (#5850)Fredrik Høisæther Rasch2017-05-311-2/+2
* Documented shebang execution of NimscriptsAdam Johnson2017-05-211-0/+9
* Merge branch 'zahary' into araq2Andreas Rumpf2017-05-171-0/+101
|\
| * fix affecting templates with explicit generic paramsZahary Karadjov2017-05-131-2/+2
| * manual additions for the covariant generic parametersZahary Karadjov2017-05-121-2/+87
| * explain covariance in the manualZahary Karadjov2017-05-121-0/+16
* | tut1.rst: Fix alignment, Change Subrange to MySubrange for clarity (#5798)Mice Pápai2017-05-131-5/+5
* | Fix a typo in the Result variable blockMice Pápai2017-05-101-1/+1
* | inter.txt: fix git bisect example (#5722)Michał Zieliński2017-04-191-1/+1
|/
* object construction: test cases and manual additionsZahary Karadjov2017-04-061-1/+3
* News items for previous commitZahary Karadjov2017-04-061-3/+3
* assignments support ': stmtList' like let/var doAndreas Rumpf2017-04-041-1/+1
* remove the need for the .procvar annotationAndreas Rumpf2017-04-031-10/+0
* update grammar.txtAndreas Rumpf2017-04-021-1/+2
* remove en-dash from the languageAndreas Rumpf2017-04-021-2/+1
* support for the Genode OS framework (#5560)Emery Hemingway2017-03-311-1/+1
* grammar updateAndreas Rumpf2017-03-311-4/+2
* requested code review changesZahary Karadjov2017-03-291-8/+23
* restore the T1-T9 types and clarify how generic concepts workZahary Karadjov2017-03-281-6/+25
* use lower-case proc namesZahary Karadjov2017-03-241-1/+1
* Working test cases for the sophisticated matrix library example from the manualZahary Karadjov2017-03-241-8/+22
* infer static parameters even when more complicated arithmetic is involvedZahary Karadjov2017-03-241-2/+2
* some revisions to the Concepts and VTable types specsZahary Karadjov2017-03-241-25/+24
* kill the reportConceptFailures options as it will be replaced by the .explain...Zahary Karadjov2017-03-241-3/+0
* future manual additions for the full concept spec I'm aiming to implementZahary Karadjov2017-03-241-19/+361
* tut1.rst: Slices indices explanation (#5569)jlp7652017-03-221-1/+22
* Cleaned up nep1 and simplified the style choices offered by it.Dominik Picheta2017-03-161-59/+36
* Update nep1 to show type keyword on its own lineDominik Picheta2017-03-151-12/+16
* Mentioned that critbits is sorted... (#5524)Mark Summerfield2017-03-141-1/+1
* Deleted parenthetical phrase (#5526)Mark Summerfield2017-03-141-1/+1
* Fixed typo (#5508)mark-summerfield2017-03-121-1/+1
* Nicer English (#5513)mark-summerfield2017-03-121-9/+9
* Nicer English (#5511)mark-summerfield2017-03-121-43/+43
* Nicer English (#5514)mark-summerfield2017-03-121-26/+26
* Update tut1.rst (#5510)mark-summerfield2017-03-121-6/+6
* Suggested small change to code (#5509)mark-summerfield2017-03-121-2/+2
* nimsuggest: update documentationAraq2017-03-081-14/+7
* Typo (#5495)Andrea Griffini2017-03-071-1/+1
* removed onThreadCreation; onThreadDestruction is now thread localAraq2017-02-261-2/+0
* Enabled explicitly unknown lock levels (#5409)Fabian Keller2017-02-201-0/+19
* new feature: .used pragma to suppress declared-but-not-used warningAraq2017-02-171-0/+20
* minor documentation improvementsAraq2017-02-171-6/+6
* Add ``tearDownForeignThreadGc`` function (#5369)Anatoly Galiulin2017-02-131-0/+8
* Removed $ from echo calls (#5368)Yuriy Glukhov2017-02-101-11/+11
* website: http to https updatesAraq2017-02-062-2/+2
* Fixes #5318.Dominik Picheta2017-02-011-1/+1
* Implement RFC #4873 improvements to JavaScript FFI (#5213)Michael Jendrusch2017-01-261-0/+3
imlexbase.nim?h=devel&id=b731e6ef1c4f10b9ba544c0a66ea1066b3c471a8'>b731e6ef1 ^
e25474154 ^

2df9b442c ^

e25474154 ^


6c5693e63 ^
e25474154 ^





b731e6ef1 ^
e25474154 ^

92b8fac94 ^
e25474154 ^




e25474154 ^
6c5693e63 ^
e25474154 ^


dc669155e ^
e25474154 ^
58186f6c1 ^
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
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169