Age | Commit message (Expand) | Author |
---|---|---|
2021-11-11 | Everywhere: Pass AK::StringView by value | Andreas Kling |
2021-11-10 | AK+Everywhere: Stop including Vector.h from StringView.h | Andreas Kling |
2021-09-24 | LibDiff: Coalesce adjacent changes into the same Hunk | Mustafa Quraish |
2021-09-24 | LibDiff: Perform diffing-algorithm in reverse order | Mustafa Quraish |
2021-09-17 | LibDiff: Add new API to generate hunks from two pieces of text | Mustafa Quraish |
2021-05-24 | AK+Everywhere: Consolidate String::index_of() and String::find() | Andreas Kling |
2021-05-07 | LibDiff: Convert StringBuilder::appendf() => AK::Format | Andreas Kling |
2021-04-22 | Everything: Move to SPDX license identifiers in all files. | Brian Gianforcaro |
2021-02-23 | Everywhere: Rename ASSERT => VERIFY | Andreas Kling |
2021-01-25 | Everywhere: Debug macros instead of constexpr. | asynts |
2021-01-22 | Everywhere: Replace a bundle of dbg with dbgln. | asynts |
2021-01-12 | Libraries: Move to Userland/Libraries/ | Andreas Kling |