Historique des commits

Auteur SHA1 Message Date
  Fabio Alessandrelli 65ce1360b4 network: Normalize IP parsing, fix IPv6, tests il y a 3 semaines
  Pāvels Nadtočajevs 6c6c184c32 [Unix] Remove leading `..` from absolute paths and apply `simplify_path` to Unix current directory path. il y a 1 mois
  Pāvels Nadtočajevs a9ef3e5804 Fix duplicate minus in print output. il y a 4 mois
  Yarvin 364e98afc5 Fix String::rfindn for strings with only one character. il y a 2 mois
  Lukas Tenbrink 43a8009a56 Clean up String::find to remove duplicate code, and speed up comparison with `memcmp` where possible. il y a 4 mois
  Lukas Tenbrink d7f5c13db8 Add `Span` equality (`==` and `!=`) operators. il y a 2 mois
  Thaddeus Crews 20430236e7 Merge pull request #107999 from timothyqiu/translation-cleanup il y a 3 mois
  Lukas Tenbrink 839e0358b3 Assert that `dictionary.h` does not include `String`, and that neither of the fundamental containers include `Object`. il y a 3 mois
  Lukas Tenbrink dc5e615a1d Remove `Array` include from `dictionary.h` and `ustring.h`. il y a 3 mois
  Lukas Tenbrink 712bc99668 Add `STATIC_ASSERT_INCOMPLETE_TYPE` to enforce include minimality. il y a 7 mois
  Thaddeus Crews 62933b683e Merge pull request #105928 from Ivorforce/cowdata-reserve-capacity il y a 4 mois
  Thaddeus Crews f6fc2f4a08 Core: Remove `skip_cr` argument from `String` il y a 4 mois
  Lukas Tenbrink 1bf821c1e1 Store current capacity in `CowData` buffers, and rewrite most of it. il y a 9 mois
  Thaddeus Crews 40bd86819b Merge pull request #104332 from ColinSORourke/FindSeq il y a 4 mois
  Thaddeus Crews 8eeef165d4 Merge pull request #104781 from Ivorforce/string-encode-complete il y a 4 mois
  Lukas Tenbrink a916325e6a Use `Span` for `String.sprintf`, to accelerate `vformat` not needing to allocate an `Array`. il y a 10 mois
  Lukas Tenbrink d1fd42bf3c Expose `copy_from_unchecked` as `append_utf32_unchecked` and `String::utf32_unchecked` in `String` for high performance string copies. Expose `append_wstring` and `String::wstring` for platform strings. il y a 10 mois
  Haoyu Qiu 3f03260a21 Cleanup editor translation related methods il y a 7 mois
  Colin O'Rourke 03d32c68a9 Added Find Sequence to Spans il y a 10 mois
  Lukas Tenbrink 0d700e53f3 Check for `NUL` characters in string parsing functions. il y a 4 mois
  Thaddeus Crews 8de08c7c21 Merge pull request #107646 from stuartcarnie/string_append_utf8_bug il y a 7 mois
  Thaddeus Crews d4fa7e15ed Merge pull request #106919 from kitbdev/fix-codeedit-hover-word-lookup il y a 7 mois
  Stuart Carnie 4b3800582e Core: Fix invalid resize after appending il y a 7 mois
  Lukas Tenbrink b13a0e1834 Rename `String::resize` to `resize_uninitialized`, to better communicate to callers that new characters must be initialized. il y a 8 mois
  Lukas Tenbrink 70672ef008 Optimize `String::get_data`, `length` and `is_empty` by making better assumptions and inlining. il y a 8 mois
  kit ebf71cd4f3 Fix CodeEdit hover word lookup il y a 8 mois
  Aaron Franke 15de1d6c35 Use Grisu2 algorithm in String::num_scientific to fix serializing il y a 1 an
  Lukas Tenbrink 26a6d4062d Inline `String::utf8` and `String::utf16` for their simplicity. il y a 1 an
  aaronp64 a4ba8c37c9 Reduce allocations/copies in String::format il y a 9 mois
  Thaddeus Crews 60aae6d856 Merge pull request #86653 from Mickeon/string-format-error il y a 9 mois