Pinned
1,882 contributions in the last year
Less
More
Activity overview
Contribution activity
July 2021
Created 97 commits in 3 repositories
Created 2 repositories
Created a pull request in SerenityOS/serenity that received 6 comments
LibWasm: Use AK::StackInfo to track stack size
This way, we can make sure that it doesn't overflow when ASAN is enabled. Resolves (part of) #8629. cc @ADKaster: could you give me the modules gen…
+7
−2
•
6
comments
Opened 28 other pull requests in 4 repositories
SerenityOS/serenity
22
merged
2
closed
- Kernel: Un-unmap-after-init CommandLine::boot_mode()
- Meta+Kernel: Immediately fail the on-target CI job when a panic occurs
- LibRegex: Fix capture group clearing issues / LibRegex: Fix parsing of /a{/ and friends
- LibRegex: Clear previous capture group contents in ECMA262 mode
- LibWeb: Teeny tiny WebAssembly value conversion fixes
- AK: Implement {any,all}_of(IterableContainer&&, Predicate)
- LibLine: Make display refresh write the entire buffer out at once instead of one syscall per char
- AK+LibRegex+LibJS: Make LibRegex support unicode strings a bit better
- LibWasm: Some more performance stuff
- Shell: Don't assume that only the current shell may continue children
- AK: Make JsonParser correctly parse unsigned values larger than u32
- LibRegex: Fix some random stuff found by fuzzers
- AK: Un-confuse Traits<T>
- LibJS: Bag of parser fixes
- LibRegex+expr: Make Match expressions comply with POSIX
- LibRegex: Correctly parse BRE bracket expressions
- AK: Allow instantiation of Vector<T, 0> even when T is incomplete
- LibRegex: Add support for the Basic POSIX regular expressions
- Ports+Kernel+LibPthread: Add LibUV and tweak the cmake port
- Kernel: Fix method name load_kernel_{sybols => symbols}_from_data()
- LibWasm: Some tiny correctness changes and test generator tweaks
- LibJS: Let's have some bytecode fun
- LibJS: Some parser yak shaves
- LibWeb+LibWasm: Implement some more of the js-api / LibJS: Random unrelated implementation of %TypedArray%.set()
linusg/libjs-test262
2
merged
SerenityOS/user-map
1
merged
linusg/libjs-website
1
merged
Reviewed 74 pull requests in 2 repositories
SerenityOS/serenity 73 pull requests
- LibWeb: Get the new CSS Parser working (part 3)
- Kernel: Shutdown on panic in self-test mode
- AK + Kernel: Utilize KResult + AK::Userspace<T> in the ioctl interface
- NotificationServer: Expand the notification when hovered + friends
- FileManager: Add image dimensions to properties window
- LibC: Declare wide character type functions in wctype.h
- Mail: Prompt for password if no password was saved
- Kernel+LibCore: Properly handle closed TCP sockets
- LibWeb: Add CSS opacity property
- LibRegex: Fix capture group clearing issues / LibRegex: Fix parsing of /a{/ and friends
- AK: Reimplement all_of in terms of find_if
- LibRegex: Clear previous capture group contents in ECMA262 mode
- Browser: CSS calc() properties
- LibWeb: Fix that empty event handlers return null instead of crashing
- TextEditor: Allow starting with a file argument that doesn't exist
- LibWeb: Teeny tiny WebAssembly value conversion fixes
- AK+LibJS: Implement and use UTF-16 views where required
- Kernel+LibC: Implement file advisory locks
- Prekernel: Make sure we're not overwriting the ELF header
- Trying to rename a file on the desktop using F2 does not prevent illegal filenames an thus may crash the OS.
- AK+LibRegex+LibJS: Make LibRegex support unicode strings a bit better
- Kernel: Try to find a good filename for dumping perfcore
- AK+LibM: Replace some parts of LibM with an AK internal implemenation for better inlineing and code duplication reduction
- Tests: Print out a list of which tests failed after a run-tests run
- AK: Restrict timespec comparison operator overloads in AK::Time
- Some pull request reviews not shown.
linusg/libjs-test262 1 pull request
Created an issue in sindresorhus/refined-github that received 1 comment
Make changes to the merge button temporary
In my own experience, changing that button to "Squash and merge" (or any other option) is only ever a temporary measure, but github switches to it …
1
comment