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-04-05
LibJS: Remove assert function from exponentiation-basic.js
Linus Groh
2020-04-05
LibJS: Simplify Math-constants.js test
Linus Groh
2020-04-05
LibJS: Update to-number-basic.js test
Linus Groh
2020-04-05
LibJS: Fix Math.SQRT1_2
Linus Groh
2020-04-05
LibJS: Add numeric literal parsing for different bases and exponents
Stephan Unverwerth
2020-04-05
LibC: Fix strtod() parsing of negative exponents (#1645)
Stephan Unverwerth
2020-04-05
LibJS: Implement exponentiation (** operator)
Linus Groh
2020-04-05
LibJS: Rename BinaryOp::{Plus,Minus,Asterisk,Slash}
Linus Groh
2020-04-05
LibGfx: Implement checkerboard drawing for Gfx::Painter
Tibor Nagy
2020-04-05
LibJS: Use the native assert() implementation now avaiable in 'js -t'
Brian Gianforcaro
2020-04-05
Lagom: Add clang address/memory/undefined-behavior analyzer support
Brian Gianforcaro
2020-04-05
LibJS: Plumb line and column information through Lexer / Parser
Brian Gianforcaro
2020-04-05
AK: Stop allowing implicit downcast with OwnPtr and NonnullOwnPtr
Andreas Kling
2020-04-05
AK: Stop allowing implicit downcast with RefPtr and NonnullRefPtr
Andreas Kling
2020-04-05
LibJS: Fix missing paren in modulo-basic.js test
Andreas Kling
2020-04-05
LibJS: Add support for Math.ceil() and Math.trunc()
Brian Gianforcaro
2020-04-05
LibJS: Add support for floating point modulous
Brian Gianforcaro
2020-04-05
LibJS: Correctness fixes for bitwise_or, address FIXME's in test.
Brian Gianforcaro
2020-04-05
Kernel: Add the SO_BINDTODEVICE socket option
AnotherTest
2020-04-05
LibJS: Add support for arbitrary arguments to Math.max
Brian Gianforcaro
2020-04-05
LibJS: Add Math.max()
Andreas Kling
2020-04-05
LibWeb: Add window.setTimeout()
Andreas Kling
2020-04-05
LibJS: Add Math.round()
Andreas Kling
2020-04-05
LibJS: Add Math.floor()
Andreas Kling
2020-04-05
LibJS: Clean up the anonymous wrapper block in "for" using ScopeGuard
Andreas Kling
2020-04-05
LibJS: Add support for "continue" inside "for" statements :^)
Andreas Kling
2020-04-05
LibJS: Make "break" actually work inside "switch"
Andreas Kling
2020-04-04
LibWeb: Add CanvasRenderingContext2D scale() and translate() stubs
Andreas Kling
2020-04-04
LibJS: Don't return the "last computed value" from Interpreter::run()
Andreas Kling
2020-04-04
LibJS: Add String.prototype.indexOf()
Andreas Kling
2020-04-04
LibJS: Math.sqrt.length should be 1
Andreas Kling
2020-04-04
LibJS: Hack the lexer to allow numbers with decimals
Andreas Kling
2020-04-04
LibJS: Add NumberObject and make to_object() on number values create it
Andreas Kling
2020-04-04
LibJS: Add Math.sqrt()
Andreas Kling
2020-04-04
LibJS: Add basic Array constructor
Andreas Kling
2020-04-04
LibJS: Log when we throw a JavaScript Error
Andreas Kling
2020-04-04
LibWeb: Handle javascript: URLs inside LibWeb :^)
Andreas Kling
2020-04-04
LibJS: Support VariableDeclaration with multiple declarators
Andreas Kling
2020-04-04
LibJS: Add Declaration class to the AST
Andreas Kling
2020-04-04
LibJS: Add support for do..while statements
Andreas Kling
2020-04-04
LibJS: Rename WhileStatement::predicate() => body()
Andreas Kling
2020-04-04
LibJS: Add basic support for modulo (%) in binary expressions
Andreas Kling
2020-04-04
LibJS: Allow "for" statement without curly braces around body
Andreas Kling
2020-04-04
LibWeb: Treat '<' characters as part of the text inside <script>
Andreas Kling
2020-04-04
ProtocolServer+LibProtocol: Reject unhandled URLs instead of asserting
Andreas Kling
2020-04-04
LibJS: Add Function() and Function.prototype
Linus Groh
2020-04-04
LibJS: Add length property to ScriptFunction
Linus Groh
2020-04-04
LibJS: Set length property in Object::put_native_function()
Linus Groh
2020-04-04
LibWeb: Don't call an absent error callback in load_sync()
Andreas Kling
2020-04-04
LibGUI: Add MenuBar::add_menu(name)
Andreas Kling
[next]