Files
zig/src
Andrew Kelley fa7c64ccd5 lazy analysis of top level declarations
previously, we had lazy analysis of top level declarations,
but if a declaration was referenced within a compile-time
if or switch statement, that would still add the top
level declaration to the resolution queue.

now we have a declref ir instruction, which is only resolved
if we analyze the instruction. this takes into account comptime
branching.

closes #270
2017-03-18 11:28:43 -04:00
..
2017-03-16 16:02:35 -04:00
2017-02-26 23:50:04 -05:00
2017-03-16 16:02:35 -04:00
2017-01-10 15:39:52 -05:00
2017-02-15 18:55:29 -05:00
2017-01-05 00:59:37 -05:00
2016-12-04 21:06:13 -05:00
2016-09-19 11:54:01 -04:00
2017-03-16 16:02:35 -04:00
2016-12-04 21:06:13 -05:00
2016-09-19 11:54:01 -04:00
2016-12-04 21:06:13 -05:00
2016-12-01 21:08:12 -05:00
2017-03-18 11:28:43 -04:00
2016-02-11 01:33:27 -07:00
2016-11-24 02:44:03 -05:00
2017-03-16 16:02:35 -04:00
2017-03-10 02:29:01 -05:00
2017-03-16 16:02:35 -04:00
2017-03-10 02:29:01 -05:00
2016-09-19 11:54:01 -04:00
2017-03-16 16:02:35 -04:00
2017-03-16 16:02:35 -04:00
2017-03-13 11:54:56 -04:00
2017-03-13 11:54:56 -04:00