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
...
|
*
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
*
added missing file for --gc:stack
Andreas Rumpf
2016-03-31
1
-0
/
+44
*
added missing file
Andreas Rumpf
2016-03-28
1
-0
/
+95
*
Fixed Table::del in JS
Yuriy Glukhov
2016-03-21
1
-1
/
+4
*
Fixes foldl() and foldr() + foldl() with start parameter.
Hans Raaf
2016-03-06
1
-10
/
+37
*
Merge branch 'devel' of github.com:nim-lang/Nim into devel
Andreas Rumpf
2016-03-04
1
-1
/
+1
|
\
|
*
Removed unused import of 'os' module from module 'sets'
Rostyslav Dzinko
2016-03-04
1
-1
/
+1
*
|
added intsets.clear proc
Andreas Rumpf
2016-03-04
1
-0
/
+7
|
/
*
Don't expect all keys in hashsets to have $ defined
Samantha Doran
2016-03-01
1
-1
/
+5
*
Consistently use Channel instead of TChannel
def
2016-02-25
1
-1
/
+1
*
Merge pull request #3831 from ephja/nimrod-to-nim
Andreas Rumpf
2016-02-06
1
-1
/
+1
|
\
|
*
nimrod -> nim
Erik Johansson Andersson
2016-02-05
1
-1
/
+1
*
|
Fix a few deprecation warnings
def
2016-01-25
1
-1
/
+1
|
/
*
Fix CountTableRef#getOrDefault
Sloane Simmons
2016-01-09
1
-1
/
+13
*
Update comment about `map` being in system module
def
2015-11-23
1
-6
/
+3
*
added prefix matching to critbits.nim
Araq
2015-11-10
1
-16
/
+24
*
Merge branch 'devel' of https://github.com/nim-lang/Nim into devel
Araq
2015-10-13
1
-0
/
+93
|
\
|
*
added all/any/allIt/anyIt with tests and inline documentation
rbmz
2015-10-13
1
-0
/
+93
*
|
udpated the compiler and tester to use getOrDefault
Araq
2015-10-13
3
-12
/
+17
*
|
added getOrDefault; bootstrapping works again
Araq
2015-10-13
2
-33
/
+40
*
|
Merge branch 'mget' of https://github.com/def-/Nim into def--mget
Araq
2015-10-13
3
-43
/
+101
|
\
\
|
|
/
|
/
|
|
*
Rename mget to `[]`
def
2015-03-31
3
-75
/
+120
[prev]
[next]