index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
AK
Age
Commit message (
Expand
)
Author
2021-07-04
AK+LibIPC: Make all enums codable
Timothy
2021-07-04
AK: Destroy original value when assigning to Variant
Daniel Bertalan
2021-07-04
AK: Use conditionally trivial special member functions
Daniel Bertalan
2021-07-04
AK: Add type traits describing supported operations
Daniel Bertalan
2021-07-03
AK: Make smart pointer factories work with aggregates
Daniel Bertalan
2021-07-03
Everywhere: Fix some alignment issues
Daniel Bertalan
2021-07-03
AK: Make `(Nonnull)OwnPtr` work with abstract classes
Daniel Bertalan
2021-07-02
AK: Implement String::find_any_of() and StringView::find_any_of()
Max Wipfli
2021-07-02
AK: Add input bounds checking to String::substring()
Max Wipfli
2021-07-02
AK: Add String::find_last() and inline String::find() methods
Max Wipfli
2021-07-02
AK: Implement StringView::find_all()
Max Wipfli
2021-07-02
AK+Everywhere: Remove StringView::find_{first,last}_of(char) methods
Max Wipfli
2021-07-02
AK: Reimplement StringView::find methods in StringUtils
Max Wipfli
2021-07-02
AK: Implement StringView::to_{lower,upper}case_string
Max Wipfli
2021-07-02
AK: Support long doubles in format strings
Hediadyoin1
2021-07-01
AK: Annotate more AK::Span methods as nodiscard
Brian Gianforcaro
2021-06-30
Kernel: Don't compile JsonValue & friends into the kernel
Andreas Kling
2021-06-30
AK: Use canonicalized_path in LexicalPath::relative_path
Max Wipfli
2021-06-30
AK: Add [[nodiscard]] to LexicalPath methods construction objects
Max Wipfli
2021-06-30
AK: Move path canonicalization into LexicalPath::canonicalized_path
Max Wipfli
2021-06-30
AK+Everywhere: Remove "null state" of LexicalPath
Max Wipfli
2021-06-30
AK: Make LexicalPath immutable
Max Wipfli
2021-06-30
AK+Everywhere: Use mostly StringView in LexicalPath
Max Wipfli
2021-06-30
AK+Everywhere: Add and use static APIs for LexicalPath
Max Wipfli
2021-06-30
AK: Remove the LexicalPath::is_valid() API
Max Wipfli
2021-06-30
AK: Use east const style in LexicalPath.{cpp,h}
Max Wipfli
2021-06-29
Kernel+AK: Don't compile JSON parser into the kernel
Andreas Kling
2021-06-29
AK: Add RETURNS_NONNULL attribute and use it
Daniel Bertalan
2021-06-29
AK: Ensure StringBuilder capacity in String::reverse
Idan Horowitz
2021-06-29
AK: Add the to_ascii_base36_digit helper method
Idan Horowitz
2021-06-29
AK: Use [[nodiscard]] in JsonObject and JsonArray
Max Wipfli
2021-06-29
AK+Spreadsheet+LibWeb: Remove JsonObject::get_or()
Max Wipfli
2021-06-29
AK: Add JsonObject::has_* methods
Max Wipfli
2021-06-29
AK+Everywhere: Change int to size_t in JsonObject and JsonArray
Max Wipfli
2021-06-29
AK: Return const& from JsonObject::get()
Max Wipfli
2021-06-29
AK: Use OrderedHashMap in JsonObject
Max Wipfli
2021-06-29
AK: Make JsonValue::as_string_or() const
Max Wipfli
2021-06-29
AK: Use east const style in Json{Array,Object}.h
Max Wipfli
2021-06-29
AK: Store the 'extra' field of ScopeLogger as String
Itamar
2021-06-29
AK: Don't colorize the 'extra' field of ScopeLogger in dbgln()
Itamar
2021-06-28
Kernel: Fix memset() on x86_64
Gunnar Beutner
2021-06-28
AK: Add and use the RemoveCVReference<T> type trait
Ali Mohammad Pur
2021-06-27
AK: Make the constexpr StringView methods actually constexpr
Ali Mohammad Pur
2021-06-27
AK: Add explicit Variant conversion operators
Ali Mohammad Pur
2021-06-26
AK: Undo bogus Variant::downcast() rename
Andreas Kling
2021-06-25
AK: Add NOTE about VERIFY in Function::clear
Itamar
2021-06-25
AK: Add big endian bit reading to InputBitStream
kleines Filmröllchen
2021-06-25
Toolchain: Add the AFLACLOADER_DEBUG macro
kleines Filmröllchen
2021-06-24
AK: Rename downcast<T> => verify_cast<T>
Andreas Kling
2021-06-24
LibCore+AK: Use proper atomics in `Singleton`
Daniel Bertalan
[next]