summary refs log tree commit diff stats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #2140 from FedericoCeratto/develAndreas Rumpf2015-02-165-6/+6
|\ | | | | Fix some typos
| * Fix typosFederico Ceratto2015-02-152-2/+2
| |
| * Fix typosFederico Ceratto2015-02-153-4/+4
| |
* | Merge branch 'devel' of https://github.com/Araq/Nim into develAraq2015-02-165-2/+2
|\|
| * Merge pull request #2133 from def-/cleanupAndreas Rumpf2015-02-153-0/+0
| |\ | | | | | | Cleanup
| | * nimrod.cfg isn't working anymore, rename to nim.cfgdef2015-02-152-0/+0
| | |
| | * nimrod -> nim in some filenamesdef2015-02-141-0/+0
| | |
| * | Merge pull request #2122 from c-blake/develAndreas Rumpf2015-02-152-2/+2
| |\ \ | | | | | | | | Update collections/tables.nim as with sets.nim
| | * | Merge ../Nim into develCharles Blake2015-02-142-0/+20
| | |\|
| | * | New probe seq swaps 1st two keys. Fix in cmp.Charles Blake2015-02-131-1/+1
| | | |
| | * | Merge ../Nim into devel; track ttables.nim delete.Charles Blake2015-02-1311-604/+177
| | |\ \
| | * | | Update a use of initTable to avoid initial enlarge.Charles Blake2015-02-131-1/+1
| | | | |
| | * | | New probe seq yields a non-bug swap of 1st 2 keys.Charles Blake2015-02-121-1/+1
| | | | |
* | | | | minor documentation updatesAraq2015-02-161-0/+22
|/ / / /
* | | / fixes endless recursion with static type parametersAraq2015-02-141-0/+17
| |_|/ |/| |
* | | fixes #2123Araq2015-02-141-0/+11
| | |
* | | fixes #2121Araq2015-02-141-0/+9
| |/ |/|
* | 'auto' can be inferred to be 'void'Araq2015-02-131-0/+9
| |
* | ordinary parameters can follow a varargs parameterAraq2015-02-121-0/+17
| |
* | fixed minor bugs; cleaned up testsAraq2015-02-129-604/+151
|/
* increase limit for 64bit systemsAraq2015-02-101-1/+1
|
* fixes #2070Araq2015-02-102-1/+31
|
* cleanup index generationAraq2015-02-102-0/+54
|
* cleaned up GC tests; fixes object variant re-assign bugAraq2015-02-101-1/+3
|
* unsigned array indexes work better; minor cleanupsAraq2015-02-101-2/+19
|
* fixes #1131Araq2015-02-101-0/+11
|
* cleaned up some testsAraq2015-02-1021-3/+10
|
* temptyseqs works againAraq2015-02-101-1/+1
|
* Async await try statement fixes.Dominik Picheta2015-02-092-1/+41
|
* tables work in 'const' sections; echo supports 'nil' strings; minor cleanupsAraq2015-02-091-0/+19
|
* apparently the json spacing changedSimon Hafner2015-02-081-1/+1
|
* fixes #2004Araq2015-02-082-2/+20
|
* fixes #2073Araq2015-02-081-0/+15
|
* Merge pull request #2058 from def-/nimrod-cfgsAndreas Rumpf2015-02-072-0/+0
|\ | | | | Rename *.nimrod.cfg to *.nim.cfg
| * Rename *.nimrod.cfg to *.nim.cfgdef2015-02-032-0/+0
| |
* | Clean up tests/staticdef2015-02-041-1/+1
| | | | | | | | tstaticparammacro still fails
* | Clean up tests/osprocdef2015-02-041-3/+6
| |
* | Clean up tests/modulesdef2015-02-041-2/+2
| |
* | Clean up tests/manylocdef2015-02-0413-121/+113
| | | | | | | | named_argument_bug still fails
* | Clean up tests/iterdef2015-02-041-1/+8
| |
* | Clean up tests/effectsdef2015-02-041-1/+0
| |
* | Clear up tests/clearmsgdef2015-02-041-1/+1
| |
* | Fix name of generated C file in testerdef2015-02-041-1/+1
| | | | | | | | - Makes tests/ccgbugs/tmissingvolatile work again
* | Clean up tests/binddef2015-02-041-1/+1
| |
* | Clean up tests/assertdef2015-02-041-1/+1
| | | | | | | | | | | | | | 1 test still fails: - tunittests uses utemplates, which seems broken. not sure what it's supposed to do
* | Clean up tests/stdlibdef2015-02-043-33/+37
| | | | | | | | | | | | | | 2 tests still fail: - tircbot would need a benign pragma because of the locks - tgetfileinfo uses os.getFileInfo() on nil, which segfaults instead of throwing an exception as the tester expects
* | Disable rodfiles tests for nowdef2015-02-041-2/+3
| |
* | Add test for #1460def2015-02-041-0/+5
| |
* | Add test for #1459def2015-02-041-0/+5
| |
* | Add test for #1877def2015-02-041-0/+19
| |