提交歷史

作者 SHA1 備註 提交日期
  Adam Scott 0844d4b11f Fix `FileAccess::create_temp()` not using `FileAccess::ModeFlags` 1 月之前
  Raul Santos 8355286fc7 Remove underscore from parameter name in `FileAccess::set_extended_attribute_string` 1 月之前
  Pāvels Nadtočajevs d454e1a1e0 [FileAccess] Implement support for reading and writing extended file attributes/alternate data streams. 1 年之前
  Thaddeus Crews 5935a32e32 Core: Cleanup headers in `core/config` 3 月之前
  Lukas Tenbrink 1db0a60dc0 Replace `std::size` usage with `std_size` to avoid `<iterator>` include. 3 月之前
  Lukas Tenbrink c993db9688 Add `reserve_exact` to `CowData` and `Vector`. 4 月之前
  Thaddeus Crews f6fc2f4a08 Core: Remove `skip_cr` argument from `String` 4 月之前
  Muller-Castro be68ff8cea Fix FileAccess::create_temp() default args error 5 月之前
  Pāvels Nadtočajevs 42733a2a5c Implement sparse bundle PCK support. 11 月之前
  Rémi Verschelde 94d7a54fea Merge pull request #107402 from mihe/lsp-uid-bug 7 月之前
  Mikael Hermansson d160d71796 Stop `FileAccess::fix_path` from emitting errors for invalid UIDs 7 月之前
  Lukas Tenbrink b13a0e1834 Rename `String::resize` to `resize_uninitialized`, to better communicate to callers that new characters must be initialized. 8 月之前
  Aaron Franke f6f1df7d73 Add 64-bit versions of core power of 2 functions 8 月之前
  kobewi 5af4bef46f Inline static variables (part 1) 9 月之前
  A Thousand Ships 889410dcda Add `String::replace_char(s)` methods for performance and convenience 1 年之前
  Pāvels Nadtočajevs bd98aad3fa Remove misleading and incorrect notes about endianness. Fix FileAccess and StreamPeer not doing what name suggests. 9 月之前
  Thaddeus Crews 5edb235018 CI: Bump various pre-commit hooks 10 月之前
  Kiro 23129a66ed Replace append_utfx with direct String::utfx 10 月之前
  Lukas Tenbrink ffa6ef220b Use `append_` instead of `parse_` for `String` methods. 10 月之前
  Thaddeus Crews e9e4760335 Merge pull request #83538 from bruvzg/size_and_at 10 月之前
  A Thousand Ships 331a43a9d8 Add `String::remove_char(s)` methods for performance and convenience 1 年之前
  bruvzg 85d3be8070 [FileAccess] Implement `get_size` and `get_access_time` methods. 2 年之前
  Lukas Tenbrink e34f1f504c Use `std::size` instead of `sizeof(a) / sizeof(a[0])` pattern throughout the codebase. 11 月之前
  Pāvels Nadtočajevs e6e108d091 Implement `get_length()` for pipes. 1 年之前
  HP van Braam 240f510fa7 Core ubsan fixes 1 年之前
  Lukas Tenbrink b5c31ebb41 Add contains_char() for single-character 'contains' calls. 1 年之前
  Thaddeus Crews 1719f8ed3d Merge pull request #99834 from kiroxas/passLengthToParseUTF8 1 年之前
  Thaddeus Crews 156bc92282 Merge pull request #98397 from adamscott/add-tmp-support 1 年之前
  Adam Scott 1b3e483899 Add file and dir temporary utilities 1 年之前
  Kiro 83d4bde0a2 When calling code has length of string, pass it to parse_utf8 1 年之前