コミット履歴

作者 SHA1 メッセージ 日付
  gingerBill 10f1d8c604 Fix typo 3 年 前
  gingerBill 3049e07f72 Add `mem.DEFAULT_PAGE_SIZE` 3 年 前
  Jeroen van Rijn eb9665f836 fix mem.new_clone 3 年 前
  Jeroen van Rijn bf15e63130 Revert "Merge pull request #1177 from Kelimion/new_clone" 3 年 前
  Jeroen van Rijn 64ce55944a fix mem.new_clone 3 年 前
  gingerBill 251da264ed Remove unneeded semicolons from the core library 4 年 前
  gingerBill 4ccf135892 Unify `new`/`make` the internal logic between runtime and mem 4 年 前
  gingerBill 7bbc9a4634 Add `#any_int` directive to replace `auto_cast` uses on parameters. 4 年 前
  gingerBill 4d00c2b800 `Allocator_Error.Mode_Not_Implemented`; Minor improvement to `map` runtime procedures 4 年 前
  Jeroen van Rijn 4f51d74fc2 Fix typo in core:mem alloc() comment. 4 年 前
  gingerBill c3b3194a00 Update builtin procedures to support the new allocator features (without breaking other code) 4 年 前
  gingerBill f98c4d6837 Improve the `Allocator` interface to support returning `Allocator_Error` to allow for safer calls 4 年 前
  gingerBill aa93305015 Replace usage of `inline proc` with `#force_inline proc` in the core library 4 年 前
  gingerBill 415379e1cf Fix `delete_map` 4 年 前
  gingerBill fc4fdd588e Remove usage of `do` in core library 4 年 前
  gingerBill e7f54d25d6 Add `mem.Allocator_Query_Info` and `mem.query_info` 5 年 前
  gingerBill 033b46def8 Add `mem.Allocator_Mode.Query_Features, `mem.Allocator_Mode_Set`, `mem.query_features` 5 年 前
  gingerBill 1f571f48e5 Add `mem.Tracking_Allocator` 5 年 前
  gingerBill dbaf8568d6 Fix `reflect.length` 5 年 前
  gingerBill 9e698b720f Change behaviour for zero-sized value types of array-related types; Fix make behaviour to always zero memory 5 年 前
  Tetralux b32ef9e47b Fix make and reserve 5 年 前
  gingerBill b8324b0776 Fix behaviour for `make` to return `nil` when alloc returns `nil` 5 年 前
  gingerBill ab52f8d795 Move definition of mem.Allocator and log.Logger to `package runtime`, to reduce import cycle magic 5 年 前
  Tetralux 99121d6ff2 Implement core:thread and core:sync on Unix using pthreads 5 年 前
  gingerBill 53d8216311 Reorganize `package mem` 6 年 前
  gingerBill 28583bfff8 Change procedure group syntax from `proc[]` to `proc{}`; deprecate `proc[]` (raises warning currently) 6 年 前
  gingerBill 444f4f446a `-vet` flag to do basic vetting of code 6 年 前
  gingerBill ce2e23849e Fix `context` initialization 6 年 前
  gingerBill 0971a59493 Update runtime printing code 6 年 前
  gingerBill 5bdb424c6b context.allocator = a; Remove __ from runtime procs; improve division for complex numbers 7 年 前