História revízii

Autor SHA1 Správa Dátum
  Pix 2ab5eb7213 Strings makes added caller function 2 rokov pred
  gingerBill 3dec55f009 Replace `x in &y` Use `&v in y` syntax through core & vendor for `switch`/`for` statements 2 rokov pred
  gingerBill 0c3522133d Fix indentation 2 rokov pred
  Jon Lipstate 67fa5df89c fix typo, add builder sample 2 rokov pred
  Lucas Perlind e0d9092df8 Document return values of strings and add allocator errors where 2 rokov pred
  Jon Lipstate 0f1c5b3891 correct errors 2 rokov pred
  Lucas Perlind 67e6f57192 Small improvements strings documentation 2 rokov pred
  Lucas Perlind 6ff0cc0b40 Enforce example names in documentation 2 rokov pred
  Lucas Perlind 84d8798ad3 Fix website formatting and incorrect examples 2 rokov pred
  Jon Lipstate bbafc3fbd6 harmonize to use null for c-string endings 2 rokov pred
  Jon Lipstate 194fa7cd98 rename nul to null, allocation clarifications 2 rokov pred
  Jon Lipstate 6dce07790a add backticks on variables, code review comments 2 rokov pred
  Jon Lipstate 203ae32b79 pr pickups 2 rokov pred
  Jon Lipstate 7de67f8c1b markdown compliant spaces 2 rokov pred
  Jon Lipstate f5d66bcb6f transform into odin-site parsable format 2 rokov pred
  Jon Lipstate bf82c40964 string code docs 2 rokov pred
  gingerBill 74fb74d9cb Keep `-vet` happy 2 rokov pred
  gingerBill 97d7e295dd Fix to `split_multi_iterator` 2 rokov pred
  gingerBill 0727e91aeb Simplify the implementation of `strings.split_multi`; add `strings.index_multi` 2 rokov pred
  gingerBill 133af6f826 Remove `delete` with wrong allocator 2 rokov pred
  gingerBill 986cba584e Add `runtime.DEFAULT_TEMP_ALLOCATOR_TEMP_GUARD` where appropriate 2 rokov pred
  gingerBill c4d19dfa92 Use `uint` instead of `int` to improve code generation for bounds checking 2 rokov pred
  Adam Rasburn 0f036eebc0 doc fix for strings.last_index_any 3 rokov pred
  Ricardo Silva 2239e43faf Fix strings.*_justify 3 rokov pred
  gingerBill c90b7c38f1 Rename strings.Builder procedures to be consistent with the rest of the core library 3 rokov pred
  Jeroen van Rijn 6f1222e9bf Update `strings.prefix_length` to handle partial UTF-8 runes. 3 rokov pred
  Jeroen van Rijn 9f413862e9 Add `strings.prefix_length` & `slice.prefix_length` 3 rokov pred
  gingerBill ccb38c3dc6 Add _safe versions 3 rokov pred
  hikari f026753692 strings: levenshtein_distance: remove `do` 3 rokov pred
  hikari 71b1cce517 strings: levenshtein_distance: 64 is actually faster than 256 3 rokov pred