Commit History

Author SHA1 Message Date
  Laytan Laats 3a0df80066 correct newly found vets 1 year ago
  Walther Chen 031b0cc534 fix strings.last_index_any for single char 1 year ago
  flysand7 2e1b2dc3ba strings: Fix up documentation of split_n 1 year ago
  Pix 2ab5eb7213 Strings makes added caller function 2 years ago
  gingerBill 3dec55f009 Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`for` statements 2 years ago
  gingerBill 0c3522133d Fix indentation 2 years ago
  Jon Lipstate 67fa5df89c fix typo, add builder sample 2 years ago
  Lucas Perlind e0d9092df8 Document return values of strings and add allocator errors where 2 years ago
  Jon Lipstate 0f1c5b3891 correct errors 2 years ago
  Lucas Perlind 67e6f57192 Small improvements strings documentation 2 years ago
  Lucas Perlind 6ff0cc0b40 Enforce example names in documentation 2 years ago
  Lucas Perlind 84d8798ad3 Fix website formatting and incorrect examples 2 years ago
  Jon Lipstate bbafc3fbd6 harmonize to use null for c-string endings 2 years ago
  Jon Lipstate 194fa7cd98 rename nul to null, allocation clarifications 2 years ago
  Jon Lipstate 6dce07790a add backticks on variables, code review comments 2 years ago
  Jon Lipstate 203ae32b79 pr pickups 2 years ago
  Jon Lipstate 7de67f8c1b markdown compliant spaces 2 years ago
  Jon Lipstate f5d66bcb6f transform into odin-site parsable format 2 years ago
  Jon Lipstate bf82c40964 string code docs 2 years ago
  gingerBill 74fb74d9cb Keep `-vet` happy 2 years ago
  gingerBill 97d7e295dd Fix to `split_multi_iterator` 2 years ago
  gingerBill 0727e91aeb Simplify the implementation of `strings.split_multi`; add `strings.index_multi` 2 years ago
  gingerBill 133af6f826 Remove `delete` with wrong allocator 2 years ago
  gingerBill 986cba584e Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriate 2 years ago
  gingerBill c4d19dfa92 Use `uint` instead of `int` to improve code generation for bounds checking 2 years ago
  Adam Rasburn 0f036eebc0 doc fix for strings.last_index_any 3 years ago
  Ricardo Silva 2239e43faf Fix strings.*_justify 3 years ago
  gingerBill c90b7c38f1 Rename strings.Builder procedures to be consistent with the rest of the core library 3 years ago
  Jeroen van Rijn 6f1222e9bf Update `strings.prefix_length` to handle partial UTF-8 runes. 3 years ago
  Jeroen van Rijn 9f413862e9 Add `strings.prefix_length` & `slice.prefix_length` 3 years ago