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
Commit message (
Expand
)
Author
Age
Files
Lines
*
store typeinfo also in local hash table to prevent multiple 'extern' declarat...
Araq
2016-12-10
1
-0
/
+4
*
make the Nim compiler compile as C++
Araq
2016-12-10
1
-2
/
+4
*
don't use sfExported for sig hashing
Araq
2016-12-07
1
-1
/
+1
*
real world examples compile
Andreas Rumpf
2016-12-06
1
-1
/
+4
*
tgettypeinst works again; fixes an infinite recursion in signature hashing
Andreas Rumpf
2016-12-06
1
-3
/
+3
*
implements -d:nimdiff switch for seeing generated C code diffs
Andreas Rumpf
2016-12-06
1
-1
/
+7
*
re-enable object name generation for less dependence on IDs
Araq
2016-12-05
2
-1
/
+11
*
made more tests green
Araq
2016-12-05
2
-3
/
+17
*
refactoring: C codegen with fewer global variables
Araq
2016-12-05
6
-78
/
+79
*
make tmissing_ccgtrav_unique_type green again
Araq
2016-12-04
2
-1
/
+9
*
more fixes
Araq
2016-12-03
2
-1
/
+8
*
more tests compile
Araq
2016-12-02
1
-3
/
+4
*
more tests work
Araq
2016-12-02
5
-3
/
+13
*
more fixes
Araq
2016-12-02
2
-4
/
+13
*
Merge branch 'devel' into sighashes
Araq
2016-12-01
14
-39
/
+52
|
\
|
*
fixes tconsttable regression
Araq
2016-12-01
1
-2
/
+3
|
*
fixes #5081
Araq
2016-12-01
1
-1
/
+2
|
*
fixes #5055
Araq
2016-11-30
3
-7
/
+6
|
*
fixes #5079
Araq
2016-11-30
1
-1
/
+2
|
*
fixes the regressions introduced by fix for #5076
Araq
2016-11-30
4
-4
/
+18
|
*
In case of synliboverride we support only openssl 1.0.*
Yuriy Glukhov
2016-11-30
1
-0
/
+2
|
*
Fixed dynlink with OpenSSL >1.1.0. Added loadLibPattern.
Yuriy Glukhov
2016-11-30
2
-11
/
+1
|
*
fixes #5076
Araq
2016-11-30
1
-2
/
+1
|
*
use preferName for type info names
Araq
2016-11-30
1
-1
/
+2
|
*
closure types get names; refs #4332
Araq
2016-11-29
2
-16
/
+21
|
*
Remove docgen.nim's dependency on things being in path
Samadi van Koten
2016-11-28
2
-4
/
+4
*
|
move recursion check up to fix tectype regression
Araq
2016-11-29
1
-5
/
+7
*
|
sighashes: make more tests green
Araq
2016-11-29
1
-1
/
+1
*
|
further progress; more tests are green
Araq
2016-11-28
3
-24
/
+22
*
|
Merge branch 'devel' into sighashes
Araq
2016-11-28
19
-40
/
+111
|
\
|
|
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2016-11-28
1
-5
/
+6
|
|
\
|
|
*
Fix compilation error in nimeval.
Aditya Siram
2016-11-27
1
-5
/
+6
|
*
|
use -d:nimTypeNames to create RTTI with type names
Andreas Rumpf
2016-11-28
1
-0
/
+2
|
|
/
|
*
recursive modules are only detected to improve error messages
Andreas Rumpf
2016-11-24
7
-13
/
+22
|
*
make tests green again
Andreas Rumpf
2016-11-24
1
-8
/
+19
|
*
make tests green again
Andreas Rumpf
2016-11-24
2
-3
/
+3
|
*
disallow recursive module dependencies
Araq
2016-11-23
5
-9
/
+27
|
*
first version of the new memory tracking feature
Andreas Rumpf
2016-11-21
6
-4
/
+21
|
*
make 'excessivestacktrace' option available for testing.
Parashurama
2016-11-10
1
-0
/
+1
|
*
Merge pull request #4994 from arnetheduck/nim-check-abi
Andreas Rumpf
2016-11-08
1
-1
/
+13
|
|
\
|
|
*
add primitive type abi check
Jacek Sieka
2016-11-03
1
-2
/
+11
|
|
*
abi check: prefer nim constant to enable, document
Jacek Sieka
2016-11-03
1
-1
/
+1
|
|
*
add a simple sizeof checker to compare nim & c types
Jacek Sieka
2016-11-03
1
-1
/
+4
*
|
|
further progress
Araq
2016-11-28
4
-5
/
+13
*
|
|
attempt to fix things
Andreas Rumpf
2016-11-23
5
-8
/
+25
*
|
|
the compiler uses tyAlias internally; tester compiles again
Araq
2016-11-16
6
-24
/
+49
*
|
|
removed tyArrayConstr completely from the compiler; introduced tyAlias instea...
Araq
2016-11-14
35
-206
/
+201
*
|
|
bootstrapping works again
Araq
2016-11-12
4
-18
/
+36
*
|
|
signature hashing: more progress
Araq
2016-11-11
7
-300
/
+301
*
|
|
use a full MD5 hash with no collision detection for proc names
Araq
2016-11-08
4
-49
/
+127
[next]