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
/
collections
Commit message (
Expand
)
Author
Age
Files
Lines
*
reenabled clear test, made clear working (#5323)
Arne Döring
2017-02-02
1
-2
/
+5
*
Added heapqueue.del (#5289)
Yuriy Glukhov
2017-01-27
1
-11
/
+35
*
re additions for buffer (cstring) RE matching (#5117)
jlp765
2017-01-16
1
-1
/
+1
*
Fix description of CountTable's smallest proc
Paweł Świątkowski
2016-12-11
1
-2
/
+2
*
More workarounds for #5098
Yuriy Glukhov
2016-12-07
3
-3
/
+11
*
Workaround for #5098
Yuriy Glukhov
2016-12-05
1
-4
/
+3
*
Merge pull request #5044 from endragor/deques
Andreas Rumpf
2016-11-28
2
-1
/
+269
|
\
|
*
Added deques module, deprecating queues
Ruslan Mustakov
2016-11-24
2
-1
/
+269
*
|
Corrected test case for #5057.
Yuriy Glukhov
2016-11-27
1
-3
/
+3
*
|
Fixes #5057
Yuriy Glukhov
2016-11-26
1
-12
/
+28
|
/
*
Fixes #5035
Felix Krause
2016-11-18
2
-14
/
+13
*
Fixes #4974
Felix Krause
2016-10-31
1
-9
/
+15
*
fixes #4940
andri lim
2016-10-27
1
-1
/
+1
*
Fixes #4946
Felix Krause
2016-10-24
1
-0
/
+1
*
Merge pull request #4935 from flyx/tablefix
Andreas Rumpf
2016-10-24
1
-4
/
+37
|
\
|
*
Table fixes. fixes #4901
Felix Krause
2016-10-23
1
-4
/
+37
*
|
fixes #4386
Andreas Rumpf
2016-10-23
1
-2
/
+2
|
/
*
fixes #4844
Araq
2016-10-08
1
-1
/
+5
*
Allow compilation of sharedtables.nim
coffeepots
2016-09-09
1
-0
/
+2
*
fixes a critical tables bug that caused 'enlarge' to crash after 'add'
Andreas Rumpf
2016-09-05
2
-11
/
+17
*
Merge pull request #4367 from kierdavis/4365-tables-clear
Andreas Rumpf
2016-08-25
2
-4
/
+5
|
\
|
*
Add a fix for clear() on non-ref types by adding a missing 'var' annotation t...
Kier Davis
2016-07-09
1
-3
/
+3
|
*
Fix clear() on CountTable
Kier Davis
2016-07-09
1
-1
/
+2
*
|
Removed the use of .gensym pragma inside stdlib templates
Ruslan Mustakov
2016-08-23
1
-8
/
+8
*
|
expr and stmt are now deprecated
Andreas Rumpf
2016-07-30
1
-2
/
+2
*
|
make nim bootstrap again for older versions
Andreas Rumpf
2016-07-30
3
-5
/
+7
*
|
stdlib and compiler don't use .immediate anymore
Andreas Rumpf
2016-07-29
4
-29
/
+29
*
|
Merge pull request #4463 from flyx/tables-equals-no-KeyError
Andreas Rumpf
2016-07-19
1
-5
/
+4
|
\
\
|
*
|
Use getOrDefault for tables.`==`
Felix Krause
2016-07-08
1
-7
/
+5
|
*
|
`==` in tables should not raise KeyError
Felix Krause
2016-07-07
1
-2
/
+3
|
|
/
*
|
prepare Nim codebase for upcoming parser changes
Andreas Rumpf
2016-07-15
1
-1
/
+1
*
|
use table literal syntax
Axel Pahl
2016-07-12
1
-2
/
+2
*
|
explain difference between Table and TableRef in tables.nim
Axel Pahl
2016-07-12
1
-0
/
+33
*
|
Fix #4422: Reset queue element on pop. Prevent NimVM confusion. Help GC.
Matthew Baulch
2016-07-11
1
-0
/
+2
|
/
*
Update sets examples so they work again.
Matthew Baulch
2016-07-06
1
-3
/
+3
*
Merge pull request #4344 from ReneSac/queues
Andreas Rumpf
2016-06-19
1
-33
/
+184
|
\
|
*
Remove high() and low() procs from queues module
ReneSac
2016-06-16
1
-13
/
+2
|
*
Fixes for things pointed by Araq on the PR
ReneSac
2016-06-16
1
-27
/
+18
|
*
Improved the documentation and miscelaneous
ReneSac
2016-06-15
1
-33
/
+102
|
*
Enchanced random access support for queues
ReneSac
2016-06-12
1
-24
/
+126
*
|
attempt to fix a critical memory leak in Nim's collections
Andreas Rumpf
2016-06-15
2
-0
/
+12
*
|
Implement clear() for CountTableRef. Fixes #4325.
Kier Davis
2016-06-13
1
-1
/
+1
|
/
*
Implements tables.clear.
Dominik Picheta
2016-06-02
2
-5
/
+34
*
moved random procs from math to its own module (breaking change)
Andreas Rumpf
2016-05-30
1
-1
/
+1
*
Introduce template withValue() for tables.nim too.
cheatfate
2016-05-27
1
-0
/
+45
*
Introduce template withValue()
cheatfate
2016-05-26
1
-0
/
+53
*
Fix 2 compile errors in LockFreeHash.nim
Lompiktab
2016-05-14
1
-3
/
+3
*
Fix missing `]`
Stephane Fontaine
2016-05-13
1
-1
/
+1
*
Added heapqueue collection. Fixed timers in asyncdispatch.
Yuriy Glukhov
2016-04-28
1
-0
/
+107
*
Added del for OrderedTable and OrderedTableRef
Yuriy Glukhov
2016-04-13
1
-0
/
+41
[next]