summary refs log tree commit diff stats
path: root/tests/misc
Commit message (Collapse)AuthorAgeFilesLines
* Closes: #3611Federico Ceratto2015-12-021-0/+12
|
* Merge branch 'mget' of https://github.com/def-/Nim into def--mgetAraq2015-10-131-2/+1
|\ | | | | | | | | | | | | | | | | | | Conflicts: lib/pure/collections/critbits.nim lib/pure/collections/tables.nim lib/pure/xmltree.nim lib/system/sets.nim tests/collections/ttables.nim tests/collections/ttablesref.nim
| * Rename mget to `[]`def2015-03-311-5/+4
| | | | | | | | | | | | | | | | | | - In sets, tables, strtabs, critbits, xmltree - This uses the new var parameter overloading - mget variants still exist, but are deprecated in favor of `[]` - Includes tests and fixed tests and usages of mget - The non-var `[]` now throws an exception instead of returning binary 0 or an empty string
* | add tfile/tline assertions for template expansion file/lineAman Gupta2015-10-061-5/+2
| |
* | minor testsuite cleanupAraq2015-09-101-1/+1
| |
* | tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-0441-355/+355
| | | | | | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* | renamed writeln to writeLine in testspatrick dw2015-06-197-148/+148
| |
* | Non-base10 overflow allowed if bit-stable. Tests.Oscar Campbell2015-06-121-0/+68
| |
* | s/procedure/routine/ in tests.Dominik Picheta2015-06-052-2/+2
| |
* | Fixes #2584Dominik Picheta2015-06-042-2/+2
| | | | | | | | | | Better compiler errors for accessing undeclared fields, calling undeclared procedures and procedure fields.
* | fixes #2550Araq2015-04-221-0/+14
| |
* | fixes #2427Araq2015-04-061-0/+14
|/
* doc updates; fixes 'inc' for 'char'Araq2015-03-294-102/+10
|
* Use `^` instead of `-` in slicesdef2015-03-281-3/+3
|
* codegen doesn't produce line tracing commands anymore; fixes #1344Araq2015-03-211-0/+43
|
* Fix tests some moredef2015-03-172-2/+2
|
* fixes --gc:none regression; made some tests greenAraq2015-03-102-5/+4
|
* add parser combinator test; uses multiple tuples/generics featuresMax Zerzouri2015-03-072-0/+160
|
* proper 'space in dir' testAraq2015-01-271-3/+0
|
* cleaned up unsigned testsAraq2015-01-272-24/+20
|
* Add filename space testVarriount2015-01-171-0/+3
|
* fixes the integer conversion regressionsAraq2015-01-131-3/+0
|
* Merge pull request #1841 from skyfex/develAndreas Rumpf2015-01-122-0/+186
|\ | | | | Add support for big 'u64 literals and remove SomeUInt from unsigned.nim
| * Added safe implicit conversion of uint8 to int16..int64, uint16 to ↵Audun Wilhelmsen2015-01-032-0/+186
| | | | | | | | | | | | int32..int64 etc. Added two new tests for unsigned conversions and comparisons between signed numbers.
* | fix #544Zahary Karadjov2015-01-021-11/+11
| |
* | use unix line endingsZahary Karadjov2015-01-021-43/+43
|/
* fixes #1788Araq2014-12-301-0/+4
|
* fixes #1708, fixes #871Araq2014-12-282-4/+6
|
* fixes #1638Araq2014-12-172-4/+16
|
* fixes #916Araq2014-11-201-2/+11
|
* make tests greenAraq2014-08-319-49/+45
|
* prettified re.nim; make some tests greenAraq2014-08-314-16/+16
|
* further adaptationsAraq2014-08-294-6/+6
|
* fixes #1334Araq2014-08-191-1/+8
|
* fixes #1420Araq2014-08-191-0/+15
|
* Fixes #710.Dominik Picheta2014-08-161-0/+10
|
* fixes #1434Araq2014-08-141-2/+1
|
* fixes #1442Araq2014-08-131-2/+8
|
* Add testflaviut2014-06-031-0/+14
|
* Disabled tgtk test.Dominik Picheta2014-04-191-1/+3
|
* Tester now appreciates the test target. Modified 'cmd' in specs.Dominik Picheta2014-04-161-1/+1
|
* Merge pull request #1075 from flaviut/inlinedocsAndreas Rumpf2014-04-0968-0/+2414
Add some documentations and code examples in system