summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-08-18LibRegex: In non-Unicode mode, parse \u{4} as a repetition patternTimothy Flynn
2021-08-18Base: Add a quote to the fortunes databaseBuggieBot
2021-08-18CI: Print on-target debug logs when the tests failTimothy Flynn
2021-08-18Kernel: Protect the Custody cache with a mutex instead of a spinlockAndreas Kling
2021-08-18LibGL: Implement `glGetIntegerv`Jesse Buhagiar
2021-08-18LibGL: Implenent `glGetBooleanv`Jesse Buhagiar
2021-08-18Documentation: Update FreeBSD prerequisitesMartin Åberg
2021-08-17LibJS/Tests: Add Temporal.Calendar.from() tests for more object typesLinus Groh
2021-08-17LibJS: Reflect Record wording editorial change in the Temporal specLinus Groh
2021-08-17LibJS: Add PlainDateTime fast path to various Calendar.prototype gettersLinus Groh
2021-08-17LibJS: Add and use newly introduced ToIntegerThrowOnInfinity Temporal AOLinus Groh
2021-08-17Meta: Add Azure DevOps badge to READMETimothy Flynn
2021-08-17CI: Remove Lagom from GitHub Actions entirelyTimothy Flynn
2021-08-17CI: Build Lagom with fuzzing on AzureTimothy Flynn
2021-08-17echo: Implement -e flagNico Weber
2021-08-17Kernel/SysFS: Prepend to the custody cache instead of appendAndrew January
2021-08-17CI: Remove nightly Clang toolchain GitHub ActionTimothy Flynn
2021-08-17CI: Build and test SerenityOS with the Clang toolchain on AzureTimothy Flynn
2021-08-17CI: Use Azure caching for Lagom buildTimothy Flynn
2021-08-17Meta: Semi-automatically detect ccache for Lagom buildsTimothy Flynn
2021-08-17Kernel: Fix compilation with ClangTimothy Flynn
2021-08-17Toolchain: Make Kernel/API headers available to Clang toolchain buildTimothy Flynn
2021-08-17LibJS: Implement Temporal.Calendar.prototype.mergeFields()Linus Groh
2021-08-17Kernel/ProcFS: Avoid String allocation when traversing /proc/PID/fd/Andreas Kling
2021-08-17Kernel: Add a little explainer comment to ListedRefCountedAndreas Kling
2021-08-17Kernel: Port Inode to ListedRefCountedAndreas Kling
2021-08-17Kernel: Remove unused VMObject::is_contiguous()Andreas Kling
2021-08-17Kernel+Userland: Remove global futexesAndreas Kling
2021-08-17Kernel: Port VMObject to ListedRefCountedAndreas Kling
2021-08-17Kernel/DevPtsFS: Avoid String allocation during directory traversalAndreas Kling
2021-08-17Kernel: Convert SlavePTY all-instances HashTable to an IntrusiveListAndreas Kling
2021-08-17Kernel: Port Thread to ListedRefCountedAndreas Kling
2021-08-17Kernel: Add ListedRefCounted<T> template classAndreas Kling
2021-08-17Kernel: Customize File::unref() and make it virtualAndreas Kling
2021-08-17Kernel/DevPtsFS: Add tightly typed DevPtsFSInode::fs()Andreas Kling
2021-08-17AudioApplet: Persist settings and respect audio server settingskleines Filmröllchen
2021-08-17AudioServer: Persist audio settings with a config filekleines Filmröllchen
2021-08-16LibJS: Correctly handle Unicode characters in JS source textdavidot
2021-08-16LibJS: Disallow standalone super expressiondavidot
2021-08-16LibJS: Handle '++' and '--' more correctly within expressiondavidot
2021-08-16LibJS: Check that 'let' is followed by declaration before matching itdavidot
2021-08-16LibJS: Add optional extra strict checks in parse_binding_patterndavidot
2021-08-16LibJS: Tighten default values in formal parameter parsingdavidot
2021-08-16LibJS: Allow yielding a classdavidot
2021-08-16LibJS: Treat yield as an identifier in more non-generator contextsdavidot
2021-08-16LibJS: Add more duplicated declarations detectiondavidot
2021-08-16LibJS: Be more strict about the lhs of a for in/of loopdavidot
2021-08-16LibJS: Force the lexer to parse a regex when expecting a statementdavidot
2021-08-16LibJS: Treat arrow expression as function and stop parsing afterdavidot
2021-08-16LibJS: Make functions reset break and continue contextdavidot