summary refs log tree commit diff stats
path: root/compiler/semgnrc.nim
Commit message (Expand)AuthorAgeFilesLines
...
* distinguish properly between nkOpen and nkClosedSymChoiceAraq2012-08-261-6/+7
* next steps to hygienic templatesAraq2012-08-201-1/+1
* first steps to make templates hygienicAraq2012-08-201-11/+11
* bugfix: bind context for genericsAraq2012-07-241-3/+3
* added system.||; lacks runtime supportAraq2012-05-231-1/+1
* experimental support for preserving local variable names in the generated codeZahary Karadjov2012-04-131-0/+2
* `do' keyword in the grammar for lambda blocksZahary Karadjov2012-02-101-2/+2
* bugfix: removed newSons legacyAraq2012-01-071-1/+2
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* bugfix: preliminary symbol declaration in first pass of genericsAraq2011-12-301-9/+11
* implemented 'let' statementAraq2011-11-291-1/+1
* small bugfixes to make more tests greenAraq2011-11-021-2/+4
* lazy loading of body ast implementedAraq2011-10-301-2/+3
* 'bind' as a declarative statementAraq2011-10-101-37/+46
* bugfixes for semantic checking; thread implementation pushed the compilerAraq2011-06-041-41/+53
* cleaned up the tests; fixes #30; fixes #26Araq2011-05-011-7/+2
* big repo cleanupAraq2011-04-121-0/+245
r CIs (#13803)' href='/ahoang/Nim/commit/tests/parallel/tconvexhull.nim?h=devel&id=8088633250872de8777c7078e636b2379780e107'>808863325 ^
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