تاریخچه Commit ها

نویسنده SHA1 پیام تاریخ
  gingerBill bbe44b49bc Correct `map_insert` 2 سال پیش
  gingerBill ad0f11668b Correct `map_reserve_dynamic` caused by an bizarre code generation bug 2 سال پیش
  gingerBill 5d47e2a166 Change `map_reserve_dynamic` no do anything when current capacity is greater than specified for the reserve 2 سال پیش
  gingerBill b475481788 Get deleted key and value for `delete_key` 2 سال پیش
  gingerBill 3858422f1d Use `mem_resize` where possible 2 سال پیش
  gingerBill 366779f8c7 Fix bug with allocator not getting set on a `map` 2 سال پیش
  gingerBill dae299b781 Make `map_free_dynamic` take the total size of the allocation 2 سال پیش
  gingerBill ed58374964 Make `Map_Info` store pointers to cell info rather than inline 2 سال پیش
  gingerBill c96e0afbf1 Begin work on implementing the new `map` internals 2 سال پیش
  gingerBill 6a14c3edb4 Make `raw_data` an intrinsic rather a `@(builtin)` runtime procedure 2 سال پیش
  gingerBill 83ffb68bb7 Fix typo in `map_insert` 3 سال پیش
  gingerBill 0380601bb4 Fix `map_insert` 3 سال پیش
  gingerBill ff97a73152 Reduce unnecessary map gets 3 سال پیش
  gingerBill 9e3ea92829 Inline many calls and delete unused procedures 3 سال پیش
  gingerBill 81f10f53ad Correct `delete_key` 3 سال پیش
  gingerBill fbf036a654 Wrap `__dynamic_map_find` for certain cases 3 سال پیش
  gingerBill b967ae2739 Change internal map indices to use a distinct `uint` rather than just `int` 3 سال پیش
  gingerBill ef372bd861 Replace `#optional_second` with `#optional_allocator_error` 3 سال پیش
  gingerBill 96be494730 Fix `append_nothing` 3 سال پیش
  gingerBill ffa87f55c4 Add a return value to `append` that states the number of elements that were returned 3 سال پیش
  Jeroen van Rijn 8c1dfabb6b Fix `append` for size_of(E) == 0 3 سال پیش
  gingerBill 659c3c528d Update `delete` to pass size in bytes to free when possible 3 سال پیش
  gingerBill 576914aee1 Make `unreachable()` a built-in compiler-level procedure 3 سال پیش
  gingerBill e0ecdd4b24 Simplify logic of `append` of zero sized elements 3 سال پیش
  gingerBill 08f5259d77 Replace `insert_at` with `inject_at` and `assign_at` 3 سال پیش
  gingerBill 670f18ad1b Minor change to `shrink` 3 سال پیش
  Tetralux fa2296a124 [runtime] Add builtin `shrink` for dynamic arrays and maps 3 سال پیش
  gingerBill 63d6c08d90 Add `raw_simd_data` 3 سال پیش
  gingerBill 3ec70c5517 Merge functionality of `#maybe` with the standard 'union' functionality 3 سال پیش
  gingerBill 8c1499dbc2 Make `raw_data` return `[^]T` types 3 سال پیش