summary refs log tree commit diff stats
path: root/lib/system/cellsets.nim
Commit message (Expand)AuthorAgeFilesLines
* remove ArrayDummySize with unchecked arrays (#5818)Jacek Sieka2017-08-281-3/+2
* fixes #6131Andreas Rumpf2017-07-221-2/+2
* added CellSetIter for git's historyAraq2015-12-011-0/+35
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-5/+5
* lib/system/a-e - Dropped 'T' from typespdw2015-06-041-28/+29
* system files use new identifiersAraq2014-08-231-7/+7
* the big renamefest: first stepsAraq2014-08-221-1/+1
* preparations for easier debuggingAraq2014-04-071-0/+2
* case consistency part 4Araq2013-12-271-2/+2
* case consistency part 1Araq2013-12-271-25/+25
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* code cleanup for mark&sweep GCAraq2013-02-071-33/+1
* first version of a simple mark&sweep GC; activate with --gc:markAndSweepAraq2013-02-071-2/+54
* fixes the recently discovered GC memory leaksZahary Karadjov2012-12-201-1/+3
* temporary debugging code for the memory leak investigationZahary Karadjov2012-11-281-1/+1
* pragma on/off improvements; endb rewrittenAraq2012-01-281-1/+1
* year 2012 for most copyright headersAraq2012-01-021-1/+1
* bugfixes for .rod files and visual C++Araq2011-12-031-3/+3
* shared untraced heap; bugfix: mem corruptions in message passing codeAraq2011-07-181-10/+10
* bugfix: 'set' overloadable; further steps for multi threading supportAraq2011-07-081-3/+3
* further progress for multi-threadingAraq2011-05-191-11/+11
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-0/+0
* added tools and web dirsAndreas Rumpf2009-09-151-0/+0
* version0.7.10Andreas Rumpf2009-06-081-0/+196
osmetic compiler cleanup (#12718)' href='/ahoang/Nim/commit/compiler/depends.nim?h=devel&id=7e747d11c66405f08cc7c69e5afc18348663275e'>7e747d11c ^
fd522aa40 ^
39049e151 ^

e25474154 ^
006ee79a9 ^

e25474154 ^
39049e151 ^
7e747d11c ^

006ee79a9 ^
39049e151 ^
7e747d11c ^
006ee79a9 ^
39049e151 ^
7e747d11c ^
39049e151 ^
73c6efdf6 ^
e25474154 ^
86556ebfd ^
006ee79a9 ^
b2c7910fb ^
86556ebfd ^
e25474154 ^

1f1e4de3b ^


226595515 ^
e25474154 ^


8ca5b71c6 ^
006ee79a9 ^


e25474154 ^

091c1b307 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68