Files
zig/src
Andrew Kelley 0893326e0e Sema: slice improvements
* resolve_inferred_alloc now gives a proper mutability attribute to the
   corresponding alloc instruction. Previously, it would fail to mark
   things const.
 * slicing: fix the detection for when the end index equals the length
   of the underlying object. Previously it was using `end - start` but
   it should just use the end index directly. It also takes into account
   when slicing a comptime-known slice.
 * `Type.sentinel`: fix not handling all slice tags
2022-02-03 21:05:10 -07:00
..
2022-02-03 21:42:48 +01:00
2022-01-14 12:39:06 -07:00
2022-01-30 14:30:46 +01:00
2022-02-02 14:54:14 -07:00
2022-01-07 00:06:06 -05:00
2022-01-02 13:16:17 -07:00
2022-01-24 21:53:57 -07:00
2022-02-03 21:05:10 -07:00
2022-01-26 09:10:12 +02:00
2022-01-07 00:06:06 -05:00
2022-02-03 21:05:10 -07:00
2021-09-24 13:39:20 -04:00