summary refs log tree commit diff stats
path: root/compiler/vmhooks.nim
Commit message (Expand)AuthorAgeFilesLines
* make system random work in VM (#17059)flywind2021-02-171-0/+7
* fix #16815 round(x,places) works again in vm (#16825)Timothee Cour2021-01-281-0/+3
* Fix vm.nim for --gc:arc (#13741)Clyybber2020-03-261-26/+15
* make case-object transitions explicit, make unknownLineInfo a const, replace ...Jasper Jenkins2020-01-171-12/+4
* compiler refactoring; use typesafe path handing; docgen: render symbols betwe...Andreas Rumpf2018-09-071-0/+4
* stdlib and compiler don't use .immediate anymoreAndreas Rumpf2016-07-291-2/+2
* os.walkDir is available at compile timeAraq2015-11-101-0/+7
* added setResult that simply takes a nodeAraq2015-10-121-0/+8
* implements experimental new config system based on NimScriptAraq2015-08-161-1/+11
* Happy new year!Guillaume Gelin2015-01-061-1/+1
* VM supports math and a few os procsAraq2014-08-301-0/+45
Morrison <ben@gbmor.dev> 2019-05-10 02:17:32 -0400 building the skeleton' href='/gbmor/getwtxt/commit/handlers.go?h=v0.4.8&id=893123ce21c5bf74880fd0ff79d587cbcc1789cf'>893123c ^
4695425 ^









dbc93a0 ^

07872ef ^
1168570 ^
1168570 ^

df79157 ^
dbc93a0 ^





a6f47c0 ^


07872ef ^



1168570 ^
d3d9df2 ^

1168570 ^
df1d1ef ^
1168570 ^


893123c ^
df1d1ef ^
893123c ^
b9d16fb ^
1168570 ^

1168570 ^



b9d16fb ^
d3d9df2 ^
1168570 ^
4fa97ee ^
1168570 ^
979e1f9 ^
b9d16fb ^
d3d9df2 ^
824556a ^
4fa97ee ^
1168570 ^
979e1f9 ^
824556a ^
d6fbc25 ^
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