summary refs log tree commit diff stats
path: root/tests/compiles
Commit message (Collapse)AuthorAgeFilesLines
* deprecate unsafeAddr; extend addr (#19373)flywind2022-01-161-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | * deprecate unsafeAddr; extend addr addr is now available for all addressable locations, unsafeAddr is deprecated and become an alias for addr * follow @Vindaar's advice * change the signature of addr * unsafeAddr => addr (stdlib) * Update changelog.md * unsafeAddr => addr (tests) * Revert "unsafeAddr => addr (stdlib)" This reverts commit ab83c99c507048a8396e636bf22d55fdd84d7d1c. * doc changes; thanks to @konsumlamm Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com> Co-authored-by: konsumlamm <44230978+konsumlamm@users.noreply.github.com>
* style usages part one (openarray => openArray) (#19321)flywind2022-01-041-1/+1
| | | | | * style usages (openArray) * revert doc changes
* fix #18578 (#18580)flywind2021-07-272-0/+23
| | | | | | | | | | | | | * fix #18578 * add tests * tiny * apply changes * typo * add removeStaticFile
* delete list comprehension (#12392)Arne Döring2019-11-221-8/+0
| | | The `lc` macro is now part of `graveyard` repository.
* make run the default action of a test in testerArne Döring2018-11-231-0/+4
|
* Allow taking address of skForVar variables (#8632)LemonBoy2018-08-141-0/+13
| | | Fixes #8630
* make tests green againAndreas Rumpf2018-05-021-2/+2
|
* Remove expr/stmt (#5857)Arne Döring2017-07-251-5/+7
|
* renamed inCompilesContext to compilesContextId; added test case for #3313Araq2015-09-181-0/+98
|
* fixes #1055Araq2014-11-161-0/+12
|
* bugfix: unreported 'compiles' bugAraq2014-03-051-0/+2
|
* new tester; all tests categorizedAraq2014-01-131-0/+26