Open Source Contributions
All merged pull requests across open source projects.
Total merged: 43
rust-lang/rust-analyzer (15 merged)
PR
Title
Date
#22674
fix: panics in unwrap_return_type, remove_underscore, and promote_local_to_const
2026-06-30
#22613
fix: avoid panic in convert_tuple_struct_to_named_struct on nested pattern usage
2026-06-30
#22523
fix: extract_function misses &mut for container[i].mut_method()
2026-06-06
#22437
fix: extract_module missing import for macro calls
2026-05-25
#22077
fix: avoid panic in replace_if_let_with_match on jump scrutinee
2026-04-17
#22073
fix: handle empty /**/ in block_to_line assist
2026-04-17
#22020
internal: migrate inline_call assist to SyntaxEditor
2026-04-12
#21838
fix: skip usages inside macro expansions in destructure struct/tuple binding
2026-03-18
#21794
fix: add naming convention validation for union types
2026-03-10
#21779
fix: replace TODO placeholders in next-solver IrPrint with proper formatting
2026-03-07
#21726
fix: align is_rust() with rustc by correcting constructor ABI in next solver
2026-03-01
#21699
fix: Detect E0804 when casting raw ptr-to-dyn adds auto traits
2026-02-24
#21654
fix: use ExprIsRead::Yes for rhs of binary operators
2026-02-16
#21649
fix: use ExprIsRead::Yes for rhs of ordinary assignments
2026-02-15
#21647
fix: handle ref mut bindings in contains_explicit_ref_binding
2026-02-14
zed-industries/zed (7 merged)
PR
Title
Date
#54878
gpui_wgpu: Respect buffer_font_fallbacks setting
2026-04-25
#50173
gpui: Fix send_file_drop_event holding mutex during event callback
2026-02-26
#49906
gpui: Call ack_configure on throttled Wayland resize events
2026-02-23
#49022
gpui: Fix Core Foundation object leaks on macOS
2026-02-12
#48850
gpui: Fix double-close of fd in read_fd on linux
2026-02-10
#48727
gpui: Reset external_files_dragged after successful drag-drop on macOS
2026-02-08
#48317
agent: Remove duplicate line_hint assignment in StreamingFuzzyMatcher::push
2026-02-04
ace-step/ACE-Step-1.5 (4 merged)
PR
Title
Date
#343
fix: path traversal vulnerability in audio file path parameters
2026-02-08
#319
fix: prevent arbitrary code execution via unsafe torch.load()
2026-02-08
#226
fix: use per-socket timeout instead of global setdefaulttimeout
2026-02-06
#161
fix: path traversal vulnerability in audio endpoint
2026-02-05
rust-lang/rust (16 merged)
PR
Title
Date
#163070
label the path segment that is not an associated item of the trait
2026-09-21
#162638
dont suggest changing the mutability of a borrow that comes from a macro
2026-09-15
#162172
mention the opaque when its hidden type cannot be inferred
2026-09-11
#161579
suggest calling a fn item used as the iterator of a for loop
2026-09-03
#159434
fix: suggest removing a trailing semicolon when a closure argument fails a trait bound
2026-08-24
#161088
suppress projection errors already covered by a trait error
2026-08-19
#160969
give layout errors from size_of_val and align_of_val a span
2026-08-14
#159593
merge ambiguity errors that blame the same inference variable
2026-08-13
#159839
point at closure return expression in non-FnOnce E0271 errors
2026-08-11
#160320
point at trait definition when it is used as a derive macro
2026-08-04
#160246
dont fire unused_mut on &pin mut self
2026-07-31
#158615
fix: don't fire explicit_outlives_requirements on ?Sized type params
2026-07-29
#159365
fix: point at method call chain when a return-position impl Trait assoc type diverges
2026-07-17
#158454
regression test for Trait<A><B> in "consider further restricting this bound" suggestion
2026-06-28
#157413
fix: don't suggest .into_iter() for .cloned()/.copied() on non-reference Option
2026-06-08
#153469
docs: clarify path search behavior in std::process::Command::new
2026-03-06
PR
Title
Date
#52
fix: detect credential keys with all caps acronym prefix
2026-08-01