index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
2022-12-14
LibJS: Remove Object(Object& prototype) footgun
Andreas Kling
2022-12-14
LibJS: Don't "copy construct" temporary value in ThrowCompletionOr ctor
Andreas Kling
2022-12-14
Presenter: Provide default text styles to text objects
Arda Cinar
2022-12-14
Presenter: Fix a crash in loading untitled presentations
Arda Cinar
2022-12-14
LibCore: Protect Core::Group against null group::gr_mem members
Timothy Flynn
2022-12-14
LibCore: Define and use a fallible, OS-independent getgrent(_r) wrapper
Timothy Flynn
2022-12-14
LibCore: Define and use a fallible, OS-independent getpwent(_r) wrapper
Timothy Flynn
2022-12-14
AK: Bring back the AK_DONT_REPLACE_STD #define
Ali Mohammad Pur
2022-12-14
CMake: Pass NO_POLICY_SCOPE to options cmake helpers
Andrew Kaster
2022-12-14
Everywhere: Stop shoving things into ::std and mentioning them as such
Ali Mohammad Pur
2022-12-14
AK: Make Types.h not export its functions if !USING_AK_GLOBALLY
Ali Mohammad Pur
2022-12-14
LibJS: Convert WrappedFunction::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert WeakSet::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert WeakRef::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert WeakMap::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert TypedArray::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert SymbolObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert StringObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert StringIterator::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert SetIterator::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Set::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert RegExpStringIterator::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert RegExpObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Realm::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert ProxyObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert PromiseResolvingFunction::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert PromiseFooElementFunction::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert PromiseReaction::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Promise::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Object::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert NumberObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert NativeFunction::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert MapIterator::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Map::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Intrinsics::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Intl::Segments::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Intl::SegmentIterator::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Intl::NumberFormatFunction::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Intl::Locale::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Intl::DateTimeFormatFunction::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Intl::CollatorCompareFunction::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert GeneratorObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Error::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert ECMAScriptFunctionObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert Date::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert DataView::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert BoundFunction::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert BooleanObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert BigIntObject::create() to NonnullGCPtr
Linus Groh
2022-12-14
LibJS: Convert AsyncFromSyncIterator::create() to NonnullGCPtr
Linus Groh
[next]