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
/
lib
/
system
/
mmdisp.nim
Commit message (
Expand
)
Author
Age
Files
Lines
*
followup #17225: simplify code after removing gc2, generational (#17242)
Timothee Cour
2021-03-03
1
-3
/
+1
*
fixes #16214 [backport] (#16252)
Andreas Rumpf
2020-12-04
1
-4
/
+4
*
more checking for --gc:arc, no need for valgrind (#14467)
Andreas Rumpf
2020-05-29
1
-21
/
+4
*
fixes #13862
Araq
2020-05-13
1
-1
/
+1
*
forward type alignment information to seqs (#12430)
Arne Döring
2020-04-19
1
-2
/
+2
*
catchable defects (#13626)
Andreas Rumpf
2020-03-12
1
-2
/
+4
*
Cleaned up mmdisp.nim, moved implementations into lib/system/mm/ (#13254)
Ico Doornekamp
2020-01-25
1
-392
/
+4
*
Removed lib/system/allocators.nim. seqs_v2 and strs_v2 now uses allocShared0....
Ico Doornekamp
2020-01-23
1
-63
/
+40
*
Added 'ansic' os support for minimal (embedded) targets (#13088)
Ico Doornekamp
2020-01-15
1
-13
/
+6
*
take the one good idea from --os:standalone and enable it via -d:StandaloneHe...
Andreas Rumpf
2020-01-09
1
-1
/
+1
*
ARC: cycle detector (#12823)
Andreas Rumpf
2019-12-17
1
-1
/
+2
*
--gc:destructors now means Nim uses pure refcounting (#12557)
Andreas Rumpf
2019-10-30
1
-2
/
+2
*
first implementation of the new --seqsv2 switch
Araq
2019-10-20
1
-1
/
+1
*
Fixes #12286 - require explicit disabling of boehm interior pointer checking ...
genotrance
2019-10-11
1
-1
/
+3
*
Fix spellings (#12277) [backport]
Federico Ceratto
2019-09-27
1
-1
/
+1
*
gc:destructors progress
Andreas Rumpf
2019-09-16
1
-2
/
+4
*
fixes a critical --gc:boehm regression
Andreas Rumpf
2019-09-06
1
-4
/
+4
*
fixes #11447
Andreas Rumpf
2019-07-06
1
-1
/
+3
*
[feature] Add boehm gc finalizer (#11446)
yatsen1
2019-06-17
1
-0
/
+7
*
--newruntime: progress
Andreas Rumpf
2019-03-14
1
-1
/
+2
*
--newruntime: work in progress
Andreas Rumpf
2019-03-14
1
-0
/
+2
*
system refactorings (#10559)
Andreas Rumpf
2019-02-06
1
-1
/
+1
*
Disable interior pointer checking by default for the Boehm GC. (#10316)
Reimer Behrends
2019-01-15
1
-0
/
+3
*
Remove dead code (#9777)
Jacek Sieka
2018-11-26
1
-8
/
+8
*
removes deprecated T/P types
Araq
2018-11-16
1
-1
/
+0
*
gogc: GCC-8.2.0 compatibility and other improvements (#9211)
Ștefan Talpalaru
2018-10-11
1
-107
/
+53
*
more progress on destructor based strings
Andreas Rumpf
2018-07-13
1
-1
/
+1
*
mmdisp: code cleanups
Andreas Rumpf
2018-07-11
1
-64
/
+59
*
hotfix 3221ac094398492e09ea618638204793b0990eca broke gc:regions/aka gc:stack by
Charles Blake
2018-06-13
1
-1
/
+2
*
Expose GC_setStackBottom (#7885)
Yuriy Glukhov
2018-06-04
1
-4
/
+4
*
hotfix for --gc:regions
Andreas Rumpf
2018-05-28
1
-6
/
+9
*
Don't zeroMem result of boehmAlloc() (#7029)
Mathias Stearn
2018-01-05
1
-3
/
+1
*
cleanup todo.txt
Araq
2017-12-07
1
-1
/
+2
*
make asyncdispatch compile with the foreign GCs
Araq
2017-12-01
1
-0
/
+8
*
remove goFree() (#6808)
Ștefan Talpalaru
2017-11-25
1
-2
/
+0
*
newSeqOfCap: skip initialization step for non-GC-ed data
Andreas Rumpf
2017-09-24
1
-1
/
+5
*
remove ArrayDummySize with unchecked arrays (#5818)
Jacek Sieka
2017-08-28
1
-1
/
+1
*
WIP: --gc:regions instead of --gc:stack
Araq
2017-08-13
1
-3
/
+3
*
fixes #6234
Andreas Rumpf
2017-08-11
1
-1
/
+1
*
support libgo from GCC 6.3 (#5964)
Ștefan Talpalaru
2017-06-08
1
-1
/
+10
*
Control leakDetector from cmdline
Yuriy Glukhov
2016-12-06
1
-1
/
+1
*
Add define value `nimBurnFree` which allow deallocation procedures to fill me...
cheatfate
2016-09-20
1
-1
/
+1
*
added system.newSeqOfCap for improved efficiency
Andreas Rumpf
2016-07-15
1
-0
/
+14
*
fix types of ansi_c/sysio to more closely match C ABI
Jacek Sieka
2016-06-05
1
-12
/
+12
*
Merge remote-tracking branch 'origin/devel' into malloc-store-size
Jacek Sieka
2016-04-26
1
-4
/
+8
|
\
|
*
simple stuff works with --gc:stack
Andreas Rumpf
2016-04-18
1
-4
/
+5
|
*
beginnings of --gc:stack
Andreas Rumpf
2016-03-28
1
-0
/
+3
*
|
store block size in when using malloc and nogc
Jacek Sieka
2016-03-25
1
-5
/
+20
|
/
*
newObj can clear memory, even when using malloc and nogc
Jacek Sieka
2016-03-07
1
-1
/
+1
*
further progress on --gc:v2
Andreas Rumpf
2016-02-17
1
-1
/
+1
[next]