Files
Nim/tests/stdlib
Timothee Cour 913bc95964 new syntax for lvalue references: var b {.byaddr.} = expr (#13508)
* new syntax for lvalue references: `var b {.byaddr.} = expr`
* on type mismatch, `???(0, 0)` not shown anymore
* * compiler now lowers `var a: {.foo.}: MyType = expr` to foo(a, MyType, expr)
* new pragmas.byaddr defined in pure library code exploiting this lowering
* skip `template foo() {.pragma.}`
2020-03-23 11:15:45 +01:00
..
2020-03-20 10:21:42 +01:00
2019-09-02 22:03:06 +02:00
2018-11-23 11:58:28 +01:00
2019-09-04 11:20:30 +02:00
2019-10-03 18:36:18 +02:00
2020-03-06 18:38:56 +00:00
2018-11-27 10:34:34 +01:00
2018-11-23 11:58:31 +01:00
2019-01-14 17:16:17 +01:00
2019-02-23 13:06:26 +00:00
2018-10-12 17:27:47 +02:00
2019-05-16 21:06:04 +02:00
2019-09-27 07:02:54 +02:00
2017-05-04 22:25:29 +02:00
2018-11-23 11:58:29 +01:00
2019-09-27 07:02:54 +02:00
2019-01-14 12:36:34 +01:00
2018-12-11 21:23:21 +01:00
2018-12-11 21:23:21 +01:00
2018-11-23 11:58:32 +01:00
2018-10-28 13:35:30 +01:00
2014-08-29 09:12:12 +02:00
2018-04-30 11:16:56 +02:00