summary refs log tree commit diff stats
path: root/compiler/sem.nim
Commit message (Collapse)AuthorAgeFilesLines
* WIP: disallow 'nil' for strings and seqsAndreas Rumpf2018-08-131-1/+1
|
* fixes merge conflictAraq2018-08-071-1/+2
|\
| * runnableExamples: keep (gitignored) generated foo_examples.nim for ↵Timothee Cour2018-08-071-1/+2
| | | | | | | | | | | | inspection even on success (#8544)
* | use slashes instead of dots for pathsAndreas Rumpf2018-08-061-2/+2
|/
* fixes #8323 : avoid polluting git status after `nim doc foo` (#8415)Timothee Cour2018-07-301-3/+5
|
* make runnableExamples use a private nimcache so that they can be tested in ↵skilchen2018-07-121-2/+9
| | | | | parallel (#8281) * make runnableExamples use a private nimcache so that they can be tested in parallel
* Check the RHS when building a set (#8159)LemonBoy2018-06-301-1/+1
| | | Fixes #2669
* Return an error symbol as macro output if needed (#8116)LemonBoy2018-06-271-1/+6
| | | | | | Return an error symbol if the macro output has no type and a typedesc is expected. Fixes #7454
* allow referencing other parameters in default parameter valuesZahary Karadjov2018-06-161-7/+11
| | | | | | | | fix #7756 fix #1201 fix #7000 fix #3002 fix #1046
* fixes #7222; fixes #5595; fixes #3747Zahary Karadjov2018-06-161-1/+1
| | | | | | | | | | * late instantiation for the generic procs' default param values * automatic mixin behaviour in concepts Other fixes: * don't render the automatically inserted default params in calls * better rendering of tyFromExpr
* A minimal patch enabling the new typedesc and static types syntaxZahary Karadjov2018-06-161-0/+3
|
* implements a --nep1:on switch to make the compiler enforce the naming ↵Andreas Rumpf2018-06-131-1/+1
| | | | conventions outlined in NEP-1
* fixex merge conflictsAraq2018-06-081-2/+4
|\
| * fixes #7906, array and openarray arg vs. ptr/ref generic (#7909)andri lim2018-06-041-2/+4
| | | | | | | | | | | | * fixes #7906, array and openarray arg vs. ptr/ref generic * add comment
* | fixed merge conflictAndreas Rumpf2018-06-041-1/+1
|\|
| * fixes #7818, correct internal representation of generic objects array ↵andri lim2018-05-291-1/+1
| | | | | | | | | | | | | | construction (#7824) * defer skiptypes * defer skiptypes for tyRef & tyPtr * remove unneeded skipTypes
* | incremental compilation: implemented basic replay logicAndreas Rumpf2018-06-021-8/+5
| |
* | baby steps for incremental compilationAndreas Rumpf2018-05-301-7/+2
| |
* | runnableExamples: use the self exe to test the examplesAndreas Rumpf2018-05-301-1/+1
| |
* | refactoring: move DB model to incremental.nimAndreas Rumpf2018-05-301-2/+2
| |
* | refactoring: remove idents.legacy global variable and pass the IdentCache ↵Andreas Rumpf2018-05-271-7/+7
| | | | | | | | around explicitly
* | more refactoringAndreas Rumpf2018-05-271-1/+1
| |
* | Merge branch 'devel' into araq-big-refactoringAndreas Rumpf2018-05-271-0/+1
|\|
| * fix #7883; fix #7829Zahary Karadjov2018-05-261-0/+1
| |
* | remove more global variables in the Nim compilerAndreas Rumpf2018-05-271-16/+16
| |
* | preparations of making compiler/msgs.nim free of global variablesAndreas Rumpf2018-05-171-1/+1
| |
* | remove ast.emptyNode global; cleanup configuration.nimAraq2018-05-161-1/+1
|/
* options.nim: no global variables anymoreAndreas Rumpf2018-05-131-5/+5
|
* sem pass compiles againAndreas Rumpf2018-05-121-22/+22
|
* more modules compile againAndreas Rumpf2018-05-121-13/+16
|
* more modules compile againAndreas Rumpf2018-05-121-24/+27
|
* compiler refactoring, pass config around explicitlyAndreas Rumpf2018-05-051-3/+3
|
* fixes #7601, array construction of ptr generics (#7671)andri lim2018-04-271-2/+3
| | | | | | * fixes #7601, array construction of ptr generics * add more test
* allow setting template/macro recursive evaluation limits (#7652)jcosborn2018-04-191-1/+1
| | | | | | | * allow setting template/macro recursive evaluation limits * revert setting template/macro eval limits set them to 1000
* introduce nkTupleConstr AST node for unary tuple construction; breaking changeAndreas Rumpf2018-04-131-1/+1
|
* symbol files: delay the emission of forwarded procsAraq2018-02-211-0/+1
|
* symbol files: more progressAraq2018-02-201-1/+2
|
* new .rod file implementation; part 1: writing of the fileAraq2018-02-171-1/+2
|
* fixes #6946Andreas Rumpf2018-02-051-5/+10
|
* preparations for language extensions: 'sink' and 'lent' typesAndreas Rumpf2018-01-071-2/+2
|
* symbol files: fixes the logic for multi-methodsAraq2018-01-031-0/+4
|
* fixes #6972Araq2017-12-291-3/+3
|
* Implement language feature #6885 (#6954)cooldome2017-12-241-0/+13
|
* first steps in adding template/macro calls to stack tracesAraq2017-12-211-1/+1
|
* the documentation generator now supports system.runnableExamplesAraq2017-11-261-0/+13
|
* deprecated unary '<'Andreas Rumpf2017-10-291-1/+1
|
* Add sections (type, var, let, const, using) support for reorder pragma (#6326)BigEpsilon2017-10-281-1/+1
|
* destructors: work in progressAraq2017-10-261-8/+12
|
* implemented new experimental scriptable import mechanismAndreas Rumpf2017-10-011-5/+7
|
* first implementation of the 'func' keywordAndreas Rumpf2017-09-231-1/+1
|
id='n20' href='#n20'>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