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
/
cgendata.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
IC: next steps (#16729)
Andreas Rumpf
2021-01-23
1
-1
/
+3
*
allow old styled RTTI for arc/orc (#15331)
Andreas Rumpf
2020-09-16
1
-0
/
+2
*
scoped memory management (#14790)
Andreas Rumpf
2020-07-04
1
-0
/
+1
*
Fix #14647 (#14776)
Clyybber
2020-06-28
1
-2
/
+2
*
fixes #14240 [backport:1.2] (#14757)
Andreas Rumpf
2020-06-22
1
-1
/
+2
*
CT sizeof(+friends) for {.importc, completeStruct.} types, enable ABI static ...
Timothee Cour
2020-04-23
1
-2
/
+6
*
fixes #13782 (#13834)
Andreas Rumpf
2020-04-01
1
-0
/
+1
*
--exception:goto switch for deterministic exception handling (#12977)
Andreas Rumpf
2020-01-01
1
-9
/
+10
*
better support for PROGMEM like annotations for lets/vars; fixes #12216 (#12799)
Andreas Rumpf
2019-12-05
1
-1
/
+1
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-1
/
+1
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-2
/
+2
*
Remove ENDB (#12095)
Clyybber
2019-08-31
1
-2
/
+0
*
only store finally block in exception stack (#11876)
Jacek Sieka
2019-08-28
1
-1
/
+1
*
removed unused imports [refactoring]
Andreas Rumpf
2019-08-08
1
-1
/
+1
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-1
/
+1
*
there is only one style -- my style
Araq
2019-07-10
1
-2
/
+2
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-2
/
+2
*
fixes #11082
Andreas Rumpf
2019-04-23
1
-0
/
+1
*
Compiler plugin for implementing incremental computation in user space (#10819)
cooldome
2019-04-11
1
-3
/
+1
*
more efficient enumToStr implementation that works without the old typeinfo s...
Andreas Rumpf
2019-04-07
1
-1
/
+1
*
fixes dce regression #10703 (#10820)
cooldome
2019-03-12
1
-0
/
+1
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-3
/
+6
*
Dead code elimination for entire modules and their init procs if empty (#10032)
cooldome
2018-12-30
1
-5
/
+5
*
Simplify cgen forward proc (#9635)
Jacek Sieka
2018-11-07
1
-6
/
+5
*
Make the registered passes local to the ModuleGraph (#9259)
LemonBoy
2018-10-09
1
-2
/
+2
*
compiler refactoring; use typesafe path handing; docgen: render symbols betwe...
Andreas Rumpf
2018-09-07
1
-3
/
+3
*
Fixes 8535 (#8591)
LemonBoy
2018-08-17
1
-1
/
+0
*
fixex merge conflicts
Araq
2018-06-08
1
-0
/
+2
|
\
|
*
Fixes #7982
Yuriy Glukhov
2018-06-07
1
-0
/
+2
*
|
remove the last global variables in the C code generator
Andreas Rumpf
2018-05-28
1
-1
/
+12
*
|
remove more global variables in the Nim compiler
Andreas Rumpf
2018-05-27
1
-2
/
+1
|
/
*
options.nim: no global variables anymore
Andreas Rumpf
2018-05-13
1
-1
/
+1
*
C code generator compiles again
Andreas Rumpf
2018-05-12
1
-2
/
+5
*
sem pass compiles again
Andreas Rumpf
2018-05-12
1
-0
/
+3
*
C codegen: preparations for different seq and string implementations
Andreas Rumpf
2018-04-03
1
-1
/
+2
*
fixes #7414 (#7434)
cooldome
2018-03-29
1
-5
/
+4
*
minor code cleanup: remove redundant .final markers
Araq
2017-11-30
1
-2
/
+2
*
work in progress: new implementation for 'a[^1]'
Andreas Rumpf
2017-10-29
1
-1
/
+1
*
removed compiler internal list implementation (#5371)
Arne Döring
2017-02-22
1
-3
/
+7
*
name mangling bugfixes; ndi file generation for debugger support
Andreas Rumpf
2017-02-03
1
-1
/
+2
*
new name mangling scheme implemented
Andreas Rumpf
2017-02-02
1
-3
/
+5
*
tiny progress on the name mangling
Andreas Rumpf
2017-02-01
1
-1
/
+1
*
refactoring: explict config state instead of globals
Andreas Rumpf
2017-02-01
1
-0
/
+1
*
made more tests green
Araq
2016-12-05
1
-1
/
+3
*
refactoring: C codegen with fewer global variables
Araq
2016-12-05
1
-15
/
+17
*
more tests work
Araq
2016-12-02
1
-0
/
+1
*
Merge branch 'devel' into sighashes
Araq
2016-12-01
1
-1
/
+1
|
\
|
*
fixes #5055
Araq
2016-11-30
1
-1
/
+1
*
|
Merge branch 'devel' into sighashes
Araq
2016-11-28
1
-0
/
+1
|
\
|
|
*
first version of the new memory tracking feature
Andreas Rumpf
2016-11-21
1
-0
/
+1
[next]