index
:
Nim
this commit
devel
This repository contains the Nim compiler, Nim's stdlib, tools, and documentation. (mirror)
ahoang <ahoang@tilde.institute>
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
compiler
/
ccgthreadvars.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
refactor: The popular 'r' field is now named 'snippet' (#23829)
Andreas Rumpf
2024-07-12
1
-2
/
+2
*
no ropes WIP (#20433)
Andreas Rumpf
2022-09-27
1
-2
/
+2
*
fix #16752: threadvar now works with importcpp types; osx now uses native TLS...
Timothee Cour
2021-01-27
1
-3
/
+7
*
fixes #14865 (#14937)
Andreas Rumpf
2020-07-08
1
-0
/
+1
*
`nim doc --backend:js`, `nim doc --doccmd:-d:foo`, `nim r --backend:js`, `--d...
Timothee Cour
2020-05-11
1
-1
/
+1
*
Unexport even more symbols (#13214)
alaviss
2020-01-23
1
-0
/
+2
*
--exception:goto switch for deterministic exception handling (#12977)
Andreas Rumpf
2020-01-01
1
-2
/
+2
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-9
/
+9
*
Less ropes (#10979)
Arne Döring
2019-04-11
1
-1
/
+1
*
remove the last global variables in the C code generator
Andreas Rumpf
2018-05-28
1
-20
/
+7
*
options.nim: no global variables anymore
Andreas Rumpf
2018-05-13
1
-3
/
+3
*
C code generator compiles again
Andreas Rumpf
2018-05-12
1
-3
/
+3
*
C++ codegen: emit 'extern C' for importc'ed functions that we declare a proto...
Araq
2017-02-14
1
-2
/
+2
*
new name mangling rules for easier debugging
Andreas Rumpf
2017-02-02
1
-2
/
+2
*
refactoring: flags instead of bools
Andreas Rumpf
2016-05-18
1
-2
/
+2
*
nimrod -> nim
Erik Johansson Andersson
2016-02-05
1
-1
/
+1
*
Get rid of deprecation warnings
def
2015-04-07
1
-14
/
+14
*
bugfix: c++ support for 'NimThreadVarsSize'
Araq
2014-10-08
1
-3
/
+6
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
*
case consistency: cs:partial bootstraps on windows
Araq
2013-12-29
1
-1
/
+1
*
case consistency part 1
Araq
2013-12-27
1
-2
/
+2
*
Revert "Revert "bugfix: emulated thread vars used in combination with the mar...
Zahary Karadjov
2013-08-19
1
-2
/
+2
*
Revert "bugfix: emulated thread vars used in combination with the mark & swee...
Araq
2013-05-27
1
-2
/
+2
*
bugfix: emulated thread vars used in combination with the mark & sweep GC
Zahary Karadjov
2013-05-26
1
-2
/
+2
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
*
more uint related fixes
Zahary Karadjov
2012-06-14
1
-3
/
+4
*
proper indentation in the generated C code
Zahary Karadjov
2012-06-12
1
-3
/
+2
*
fix threading tests
Zahary Karadjov
2012-04-15
1
-2
/
+3
*
C variables are created in their enclosing block instead of their enclosing f...
Zahary Karadjov
2012-04-12
1
-1
/
+3
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
*
new compiler option tlsEmulation
Araq
2011-10-27
1
-3
/
+1
*
compilation cache: methods have a chance to work
Araq
2011-10-23
1
-4
/
+12
*
preparations for 0.8.12
Araq
2011-07-10
1
-0
/
+0
*
bugfix: 'set' overloadable; further steps for multi threading support
Araq
2011-07-08
1
-11
/
+10
*
compiler can emulate thread local variables
Araq
2011-06-15
1
-0
/
+54