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-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
2021-08-16
LibJS: Allow class methods named "get", "set" or "static"
davidot
2021-08-16
LibJS: Allow labelled functions in certain contexts
davidot
2021-08-16
LibJS: Fix that a windows-style new line was not escaped properly
davidot
2021-08-17
LibAudio: Fix overflow on 24-bit FLAC LPC data
kleines Filmröllchen
2021-08-17
LibAudio: Rescale integer samples correctly in FLAC loader
kleines Filmröllchen
2021-08-17
LibAudio: Use size_t in loops
kleines Filmröllchen
2021-08-16
Kernel: Make makedev()/minor()/major() static
Itamar
2021-08-16
LibWeb: Replace is_inherited_property() with generated code
Sam Atkins
2021-08-16
Base: Associate obj files with 3DFileViewer
Tetsui Ohkubo
2021-08-16
LibJS: Add missing spec link to YearMonthFromFields
Linus Groh
2021-08-16
LibJS: Implement Temporal.PlainDate.prototype.toPlainMonthDay()
Linus Groh
2021-08-16
LibJS: Implement Temporal.Calendar.prototype.monthDayFromFields()
Linus Groh
2021-08-16
Userland: Add as-user execution to the pls utility
pyunbiwi
2021-08-16
Kernel: Avoid enumerating all the fds to find a specific one in procfs
Ali Mohammad Pur
2021-08-16
Kernel: Add a Process::FileDescriptions::get_if_valid(index) API
Ali Mohammad Pur
2021-08-16
LibJS: Implement Temporal.Calendar.prototype.fields()
Linus Groh
2021-08-16
CI: Remove NO_FUZZ Lagom builds from GitHub Actions
Timothy Flynn
2021-08-16
CI: Build and test Lagom (non-fuzzer) on Azure
Timothy Flynn
2021-08-16
LibJS: Implement Temporal.PlainDate.prototype.toPlainYearMonth()
Linus Groh
2021-08-16
LibJS: Implement Temporal.Calendar.prototype.yearMonthFromFields()
Linus Groh
2021-08-16
Kernel: Don't hold thread list lock while invoking ~Thread()
Andreas Kling
2021-08-16
Kernel: Use ProtectedValue for VirtualFileSystem::m_mounts
Andreas Kling
2021-08-16
LibTLS: Add DHE_RSA AES GCM cipher suites
Samuel Bowman
2021-08-16
LibTLS: Implement the DHE_RSA key exchange algorithm
Samuel Bowman
2021-08-15
LibJS: Parse and partially execute import and export statements
davidot
2021-08-15
LibJS: Add a mode to parse JS as a module
davidot
2021-08-15
Kernel: Cache Custody objects (weakly) to avoid expensive reconstruction
Andreas Kling
2021-08-15
Kernel/ProcFS: Avoid two unnecessary number-to-string conversions
Andreas Kling
2021-08-15
Kernel/SysFS: Don't compute exact size of PCI files
Andreas Kling
2021-08-15
Kernel: Move ARP debug information to ARP_DEBUG
brapru
2021-08-15
CI: Disable variable substitution on input to the twitter script
Idan Horowitz
2021-08-15
Ports: Add libsixel
Nico Weber
2021-08-15
LibGL: Implement `glColorMask`
Jesse Buhagiar
2021-08-15
LibJS/Tests: Skip flaky FinalizationRegistry.prototype.cleanupSome test
Linus Groh
2021-08-15
Kernel: Remove unused FIFO::all_fifos() table
Andreas Kling
2021-08-15
Kernel: Convert TCP retransmit queue from HashTable to IntrusiveList
Andreas Kling
2021-08-15
Kernel: Convert IPv4 socket list from HashTable to IntrusiveList
Andreas Kling
2021-08-15
Kernel: Use NonnullRefPtr<PhysicalPage> in PageDirectory::m_page_tables
Andreas Kling
[next]