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
/
pure
/
ropes.nim
Commit message (
Collapse
)
Author
Age
Files
Lines
*
Fixes ropes regressions due to the not-nil strings (#8687)
Dmitry Atamanov
2018-08-20
1
-9
/
+10
|
*
make more tests green
Andreas Rumpf
2018-08-13
1
-64
/
+5
|
*
remove deprecated stuff from the stdlib; introduce better deprecation warnings
Araq
2018-05-05
1
-2
/
+0
|
*
remove dead code elimination option (#7669)
Jacek Sieka
2018-04-23
1
-1
/
+1
|
*
fixes ropes.nim regression; make tests green again
Andreas Rumpf
2017-11-06
1
-1
/
+1
|
*
Stream-writer for a rope (#6603)
Dmitry Atamanov
2017-11-06
1
-3
/
+7
|
*
Make ropes usable in VM context
Ruslan Mustakov
2016-03-10
1
-4
/
+9
|
*
lib: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-10
/
+10
|
|
|
|
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
*
lib_ropes: better buffering in equalsFile, cleanups
Jacek Sieka
2015-04-08
1
-63
/
+80
|
*
ropes: remove more unnecessary checks
Jacek Sieka
2015-04-03
1
-3
/
+3
|
*
ropes: make lib & compiler frmt more similar, fix out-of-bounds accesses in ↵
Jacek Sieka
2015-04-01
1
-14
/
+15
|
|
|
|
lib ropes
*
Fix typos
Federico Ceratto
2015-02-15
1
-1
/
+1
|
*
make tests green
Araq
2014-08-31
1
-9
/
+9
|
*
Nimrod renamed to Nim
Araq
2014-08-28
1
-1
/
+1
|
*
big rename
Araq
2014-08-27
1
-32
/
+34
|
*
fix failed tests due to gcsafe
Araq
2014-08-12
1
-2
/
+2
|
*
Removes executable bit for text files.
Grzegorz Adam Hankiewicz
2013-03-16
1
-0
/
+0
|
*
first steps to explicit channels for thread communication; added mainThreadId
Araq
2011-07-16
1
-5
/
+5
|
*
deprecated system.copy: use system.substr instead
Araq
2011-05-14
1
-2
/
+2
|
*
tests themselves contain the expected result
Araq
2011-02-20
1
-4
/
+0
|
*
inlining of the write barrier for dlls
Andreas Rumpf
2010-08-08
1
-19
/
+23
|
*
fixed pango/pangoutils new wrappers
Andreas Rumpf
2010-02-26
1
-0
/
+0
|
*
continued work on html/xmlparser
rumpf_a@web.de
2010-02-14
1
-9
/
+0
|
*
bugfix: rendering of case statements has been broken recently; remaining ↵
Andreas Rumpf
2010-02-02
1
-3
/
+3
|
|
|
|
idents with wrong underscores in the wrappers
*
better subscript overloading
rumpf_a@web.de
2010-01-03
1
-0
/
+375