index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Tests
Age
Commit message (
Expand
)
Author
2022-02-20
LibRegex: Make codegen+optimisation for alternatives much faster
Ali Mohammad Pur
2022-02-20
LibRegex: Make parse_disjunction() consume all disjunctions in one frame
Ali Mohammad Pur
2022-02-20
LibRegex: Allow quantifiers after quantifiable assertions
Ali Mohammad Pur
2022-02-20
LibC: Do not write value when scanf assignment value is suppressed
Peter Ross
2022-02-20
LibC: Do not include suppressed assignments in scanf return value
Peter Ross
2022-02-18
LibCrypto: Add curve x25519
stelar7
2022-02-16
LibCore+Everywhere: Return ErrorOr from ConfigFile factory methods
Sam Atkins
2022-02-16
LibCore+Tests: Add SeekableStream::truncate()
Sam Atkins
2022-02-16
AK: Fix userland parsing of rounded floating point numbers
serenitydev
2022-02-15
AK+Kernel: OOM-harden most parts of Trie
Ali Mohammad Pur
2022-02-15
Tests: Add Unicode tests for CharacterType block properties
thankyouverycool
2022-02-14
LibCore+Tests: Remove Core::UDPSocket :^)
sin-ack
2022-02-14
LibRegex: Correct the alternative matching order when one is empty
Ali Mohammad Pur
2022-02-14
LibWeb: Fix highlighting HTML comments
Karol Kosek
2022-02-13
LibSQL: Convert binary SQL operations to be fallible
Timothy Flynn
2022-02-13
LibSQL: Implement converting float and tuple values to a boolean
Timothy Flynn
2022-02-13
Tests: Add test for LibC mkdir()
Max Wipfli
2022-02-13
LibWeb: Update TestHTMLTokenizer's expected token hash
Timothy Flynn
2022-02-13
Tests: Wrap test-bytecode-js source in an IIFE
Ali Mohammad Pur
2022-02-13
LibJS: Make ASTNode::generate_bytecode() fallible
Ali Mohammad Pur
2022-02-11
AK: Make Bitmap construction OOM-fallible
Idan Horowitz
2022-02-10
LibSQL+SQLServer: Introduce and use ResultOr<ValueType>
Timothy Flynn
2022-02-10
AK: Clear minimum when removing last node of RedBlackTree
davidot
2022-02-10
AK: Fix RedBlackTree::find_smallest_not_below_iterator
davidot
2022-02-10
LibSQL: Do not crash when SELECTing from an empty table
Timothy Flynn
2022-02-10
LibSQL+SQLServer: Move LibSQL/SQLResult.[h,cpp] to LibSQL/Result.[h,cpp]
Timothy Flynn
2022-02-10
LibSQL+SQLServer: Return the new Result class from statement executions
Timothy Flynn
2022-02-09
LibRegex: Only skip full instructions when optimizing alternations
Ali Mohammad Pur
2022-02-08
LibWeb: Introduce the Environment Settings Object
Luke Wilde
2022-02-08
LibJS+Everywhere: Remove VM::exception() and most related functions
davidot
2022-02-08
LibJS: Convert Instruction::execute in bytecode to ThrowCompletionOr
davidot
2022-02-08
LibJS: Convert ArrayBuffer construction to ThrowCompletionOr
davidot
2022-02-06
AK: Introduce IntegralMath.h starting with pow<I>
Hendiadyoin1
2022-02-06
LibCore+Userland: Remove Core::TCPSocket :^)
sin-ack
2022-02-06
LibCrypto: Do not allow signed big integers to be negative zero
Timothy Flynn
2022-02-06
Userland: Convert TLS::TLSv12 to a Core::Stream::Socket
Ali Mohammad Pur
2022-02-06
LibCore: Remove Core::LocalSocket :^)
sin-ack
2022-02-05
LibRegex: Support non-ASCII whitespace characters when matching \s or \S
Timothy Flynn
2022-02-05
LibSQL: Implement DESCRIBE TABLE tests
Mahmoud Mandour
2022-02-05
LibJS+LibRegex: Don't repeat regex match in regexp_exec()
Ali Mohammad Pur
2022-02-05
LibRegex+LibJS: Avoid searching for more than one match in JS RegExps
Ali Mohammad Pur
2022-02-01
Everywhere: Fully qualify font names by including their slope
thankyouverycool
2022-01-31
Everywhere: Update copyrights with my new serenityos.org e-mail :^)
Timothy Flynn
2022-01-31
LibJS: Store ECMAScriptFunctionObject bytecode in an OwnPtr
Andreas Kling
2022-01-30
AK+Tests: Make null strings compare less than non-null strings
Daniel Bertalan
2022-01-30
AK: Disable the empty-string-vs-null-string test until we have a fix
Andreas Kling
2022-01-30
Tests: Add test for null string and empty string to be unequal
networkException
2022-01-25
Tests+LibJS: Add very simple bytecode LibJS tests
davidot
2022-01-26
LibRegex: Implement ECMA262 multiline matching without splitting lines
Ali Mohammad Pur
2022-01-25
LibC: Ensure most time tests run under UTC
Timothy Flynn
[next]