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
/
sighashes.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
fixes #5170 (#13589)
Andreas Rumpf
2020-03-05
1
-10
/
+9
*
Cosmetic compiler cleanup (#12718)
Clyybber
2019-11-28
1
-22
/
+22
*
Small ast.nim cleanup (#12156)
Clyybber
2019-09-09
1
-4
/
+4
*
[refactoring] remove unused imports in the compiler and in some stdlib modules
Araq
2019-07-18
1
-2
/
+0
*
styleCheck: make the compiler and large parts of the stdlib compatible with -...
Araq
2019-07-10
1
-6
/
+6
*
Replace countup(x, y) with x .. y
Clyybber
2019-05-07
1
-1
/
+1
*
Replace countup(x, y-1) with x ..< y
Clyybber
2019-05-07
1
-3
/
+3
*
Destructor lifting fixes #11149 (#11163)
cooldome
2019-05-04
1
-1
/
+6
*
bug fix in sym body hash (#11127)
cooldome
2019-04-27
1
-2
/
+2
*
Compiler plugin for implementing incremental computation in user space (#10819)
cooldome
2019-04-11
1
-68
/
+82
*
make tests green again
Andreas Rumpf
2019-04-02
1
-1
/
+1
*
try to make travis green
Araq
2019-04-02
1
-1
/
+1
*
newruntime: progress
Araq
2019-04-01
1
-1
/
+6
*
Initial version of the hot-code reloading support for native targets (#10729)
zah
2019-02-26
1
-3
/
+13
*
first steps in implementing 'owned' pointers; undocumented, do not use
Andreas Rumpf
2019-02-23
1
-1
/
+1
*
Fix edge case in type hashing (#10601) [backport]
LemonBoy
2019-02-08
1
-12
/
+17
*
Merge pull request #8966 from LemonBoy/fix-8964
Andreas Rumpf
2018-09-14
1
-5
/
+7
|
\
|
*
Fix hashing for codegenProc (sic) types
LemonBoy
2018-09-14
1
-5
/
+7
*
|
fixes #8883
Araq
2018-09-14
1
-3
/
+7
|
/
*
Correctly hash inferred types (#8286)
LemonBoy
2018-07-12
1
-1
/
+1
*
Don't blow up with recursive objects
LemonBoy
2018-06-22
1
-4
/
+3
*
Discriminate gensym'd type names in sigHash
LemonBoy
2018-06-22
1
-2
/
+4
*
fix #7653
Zahary Karadjov
2018-06-10
1
-10
/
+15
*
Support code hot reloading for JavaScript projects (#7362)
zah
2018-04-13
1
-1
/
+30
*
fixes #7364
Araq
2018-03-19
1
-1
/
+1
*
fixes #6889
Andreas Rumpf
2017-12-08
1
-0
/
+3
*
fixes another sighashes problem
Araq
2017-12-08
1
-5
/
+17
*
deprecated unary '<'
Andreas Rumpf
2017-10-29
1
-3
/
+3
*
some work to make 'opt' a first class type
Andreas Rumpf
2017-09-24
1
-1
/
+1
*
fix compilation regression in alea
Zahary Karadjov
2017-04-16
1
-11
/
+1
*
fixes #5218
Andreas Rumpf
2017-01-16
1
-1
/
+1
*
happy new year
Araq
2017-01-07
1
-1
/
+1
*
make nimforum compile again
Araq
2016-12-31
1
-1
/
+4
*
fixes #5147
Araq
2016-12-30
1
-7
/
+25
*
fixes #5135
Andreas Rumpf
2016-12-21
1
-0
/
+5
*
bugfix: aporia compiles again
Araq
2016-12-20
1
-0
/
+1
*
sighashes: multi-methods should work now
Andreas Rumpf
2016-12-13
1
-0
/
+2
*
sighashes: do not use the ID mechanism at all
Araq
2016-12-13
1
-0
/
+13
*
make tsigbreak.nim compile
Andreas Rumpf
2016-12-12
1
-3
/
+2
*
tgettypeinst works again; fixes an infinite recursion in signature hashing
Andreas Rumpf
2016-12-06
1
-3
/
+3
*
re-enable object name generation for less dependence on IDs
Araq
2016-12-05
1
-0
/
+9
*
more fixes
Araq
2016-12-03
1
-1
/
+7
*
more tests work
Araq
2016-12-02
1
-1
/
+1
*
more fixes
Araq
2016-12-02
1
-0
/
+8
*
further progress; more tests are green
Araq
2016-11-28
1
-17
/
+12
*
further progress
Araq
2016-11-28
1
-4
/
+8
*
attempt to fix things
Andreas Rumpf
2016-11-23
1
-1
/
+5
*
the compiler uses tyAlias internally; tester compiles again
Araq
2016-11-16
1
-3
/
+6
*
removed tyArrayConstr completely from the compiler; introduced tyAlias instea...
Araq
2016-11-14
1
-1
/
+1
*
bootstrapping works again
Araq
2016-11-12
1
-5
/
+18
[next]