0
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 8 hours ago. based on code collected about 9 hours ago.
Aug 10, 2024 — Aug 10, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fix memory leak in NSString->String conversion. More... almost 12 years ago
Stop using swift-mangled names directly. More... almost 12 years ago
Silence -Wunused warning in Release builds. More... almost 12 years ago
Clean up BridgeNSString.mm. Fix bug in Unicode string conversion. More... almost 12 years ago
Separate non-String code from BridgeNSString.mm. More... almost 12 years ago
Rename '__subscript' -> 'subscript'. More... almost 12 years ago
Clean up -force_load and linkage of libswift_runtime.a. Fixes test Interpreter/Union.swift. More... almost 12 years ago
Split Foundation.swift because NSRect is not in Foundation on iOS. More... almost 12 years ago
Consolidate some build flags for .swift files. Add cross-compilation support. More... almost 12 years ago
runtime: Allocate refcounted storage for swift_NSStringToString. More... almost 12 years ago
Use -module-link-name to encode library names in standard library modules. More... almost 12 years ago
Turn on (swift) debug symbols for debug builds. This gives us a bunch of additional test coverage for free. More... almost 12 years ago
Build modules alongside object files for the standard library. More... almost 12 years ago
[runtime] Push swift_getObjectType down into the runtime. More... almost 12 years ago
[Makefiles] Convert autoconf build to use modules. More... about 12 years ago
Splitting the standard library: move objc -> stdlib/objc More... about 12 years ago
Splitting the standard library: rename swift_stdlib.dylib -> swift_stdlib_core.dylib according to the directory name. More... about 12 years ago
Make most of the standard library types Hashable. More... about 12 years ago
Remove CPointer<T>, it was almost equivalent to UnsafePointer<T>, but implemented pointer arithmetic. Enhanced UnsafePointer<T> to do pointer arithmetic. More... about 12 years ago
Foundation: Add a String-to-NSString-bridging block shim. More... about 12 years ago
Make -sil-irgen default for stdlib too. More... over 12 years ago
Make -sil-irgen default everywhere (except libs). More... over 12 years ago
Compile multiple files as one translation unit More... over 12 years ago
Makefiles: Fix a race in creating lib/swift. More... over 12 years ago
Remove "-constraint-checker" everywhere, since it is now the default. More... over 12 years ago
Unbreak 'make' on OSX 10.9 More... over 12 years ago
Unbreak the 'make' build system on 10.9 More... over 12 years ago
[Hack] Fix NSObject === to not leak the arguments. More... over 12 years ago
Runtime: More robust NSStringToString_slow. More... over 12 years ago
HACK: implement === for NSObject using a runtime function. More... over 12 years ago