Commit History

作者 SHA1 備註 提交日期
  gingerBill 78fa675c1a Add `assert_contextless`, `panic_contextless`, `unimplemented_contextless` 1 年之前
  Laytan Laats 26fa3aca44 fix copy-paste error in `make` docs 1 年之前
  gingerBill 196ac7e6d6 Type erase `_make_dynamic_array_len_cap` 1 年之前
  gingerBill 26a9416a41 Minor clean ups 1 年之前
  gingerBill e768bddaeb Inline `_append_elem_string` further 1 年之前
  gingerBill 83b7dd122a Type erase for `append_elems` 1 年之前
  gingerBill b0fbaf24a0 Type erase `append_elem` 1 年之前
  gingerBill 15fb4ded2a type erase `resize` and `reserve` internals 1 年之前
  gingerBill 8642d719f0 Imply `#no_capture` to all variadic parameters 1 年之前
  gingerBill c7bd954752 Add more uses of `#no_capture` 1 年之前
  gingerBill 942f3f5220 Add `non_zero_*` variants for `#soa` dynamic array 1 年之前
  gingerBill 8ddfcf174d Add `#soa` support to `append` directly 1 年之前
  gingerBill 7f6fe91896 Add #soa forms to reserve, clear, and resize 1 年之前
  gingerBill 11617af8f5 Add support for `make(#soa[]T)` etc 1 年之前
  Karl Zylinski 679f9b4e41 Made default capacity of dynamic arrays more consistent. 1 年之前
  gingerBill a1ae6f161b Merge pull request #3502 from ARtemachka/master 1 年之前
  Karl Zylinski f227a40652 Replace `max(8, 1)` in _append_elem with just `8` and a comment. 1 年之前
  Feoramund 50464bdce3 Use `#any_int` for `reserve_*` and `resize_*` procs 1 年之前
  Artsiom Babukh 805bb69c6c Fix typo in core_builtin 1 年之前
  Chris 6dcf38b85b Correct `copy_from_string` docs 1 年之前
  gingerBill 34247b2658 Fix `resize` bug caused by typo 1 年之前
  gingerBill 45d7dd8f27 Fix `resize` zeroing behaviour 1 年之前
  gingerBill 29e5f94c2a Add `#no_broadcast` procedure parameter to disallow automatic array programming broadcasting on procedure arguments 1 年之前
  gingerBill 9a41a450e7 Add builtin `map_upsert` 1 年之前
  gingerBill fa093d9b09 Add `runtime.map_insert_and_check_for_previous` 1 年之前
  gingerBill 55ff9b857e Add `contextless` where missing 1 年之前
  gingerBill 9c9ae5987a Fix #3150 1 年之前
  gingerBill 59575d9b22 Remove `incl` and `excl` 1 年之前
  gingerBill 9e7cc8cf93 Remove `core:os` dependency from `base:runtime`; change to `base:intrinsics` 1 年之前
  gingerBill 09fa1c29cd Move `core:runtime` to `base:runtime`; keep alias around 1 年之前