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-05
AK: Move StringImpl::operator== implementation into StringImpl
Nico Weber
2020-10-05
FileManager: Use new format functions.
asynts
2020-10-05
LibJS: Evaluate AssignmentExpression LHS before RHS according to the spec
Linus Groh
2020-10-05
DisplaySettings: Use format instead of printf.
asynts
2020-10-05
Debugger: Use format instead of printf.
asynts
2020-10-05
Calendar: Use format instead of printf.
asynts
2020-10-05
Calculator: Use format instead of printf.
asynts
2020-10-05
AK: Add formatter for NonnullRefPtr<T>.
asynts
2020-10-05
LibJS: Make assignment to CallExpression a syntax error in strict mode
Linus Groh
2020-10-05
LibJS: Validate all assignment expressions, not just "="
Linus Groh
2020-10-04
LibJS: Unify syntax highlighting
Linus Groh
2020-10-04
HackStudio: Add a Shell language server
AnotherTest
2020-10-04
Shell: Fix closest command node detection in Pipes and Sequences
AnotherTest
2020-10-04
Shell+LibLine: Record the input offset of completions
AnotherTest
2020-10-04
Shell: Move everything to the Shell namespace
AnotherTest
2020-10-04
HackStudio: Do not change the cursor in the LSP autocomplete request
AnotherTest
2020-10-04
HackStudio: Relay completions requests to the language server unfiltered
AnotherTest
2020-10-04
LibIPC: Make IPC::encode() and ::decode() fail at compiletime when used
AnotherTest
2020-10-04
LibJS: Remove some unused Interpreter member functions
Andreas Kling
2020-10-04
LibJS: Remove Interpreter::call()
Andreas Kling
2020-10-04
LibJS: Make global objects have unique shape from the start
Andreas Kling
2020-10-04
LibJS: Avoid an unnecessary MarkedValueList copy in VM::call_internal()
Andreas Kling
2020-10-04
LibJS: Always inline HeapBlock::allocate()
Andreas Kling
2020-10-04
LibJS: Pre-size the hash map and vector used in ensure_property_table()
Andreas Kling
2020-10-04
LibJS: Don't force property table reification on Shape::property_count()
Andreas Kling
2020-10-04
LibJS: Add StringOrSymbol constructor that takes a FlyString
Andreas Kling
2020-10-04
LibJS: Avoid creating a temporary String in StringOrSymbol::operator==
Andreas Kling
2020-10-04
LibJS: Avoid StringImpl refcount churn when hashing StringOrSymbol
Andreas Kling
2020-10-04
LibJS: Avoid unnecessary StringImpl copy in StringOrSymbol(String)
Andreas Kling
2020-10-04
LibJS: Replace a few dbg() with dbgln()
Linus Groh
2020-10-04
LibJS: Use String::formatted() in various other places
Linus Groh
2020-10-04
LibJS: Use string::formatted() in to_string() functions
Linus Groh
2020-10-04
LibJS: Use String::formatted() for parser error messages
Linus Groh
2020-10-04
LibJS: Use String::formatted() for throw_exception() message
Linus Groh
2020-10-04
LibJS: Use String::formatted() in MarkupGenerator
Linus Groh
2020-10-04
AK: Make the return type of dbgputstr consistent.
asynts
2020-10-04
Browser: Remove dbgln() statement that was crashing on startup
Andreas Kling
2020-10-04
Browser: Fix build after dbgf() -> dbgln() rename
Andreas Kling
2020-10-04
UserspaceEmulator: Remove remaining printf calls.
asynts
2020-10-04
AK: Don't add newline for outf/dbgf/warnf.
asynts
2020-10-04
LibJS: Remove unused Heap::interpreter()
Andreas Kling
2020-10-04
LibJS: Remove Cell::interpreter()
Andreas Kling
2020-10-04
LibJS: Move "strict mode" state to the call stack
Andreas Kling
2020-10-04
AK: Add Formatter for FlyString :^)
Andreas Kling
2020-10-04
Browser: Use format functions instead of printf.
asynts
2020-10-04
AK: Add formatter for URL.
asynts
2020-10-04
AK: Add special formatter for char.
asynts
2020-10-04
LibJS: Strict mode is now handled by Functions and Programs, not Blocks
Matthew Olsson
2020-10-04
Userland: tar: support extracting gzipped files
Peter Elliott
2020-10-04
Userland: Add tar command
Peter Elliott
[next]