summary refs log tree commit diff stats
path: root/compiler/semobjconstr.nim
Commit message (Collapse)AuthorAgeFilesLines
* special typing rules for owned pointersAndreas Rumpf2019-03-041-2/+5
|
* WIP: disallow 'nil' for strings and seqsAndreas Rumpf2018-08-131-2/+2
|
* refactoring: remove idents.legacy global variable and pass the IdentCache ↵Andreas Rumpf2018-05-271-3/+3
| | | | around explicitly
* sem pass compiles againAndreas Rumpf2018-05-121-33/+29
|
* more modules compile againAndreas Rumpf2018-05-121-11/+11
|
* fixes a regression about static object case variant checkingAraq2018-04-061-1/+3
|
* further steps in implementing sink parameters; refs #7041Araq2018-03-301-1/+1
|
* fixes #5450Andreas Rumpf2018-02-041-0/+4
|
* preparations for language extensions: 'sink' and 'lent' typesAndreas Rumpf2018-01-071-2/+2
|
* fixes #5999Araq2017-12-141-2/+8
|
* work in progress: new implementation for 'a[^1]'Andreas Rumpf2017-10-291-6/+9
|
* deprecated unary '<'Andreas Rumpf2017-10-291-5/+5
|
* Fixes #5965 (#6237)Daniil Yarancev2017-08-141-1/+6
|
* move the object construction logic to a separate fileZahary Karadjov2017-04-061-0/+292
t <hut@lavabit.com> 2011-10-01 02:01:33 +0200 Fixed minor issue in ranger.py' href='/akspecs/ranger/commit/ranger.py?h=v1.9.2&id=654af129e48f7e56d006e9b582349f6f8ca36a90'>654af129 ^
08f08fb9 ^
d8084b41 ^

99400080 ^
08f08fb9 ^

cba63cf3 ^
3de15ddd ^

654af129 ^

0da832e8 ^
d8084b41 ^
cba63cf3 ^
b4250dbc ^

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