summary refs log tree commit diff stats
path: root/compiler/ccgthreadvars.nim
Commit message (Expand)AuthorAgeFilesLines
* refactor: The popular 'r' field is now named 'snippet' (#23829)Andreas Rumpf2024-07-121-2/+2
* no ropes WIP (#20433)Andreas Rumpf2022-09-271-2/+2
* fix #16752: threadvar now works with importcpp types; osx now uses native TLS...Timothee Cour2021-01-271-3/+7
* fixes #14865 (#14937)Andreas Rumpf2020-07-081-0/+1
* `nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d...Timothee Cour2020-05-111-1/+1
* Unexport even more symbols (#13214)alaviss2020-01-231-0/+2
* --exception:goto switch for deterministic exception handling (#12977)Andreas Rumpf2020-01-011-2/+2
* Cosmetic compiler cleanup (#12718)Clyybber2019-11-281-9/+9
* Less ropes (#10979)Arne Döring2019-04-111-1/+1
* remove the last global variables in the C code generatorAndreas Rumpf2018-05-281-20/+7
* options.nim: no global variables anymoreAndreas Rumpf2018-05-131-3/+3
* C code generator compiles againAndreas Rumpf2018-05-121-3/+3
* C++ codegen: emit 'extern C' for importc'ed functions that we declare a proto...Araq2017-02-141-2/+2
* new name mangling rules for easier debuggingAndreas Rumpf2017-02-021-2/+2
* refactoring: flags instead of boolsAndreas Rumpf2016-05-181-2/+2
* nimrod -> nimErik Johansson Andersson2016-02-051-1/+1
* Get rid of deprecation warningsdef2015-04-071-14/+14
* bugfix: c++ support for 'NimThreadVarsSize'Araq2014-10-081-3/+6
* Nimrod renamed to NimAraq2014-08-281-1/+1
* case consistency: cs:partial bootstraps on windowsAraq2013-12-291-1/+1
* case consistency part 1Araq2013-12-271-2/+2
* Revert "Revert "bugfix: emulated thread vars used in combination with the mar...Zahary Karadjov2013-08-191-2/+2
* Revert "bugfix: emulated thread vars used in combination with the mark & swee...Araq2013-05-271-2/+2
* bugfix: emulated thread vars used in combination with the mark & sweep GCZahary Karadjov2013-05-261-2/+2
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* more uint related fixesZahary Karadjov2012-06-141-3/+4
* proper indentation in the generated C codeZahary Karadjov2012-06-121-3/+2
* fix threading testsZahary Karadjov2012-04-151-2/+3
* C variables are created in their enclosing block instead of their enclosing f...Zahary Karadjov2012-04-121-1/+3
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* new compiler option tlsEmulationAraq2011-10-271-3/+1
* compilation cache: methods have a chance to workAraq2011-10-231-4/+12
* preparations for 0.8.12Araq2011-07-101-0/+0
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-11/+10
* compiler can emulate thread local variablesAraq2011-06-151-0/+54
1-20 20:55:19 +0800 committer GitHub <noreply@github.com> 2022-01-20 13:55:19 +0100 Added `std/envvars` for env vars handling (#19421)' href='/ahoang/Nim/commit/changelog.md?h=devel&id=4a38092ac1f8368cb1ebb0245c99c701963662f8'>4a38092ac ^
cda77c152 ^
fe791c67b ^
8e8231f9d ^
7a50d6634 ^
d7a966c4e ^
b2b878f4d ^
b0bd4320a ^
d0232f0e5 ^
49844415c ^

8e8231f9d ^
b70fd0400 ^
5163fe7d8 ^
1b143f5e7 ^





























5933aece9 ^
a0073d2d4 ^
61d682e73 ^


c2b20516d ^
7d17cd34b ^
e47c3987c ^
f77dea01f ^

51f3ef6cb ^
50e98e6ef ^
7d17cd34b ^
17acf146a ^
a0073d2d4 ^

a236002e5 ^
908fc2a22 ^



7ff43d07b ^

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
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111