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
2020-10-20
Checked: constexpr support
Lenny Maiorani
2020-10-20
Checked: Use default compiler-generated functions
Lenny Maiorani
2020-10-20
Build: Modify various parts to allow the build to succeed on FreeBSD
Laurent Cimon
2020-10-20
LibJS: Speed up IndexedPropertyIterator by computing non-empty indices
Linus Groh
2020-10-20
LibX86: clang-format
Andreas Kling
2020-10-19
LibX86: malloc a bit less
Nico Weber
2020-10-19
Toolchain: Set CACHED_TOOLCHAIN_ARCHIVE after computing hash
Linus Groh
2020-10-19
Profiler: Implement "Top functions" feature like Instruments.app has
Andreas Kling
2020-10-19
LibJS: Unprefixed octal numbers are a syntax error in strict mode
Linus Groh
2020-10-19
Toolchain: Remove cached archive and rebuild if extracting fails
Linus Groh
2020-10-19
LibJS: Don't parse arrow function with newline between ) and =>
Linus Groh
2020-10-19
LibJS: Share parameter parsing between regular and arrow functions
Linus Groh
2020-10-19
LibJS: Fix dump() indentation of UpdateExpression with suffix operator
Linus Groh
2020-10-19
LibJS: Multiple 'default' clauses in switch statement are a syntax error
Linus Groh
2020-10-19
Base: Update test-js(1) man page
Linus Groh
2020-10-19
test-js: Support test262 parser tests
Linus Groh
2020-10-19
test-js: Exit with 1 if any test failed
Linus Groh
2020-10-19
test-js: Include skipped tests in total test count
Linus Groh
2020-10-19
test-js: Add argument for explicit test root directory
Linus Groh
2020-10-18
Documentation: Remove outdated comment about global git identity
Andreas Kling
2020-10-18
Documentation: Remove "flock" from dependencies
Andreas Kling
2020-10-18
LibJS: Handle continue in switch statement unwinding
Linus Groh
2020-10-18
LibJS: Handle return value in switch statement unwinding
Linus Groh
2020-10-18
LibJS: Fix parsing of invalid numeric literals
Stephan Unverwerth
2020-10-18
AK: Reduce memory writes in HashTable destructor
Dano Perniš
2020-10-18
AK: Implement HashTable assignment in terms of swap
Dano Perniš
2020-10-18
AK: Provide swap() for HashTable
Dano Perniš
2020-10-18
Kernel: Unbreak /proc/interrupts when running with APIC
Andreas Kling
2020-10-18
Kernel: Tweak strange PAGE_ROUND_UP(1) in APIC code
Andreas Kling
2020-10-18
LibWeb: Dispatch "load" on document and window
Andreas Kling
2020-10-18
LibWeb: Dispatch "load" event on script elements
Andreas Kling
2020-10-18
LibWeb: Make DOM::Window into an EventTarget
Andreas Kling
2020-10-17
LibJS: Use allocate_without_global_object for allocating Shapes
Andreas Kling
2020-10-17
LibJS: Avoid creating temporary Strings to look up tokens while lexing
Andreas Kling
2020-10-17
LibJS: Prebake the empty object ({}) with a prototype
Andreas Kling
2020-10-17
CircularQueue: Ensure constructor does not construct any values
Lenny Maiorani
2020-10-17
LibCore: Use new format functions in some places.
asynts
2020-10-17
LibChess: Use new format functions.
asynts
2020-10-17
LibAudio: Use new format functions.
asynts
2020-10-17
Games: Use new format functions.
asynts
2020-10-17
LibCore: Add formatter for Object.
asynts
2020-10-17
AK: Add formatters for NonnullOwnPtr and WeakPtr.
asynts
2020-10-17
AK+Format: Add outln(FILE*, ...) overload.
asynts
2020-10-17
BinarySearch: constexpr support
Lenny Maiorani
2020-10-17
ntpquery: Add some more validation of the response header
Nico Weber
2020-10-17
ntpquery: For stratum 1 servers, print reference ID in ASCII with -v
Nico Weber
2020-10-17
LibCore: Make Object::m_all_objects_list_node private
Nico Weber
2020-10-17
ntpquery: Add a comment listing a few more NTP servers
Nico Weber
2020-10-17
ntpquery: Don't leak local time, and check origin time in reply
Nico Weber
2020-10-17
ntpquery: Make a few variable names more descriptive
Nico Weber
[next]