summary refs log tree commit diff stats
path: root/lib/nimhcr.nim
Commit message (Expand)AuthorAgeFilesLines
* complete std prefixes for stdlib (#22887)ringabout2023-10-301-1/+1
* fix nimrtl and nimhcr on arc/orc (#21814)metagn2023-05-091-6/+10
* fixes #20526; use `nimPreviewSlimSystem` for documentation build (#20714)ringabout2022-11-011-0/+3
* make implicit cstring conversions explicit (#19488)ee72022-08-191-7/+7
* fixes #17647 (#17667)Andreas Rumpf2021-04-071-4/+4
* use single backtick (#17100)flywind2021-02-181-1/+1
* fix some warnings (#16952)flywind2021-02-081-2/+2
* styleCheck: Fix some inconsistent identifiers (#16177)ee72020-12-211-2/+2
* testament: generic N-fold batching: windows CI 37mn=>16m (#14823)Timothee Cour2020-06-271-0/+4
* hotfix: make 'nim doc nimhcr' work on all platformsAraq2020-03-231-33/+33
* style fix: change 'JS' to 'js' to make it consistent (#13168)Miran2020-01-161-2/+2
* fix several typos in documentation and comments (#12553)Nindaleth2019-10-301-2/+2
* [ci skip] Add note to nimhcr.nim (#12050)nc-x2019-08-261-0/+1
* - adding _actual as a suffix only for calls to an actual proc and not through...Viktor Kirilov2019-08-231-1/+1
* Fix HCR crash because certain procs were hcrGetProc'ed before being hcrRegist...nc-x2019-08-181-1/+1
* style improvements; fixes #11774Araq2019-07-191-3/+3
* improvements on the hot code reloading support (#10892)Viktor Kirilov2019-03-231-7/+14
* Don't include the nimhcr dev docs in the system module documentation (#10759)zah2019-03-081-180/+180
* Initial version of the hot-code reloading support for native targets (#10729)zah2019-02-261-0/+652
'defined' and 'declared'' href='/ahoang/Nim/commit/compiler/condsyms.nim?h=devel&id=dd806cafa0193acb9e79fdd47ec6810da3c48272'>dd806cafa ^
c8bebe92e ^

e25474154 ^
c8bebe92e ^
731c6f908 ^
c8bebe92e ^
































731c6f908 ^
740527813 ^
89f9772f1 ^
731c6f908 ^
c8bebe92e ^
e25474154 ^
c8bebe92e ^
e25474154 ^
731c6f908 ^
c8bebe92e ^
dd806cafa ^
c8bebe92e ^
731c6f908 ^
2df9b442c ^
5e15dec17 ^
2df9b442c ^





5506e8491 ^
b961e47bf ^
5e839d50b ^
a7911addf ^
dbf9117c5 ^
a639824e5 ^
1e6aef62b ^
8d3966923 ^
cabbcd411 ^
87815cbdf ^
b3cecddd6 ^
8ef66b973 ^
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