Age | Commit message (Expand) | Author |
2020-09-08 | AK: Remove FixedArray class. | asynts |
2020-08-16 | AK: HashTable add a constructor that allows preallocation of capacity + Use i... | Muhammad Zahalqa |
2020-08-03 | CppLexer: Actually give raw strings type RawString | Nico Weber |
2020-07-27 | CppLexer: Support raw string literals | Nico Weber |
2020-07-27 | CppLexer: Support L, u, u8, U prefixes on string and char literals | Nico Weber |
2020-07-27 | CppLexer: Correctly highlight hex escapes in string and char literals | Nico Weber |
2020-07-27 | CppLexer: Support \U escapes in addition to \u escapes | Nico Weber |
2020-07-27 | CppLexer: Add token types for "::", "::*", ".*", "->*" | Nico Weber |
2020-07-27 | CppLexer: Add token types for ".", "->" | Nico Weber |
2020-07-27 | CppLexer: Add token types for "!", "!=", "~", "?", ":" | Nico Weber |
2020-07-27 | CppLexer: Add token types for "^", "^=" | Nico Weber |
2020-07-27 | CppLexer: Add token types for "++", "--" | Nico Weber |
2020-07-27 | CppLexer: Add token types for "&", "&&", "&=", "|", "||", "|=" | Nico Weber |
2020-07-27 | CppLexer: Add token types for ">", ">=", ">>", ">>=" | Nico Weber |
2020-07-27 | CppLexer: Add token types for "<", "<=", "<<", "<<=", "<>" | Nico Weber |
2020-07-26 | CppLexer: Add token types for "+", "+=", "-", "-=", "=", "==", "/", "/=" | Nico Weber |
2020-07-26 | CppLexer: Add token type for "*=" | Nico Weber |
2020-04-04 | LibGUI: Fix CppLexer assertion on incomplete #include statements | Andreas Kling |
2020-03-12 | LibGUI: Parse #include statements separately | Oriko |
2020-03-11 | LibGUI: Highlight various number literals | Oriko |
2020-03-11 | LibGUI: Syntax highlight string escape sequences | Oriko |
2020-02-07 | LibGUI+HackStudio: Move syntax highlighting from HackStudio to LibGUI | Andreas Kling |