summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-02-13AK+Kernel: Rename try_make_weak_ptr to make_weak_ptr_if_nonnullIdan Horowitz
2022-02-13LibSQL: Convert binary SQL operations to be fallibleTimothy Flynn
2022-02-13LibSQL: Short-circuit single-element tuple comparisonsTimothy Flynn
2022-02-13LibSQL: Implement converting float and tuple values to a booleanTimothy Flynn
2022-02-13LibSQL: Use absolute value when comparing against floating point epsilonTimothy Flynn
2022-02-13LibSQL: Return a not-yet-implemented error for unimplemented expressionsTimothy Flynn
2022-02-13Base: Restart the SQL server if it crashesTimothy Flynn
2022-02-13Userland/Applets: Use default constructors/destructorsLenny Maiorani
2022-02-13LibJS: Add spec comments to ArrayBuffer.prototype.byteLengthJamie Mansfield
2022-02-13LibJS: Add spec comments to ArrayBuffer.prototype.sliceJamie Mansfield
2022-02-13LibGfx: Allow changing the default font pathFiliph Sandström
2022-02-13Base+HexEditor: Add iconselectrikmilk
2022-02-13Base+Calculator: Add iconselectrikmilk
2022-02-13Base: Flip elephant's feet around in PHP file iconelectrikmilk
2022-02-13Base: Add C file type iconelectrikmilk
2022-02-14Base: Add Spreadsheet alias to shellrcu9g
2022-02-13Magnifier: Add missing iconselectrikmilk
2022-02-13Kernel: Expose maximum argument limit in sysconfAndrew Kaster
2022-02-13Kernel/VFS: Add FIXMEs about error codes leaking data from veiled pathsMax Wipfli
2022-02-13Tests: Add test for LibC mkdir()Max Wipfli
2022-02-13Kernel/VFS: Validate paths against process veil in mkdir()Max Wipfli
2022-02-13Kernel/VFS: Clear out_parent if path is veiledMax Wipfli
2022-02-13LibCore: Add Darwin anon_create supportFiliph Sandström
2022-02-13LibWeb: Update TestHTMLTokenizer's expected token hashTimothy Flynn
2022-02-13LibTLS: Add SHA-384 as supported certificate signing algorithmJoaquim Monteiro
2022-02-13Toolchain: Fix QEMU build with latest gcc by disabling `-fcf-protection`Brian Gianforcaro
2022-02-13Ports: Update the citron patches after upstreaming a fewAli Mohammad Pur
2022-02-13Revert "LibJS: Get rid of unnecessary work from canonical_numeric_index_string"Andreas Kling
2022-02-13LibWeb: Fix off-by-one in HTMLTokenizer::restore_to()MacDue
2022-02-13Tests: Wrap test-bytecode-js source in an IIFEAli Mohammad Pur
2022-02-13LibJS: More properly implement scoping rules in bytecode codegenAli Mohammad Pur
2022-02-13LibJS: Implement ClassExpression::generate_bytecode()Ali Mohammad Pur
2022-02-13LibJS: Make ASTNode::generate_bytecode() fallibleAli Mohammad Pur
2022-02-13LibJS: Don't emit a LeaveUnwindContext after a successful handlerAli Mohammad Pur
2022-02-13LibJS: Implement the NewClass opcodeAli Mohammad Pur
2022-02-13LibJS/Tests: Rename snake_case identifiers in string-basic.jsLinus Groh
2022-02-13LibJS: Correct receiver value in GetValue's [[Get]] callLinus Groh
2022-02-13LibJS: Add spec comments to more Reference AOsLinus Groh
2022-02-13LibJS+LibLine: Run clang-formatAndreas Kling
2022-02-13LibJS: Always inline Lexer::current_code_point()Andreas Kling
2022-02-13LibJS: Make more use of Token::flystring_value()Andreas Kling
2022-02-13LibJS: Add Token::flystring_value() to produce FlyString directlyAndreas Kling
2022-02-13LibJS: Add fast_is<T>() for things that were hot in RTTIAndreas Kling
2022-02-13LibJS: Make Parser::ScopePusher::has_declaration() take FlyStringAndreas Kling
2022-02-13LibJS: Add ASCII fast path to Lexer::current_code_point()Andreas Kling
2022-02-13AK: Use ByteBuffer::append(u8) in StringBuilder single-char appendAndreas Kling
2022-02-13AK: Don't call memcpy() in ByteBuffer::append(u8)Andreas Kling
2022-02-13LibJS: Stop eagerly creating the backing store for IndexedPropertiesAnonymous
2022-02-13LibJS: Avoid unnecessary ToObject conversion when resolving referencesAnonymous
2022-02-13LibJS: Get rid of unnecessary work from canonical_numeric_index_stringAnonymous