index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibDiff
Age
Commit message (
Expand
)
Author
2022-12-06
Everywhere: Rename to_{string => deprecated_string}() where applicable
Linus Groh
2022-12-06
AK+Everywhere: Rename String to DeprecatedString
Linus Groh
2022-11-01
Everywhere: Explicitly link all binaries against the LibC target
Tim Schumacher
2022-10-24
AK+Everywhere: Turn bool keep_empty to an enum in split* functions
demostanis
2022-04-01
Everywhere: Run clang-format
Idan Horowitz
2022-03-08
LibDiff: Generate hunks for new/deleted files
Daniel Bertalan
2022-02-09
LibDiff: Flush leftover hunks at the end
Itamar
2021-12-31
LibDiff: Fix error when parsing a 'new' hunk location
Conor Byrne
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