summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-07-16LibJS: Replace the boolean argument of Object::set with an enum classIdan Horowitz
2021-07-16LibJS: Remove unused Object::PutOwnPropertyMode enum classIdan Horowitz
2021-07-16Kernel: Fix bogus check in Thread::WaitBlockCondition::finalize()Andreas Kling
2021-07-16LibJS: Implement RegExp AdvanceStringIndex abstractionTimothy Flynn
2021-07-16LibJS: Implement RegExp.prototype [ @@matchAll ]Timothy Flynn
2021-07-16LibJS: Implement the RegExpStringIterator objectTimothy Flynn
2021-07-16LibJS: Make the RegExpExec abstraction publically availableTimothy Flynn
2021-07-16Assistant: Keep the Terminal window open after the command has runGunnar Beutner
2021-07-16HackStudio: Add statusbar with file and selected text informationry-sev
2021-07-16LibWeb: Fix assertion failures in HTMLTokenizerMax Wipfli
2021-07-16LibELF/DynamicLinker: Evaluate symbols in library insertion order (#8802)Peter Bindels
2021-07-16AK/Tests: Add test for EnumBits has_any_flag()Timothy
2021-07-16AK+Kernel: Implement and use EnumBits has_any_flag()Timothy
2021-07-16AK/Tests: Add test for EnumBits has_flag()Timothy
2021-07-16AK: Change EnumBits has_flag() to check all flags in mask are presentTimothy
2021-07-16Kernel: Return ENOMEM on allocation failures in FramebufferDevice::mmapLuke
2021-07-16Kernel/Ext2FS: Don't hog inode lock in traverse_as_directory()Andreas Kling
2021-07-16Kernel/Ext2FS: Don't hog FS lock when calling base class flush_writes()Andreas Kling
2021-07-16Kernel/Ext2FS: Uncache unknown inode indices when flushing writesAndreas Kling
2021-07-16Kernel: Don't hog file system lock when doing BlockBasedFileSystem I/OAndreas Kling
2021-07-16Kernel: Don't explicitly seek before I/O in BlockBasedFileSystemAndreas Kling
2021-07-16Kernel: Add FileDescription read/write API that bypasses current offsetAndreas Kling
2021-07-16Kernel/Ext2FS: Don't hog both locks in Ext2FSInode::lookup()Andreas Kling
2021-07-16LibJS/Tests: Add test for Temporal.Instant.prototype.valueOf()Linus Groh
2021-07-16js: Implement pretty-printing of Temporal.Duration objectsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.valueOf()Linus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.blankLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.signLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.nanosecondsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.microsecondsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.millisecondsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.secondsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.minutesLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.hoursLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.daysLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.weeksLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.monthsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype.yearsLinus Groh
2021-07-16LibJS: Implement Temporal.Duration.prototype[@@toStringTag]Linus Groh
2021-07-16LibJS: Start implementing Temporal.DurationLinus Groh
2021-07-16Utilities: Make the js REPL autocomplete correctly handle `new Ident`Ali Mohammad Pur
2021-07-15LibC: Don't include AK headers in system headersGunnar Beutner
2021-07-15Kernel: Optionally dump scheduler state with stack tracesTom
2021-07-15Solitaire: Reduce overdraw when drawing initial cardsJamie Mansfield
2021-07-15Spider: Reduce overdraw when playingJamie Mansfield
2021-07-15Spider: Reduce overdraw when drawing initial cardsJamie Mansfield
2021-07-15Spider: Automatically reveal top cardsJamie Mansfield
2021-07-15LibGUI: Dither pattern should be independent from clipping rectangleTom
2021-07-15Utilities: Allow filenames containing '=' in dd (#8766)Dhruv Maroo
2021-07-15Help: Add context menuKarol Kosek