summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-10-20Checked: constexpr supportLenny Maiorani
2020-10-20Checked: Use default compiler-generated functionsLenny Maiorani
2020-10-20Build: Modify various parts to allow the build to succeed on FreeBSDLaurent Cimon
2020-10-20LibJS: Speed up IndexedPropertyIterator by computing non-empty indicesLinus Groh
2020-10-20LibX86: clang-formatAndreas Kling
2020-10-19LibX86: malloc a bit lessNico Weber
2020-10-19Toolchain: Set CACHED_TOOLCHAIN_ARCHIVE after computing hashLinus Groh
2020-10-19Profiler: Implement "Top functions" feature like Instruments.app hasAndreas Kling
2020-10-19LibJS: Unprefixed octal numbers are a syntax error in strict modeLinus Groh
2020-10-19Toolchain: Remove cached archive and rebuild if extracting failsLinus Groh
2020-10-19LibJS: Don't parse arrow function with newline between ) and =>Linus Groh
2020-10-19LibJS: Share parameter parsing between regular and arrow functionsLinus Groh
2020-10-19LibJS: Fix dump() indentation of UpdateExpression with suffix operatorLinus Groh
2020-10-19LibJS: Multiple 'default' clauses in switch statement are a syntax errorLinus Groh
2020-10-19Base: Update test-js(1) man pageLinus Groh
2020-10-19test-js: Support test262 parser testsLinus Groh
2020-10-19test-js: Exit with 1 if any test failedLinus Groh
2020-10-19test-js: Include skipped tests in total test countLinus Groh
2020-10-19test-js: Add argument for explicit test root directoryLinus Groh
2020-10-18Documentation: Remove outdated comment about global git identityAndreas Kling
2020-10-18Documentation: Remove "flock" from dependenciesAndreas Kling
2020-10-18LibJS: Handle continue in switch statement unwindingLinus Groh
2020-10-18LibJS: Handle return value in switch statement unwindingLinus Groh
2020-10-18LibJS: Fix parsing of invalid numeric literalsStephan Unverwerth
2020-10-18AK: Reduce memory writes in HashTable destructorDano Perniš
2020-10-18AK: Implement HashTable assignment in terms of swapDano Perniš
2020-10-18AK: Provide swap() for HashTableDano Perniš
2020-10-18Kernel: Unbreak /proc/interrupts when running with APICAndreas Kling
2020-10-18Kernel: Tweak strange PAGE_ROUND_UP(1) in APIC codeAndreas Kling
2020-10-18LibWeb: Dispatch "load" on document and windowAndreas Kling
2020-10-18LibWeb: Dispatch "load" event on script elementsAndreas Kling
2020-10-18LibWeb: Make DOM::Window into an EventTargetAndreas Kling
2020-10-17LibJS: Use allocate_without_global_object for allocating ShapesAndreas Kling
2020-10-17LibJS: Avoid creating temporary Strings to look up tokens while lexingAndreas Kling
2020-10-17LibJS: Prebake the empty object ({}) with a prototypeAndreas Kling
2020-10-17CircularQueue: Ensure constructor does not construct any valuesLenny Maiorani
2020-10-17LibCore: Use new format functions in some places.asynts
2020-10-17LibChess: Use new format functions.asynts
2020-10-17LibAudio: Use new format functions.asynts
2020-10-17Games: Use new format functions.asynts
2020-10-17LibCore: Add formatter for Object.asynts
2020-10-17AK: Add formatters for NonnullOwnPtr and WeakPtr.asynts
2020-10-17AK+Format: Add outln(FILE*, ...) overload.asynts
2020-10-17BinarySearch: constexpr supportLenny Maiorani
2020-10-17ntpquery: Add some more validation of the response headerNico Weber
2020-10-17ntpquery: For stratum 1 servers, print reference ID in ASCII with -vNico Weber
2020-10-17LibCore: Make Object::m_all_objects_list_node privateNico Weber
2020-10-17ntpquery: Add a comment listing a few more NTP serversNico Weber
2020-10-17ntpquery: Don't leak local time, and check origin time in replyNico Weber
2020-10-17ntpquery: Make a few variable names more descriptiveNico Weber