summary refs log tree commit diff stats
path: root/compiler/semstmts.nim
Commit message (Expand)AuthorAgeFilesLines
...
* Merge pull request #9911 from nc-x/fixes-#9627Andreas Rumpf2018-12-091-7/+23
|\
| * `include` now accepts collective argumentsNeelesh Chandola2018-12-091-7/+23
* | fixes nested gensym'ed parameters; fixes #9476Araq2018-12-081-5/+12
|/
* fixes #9614 [backport]Araq2018-12-051-1/+1
* fix #9832 (fixup) (#9859)Timothee Cour2018-12-041-1/+2
* fixes #9832 (#9841) [backport]Timothee Cour2018-12-041-1/+1
* new minor language feature: .noSideEffect blocks like .gcsafe blocksAndreas Rumpf2018-11-271-1/+1
* fix #9726 (#9765)Arne Döring2018-11-201-2/+3
* added first version of a nimfind tool for the poor souls that don't have a go...Andreas Rumpf2018-11-141-2/+10
* deprecated ospaths (#9665)Andreas Rumpf2018-11-091-1/+1
* fix #8011Arne Döring2018-11-081-1/+5
* Nim style checker: document the switch; fixes #9564Araq2018-10-301-1/+7
* Change the order of compilation passes, transformation is made lazy at code g...cooldome2018-10-181-6/+6
* disallow 'continue' that is not used within a loop; fixes #6367Araq2018-10-181-1/+1
* replace deprecated `safeAdd` with `add` (#9416)Miran2018-10-181-1/+1
* Merge branch 'Fixes-7845' of https://github.com/cooldome/Nim into cooldome-Fi...Araq2018-10-151-2/+3
|\
| * Merge branch 'devel' into Fixes-7845cooldome2018-06-261-59/+78
| |\
| * | Fixes 7845cooldome2018-06-101-2/+3
* | | Fix overload resolution for pragmas evaluation (#8902)LemonBoy2018-10-091-23/+30
* | | Add checks for except: body blocks (#9191)Dheepak Krishnamurthy2018-10-091-1/+20
* | | don't require an implementation for procs marked with .error; activate the mo...Araq2018-09-291-1/+1
* | | fixes #9076Araq2018-09-261-1/+3
* | | Revert #7964LemonBoy2018-09-211-6/+2
* | | improve the error message for 'attempt to redefine X'; fixes #447Andreas Rumpf2018-09-171-1/+1
* | | Merge pull request #8949 from nim-lang/araq-for-loop-expressionsAndreas Rumpf2018-09-121-31/+39
|\ \ \
| * | | extended system.type/typeof to support an upcoming 'collect' macro that works...Andreas Rumpf2018-09-111-31/+39
| * | | fixes merge conflictsAndreas Rumpf2018-09-111-568/+571
| |\ \ \
| * | | | steps to get for loops as expressionsAndreas Rumpf2018-02-281-3/+13
* | | | | Fix semantic pass with borrowed magic procs (#8945)LemonBoy2018-09-111-0/+3
| |/ / / |/| | |
* | | | fixes #8028Andreas Rumpf2018-09-031-1/+1
* | | | Validate pragmas attached to for variables (#8749)LemonBoy2018-08-241-0/+2
* | | | even more strict isNil handling for strings/seqs in order to detect bugsAraq2018-08-221-1/+1
* | | | fixes merge conflictAndreas Rumpf2018-08-191-76/+115
|\ \ \ \
| * | | | implements 'case statement macros' in order to encourage the development of p...Andreas Rumpf2018-08-161-73/+108
| * | | | put the new for loop macros under an experimental switch named 'forLoopMacros'Andreas Rumpf2018-08-151-2/+3
| * | | | WIP: disallow 'nil' for strings and seqsAndreas Rumpf2018-08-131-1/+4
* | | | | allows a destructor to be attached to a tyString/tySequenceAndreas Rumpf2018-07-271-5/+5
* | | | | WIP: strings/seqs based on destructorsAndreas Rumpf2018-07-171-2/+3
|/ / / /
* | | | code cleanup: remove newScopeForIf switchAndreas Rumpf2018-07-041-4/+2
* | | | Minor changes to discardable handling (#8155)LemonBoy2018-07-011-8/+7
| |_|/ |/| |
* | | Merge pull request #8108 from LemonBoy/fix-5958Andreas Rumpf2018-06-261-0/+2
|\ \ \
| * | | Make `static` blocks introduce their own scopeLemonBoy2018-06-241-0/+2
* | | | Merge pull request #7964 from LemonBoy/fix-7936Andreas Rumpf2018-06-251-2/+9
|\ \ \ \ | |/ / / |/| | |
| * | | Use the resolved typedesc in semVarOrLetLemonBoy2018-06-231-2/+9
* | | | Fixed proto optionsYuriy Glukhov2018-06-151-0/+1
* | | | Fixed stacktrace/linetrace proc pragmas when appended by macro pragmaYuriy Glukhov2018-06-141-3/+2
* | | | implements a --nep1:on switch to make the compiler enforce the naming convent...Andreas Rumpf2018-06-131-2/+2
* | | | Allow stacktrace and linetrace pragmas on procsYuriy Glukhov2018-06-121-0/+3
* | | | make tests green properlyAndreas Rumpf2018-06-111-2/+2
* | | | fixes merge conflictAndreas Rumpf2018-06-111-1/+1
|\ \ \ \ | | |_|/ | |/| |
com> 2022-05-19 16:35:52 -0700 a few more integer coordinates' href='/akkartik/text.love/commit/help.lua?id=21f166689a6904dd85da7ede2ce06e7b2ab81a27'>21f1666 ^
de495ae ^


21f1666 ^
de495ae ^


21f1666 ^
de495ae ^
e27165c ^

21f1666 ^
e27165c ^


21f1666 ^
e27165c ^
de495ae ^
95e17da ^
de495ae ^























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