index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Libraries
Age
Commit message (
Expand
)
Author
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
Shell+LibLine: Record the input offset of completions
AnotherTest
2020-10-04
Shell: Move everything to the Shell namespace
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
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
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
LibTar: Create LibTar and TarStream
Peter Elliott
2020-10-03
LibGUI: Fix null pointer dereference in enter/leave event handling
Andreas Kling
2020-10-03
LibGUI: Don't paint borders for invisible bars in ToolBarContainer
Andreas Kling
2020-10-03
LibGUI: Don't accomodate invisible children in ToolBarContainer height
Andreas Kling
2020-10-03
Everywhere: Fix more typos
Linus Groh
2020-10-03
LibC: Remove unnecessary fallthrough comments.
Emanuele Torre
2020-10-03
LibWeb: Add empty IDL bindings for current SVG elements
Luke
2020-10-02
LibWeb: Add a PageClient callback for image context menu requests
Andreas Kling
2020-10-02
LibJS: Add Value::is_nullish()
Andreas Kling
2020-10-02
Everywhere: Fix typos
Nico Weber
2020-10-02
AK: Add trivial structure validation to SharedBuffer
Tom
2020-10-02
LibGUI: Fix 1px misalignment of ColorButton selections in ColorPicker
Tibor Nagy
2020-10-01
LibJS: Fix fatal mistake in HeapBlock::cell_from_possible_pointer()
Andreas Kling
2020-10-01
LibIPC: Silence a warning when compiling with gcc -O0
Andreas Kling
2020-09-30
HackStudio: Integrate with C++ Language Server
Itamar
2020-09-30
HackStudio: Add C++ Language Server
Itamar
2020-09-30
LibCpp: Add library for working with c++ code
Itamar
2020-09-30
LibCore: Add ensure_parent_directories to LibCore::File
Itamar
2020-09-30
LibGUI: Add a Shell syntax highlighter
AnotherTest
2020-09-29
LibJS: Move Console from Interpreter to GlobalObject
Andreas Kling
2020-09-29
LibWeb: Add cm, in, mm and Q CSS units
Luke
[next]