index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
Age
Commit message (
Expand
)
Author
2021-06-09
LibC: Make tgetnum() return -1 if capability is not available
Thiago Henrique Hupner
2021-06-09
LibWasm: ALWAYS_INLINE some very hot functions
Ali Mohammad Pur
2021-06-09
Meta: Disable -Wmaybe-uninitialized
Ali Mohammad Pur
2021-06-09
LibWasm: Implement saturating float truncation instructions
Ali Mohammad Pur
2021-06-09
LibWasm: Implement sign extension instructions
Ali Mohammad Pur
2021-06-09
LibWasm: Implement spec-compliant float min/max ops
Ali Mohammad Pur
2021-06-09
wasm: Add a help command to the shell mode and start it on --shell
Ali Mohammad Pur
2021-06-09
LibAudio: Add support for WAVE_FORMAT_EXTENSIBLE
Nick Miller
2021-06-09
LibJS: Don't generate code after we've encountered a terminating op
Gunnar Beutner
2021-06-09
LibJS: Stop bytecode execution after we've encountered an exception
Gunnar Beutner
2021-06-09
LibJS: Generate bytecode for throw statements
Gunnar Beutner
2021-06-09
Browser: Fix crash on download
Timothy
2021-06-09
LibMarkdown: Wrap non-inline code blocks in <pre>
Sam Atkins
2021-06-09
LibJS: Stop inheriting from Set in SetPrototype
Idan Horowitz
2021-06-09
LibGUI: Set TextEditor to unmodified after saving size=0 files
Sam Atkins
2021-06-09
LibJS: Mark heap cell values stored in Set instances
Idan Horowitz
2021-06-09
LibJS: Store strings in a string table
Gunnar Beutner
2021-06-09
LookupServer: Watch /etc/hosts for changes during runtime
Max Wipfli
2021-06-09
LookupServer: Check for hostname after /etc/hosts
Max Wipfli
2021-06-09
LookupServer: Make DNSName::operator== ignore case
Max Wipfli
2021-06-09
LookupServer: Modernize load_etc_hosts()
Max Wipfli
2021-06-09
LibAudio: Make Loader::seek() treat its input as a sample index
Nick Miller
2021-06-09
LibJS: Add the SetIterator built-in and Set.prototype.{values, entries}
Idan Horowitz
2021-06-09
LibJS: Add most of the Set.prototype methods
Idan Horowitz
2021-06-09
LibJS: Add the Set built-in object
Idan Horowitz
2021-06-09
LibCrypto: Add hash methods to {Signed, Unsigned}BigInteger
Idan Horowitz
2021-06-09
LibJS: Implement bytecode generation for UpdateExpression :^)
Andreas Kling
2021-06-09
LibJS: Simplify the way we stringify bytecode instructions
Andreas Kling
2021-06-09
LibGL: Implement very basic version of glGetFloatv
Erik Biederstadt
2021-06-09
LibJS: Print the name of AST nodes that are missing generate_bytecode()
Andreas Kling
2021-06-09
LibCore: Fix building LibCore on FreeBSD
Gunnar Beutner
2021-06-09
LibJS: Move Instruction::length() to the Op.h header
Andreas Kling
2021-06-09
LibJS: Move Bytecode::Instruction::execute() to the Op.h header
Andreas Kling
2021-06-09
LibJS: Rename Bytecode::ExecutionUnit => Bytecode::Executable
Andreas Kling
2021-06-09
LibJS: Only set element in array literal to an empty value if it's null
Luke
2021-06-09
LibJS: Generate bytecode in basic blocks instead of one big block
Ali Mohammad Pur
2021-06-09
Utilities: Do not allow creating users with existing usernames
brapru
2021-06-09
LibJS: Fix not executing the expression of a return statement
Matthew Olsson
2021-06-09
LibJS: Generate bytecode for array expressions
Gunnar Beutner
2021-06-09
Revert "LibJS: Add bytecode instruction handles"
Andreas Kling
2021-06-09
LibJS: Add bytecode instruction handles
Matthew Olsson
2021-06-08
LibJS: Handle Proxy with Array target in IsArray() abstract operation
Linus Groh
2021-06-08
LibJS: Implement Proxy.revocable()
Linus Groh
2021-06-08
LibJS: Remove Proxy() argument count check
Linus Groh
2021-06-08
LibJS: Make sure loop results are initialized
Gunnar Beutner
2021-06-08
LibJS: Make SwitchStatement::execute() return undefined for empty blocks
Marcin Gasperowicz
2021-06-08
LibJS: Remove the seal/unseal of Bytecode::Block again
Andreas Kling
2021-06-08
LibJS: Introduce an accumulator register to Bytecode::Interpreter
Matthew Olsson
2021-06-08
LibJS: Add @@toStringTag to Reflect
Linus Groh
2021-06-08
LibJS: Add @@toStringTag to Promise.prototype
Linus Groh
[next]