summaryrefslogtreecommitdiff
path: root/Userland/Libraries
AgeCommit message (Expand)Author
2021-06-24AK: Rename downcast<T> => verify_cast<T>Andreas Kling
2021-06-24LibJS: Rename ExecutionContext::callee => functionAndreas Kling
2021-06-24LibJS: Rename CallFrame => ExecutionContextAndreas Kling
2021-06-24LibVT: Only resize the line after all rewrapping is doneAli Mohammad Pur
2021-06-24LibCore+AK: Use proper atomics in `Singleton`Daniel Bertalan
2021-06-24LibGfx: Don't `constexpr` functions returning StringsDaniel Bertalan
2021-06-24Userland: Disambiguate dependent typesDaniel Bertalan
2021-06-24LibJS: Fix clang-tidy warnings in AST.hAndreas Kling
2021-06-24LibJS: Don't use m_ prefix for argument name in ScriptFunctionAndreas Kling
2021-06-24LibJS: Remove unused DeclarativeEnvironmentRecord::type()Andreas Kling
2021-06-24LibJS: Add ObjectEnvironmentRecord.[[IsWithEnvironment]] fieldAndreas Kling
2021-06-24LibCards: Support non-alternating colour patience gamesJamie Mansfield
2021-06-24LibSymbolication: Fix incorrect argument type for symbolicate()Gunnar Beutner
2021-06-24Userland: Add more TODO()s for arch-specific codeGunnar Beutner
2021-06-24Userland: Remove dummy IPC methodsGunnar Beutner
2021-06-24 LibELF: Fix missing includeHendiadyoin1
2021-06-24LibSQL: Make lexer and parser more standard SQL compliantJan de Visser
2021-06-24LibSQL: Move Lexer and Parser machinery to AST directoryJan de Visser
2021-06-23HackStudio: Make TODO entries clickableFederico Guerinoni
2021-06-23LibCpp: Add function for retrieving TODO comments from the parserFederico Guerinoni
2021-06-23LibVT: Rewrap the terminal history along with the normal bufferAli Mohammad Pur
2021-06-23LibLine: Recalculate the origin on resizeAli Mohammad Pur
2021-06-23LibVT+Terminal: Implement line wrappingAli Mohammad Pur
2021-06-23LibVT: Keep track of the 'true' line endingsAli Mohammad Pur
2021-06-23LibTextCodec: Add Turkish (aka ISO-8859-9, Windows-1254) encodingAatos Majava
2021-06-23LibVT: Don't crash when clicking outside of the terminal's buffer areaGunnar Beutner
2021-06-23LibJS: Make AggregateError inherit from ErrorLinus Groh
2021-06-23LibJS: Fix AggregateError's class_name()Linus Groh
2021-06-23LibJS: Add spec links to a bunch of the environment record methodsAndreas Kling
2021-06-23LibJS: Remove no-longer-needed environment record shapeAndreas Kling
2021-06-23LibJS: Make EnvironmentRecord inherit directly from CellAndreas Kling
2021-06-23LibJS: Add EnvironmentRecord::global_object()Andreas Kling
2021-06-23LibJS: Start implementing spec-compliant variable bindingsAndreas Kling
2021-06-23LibJS: Correct behaviour of direct vs. indirect evalAnonymous
2021-06-22LibGfx: Fix drawing rounded corners when using display scalingGunnar Beutner
2021-06-22LibChess: Compact the Defenitions of various chess related typesPeter Elliott
2021-06-22LibChess: Only save hash of board state for repetition checkingPeter Elliott
2021-06-22LibJS: Remove direct argument loading since it was buggyAndreas Kling
2021-06-22LibJS: Make GlobalEnvironmentRecord forward to the right functionAndreas Kling
2021-06-22LibJS: Make string to integer parsing for properties more strictdavidot
2021-06-22LibJS: Add HasProperty to TypedArraydavidot
2021-06-22LibJS: Fix this_value in native setters and gettersdavidot
2021-06-22LibJS: Fix small issues in Array.prototype.concatdavidot
2021-06-22LibJS: Fix a number of regressions in the test262 testsdavidot
2021-06-22LibJS: Make put_own_property_by_index closer to specdavidot
2021-06-22LibJS: Use Set/CreateDataPropertyOrThrow in Array.prototype as in specdavidot
2021-06-22LibJS: Make define_property always throw if specifieddavidot
2021-06-22LibJS: Use the new force_throw_exception in delete_propertydavidot
2021-06-22LibJS: Add parameter to delete_property since we need DeleteOrThrowdavidot
2021-06-22LibJS: Return non-object argument unaltered from Object.setPrototypeOf()Linus Groh