summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-09LibCrypto: Add hash methods to {Signed, Unsigned}BigIntegerIdan Horowitz
2021-06-09AK: Allow changing the HashTable behaviour for sets on existing entriesIdan Horowitz
2021-06-09LibJS: Implement bytecode generation for UpdateExpression :^)Andreas Kling
2021-06-09LibJS: Simplify the way we stringify bytecode instructionsAndreas Kling
2021-06-09Kernel: Mark VirtIOConsole constructor as UNMAP_AFTER_INITBrian Gianforcaro
2021-06-09Kernel: Mark VirtIORNG constructor as UNMAP_AFTER_INITBrian Gianforcaro
2021-06-09Kernel: Mark VirtIO detection/creation functions as UNMAP_AFTER_INITBrian Gianforcaro
2021-06-09Kernel: Mark MMIOAccess detection function as UNMAP_AFTER_INITBrian Gianforcaro
2021-06-09Kernel: Mark PCI Access enumeration functions as UNMAP_AFTER_INITBrian Gianforcaro
2021-06-09Kernel: Mark SyncTask::spawn() as UNMAP_AFTER_INITBrian Gianforcaro
2021-06-09Kernel: Mark FinalizerTask::spawn() as UNMAP_AFTER_INITBrian Gianforcaro
2021-06-09Kernel: Mark WorkQueue initailzation functions as UNMAP_AFTER_INITBrian Gianforcaro
2021-06-09Kernel: Mark NE2000NetworkAdapter::ram_test() UNMAP_AFTER_INITBrian Gianforcaro
2021-06-09Kernel: Mark E1000NetworkAdapter is_valid_device_id(..) UNMAP_AFTER_INITBrian Gianforcaro
2021-06-09Kernel: Mark PCISerialDevice::detect() as UNMAP_AFTER_INITBrian Gianforcaro
2021-06-09LibGL: Implement very basic version of glGetFloatvErik Biederstadt
2021-06-09LibJS: Print the name of AST nodes that are missing generate_bytecode()Andreas Kling
2021-06-09LibCore: Fix building LibCore on FreeBSDGunnar Beutner
2021-06-09LibJS: Move Instruction::length() to the Op.h headerAndreas Kling
2021-06-09LibJS: Move Bytecode::Instruction::execute() to the Op.h headerAndreas Kling
2021-06-09LibJS: Rename Bytecode::ExecutionUnit => Bytecode::ExecutableAndreas Kling
2021-06-09LibJS: Only set element in array literal to an empty value if it's nullLuke
2021-06-09LibJS: Generate bytecode in basic blocks instead of one big blockAli Mohammad Pur
2021-06-09Utilities: Do not allow creating users with existing usernamesbrapru
2021-06-09LibJS: Fix not executing the expression of a return statementMatthew Olsson
2021-06-09LibJS: Generate bytecode for array expressionsGunnar Beutner
2021-06-09Revert "LibJS: Add bytecode instruction handles"Andreas Kling
2021-06-09LibJS: Add bytecode instruction handlesMatthew Olsson
2021-06-08LibJS: Handle Proxy with Array target in IsArray() abstract operationLinus Groh
2021-06-08LibJS: Implement Proxy.revocable()Linus Groh
2021-06-08LibJS: Remove Proxy() argument count checkLinus Groh
2021-06-08LibJS: Make sure loop results are initializedGunnar Beutner
2021-06-08LibJS: Make SwitchStatement::execute() return undefined for empty blocksMarcin Gasperowicz
2021-06-08LibJS: Remove the seal/unseal of Bytecode::Block againAndreas Kling
2021-06-08LibJS: Introduce an accumulator register to Bytecode::InterpreterMatthew Olsson
2021-06-08LibJS: Add @@toStringTag to ReflectLinus Groh
2021-06-08LibJS: Add @@toStringTag to Promise.prototypeLinus Groh
2021-06-08LibJS: Replace two instances of 'global_object.vm()' with just 'vm'Linus Groh
2021-06-08LibJS: Generate bytecode for template literalsGunnar Beutner
2021-06-08gron: Handle invalid input gracefullySam Atkins
2021-06-08gron: Make gron read from stdin if no file is providedSam Atkins
2021-06-08Everywhere: Replace Vector<T*> with nonnull entries with Vector<T&>Ali Mohammad Pur
2021-06-08AK: Make Vector capable of holding reference typesAli Mohammad Pur
2021-06-08AK: Switch to east const in Vector.hAli Mohammad Pur
2021-06-08AK: Reorder Vector methods to place similar methods next to each otherAli Mohammad Pur
2021-06-08AK: Rename Vector::{value_type => ValueType}Ali Mohammad Pur
2021-06-08LibSQL: Limit the number of nested subqueriesTimothy Flynn
2021-06-08LibSQL: Rename expression tree depth limit test caseTimothy Flynn
2021-06-08AK: Don't create Utf8View from temporary String in URLParserMax Wipfli
2021-06-08AK: Utf8CodePointIterator: Don't output full string to debug outputMax Wipfli