summary refs log tree commit diff stats
path: root/lib/pure/collections
Commit message (Expand)AuthorAgeFilesLines
...
* | Fix a few deprecation warningsdef2016-01-251-1/+1
|/
* Fix CountTableRef#getOrDefaultSloane Simmons2016-01-091-1/+13
* Update comment about `map` being in system moduledef2015-11-231-6/+3
* added prefix matching to critbits.nimAraq2015-11-101-16/+24
* Merge branch 'devel' of https://github.com/nim-lang/Nim into develAraq2015-10-131-0/+93
|\
| * added all/any/allIt/anyIt with tests and inline documentationrbmz2015-10-131-0/+93
* | udpated the compiler and tester to use getOrDefaultAraq2015-10-133-12/+17
* | added getOrDefault; bootstrapping works againAraq2015-10-132-33/+40
* | Merge branch 'mget' of https://github.com/def-/Nim into def--mgetAraq2015-10-133-43/+101
|\ \ | |/ |/|
| * Rename mget to `[]`def2015-03-313-75/+120
* | Merge pull request #3423 from petermora/breakSequtilsAndreas Rumpf2015-10-121-35/+168
|\ \
| * | restore {.immediate.} to toSeqPeter Mora2015-10-061-1/+1
| * | sequtils related changesPeter Mora2015-10-051-36/+169
* | | added critbits.inc procAraq2015-10-061-0/+8
|/ /
* | Fixed my name.Alexander Mitchell-Robinson2015-09-071-2/+2
* | lib: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-044-239/+239
* | removed sequtils.reversed again since it's already in algorithm.nimAraq2015-08-101-23/+0
* | added sequtils.reversed; refs #3148Araq2015-08-091-0/+23
* | breaking change: symbol lookups in generics follows spec more closely; fixes ...Araq2015-08-071-4/+4
* | w"> @${CC} -c ${CFLAGS} $< ${OBJ}: dwm.h config.h config.mk config.h: @echo creating $@ from config.default.h @cp config.default.h $@ dwm: ${OBJ} @echo CC -o $@ @${CC} -o $@ ${OBJ} ${LDFLAGS} clean: @echo cleaning @rm -f dwm ${OBJ} dwm-${VERSION}.tar.gz dist: clean @echo creating dist tarball @mkdir -p dwm-${VERSION} @cp -R LICENSE Makefile README config.*.h config.mk \ dwm.1 dwm.h tile.h ${SRC} dwm-${VERSION} @tar -cf dwm-${VERSION}.tar dwm-${VERSION} @gzip dwm-${VERSION}.tar @rm -rf dwm-${VERSION} install: all @echo installing executable file to ${DESTDIR}${PREFIX}/bin @mkdir -p ${DESTDIR}${PREFIX}/bin @cp -f dwm ${DESTDIR}${PREFIX}/bin @chmod 755 ${DESTDIR}${PREFIX}/bin/dwm @echo installing manual page to ${DESTDIR}${MANPREFIX}/man1 @mkdir -p ${DESTDIR}${MANPREFIX}/man1 @sed "s/VERSION/${VERSION}/g" < dwm.1 > ${DESTDIR}${MANPREFIX}/man1/dwm.1 @chmod 644 ${DESTDIR}${MANPREFIX}/man1/dwm.1 uninstall: @echo removing executable file from ${DESTDIR}${PREFIX}/bin @rm -f ${DESTDIR}${PREFIX}/bin/dwm @echo removing manual page from ${DESTDIR}${MANPREFIX}/man1 @rm -f ${DESTDIR}${MANPREFIX}/man1/dwm.1 .PHONY: all options clean dist install uninstall 015-03-222-18/+18
* Making tuples anonymous (so far... not finished).Hans Raaf2015-03-171-23/+22
* Changed cast to type conversion and added XXX.Hans Raaf2015-03-071-1/+1
* Do we want we to use the typesystem like this?Hans Raaf2015-03-061-2/+3
* Added repeat(seq, n) to sequtils.Hans Raaf2015-03-061-0/+28
* Fixed table getter not compiling when table value type had not '$' proc overr...krolik2015-03-051-1/+5
* Fix unknown symbol in tables mpairs iterator.Hans Raaf2015-02-211-1/+1
* Merge pull request #2139 from c-blake/develAndreas Rumpf2015-02-181-21/+59
|\
| * Merge ../Nim into develCharles Blake2015-02-164-13/+13
| |\
| * | Add comments explaining odd looking i<0..data[i].Charles Blake2015-02-161-3/+3
| * | Just do wide interface of hasKeyOrPut & mgetOrPut.Charles Blake2015-02-161-36/+55
| * | Add TableRef version of mgetOrPut.Charles Blake2015-02-161-0/+5
| * | Add mgetOrPut to support just one probe chase for the commonCharles Blake2015-02-151-0/+14
* | | intsets.empty is wrongAraq2015-02-181-2/+3
| |/ |/|
* | Fix typosFederico Ceratto2015-02-154-7/+7
* | Fix typosFederico Ceratto2015-02-151-10/+10
|/