summary refs log tree commit diff stats
path: root/tests/borrow
Commit message (Collapse)AuthorAgeFilesLines
* some test cleanups & category reorganization (#22010)metagn2023-06-063-164/+0
| | | | | | | | | | | | | | | | | * clean up some test categories * mention exact slice issue * magics into system * move trangechecks into overflow * move tmemory to system * try fix CI * try fix CI * final CI fix
* borrowed procs can have a body now for documentation generation (#20617)ringabout2022-10-241-1/+17
| | | | | * borrowed procs can have a body now * fixes examples
* Fixed distinct composite type class proc borrowing (#18904)Jason Beetham2021-10-261-0/+32
| | | | | | | * Fixed composite type class proc borrowing * Moved borrow search into transf * added borrow check to symbol flag
* Fixed borrowing dot from aliases (#18854)Jason Beetham2021-09-161-1/+37
|
* Dotborrow now works with generic distincts (#18848)Jason Beetham2021-09-142-4/+33
|
* Add testcase for #14440 (#14771)Clyybber2020-06-231-1/+15
|
* require errormsg to be specified before file.Arne Döring2018-12-111-2/+1
|
* tests: Trim .nim files trailing whitespaceAdam Strzelecki2015-09-041-2/+2
| | | | via OSX: find . -name '*.nim' -exec sed -i '' -E 's/[[:space:]]+$//' {} +
* made some tests greenAraq2014-08-311-1/+1
|
* new tester; all tests categorizedAraq2014-01-132-0/+38