提交历史

作者 SHA1 备注 提交日期
  Timothy Flynn 139c575cc9 LibUnicode: Update to Unicode version 15.1.0 1 年之前
  Andreas Kling 8b936b5912 AK: Make SourceGenerator::set() infallible 1 年之前
  Sam Atkins 0d021a63c7 LibUnicode: Generate data for bidirectional character types 1 年之前
  Lucas CHOLLET 3f35ffb648 Userland: Prefer `_string` over `_short_string` 1 年之前
  Timothy Flynn b91af3c6a0 LibUnicode: Remove a few generator tracking fields that are now unused 2 年之前
  Timothy Flynn 456211932f LibUnicode: Perform code point case conversion lookups in constant time 2 年之前
  Timothy Flynn 0ee133af90 LibUnicode: Separate code point case information into its own structure 2 年之前
  Timothy Flynn a332a8ad19 LibUnicode: Prepare Unicode data generator for multistage casing tables 2 年之前
  Timothy Flynn 3fae92eea2 LibUnicode: Search code point properties sequentially at compile time 2 年之前
  Timothy Flynn 0652cc48c0 LibUnicode: Perform code point property lookups in constant time 2 年之前
  Timothy Flynn 8f1d73abde LibUnicode: Use the public CodePointRange in the code generator 2 年之前
  Timothy Flynn cb128dcf75 LibUnicode: Move the CodePointRangeComparator struct to a public header 2 年之前
  Timothy Flynn c950f88611 LibUnicode: Stop generating Block property data 2 年之前
  Ben Wiederhake 5cfa883b9f LibUnicode: Explicitly mark HashMap copy 2 年之前
  Lucas CHOLLET 8c34959b53 AK: Add the `Input` word to input-only buffered streams 2 年之前
  gustrb 5141c86587 AK: Rename CaseInsensitiveStringViewTraits to reflect intent 2 年之前
  Tim Schumacher 8032724574 CodeGenerators: Ensure that we always print the entire generated output 2 年之前
  Tim Schumacher d5871f5717 AK: Rename Stream::{read,write} to Stream::{read_some,write_some} 2 年之前
  Tim Schumacher 874c7bba28 LibCore: Remove `Stream.h` 2 年之前
  Tim Schumacher 606a3982f3 LibCore: Move Stream-based file into the `Core` namespace 2 年之前
  MacDue 63b11030f0 Everywhere: Use ReadonlySpan<T> instead of Span<T const> 2 年之前
  Tim Schumacher 8464da1439 AK: Move `Stream` and `SeekableStream` from `LibCore` 2 年之前
  Timothy Flynn 8f2589b3b0 LibUnicode: Parse and generate case folding code point data 2 年之前
  Timothy Flynn 9226cf7272 LibUnicode: Rename a special casing variable name in the UCD generator 2 年之前
  Timothy Flynn 8d9fb898d7 LibUnicode: Update out-of-date spec links 2 年之前
  Timothy Flynn b562348d31 LibUnicode: Generate simple case folding mappings for titlecase 2 年之前
  Timothy Flynn 12f6793223 LibUnicode: Move Unicode-aware case transformations to a helper file 2 年之前
  Thomas Queiroz 6debd967ba Lagom/CodeGenerators: Use HashMap::try_ensure_capacity 2 年之前
  Linus Groh 57dc179b1f Everywhere: Rename to_{string => deprecated_string}() where applicable 2 年之前
  Linus Groh 6e19ab2bbc AK+Everywhere: Rename String to DeprecatedString 2 年之前