summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* dom: remove X* = ref XObj [backport] (#20910)metagn2022-11-291-76/+37
* fix #20969 - making vcc work again with cpp backend (#20970)rockcavera2022-11-291-2/+2
* add `pkg/asyncftpclient` to important packages (#20964)ringabout2022-11-291-0/+1
* Add `--genCDeps` for better integration with CMake (#20950)Jaremy Creechley2022-11-293-0/+26
* fixes documentation regression (#20960)ringabout2022-11-291-1/+1
* fixes #20958; fixes the return type of slice function [backport] (#20959)ringabout2022-11-292-0/+15
* fixes #13583; enforce void for `nkWhileStmt` (#20947)ringabout2022-11-292-0/+39
* Allow some tests to run without network (#20955)Anna2022-11-292-3/+8
* allow proc expressions in place of statements (#20935)metagn2022-11-292-7/+18
* fix bugs with dot & call operators [backport] (#20931)metagn2022-11-286-49/+156
* move `asyncftpclient` to nimble packages (#20952)ringabout2022-11-282-525/+0
* Improve jsformdata (#20929)Juan Carlos2022-11-282-6/+12
* Support IBM Z architecture (#20943)Federico Ceratto2022-11-282-1/+6
* Add `nkFastAsgn` into `semExpr` (#20939)Jake Leahy2022-11-272-1/+13
* Fix several memory leaks in the Postgres wrapper. (#20940)jfilby2022-11-272-16/+27
* Handle ppc CPU architecture (#20920)Federico Ceratto2022-11-261-1/+1
* issue form: don't syntax highlight output logs (#20924)metagn2022-11-262-13/+12
* Correct descriptions for oids (#20926)ringabout2022-11-261-2/+1
* fixes documentation regression (#20925)ringabout2022-11-261-2/+2
* Add a link for testament (#20923)ringabout2022-11-261-1/+1
* fixes #20914; fixes the alignment of big sets (#20918)ringabout2022-11-262-2/+31
* koch remove dead code (#20912)Juan Carlos2022-11-251-9/+2
* add a testcase for vcc (#20915)ringabout2022-11-251-0/+9
* fixes #20873; rework vcc with arc/orc (#20913)ringabout2022-11-251-21/+49
* fixes broken importc for vcc [backport] (#20909)ringabout2022-11-241-2/+2
* fix #13790; ptr char (+friends) should not implicitly convert to cstring (#2...ringabout2022-11-245-12/+19
* An unnamed break in a block now gives an `UnnamedBreak` warning (#20901)ringabout2022-11-2416-20/+85
* remove enabled defines in config (#20904)ringabout2022-11-241-1/+0
* alloc uses atomic operations only when necessary (#20899)ringabout2022-11-231-5/+17
* render post expr blocks better (#20871)metagn2022-11-222-23/+93
* move `system/atomics` out of system; `std/atomics` should be preferred (#20875)ringabout2022-11-227-17/+23
* fix #18964 Small string case with else statement first in AST evaluat… (#20...Bung2022-11-222-1/+18
* fixes #20026; marks system procs which can raise defects (#20864)ringabout2022-11-227-19/+26
* fix #20866 [ORC] Bad codegen for global pointer to iterator (#20876)Bung2022-11-222-3/+14
* NimMain/NimPreMain calls are now only volatile when it makes sense. (#20882)Yuriy Glukhov2022-11-221-49/+31
* correct Ptr field name for RTL_CONDITION_VARIABLE? (#20896)metagn2022-11-221-1/+1
* Fix compiler build with -d:nimDebugReorder (#20888)Kyle Coffey2022-11-221-12/+15
* switch to the official taskpools URL (#20893)ringabout2022-11-221-1/+1
* Small cleanup to cgen output (#20874)Matt Moseley2022-11-211-9/+9
* Fix #14476 (#20878)Jake Leahy2022-11-217-8/+8
* echo: only lock when threading is enabled (#20890)Tanguy2022-11-211-1/+2
* fixes strict effects (#20885)ringabout2022-11-211-1/+1
* channel send() condition variable lock ordering (#20879)Ico Doornekamp2022-11-211-1/+1
* fix #20835 (#20872)rockcavera2022-11-181-2/+21
* remove useless defines (#20867)ringabout2022-11-171-4/+0
* fixes #20856; store defaults directly (#20859)ringabout2022-11-173-10/+16
* fixes a severe bug of testament (#20832)ringabout2022-11-1713-1/+13
* rename `std/threads` to `std/typedthreads` (#20850)ringabout2022-11-1611-12/+12
* fixes ptr to cstring warnings[backport] (#20848)ringabout2022-11-1625-50/+50
* fixes a long-standing ARC bug (#20849)ringabout2022-11-162-2/+18
mpiler/debuginfo.nim?h=devel&id=61700861d36f16560f34a2c65664e34177969ab5'>61700861d ^
b654aa399 ^



61700861d ^
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