Commit History

Author SHA1 Message Date
  Tarık B 5a661dc67b Add min_index and max_index procedures 1 year ago
  Hector 9f96382558 Removed some accidental semi-colons and converted indentation to tabs. 1 year ago
  Hector 1db5e1250f Binary search improvements 1 year ago
  Karl Zylinski d2ac3c2228 Make slice.clone and slice.clone_to_dynamic take a loc parameter 1 year ago
  gingerBill d50a844720 Replace `mem` with `runtime` in `core:slice` 2 years ago
  gingerBill 9371325246 Fix typo 2 years ago
  gingerBill 600c97cc0f Add missing `Allocator_Error` and `@(require_results)` to many procedures 2 years ago
  gingerBill db8b2e69dd Fix `slice.reverse` 2 years ago
  Andrea Piseri 191223bb3c Fix non-generic cast in core:slice.rotate_left 2 years ago
  Andrea Piseri 385d2a143c Fix `core:slice.rotate_left` 2 years ago
  gingerBill c4d19dfa92 Use `uint` instead of `int` to improve code generation for bounds checking 2 years ago
  gingerBill c056a0d108 Add `slice.enumerated_array` 2 years ago
  gingerBill 2908923db9 Fix #1972 3 years ago
  Jeroen van Rijn 9f413862e9 Add `strings.prefix_length` & `slice.prefix_length` 3 years ago
  Tetralux 7428e52264 Duplicate some basic slice procedures from core:mem into core:slice 3 years ago
  gingerBill 29e660b16f Add more things to `package slice` 3 years ago
  gingerBill 14a17fb36f Add `slice.stable_sort*` procedures 3 years ago
  Andrea Piseri 92e70b9a58 use multipointers instead of simple pointers 3 years ago
  Andrea Piseri 822da9d12d Merge branch 'master' into slice_scanner 3 years ago
  gingerBill dbf42d2469 make `slice.as_ptr` return `[^]E` 3 years ago
  Andrea Piseri 5d80e24224 Add slice/scanner proc 3 years ago
  Tetralux e2b36c4004 Rename slice.to_dynamic to slice.clone_to_dynamic 3 years ago
  Michael Kutowski 4439d59105 add builtin. 3 years ago
  gingerBill 9e754cb0f1 Add `slice.swap_between` 3 years ago
  gingerBill 344abf2cb2 Make core and vendor adhere to `-vet`, `-strict-style`, and `-disallow-do` 4 years ago
  gingerBill 251da264ed Remove unneeded semicolons from the core library 4 years ago
  gingerBill f0437a4242 Enforce `core:builtin` and `core:intrinsics` for imports 4 years ago
  gingerBill 6afc28f827 Use builtin.min and builtin.max in package slice 4 years ago
  gingerBill 7acbf8b7b9 Add `slice.min` and add `slice.max` 4 years ago
  gingerBill d602709133 Fix typo 4 years ago