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
2021-08-18
LibRegex: In non-Unicode mode, parse \u{4} as a repetition pattern
Timothy Flynn
2021-08-18
Base: Add a quote to the fortunes database
BuggieBot
2021-08-18
CI: Print on-target debug logs when the tests fail
Timothy Flynn
2021-08-18
Kernel: Protect the Custody cache with a mutex instead of a spinlock
Andreas Kling
2021-08-18
LibGL: Implement `glGetIntegerv`
Jesse Buhagiar
2021-08-18
LibGL: Implenent `glGetBooleanv`
Jesse Buhagiar
2021-08-18
Documentation: Update FreeBSD prerequisites
Martin Åberg
2021-08-17
LibJS/Tests: Add Temporal.Calendar.from() tests for more object types
Linus Groh
2021-08-17
LibJS: Reflect Record wording editorial change in the Temporal spec
Linus Groh
2021-08-17
LibJS: Add PlainDateTime fast path to various Calendar.prototype getters
Linus Groh
2021-08-17
LibJS: Add and use newly introduced ToIntegerThrowOnInfinity Temporal AO
Linus Groh
2021-08-17
Meta: Add Azure DevOps badge to README
Timothy Flynn
2021-08-17
CI: Remove Lagom from GitHub Actions entirely
Timothy Flynn
2021-08-17
CI: Build Lagom with fuzzing on Azure
Timothy Flynn
2021-08-17
echo: Implement -e flag
Nico Weber
2021-08-17
Kernel/SysFS: Prepend to the custody cache instead of append
Andrew January
2021-08-17
CI: Remove nightly Clang toolchain GitHub Action
Timothy Flynn
2021-08-17
CI: Build and test SerenityOS with the Clang toolchain on Azure
Timothy Flynn
2021-08-17
CI: Use Azure caching for Lagom build
Timothy Flynn
2021-08-17
Meta: Semi-automatically detect ccache for Lagom builds
Timothy Flynn
2021-08-17
Kernel: Fix compilation with Clang
Timothy Flynn
2021-08-17
Toolchain: Make Kernel/API headers available to Clang toolchain build
Timothy Flynn
2021-08-17
LibJS: Implement Temporal.Calendar.prototype.mergeFields()
Linus Groh
2021-08-17
Kernel/ProcFS: Avoid String allocation when traversing /proc/PID/fd/
Andreas Kling
2021-08-17
Kernel: Add a little explainer comment to ListedRefCounted
Andreas Kling
2021-08-17
Kernel: Port Inode to ListedRefCounted
Andreas Kling
2021-08-17
Kernel: Remove unused VMObject::is_contiguous()
Andreas Kling
2021-08-17
Kernel+Userland: Remove global futexes
Andreas Kling
2021-08-17
Kernel: Port VMObject to ListedRefCounted
Andreas Kling
2021-08-17
Kernel/DevPtsFS: Avoid String allocation during directory traversal
Andreas Kling
2021-08-17
Kernel: Convert SlavePTY all-instances HashTable to an IntrusiveList
Andreas Kling
2021-08-17
Kernel: Port Thread to ListedRefCounted
Andreas Kling
2021-08-17
Kernel: Add ListedRefCounted<T> template class
Andreas Kling
2021-08-17
Kernel: Customize File::unref() and make it virtual
Andreas Kling
2021-08-17
Kernel/DevPtsFS: Add tightly typed DevPtsFSInode::fs()
Andreas Kling
2021-08-17
AudioApplet: Persist settings and respect audio server settings
kleines Filmröllchen
2021-08-17
AudioServer: Persist audio settings with a config file
kleines Filmröllchen
2021-08-16
LibJS: Correctly handle Unicode characters in JS source text
davidot
2021-08-16
LibJS: Disallow standalone super expression
davidot
2021-08-16
LibJS: Handle '++' and '--' more correctly within expression
davidot
2021-08-16
LibJS: Check that 'let' is followed by declaration before matching it
davidot
2021-08-16
LibJS: Add optional extra strict checks in parse_binding_pattern
davidot
2021-08-16
LibJS: Tighten default values in formal parameter parsing
davidot
2021-08-16
LibJS: Allow yielding a class
davidot
2021-08-16
LibJS: Treat yield as an identifier in more non-generator contexts
davidot
2021-08-16
LibJS: Add more duplicated declarations detection
davidot
2021-08-16
LibJS: Be more strict about the lhs of a for in/of loop
davidot
2021-08-16
LibJS: Force the lexer to parse a regex when expecting a statement
davidot
2021-08-16
LibJS: Treat arrow expression as function and stop parsing after
davidot
2021-08-16
LibJS: Make functions reset break and continue context
davidot
[prev]
[next]