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-03-12
LibJS: Add NativeFunction, a callable wrapper around a C++ lambda
Andreas Kling
2020-03-12
LibJS: Fix NumericLiteral::dump() output
Andreas Kling
2020-03-12
LibJS: Parse CallExpression arguments
Andreas Kling
2020-03-12
LibJS: Dump CallExpression arguments (if any)
Andreas Kling
2020-03-12
HackStudio: Abstract over syntax highlighter
Oriko
2020-03-12
LibGUI: Add underlines to highlighting
Oriko
2020-03-12
LibGUI: Take scroll offset into account on ItemView rubberband selection
Tibor Nagy
2020-03-12
LibJS: Implement const variable declarations
0xtechnobabble
2020-03-12
LibJS: Implement update expressions
0xtechnobabble
2020-03-12
LibJS/Parser: Parse let declarations
0xtechnobabble
2020-03-12
LibJS: Tweak AssignmentOp names
Andreas Kling
2020-03-12
LibJS: Fix some coding style mistakes in Lexer
Andreas Kling
2020-03-12
LibJS: Implement for statement
Conrad Pankoff
2020-03-12
LibJS: Parse === and !== binary operators
Conrad Pankoff
2020-03-12
LibJS: Parse > and < binary operators
Conrad Pankoff
2020-03-12
LibJS: Implement +=, -=, *=, and /= assignment operators
Conrad Pankoff
2020-03-12
LibJS: Implement <= and >= binary operators
Conrad Pankoff
2020-03-12
LibJS: Implement multiplication and division operators
Conrad Pankoff
2020-03-12
LibJS: Implement basic MemberExpression parsing
Andreas Kling
2020-03-12
LibJS: Implement basic lexing + parsing of StringLiteral
Andreas Kling
2020-03-12
LibGUI: Parse #include statements separately
Oriko
2020-03-12
ACPI: Examine bit width in Generic address structure before asserting
Liav A
2020-03-12
LibGUI: Track window visibility with a separate flag (#1424)
Alex Muscar
2020-03-12
LibJS: Allow functions to take arguments (#1405)
howar6hill
2020-03-12
LibJS: Defer Value construction until a Literal is executed
Andreas Kling
2020-03-12
LibJS: Forgot to move add/sub/typed_eq to Value.cpp
Andreas Kling
2020-03-12
LibJS: Add Javascript lexer and parser
Stephan Unverwerth
2020-03-12
LibJS: Fix string roots not being collected
Florian Stellbrink
2020-03-11
Userland: Set the mask of a network adapter with ifconfig (#1388)
Marios Prokopakis
2020-03-11
LibGUI: Don't update windows that aren't visible (#1410)
Alex Muscar
2020-03-11
LibWeb: Skip non-font files when looking for fonts instead of asserting
Tibor Nagy
2020-03-11
LibGfx: Do not assert on failed font file loads
Tibor Nagy
2020-03-11
LibGUI: Skip non-font files in the FontDatabase constructor
Tibor Nagy
2020-03-11
LibGUI: Highlight various number literals
Oriko
2020-03-11
LibJS: Allow the choice of a scope of declaration for a variable (#1408)
0xtechnobabble
2020-03-11
LibJS: Support "hello friends".length
Andreas Kling
2020-03-11
LibJS: Add StringObject, an Object wrapper around primitive strings
Andreas Kling
2020-03-11
LibJS: Add a new PrimitiveString class to hold GC-allocated strings
Andreas Kling
2020-03-11
LibJS: Simplify Literal::dump()
Andreas Kling
2020-03-11
LibGUI: Fix overflow crash in highlighter
Oriko
2020-03-11
LibGUI: Syntax highlight string escape sequences
Oriko
2020-03-11
LibGUI: Clear old syntax highlighting
Oriko
2020-03-10
LibJS: Let's say that Identifier is an Expression for now
Andreas Kling
2020-03-10
LibJS: Move Value ops into Value.cpp and tweak BinaryOp names
Andreas Kling
2020-03-10
LibJS: Use Value::to_boolean() wherever we haven't checked is_boolean()
Andreas Kling
2020-03-10
EventLoop: Don't destroy ID allocator (#1403)
Alex Muscar
2020-03-10
LibJS: Oops, non-zero values should boolify to true, not false
Andreas Kling
2020-03-10
LibJS: Implement basic boolean coercion
Andreas Kling
2020-03-09
LibJS: Add a convenience helper for visiting a JS::Value
Andreas Kling
2020-03-09
LibJS: Make the GC marking phase cycle-proof
Andreas Kling
[next]