Historia zmian

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