Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | deprecate unsafeAddr; extend addr (#19373) | flywind | 2022-01-16 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
* | deprecate newruntime (#17245) | flywind | 2021-03-04 | 1 | -1/+1 |
| | | | | | | * deprecate newruntime * tests * Update compiler/commands.nim | ||||
* | fixes #12989 (#12992) | cooldome | 2019-12-31 | 1 | -0/+9 |
| | | | | | | | * fixes #12989 * Revert "remove unwanted changes" This reverts commit 501829732a8e44deef2d815c303859efbe452cb5. | ||||
* | Revert "fixes #12989" | Andrii Riabushenko | 2019-12-31 | 1 | -9/+0 |
| | | | | This reverts commit 928c2fee06bd11a0901c5f563b4953788be76ae6. | ||||
* | fixes #12989 | Andrii Riabushenko | 2019-12-31 | 1 | -0/+9 |
| | |||||
* | fixes #12820 (#12828) | cooldome | 2019-12-09 | 1 | -0/+7 |
| | |||||
* | fix #12037 (#12089) | Clyybber | 2019-08-30 | 1 | -0/+18 |