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
/
avltree.nim
Commit message (
Collapse
)
Author
Age
Files
Lines
*
make AVL tree node part of the memory regions; fixes hard to reproduce ↵
Araq
2017-01-31
1
-1
/
+1
|
|
|
|
channel crashes
*
improvements to memtracking
Andreas Rumpf
2017-01-26
1
-0
/
+6
|
*
fixes serious regression
Andreas Rumpf
2016-09-24
1
-1
/
+1
|
*
bugfix: bottom of AVL tree is now threadsafe
Andreas Rumpf
2016-09-24
1
-3
/
+3
|
*
lib: Trim .nim files trailing whitespace
Adam Strzelecki
2015-09-04
1
-2
/
+2
|
|
|
|
via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
*
lib/system/a-e - Dropped 'T' from types
pdw
2015-06-04
1
-2
/
+2
|
*
introduced 'benign' pragma
Araq
2014-10-25
1
-2
/
+2
|
*
the big renamefest: first steps
Araq
2014-08-22
1
-1
/
+1
|
*
New concurrency model: next steps
Araq
2014-04-19
1
-2
/
+2
|
*
case consistency part 1
Araq
2013-12-27
1
-5
/
+5
|
*
docgen2 improvements
Araq
2012-06-23
1
-1
/
+1
|
*
year 2012 for most copyright headers
Araq
2012-01-02
1
-1
/
+1
|
*
GC: use simple balanced tree instead of AVL tree
Araq
2011-12-30
1
-226
/
+66
|
*
GC: AVL tree uses unsigned comparisons
Araq
2011-12-30
1
-7
/
+7
|
*
GC stack scanning cares about interior pointers
Araq
2011-12-30
1
-0
/
+251