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-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
2020-03-09
LibJS: Make FunctionDeclaration and CallExpression scope-aware
Andreas Kling
2020-03-09
LibJS: Make sure we mark everything reachable from the scope stack
Andreas Kling
2020-03-09
LibJS: Add a very simple ObjectExpression for "var x = {}"
Andreas Kling
2020-03-09
LibJS: Add magical "$gc" function that can be called to trigger GC
Andreas Kling
2020-03-09
LibJS: Add basic support for (scoped) variables
Andreas Kling
2020-03-09
LibJS: Simplify Heap::mark_live_cells()
Andreas Kling
2020-03-09
LibJS: Move logical not operator to new unary expression class
0xtechnobabble
2020-03-09
LibJS: Add new bitwise and relational operators
0xtechnobabble
2020-03-09
LibJS: Remove superfluous explicit in AST.h (#1395)
howar6hill
2020-03-09
LibBareMetal: Return FlatPtr from PhysicalAddress::offset_in_page()
Liav A
2020-03-09
LibJS: Implement While statements
howar6hill
2020-03-09
LibJS: GC: Remove clear_all_mark_bits()
Stephan Unverwerth
2020-03-08
LibJS: Add a basic mark&sweep garbage collector :^)
Andreas Kling
2020-03-08
LibC: Fix a bug involving miscalculating week counts of last year
howar6hill
2020-03-08
LibC: Reimplement asctime() in terms of strftime()
howar6hill
2020-03-08
Userspace: Add missing #includes now that AK/StdLibExtras.h is smaller
Andreas Kling
2020-03-08
AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Andreas Kling
2020-03-08
LibCore: Add format option for DateTime::to_string() (#1358)
howar6hill
2020-03-08
LibJS: Implement if statements
0xtechnobabble
2020-03-08
LibJS: Implement logical expressions
0xtechnobabble
2020-03-08
LibJS: Add typed comparison operator
0xtechnobabble
2020-03-08
LibJS: Allow the dumping of literals that aren't numbers
0xtechnobabble
2020-03-08
LibGUI: Fix null-termination of TextDocumentLine
Tibor Nagy
2020-03-07
LibJS: Include the operator in BinaryExpression dumps
Andreas Kling
2020-03-07
LibJS: Flesh out JS::Value a little bit more
Andreas Kling
2020-03-07
LibJS: Simplify LogStream::operator<<(JS::Value) and move to .cpp file
Andreas Kling
2020-03-07
LibJS: Fix string representation for value of type undefined
Elisée Maurer
2020-03-07
LibJS: Start building a JavaScript engine for SerenityOS :^)
Andreas Kling
2020-03-07
LibWeb: Cache the <body background> style image value
Andreas Kling
2020-03-07
LibWeb: Rename directory LibHTML => LibWeb
Andreas Kling
2020-03-07
LibWeb: Move everything into the Web namespace
Andreas Kling
2020-03-07
LibGUI: Move Icon and FontDatabase into the GUI namespace
Shannon Booth
2020-03-07
LibCore: Remove all remaining C prefix references
Shannon Booth
2020-03-06
TerminalWidget: Implement ALT selection
rhin123
2020-03-06
LibC: Fix a indentation problem in time.cpp
howar6hill
2020-03-06
LibC: Fix crash in free() now that mprotect() works correctly
Andreas Kling
2020-03-06
AK: Remove Optional::operator bool()
Andreas Kling
2020-03-06
LibC: Implement time formatting functions, partially support timezone
howar6hill
2020-03-05
LibGUI: Fix missing equality checks in Window::did_remove_widget()
Andreas Kling
[next]