-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Insights: swiftlang/swift
Overview
Could not load contribution data
Please try again later
120 Pull requests merged by 41 people
-
Re-land "[cxx-interop] Check the presence of copy constructor correctly"
#77646 merged
Nov 18, 2024 -
[DebugInfo] Fix tests to downstream "specification" attribute
#77623 merged
Nov 18, 2024 -
docs: Update generics.tex
#77667 merged
Nov 17, 2024 -
AST: Introduce ProtocolConformanceRef::forAbstract()
#77664 merged
Nov 17, 2024 -
[test] Quote
%original_path_env
inswift-xcodegen.test
#77665 merged
Nov 17, 2024 -
Frontend: Introduce
-disable-upcoming-feature
and-disable-experimental-feature
#77662 merged
Nov 16, 2024 -
Add support for creating a task with a self-consuming task function
#77663 merged
Nov 16, 2024 -
[Completion] Tweak assert for subscript call pattern
#77649 merged
Nov 16, 2024 -
[Basic] Limit
version::getCompilerversion
to major + minor only#77660 merged
Nov 16, 2024 -
[Clang importer] Use ParseSourceFileRequest for parsing swift_attr attributes
#77628 merged
Nov 16, 2024 -
Flush out incorrectly-constructed substitution maps
#77632 merged
Nov 16, 2024 -
[ASTGen] Add a convenient method to process attribute arguments
#77650 merged
Nov 16, 2024 -
[Windows] Change log output to
Testing …
when testing a SwiftPM project in build.ps1#77656 merged
Nov 16, 2024 -
Fix test/IRGen/keypath_protocol_extension.swift
#77659 merged
Nov 16, 2024 -
Delete lifetime dependence inference on mutating self
#77645 merged
Nov 15, 2024 -
[CMake] Disable RTTI and exceptions in stdlib
#77625 merged
Nov 15, 2024 -
[6.0 🍒][CMake] Disable use of in-process 'libSwiftScan' queries when building the Standard Library
#77630 merged
Nov 15, 2024 -
[cxx-interop] Support conditional escapability
#77588 merged
Nov 15, 2024 -
[test] Add test case for rdar:https://139913219
#77643 merged
Nov 15, 2024 -
[SILGen] ResultPlan: Make sure that checked continuations are destroye…
#77631 merged
Nov 15, 2024 -
IRGen: Adjust hacks for keypaths to protocol extension members
#77599 merged
Nov 15, 2024 -
Sema: Fix request cycle due to unnecessary Sendable check with static method
#77595 merged
Nov 15, 2024 -
[ASTGen] Remove LegacyParser ping-pong mechanism
#77619 merged
Nov 15, 2024 -
split-cmdline: the
-c
option only has an argument for swiftpm, but not for the compiler#77641 merged
Nov 15, 2024 -
[android] Update to LTS NDK 27
#76460 merged
Nov 15, 2024 -
[doc] Fix typo in shell command from Getting Started guide
#77634 merged
Nov 15, 2024 -
RedundantLoadElimination: correctly handle end_borrow instructions
#77618 merged
Nov 15, 2024 -
[ASTGen] Generate MacroDecl
#77412 merged
Nov 15, 2024 -
Fix DCE of load_borrow when it is derived from another borrow scope
#77300 merged
Nov 15, 2024 -
Revert "[NFC][CMake] Disable use of in-process 'libSwiftScan' queries when building the Standard Library"
#77621 merged
Nov 15, 2024 -
[CMake] Establish a dependency from standard library variants onto 'libSwiftScan'
#77606 merged
Nov 14, 2024 -
Revert "[cxx-interop] Check the presence of copy constructor correctly"
#77616 merged
Nov 14, 2024 -
[embedded] Enable integer parsing in Embedded Swift
#77594 merged
Nov 14, 2024 -
[ASTGen] Skip named decls with missing name
#77608 merged
Nov 14, 2024 -
[cxx-interop] Temporarily disable a test for
std::function
on UBI 9#77611 merged
Nov 14, 2024 -
Fix simplifySwitchEnumUnreachableBlocks for default cases in ossa
#77571 merged
Nov 14, 2024 -
Optimizer: fix simplification of unchecked_enum_data
#77590 merged
Nov 14, 2024 -
[CoroutineAccessors] Several small fixes.
#77603 merged
Nov 14, 2024 -
Use instancetype for the benchmark and SwiftNativeNSObject
#76257 merged
Nov 14, 2024 -
[IRGen] Set minimum runtime availability version for CVW
#77597 merged
Nov 14, 2024 -
[cxx-interop] Allow removing elements from
std::set
.#77445 merged
Nov 14, 2024 -
[Clang importer + macros] Handle name lookup and type checking for expanded macros
#77580 merged
Nov 14, 2024 -
[cxx-interop] Disambiguate template instantiations with nullptr parameters
#77591 merged
Nov 14, 2024 -
IRGen: Omit property descriptors from #_hasSymbol checks for static properties
#77602 merged
Nov 14, 2024 -
AliasAnalysis: fix the memory behavior of
end_borrow
#77587 merged
Nov 14, 2024 -
[ASTGen] Generate 'switch' expressions
#77598 merged
Nov 14, 2024 -
Use common code paths for constructor concurrency prologs
#77600 merged
Nov 14, 2024 -
[NFC][CMake] Disable use of in-process 'libSwiftScan' queries when building the Standard Library
#77601 merged
Nov 14, 2024 -
build: adjust the early swift-driver handling
#75965 merged
Nov 14, 2024 -
[Index] Convert to hashing to
HashBuilder
with BLAKE3#77116 merged
Nov 14, 2024 -
Updated PlaygroundTransform tests to cover both Swift 5 and 6.
#77378 merged
Nov 13, 2024 -
stdlib/Concurrency: Resolve or suppress a bunch of warnings
#77578 merged
Nov 13, 2024 -
[Sema] A couple more MiscDiagnostics cleanups/fixes
#77554 merged
Nov 13, 2024 -
DeadCodeElimination: don't remove end_lifetime instructions with address operands
#77583 merged
Nov 13, 2024 -
[Frontend] Add some printing/vistation options to
swift-synthesize-interface
.#77574 merged
Nov 13, 2024 -
[cxx-interop] Make Cxx and CxxStdlib libraries resilient
#77559 merged
Nov 13, 2024 -
SIL: change the textual SIL output of a re-borrow phi from
@reborrow @guaranteed
to@reborrow
#77581 merged
Nov 13, 2024 -
GuaranteedPhiUpdater: fix a comment
#77582 merged
Nov 13, 2024 -
Preserve extend_lifetime during dead instruction code elimination.
#77575 merged
Nov 13, 2024 -
Insert end_borrow for dead phi operands only when required
#77568 merged
Nov 13, 2024 -
Revert "Emit mangled names for public symbols into the .swiftinterface"
#77579 merged
Nov 13, 2024 -
[BitwiseCopyable] Permit conformance in overlay.
#77572 merged
Nov 13, 2024 -
Fix the computation of the re-borrow flags for guaranteed phi arguments
#77527 merged
Nov 13, 2024 -
Optimizer: when propagating the concrete type of an existential, make sure to not violate dominance order
#77560 merged
Nov 13, 2024 -
[CMake] Cleaning up macOS symbol list
#77566 merged
Nov 13, 2024 -
SIL: Skip visiting bad extensions in SILSymbolVisitor
#77576 merged
Nov 13, 2024 -
Tests: Add tests for deprecated property wrapper diagnostics
#77573 merged
Nov 13, 2024 -
[Runtime] Add entry for native swift objc reference to initWithTakeTa…
#77569 merged
Nov 13, 2024 -
Tests: Expand tests for @backDeployed diagnostics on Obj-C compatible decls
#77570 merged
Nov 13, 2024 -
Remove feature guard on lifetime dependence inference
#76588 merged
Nov 13, 2024 -
[Sema] NFC: Address review feedback on #77537
#77561 merged
Nov 13, 2024 -
[CMake] Add a dependency on 'libSwiftScan' for 'swiftCore'
#77541 merged
Nov 12, 2024 -
AST: Rename TypeRefinementContext to AvailabilityScope
#77563 merged
Nov 12, 2024 -
[ClangImporter] Fix build after LLVM #9573
#77557 merged
Nov 12, 2024 -
Sema: fix reporting reexporting submodules imports as unused in API
#77538 merged
Nov 12, 2024 -
[6.0][Concurrency] Fix preconcurrency downgrade behavior for
Sendable
closures and generic requirements.#77476 merged
Nov 12, 2024 -
[stdlib] Elide some null-pointer checks in UM[R]BP bulk-copy functions
#77549 merged
Nov 12, 2024 -
Add
contains(_:)
methods to (Closed)Range#76891 merged
Nov 12, 2024 -
[cxx-interop] Simplify name generation for template arguments of builtin types
#77555 merged
Nov 12, 2024 -
[CoroutineAccessors] Ban read+_read and modify+_modify.
#77546 merged
Nov 12, 2024 -
[test] Warning about Swift features that do not exist
#77542 merged
Nov 12, 2024 -
[cxx-interop] Import private fields of C++ structs
#76892 merged
Nov 12, 2024 -
[cmake] Define -DSWIFT_STDLIB_ENABLE_VECTOR_TYPES when needed
#77543 merged
Nov 12, 2024 -
[cmake] Set SWIFT_STDLIB_HAS_COMMANDLINE
#77544 merged
Nov 12, 2024 -
[cmake] Provide private extension points to the build
#77507 merged
Nov 12, 2024 -
SILGen: Avoid attempting to profile any ClangImporter synthesized function
#77521 merged
Nov 12, 2024 -
AST: Print opaque result types correctly in swiftinterfaces
#77550 merged
Nov 12, 2024 -
[ASTPrinter] Fix missing operators in synthesized
==
impls printed by-print-ast
.#76331 merged
Nov 12, 2024 -
[span] express correct lifetimes for initializers
#77548 merged
Nov 12, 2024 -
[cxx-interop] Disambiguate template instantiations with enum parameters
#77531 merged
Nov 12, 2024 -
[Sema] Consistently run MiscDiagnostics on macro arguments
#77534 merged
Nov 12, 2024 -
[Completion] Type-check parent closures for local functions
#77537 merged
Nov 12, 2024 -
Temporarily put uses of "Span" and "RawSpan" behind an experimental feature flag
#77532 merged
Nov 12, 2024 -
[IRGen] Fix crash in CVW generation for ObjC references
#77545 merged
Nov 12, 2024 -
Put warnings about unsafe constructs into a new diagnostic group
Unsafe
#77547 merged
Nov 12, 2024 -
[swift_snapshot_tool] Add swift header to files that were missing it.
#77410 merged
Nov 12, 2024 -
[Tests] XFAIL IRGen/typed_throws_abi.swift on arm64e
#77539 merged
Nov 12, 2024 -
[region-isolation] Cache getUnderlyingTrackedValue.
#77540 merged
Nov 12, 2024 -
[ASTGen] Generate closure signatures
#77533 merged
Nov 12, 2024 -
[AutoDiff] Enhance performance of custom derivatives lookup
#76951 merged
Nov 11, 2024 -
Add @PointerBounds macro
#76969 merged
Nov 11, 2024 -
build: add
-Xfrontend
to-strict-implicit-module-context
#77490 merged
Nov 11, 2024 -
[CAS] Add an utility action to swift-cache-tool to print cache key
#77347 merged
Nov 11, 2024 -
[5.10] Add support for swiftlang and apple org repo in update checkout
#77536 merged
Nov 11, 2024 -
Finish thought in comment
#77528 merged
Nov 11, 2024 -
Simplification: don't delete trivially dead borrowed-from instruction
#77523 merged
Nov 11, 2024 -
[Sema] NFC: Remove
diagnoseMoveOnlyPatternMatchSubject
#77526 merged
Nov 11, 2024 -
[Sema] A couple of fixes for MiscDiagnostics on macro expansions
#77479 merged
Nov 11, 2024 -
[Test] Enable some new parser round-tripping.
#77525 merged
Nov 11, 2024 -
utils: correct function name for PS style
#77493 merged
Nov 11, 2024 -
[cxx-interop] Disambiguate template instantiations with parameter packs
#77450 merged
Nov 11, 2024 -
[Concurrency] Handle self apply exprs when computing
@preconcurency
in the availability checker.#77510 merged
Nov 11, 2024 -
Sema: Fix opaque type accessors with inactive availability conditions
#77519 merged
Nov 11, 2024 -
[AST] NFC: Add doc comment for
isSynthesized
#77524 merged
Nov 11, 2024 -
[ObjC Bridging] Consistently bridge block types verbatim
#77496 merged
Nov 11, 2024 -
[CSBindings] Don't favor application result types before application …
#77461 merged
Nov 11, 2024
28 Pull requests opened by 24 people
-
Missing playground results for property accessors in a class wrapped in a struct
#77530 opened
Nov 11, 2024 -
[build.ps1] build swift-lmdb using cmake
#77562 opened
Nov 12, 2024 -
checking resolvable and array calls
#77584 opened
Nov 13, 2024 -
[CSSimplify] CGFloat-Double: Fix ambiguity when assigning CGFloat to …
#77592 opened
Nov 13, 2024 -
IRGen: Capture NecessaryBindings in fixed boxes that may invoke deinits.
#77605 opened
Nov 14, 2024 -
[WIP] Task names work in progress
#77609 opened
Nov 14, 2024 -
[AutoDiff] Support curry thunks differentiation in fragile funcs
#77615 opened
Nov 14, 2024 -
[cxx-interop] Support lifetime_capture_by in ClangImporter
#77617 opened
Nov 14, 2024 -
utils: adjust Windows build to use shared LMDB
#77624 opened
Nov 14, 2024 -
[release/6.0][android] pick fixes for building Android stdlib and swift-foundation to swift 6
#77626 opened
Nov 14, 2024 -
Increase inlining benefits for function calls with many arguments or results
#77629 opened
Nov 14, 2024 -
[build-script] Add buildbot_linux,lld preset
#77635 opened
Nov 15, 2024 -
[AST] Avoid tripping assertion in `IsNonUserModuleRequest`
#77636 opened
Nov 15, 2024 -
Enable NonEscapable types by default and move lifetime dependence support under a new feature
#77637 opened
Nov 15, 2024 -
Fix missing whitespace in Swift special comments
#77639 opened
Nov 15, 2024 -
[build-script] Stop installing the llbuildSwift library that is no longer used
#77647 opened
Nov 15, 2024 -
utils: wire up the CMake based build of DocC SymbolKit
#77648 opened
Nov 15, 2024 -
[CSSimplify] Handle invalid type specializations
#77652 opened
Nov 15, 2024 -
[CSBindings] Revert changes in `BindingSet::isViable`
#77653 opened
Nov 15, 2024 -
rdar:https://139988273 (Try making tagged strings before connecting subclasses)
#77654 opened
Nov 15, 2024 -
[DebugInfo] Change lowering of SIL instructions to use line 0 when appropriate
#77655 opened
Nov 15, 2024 -
[embedded] Add back lazy collection operations, collection diffing and StaticBigInt to Embedded Stdlib
#77657 opened
Nov 15, 2024 -
[test] Generate Lit Swift features file once during CMake generation
#77658 opened
Nov 15, 2024 -
[CoroutineAccessors] Don't skip type-checking synthesized default implementations.
#77661 opened
Nov 16, 2024 -
[AST] Remove `ModuleDecl::addFile`
#77666 opened
Nov 16, 2024 -
[cxx-interop]: Enhance CxxSet with query and set operations
#77671 opened
Nov 17, 2024 -
[NFC] Utilities for lifetime dependent coroutines
#77675 opened
Nov 18, 2024 -
[cxx-interop] Declare CxxStdlib dependency on _Builtin_float
#77677 opened
Nov 18, 2024
12 Issues closed by 8 people
-
[SR-14733] Compiler regression in 5.4 on Linux
#57083 closed
Nov 16, 2024 -
Isolated parameter to struct init crashes in silgen
#71174 closed
Nov 14, 2024 -
Error about non-`Sendable` type when using Swift 5 mode with @preconcurrency API
#76652 closed
Nov 14, 2024 -
[cxx-interop] Allow removing elements from `std::set`
#72799 closed
Nov 14, 2024 -
Deprecated types aren't diagnosed when used as property wrappers
#63139 closed
Nov 13, 2024 -
Existential spelling diagnostic missing for `catch`
#77553 closed
Nov 13, 2024 -
Duplicate statement diagnostics in result builder
#77453 closed
Nov 13, 2024 -
The cross-repo CI testing on `release/5.10` doesn't work
#77535 closed
Nov 12, 2024 -
SPM based project crashes in release builds
#77358 closed
Nov 12, 2024 -
Completion doesn't work in nested function in closure
#77305 closed
Nov 12, 2024
26 Issues opened by 20 people
-
Variadic type parameter pack where clause with inheritance requirement on associated type doesn't compile
#77676 opened
Nov 18, 2024 -
Compiler crash in Swift Testing
#77674 opened
Nov 18, 2024 -
Crash in SIL Deserialization when lying to compiler about \@_extern(c) symbols
#77673 opened
Nov 18, 2024 -
Support Fedora 40 / 41
#77672 opened
Nov 18, 2024 -
Swift array of C++ SWIFT_SHARED_REFERENCE crashes in destruction
#77669 opened
Nov 17, 2024 -
ManagedValue::forBorrowedObjectRValue crash C++ interop
#77668 opened
Nov 17, 2024 -
ClosureLifetimeFixup inhibits optimizations
#77651 opened
Nov 15, 2024 -
Invalid type leads to "Failed to produce diagnostic for expression"
#77644 opened
Nov 15, 2024 -
Enable configuring tests without running them & improve GettingStarted guide's accuracy regarding tests
#77642 opened
Nov 15, 2024 -
The compiler crashes when using `std::exception_ptr` with C++ interop on Linux.
#77638 opened
Nov 15, 2024 -
Invalid conditional downcast in type-casting pattern in switch crashes frontend
#77633 opened
Nov 14, 2024 -
Region base isolation checker confused by default arguments
#77620 opened
Nov 14, 2024 -
[AutoDiff] Crash when a differentiable function has a property wrapper parameter
#77614 opened
Nov 14, 2024 -
Crash when a function has property wrapper parameter with projected value
#77613 opened
Nov 14, 2024 -
Compiler crash with typed throws in generic class.
#77612 opened
Nov 14, 2024 -
CxxInterop: Swift does not synthesize CxxConvertibleToContainer iterator operator== in some cases
#77607 opened
Nov 14, 2024 -
Actor-isolated property wrapper leads to compiling code that crashes at runtime
#77604 opened
Nov 14, 2024 -
Duplicate diagnostic for always true `is` pattern in catch clause
#77596 opened
Nov 13, 2024 -
Conformance synthesis fails to check availability
#77589 opened
Nov 13, 2024 -
compiler crash when cpp class conforms to protocol with static function
#77577 opened
Nov 13, 2024 -
Re-enable UseAggressiveReg2MemForCodeSize on Wasm
#77567 opened
Nov 12, 2024 -
Code generation bug in release mode
#77558 opened
Nov 12, 2024 -
xcode16.1
#77552 opened
Nov 12, 2024 -
error: the -experimental-skip-*-function-bodies* flags do not support emitting IR
#77551 opened
Nov 12, 2024
49 Unresolved conversations
Sometimes conversations happen on old items that aren’t yet closed. Here is a list of all the Issues and Pull Requests with unresolved conversations.
-
Infer @PointerBounds macro from clang __counted_by parameters
#77387 commented on
Nov 16, 2024 • 16 new comments -
[cxx-interop] Add support for SWIFT_SHARED_REFERENCE in C++ inheritance
#77522 commented on
Nov 18, 2024 • 15 new comments -
[build.ps1] don't use host Python any more
#76594 commented on
Nov 16, 2024 • 8 new comments -
Add an overload of append(contentsOf:) on Array that takes a Collection instead of a Sequence, and try using it to accelerate wCSIA-compatible Sequences
#77487 commented on
Nov 13, 2024 • 8 new comments -
Serialize/Deserialize source locations for instructions
#77281 commented on
Nov 18, 2024 • 5 new comments -
[SwiftLexicalLookup] New unqualified lookup implementation validation
#77140 commented on
Nov 15, 2024 • 4 new comments -
Diagnose non_runtime_protocol
#77339 commented on
Nov 18, 2024 • 4 new comments -
Ensure we are adding T : Differentiable conformance from protocol conditional conformance
#77446 commented on
Nov 14, 2024 • 1 new comment -
stdlib: Enable upcoming `MemberImportVisibility` feature
#76665 commented on
Nov 18, 2024 • 1 new comment -
AnyHashable type-erasing behaves differently on Linux
#77508 commented on
Nov 11, 2024 • 0 new comments -
[SILGen]: extend uninhabited parameter checks to `self` param
#75795 commented on
Nov 18, 2024 • 0 new comments -
[6.0][ClangImporter] Make sure the `-resource-dir` is checked before the `-sdk`, as done everywhere else in the compiler
#76199 commented on
Nov 12, 2024 • 0 new comments -
[C++Interop] Allow Multiple SWIFT_CONFORMS_TO_PROTOCOL to C++ Classes
#76204 commented on
Nov 11, 2024 • 0 new comments -
Use CFStringGetCharacters instead of calling CFStringGetBytes twice
#76271 commented on
Nov 13, 2024 • 0 new comments -
[WIP] [stdlib] Vector
#76438 commented on
Nov 14, 2024 • 0 new comments -
utils: enable early swift driver on Windows
#76574 commented on
Nov 15, 2024 • 0 new comments -
[cmake] Enable new runtime build in Linux smoketest
#77511 commented on
Nov 15, 2024 • 0 new comments -
[6.0.x] Remove libicu build and update list of Swift runtime libraries to be de-duplicated
#76613 commented on
Nov 11, 2024 • 0 new comments -
Fix partial apply forwarder emission for coroutines that are methods of structs with type parameters
#76743 commented on
Nov 12, 2024 • 0 new comments -
[build.ps1] Enable LLDB tests in Windows builds
#76894 commented on
Nov 12, 2024 • 0 new comments -
Missing playground results for `init`/`deinit` in a class wrapped in a struct
#77498 commented on
Nov 11, 2024 • 0 new comments -
Cherrypick fixes for issue 74866 to release/6.0
#77261 commented on
Nov 14, 2024 • 0 new comments -
Cherrypick fixes for issue 74866 to release/5.10
#77277 commented on
Nov 15, 2024 • 0 new comments -
Forbid C++ function template instantiation with Swift types
#77430 commented on
Nov 12, 2024 • 0 new comments -
[macCatalyst] Add some build presets for CI testing
#77386 commented on
Nov 13, 2024 • 0 new comments -
Threading library munges all backends into a single build
#77435 commented on
Nov 11, 2024 • 0 new comments -
False "No 'async' operations occur within 'await' expression" warning in Xcode 16
#75002 commented on
Nov 12, 2024 • 0 new comments -
Compiler Regression in Swift 6/Xcode 16b6
#76120 commented on
Nov 12, 2024 • 0 new comments -
Unrestricting explicit declarations of function generics.
#77483 commented on
Nov 12, 2024 • 0 new comments -
Assert failure on `extend_lifetime` verify with `onone-simplification` pass disabled
#77451 commented on
Nov 13, 2024 • 0 new comments -
No matching constructor for initialization of 'protocol_type' (aka 'boost::asio::ip::tcp')
#76531 commented on
Nov 13, 2024 • 0 new comments -
Nondeterministic Release Builds
#77168 commented on
Nov 13, 2024 • 0 new comments -
Interleaving SIMD code can be compiled to `zip1.8h` ARM instruction, but not `zip2.8h`
#77484 commented on
Nov 14, 2024 • 0 new comments -
Synthesized conformances ignore availability & deprecation
#76898 commented on
Nov 14, 2024 • 0 new comments -
Unable to send a bridged String to ObjC API
#76492 commented on
Nov 15, 2024 • 0 new comments -
Enabling library evolution breaks module aliasing
#71883 commented on
Nov 15, 2024 • 0 new comments -
SwiftCompilerSources doesn't work on Windows ARM64
#74866 commented on
Nov 15, 2024 • 0 new comments -
`Signal 6` when attempting to run `swift package generate-documentation` in certain cases.
#75258 commented on
Nov 15, 2024 • 0 new comments -
Add support for AVR
#74899 commented on
Nov 16, 2024 • 0 new comments -
Debian packaging support
#60690 commented on
Nov 17, 2024 • 0 new comments -
Crash on IR Generation in LLVM DenseMap, but it happens only in some configurations (Patch included)
#70345 commented on
Nov 17, 2024 • 0 new comments -
Confusing error on cross-module access of isolated state
#76909 commented on
Nov 18, 2024 • 0 new comments -
Swift compiler getting overly restrictive about code whitespaces
#77348 commented on
Nov 18, 2024 • 0 new comments -
Conditional cast from 'any Error' to 'any Equatable' always succeeds... but doesn't
#70114 commented on
Nov 18, 2024 • 0 new comments -
[CSSolver] Implementation of disjunction choice favoring algorithm
#63585 commented on
Nov 12, 2024 • 0 new comments -
[Driver][Frontend] Introduce `load-pass-plugin` option
#68985 commented on
Nov 14, 2024 • 0 new comments -
Fix ArrayElementPropagation in ossa when replacing array.get_element with a non control equivalent value
#72807 commented on
Nov 15, 2024 • 0 new comments -
[stdlib] Generalize some constructs for non-escapable types
#73258 commented on
Nov 13, 2024 • 0 new comments -
[DNM] Test lowering OSSA in the optimization pipeline
#74411 commented on
Nov 16, 2024 • 0 new comments