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
*
remove nontoplevel type hack + consider symbol disamb in type hash (#23969)
metagn
2024-08-16
1
-0
/
+4
*
refactor: The popular 'r' field is now named 'snippet' (#23829)
Andreas Rumpf
2024-07-12
1
-2
/
+2
*
fixes addr/hiddenAddr in strictdefs (#23477)
ringabout
2024-04-10
1
-5
/
+5
*
type refactor: part 4 (#23077)
Andreas Rumpf
2023-12-15
1
-15
/
+17
*
Types: Refactorings; step 1 (#23055)
Andreas Rumpf
2023-12-12
1
-12
/
+16
*
prepare for the enforcement of `std` prefix (#22873)
ringabout
2023-10-29
1
-2
/
+3
*
unpublic the sons field of PType; the precursor to PType refactorings (#22446)
ringabout
2023-08-11
1
-1
/
+1
*
use strictdefs for compiler (#22365)
ringabout
2023-08-06
1
-2
/
+6
*
fixes #19863; move sha1, md5 to nimble packages for 2.0 (#21702)
ringabout
2023-05-02
1
-1
/
+2
*
refactoring in preparation for better, simpler name mangling that wor… (#21...
Andreas Rumpf
2023-04-24
1
-1
/
+1
*
fixes booting warnings (#21583)
ringabout
2023-04-10
1
-2
/
+1
*
fixes #20139; hash types based on its path relative to its package path (#212...
ringabout
2023-03-02
1
-42
/
+44
*
remove md5_old (#21312)
ringabout
2023-01-31
1
-1
/
+1
*
fixes ptr to cstring warnings[backport] (#20848)
ringabout
2022-11-16
1
-1
/
+1
*
fix sighashes for generic ref (#20723)
Jacek Sieka
2022-11-01
1
-1
/
+2
*
store full definition AST for consts, fix noRewrite (#20115)
metagn
2022-09-28
1
-1
/
+1
*
no ropes WIP (#20433)
Andreas Rumpf
2022-09-27
1
-3
/
+2
*
move assertions out of system (#19599)
flywind
2022-03-23
1
-0
/
+4
*
Use openarray of bytes in md5 (#19307)
hlaaftana
2022-01-15
1
-1
/
+1
*
get rid of the warnings during bootstrapping (#18741)
Miran
2021-08-24
1
-1
/
+1
*
fix a typo (#18736)
flywind
2021-08-23
1
-1
/
+1
*
replace wrt with proper word (#18724)
flywind
2021-08-22
1
-1
/
+1
*
fixes #18550 (#18553)
Andreas Rumpf
2021-07-21
1
-1
/
+3
*
type with same name in different scope now works (#17710)
Timothee Cour
2021-04-14
1
-5
/
+14
*
IC: next steps (#16550)
Andreas Rumpf
2021-01-07
1
-1
/
+1
*
Big compiler Cleanup (#14777)
Clyybber
2020-08-28
1
-1
/
+1
*
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
[next]