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
/
cgen.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes recently introduced regression
Andreas Rumpf
2016-12-21
1
-6
/
+8
*
fixes #5136
Andreas Rumpf
2016-12-21
1
-6
/
+6
*
Merge branch 'devel' into sighashes
Araq
2016-12-19
1
-11
/
+14
|
\
|
*
fixes #4308, fixes #4905
Araq
2016-12-18
1
-0
/
+2
|
*
revert line info generation change; produces worse results for other cases
Araq
2016-12-18
1
-2
/
+2
|
*
significantly better stack traces when templates are involved
Araq
2016-12-18
1
-8
/
+12
*
|
sighashes: do not use the ID mechanism at all
Araq
2016-12-13
1
-7
/
+28
*
|
implements -d:nimdiff switch for seeing generated C code diffs
Andreas Rumpf
2016-12-06
1
-1
/
+7
*
|
refactoring: C codegen with fewer global variables
Araq
2016-12-05
1
-52
/
+54
*
|
more tests work
Araq
2016-12-02
1
-0
/
+1
*
|
Merge branch 'devel' into sighashes
Araq
2016-12-01
1
-0
/
+1
|
\
|
|
*
Fixed dynlink with OpenSSL >1.1.0. Added loadLibPattern.
Yuriy Glukhov
2016-11-30
1
-0
/
+1
*
|
attempt to fix things
Andreas Rumpf
2016-11-23
1
-1
/
+1
*
|
the compiler uses tyAlias internally; tester compiles again
Araq
2016-11-16
1
-8
/
+11
*
|
removed tyArrayConstr completely from the compiler; introduced tyAlias instea...
Araq
2016-11-14
1
-2
/
+2
*
|
signature hashing: more progress
Araq
2016-11-11
1
-12
/
+7
*
|
C codegen: first version of signature hashing for better incremental builds
Araq
2016-11-08
1
-8
/
+10
|
/
*
new dependency tracking for nimsuggest
Araq
2016-11-05
1
-2
/
+4
*
refactoring complete: explicit ident cache
Araq
2016-10-31
1
-1
/
+1
*
Generate `NimMainModule` name for main module.
cheatfate
2016-10-26
1
-2
/
+8
*
fixes #4840
andri lim
2016-10-03
1
-4
/
+7
*
fixes thread vars of non-global visibility
Andreas Rumpf
2016-09-12
1
-1
/
+1
*
fixes #4721
Andreas Rumpf
2016-09-07
1
-2
/
+3
*
C++ backend: use .noInit pragma for non-public default constructors; refs #4687
Andreas Rumpf
2016-09-04
1
-6
/
+30
*
fixes #4673
Andreas Rumpf
2016-09-01
1
-1
/
+1
*
Merged
Araq
2016-08-27
1
-34
/
+1
|
\
|
*
remove unused stuff
Jacek Sieka
2016-08-09
1
-9
/
+1
|
*
remove keepAlive and friends
Jacek Sieka
2016-08-09
1
-26
/
+1
*
|
next steps in getting symbol files to work again
Araq
2016-08-16
1
-1
/
+1
|
/
*
fixes #4505, fixes #4230
Andreas Rumpf
2016-08-04
1
-1
/
+2
*
compiler almost free of deprecated expr/stmt names
Andreas Rumpf
2016-07-30
1
-2
/
+2
*
C code generation now deterministic; fixes #4364
Andreas Rumpf
2016-06-22
1
-5
/
+6
*
fixes #2259, fixes #1389
Andreas Rumpf
2016-06-02
1
-1
/
+1
*
refactoring: flags instead of bools
Andreas Rumpf
2016-05-18
1
-11
/
+13
*
fixes #4110
Andreas Rumpf
2016-05-11
1
-1
/
+2
*
fixes #4034
Andreas Rumpf
2016-05-11
1
-1
/
+2
*
fixes a critical codegen bug that keeps PR #4017 from working
Araq
2016-03-31
1
-2
/
+1
*
first implementation of the new lambda-lifting pass; barely anything works
Andreas Rumpf
2015-12-26
1
-1
/
+1
*
first attempt to fix 'a[i]' handling in generics
Araq
2015-09-12
1
-1
/
+1
*
fixes a critical codegen bug triggered by .async
Araq
2015-09-10
1
-1
/
+1
*
Fixed --debugger:on option. Removed c_line from termios.
Yuriy Glukhov
2015-08-12
1
-5
/
+4
*
gc:none works again
Araq
2015-07-26
1
-1
/
+1
*
fixes #3134
Araq
2015-07-18
1
-4
/
+4
*
Turn loadDynamicLib msg into hintDependency
Adam Strzelecki
2015-07-03
1
-2
/
+1
*
.header pragma now supports preprocessor directives
Araq
2015-07-01
1
-4
/
+6
*
securehash: Keep module name consistent
Adam Strzelecki
2015-06-09
1
-1
/
+1
*
Merge pull request #2780 from flaviut/cleanup-crc
Andreas Rumpf
2015-06-09
1
-6
/
+5
|
\
|
*
Rename crc module to "secure_hash"
Flaviu Tamas
2015-05-23
1
-6
/
+5
*
|
fixes 'noreturn' regression for Visual C++
Araq
2015-06-06
1
-0
/
+2
|
/
*
Implicitly assume compilers to know naked and noreturn attributes
def
2015-05-07
1
-4
/
+4
[next]