summary refs log tree commit diff stats
path: root/lib/pure/ropes.nim
Commit message (Expand)AuthorAgeFilesLines
* [backport] run nimpretty on string stuffnarimiran2019-09-301-9/+9
* Fixes ropes regressions due to the not-nil strings (#8687)Dmitry Atamanov2018-08-201-9/+10
* make more tests greenAndreas Rumpf2018-08-131-64/+5
* remove deprecated stuff from the stdlib; introduce better deprecation warningsAraq2018-05-051-2/+0
* remove dead code elimination option (#7669)Jacek Sieka2018-04-231-1/+1
* fixes ropes.nim regression; make tests green againAndreas Rumpf2017-11-061-1/+1
* Stream-writer for a rope (#6603)Dmitry Atamanov2017-11-061-3/+7
* Make ropes usable in VM contextRuslan Mustakov2016-03-101-4/+9
* lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-10/+10
* lib_ropes: better buffering in equalsFile, cleanupsJacek Sieka2015-04-081-63/+80
* ropes: remove more unnecessary checksJacek Sieka2015-04-031-3/+3
* ropes: make lib & compiler frmt more similar, fix out-of-bounds accesses in l...Jacek Sieka2015-04-011-14/+15
* Fix typosFederico Ceratto2015-02-151-1/+1
* make tests greenAraq2014-08-311-9/+9
* Nimrod renamed to NimAraq2014-08-281-1/+1
* big renameAraq2014-08-271-32/+34
* fix failed tests due to gcsafeAraq2014-08-121-2/+2
* Removes executable bit for text files.Grzegorz Adam Hankiewicz2013-03-161-0/+0
* first steps to explicit channels for thread communication; added mainThreadIdAraq2011-07-161-5/+5
* deprecated system.copy: use system.substr insteadAraq2011-05-141-2/+2
* tests themselves contain the expected resultAraq2011-02-201-4/+0
* inlining of the write barrier for dllsAndreas Rumpf2010-08-081-19/+23
* fixed pango/pangoutils new wrappersAndreas Rumpf2010-02-261-0/+0
* continued work on html/xmlparserrumpf_a@web.de2010-02-141-9/+0
* bugfix: rendering of case statements has been broken recently; remaining iden...Andreas Rumpf2010-02-021-3/+3
* better subscript overloadingrumpf_a@web.de2010-01-031-0/+375
oc/howto-publish-a-release.md?id=b89a2f21365e4b7f9eb010c0b99b85c70251a6cf'>b89a2f21 ^
841f337e ^

0008feed ^


841f337e ^

0008feed ^


8e9451e6 ^
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
69
70
71
72
73
74
75
76