Skip to content

Merge apple/swift master (at 1302539a) #11

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
2312 commits
Select commit Hold shift + click to select a range
f57668f
[Mangler] Fix a bug in EncodeStringAsNumber.
nadavrot Dec 31, 2015
2d6f3c3
Reapply "[Mangler] Add unit tests to the compression routines.""
nadavrot Dec 31, 2015
cd71f51
[Mangler] Fix a bug in the bit width calculation of numbers represent…
nadavrot Dec 31, 2015
e3a4147
Update copyright date
panzarino Dec 31, 2015
c27ffd2
Merge pull request #832 from ezephir/linux-test-cse
gribozavr Dec 31, 2015
15c9d2b
Runtime: Remove unused once_flag.
jckarter Jan 1, 2016
e210532
Merge pull request #825 from kballard/collectiontype-lazy-first
Jan 1, 2016
d0be84e
Runtime: Refactor conformance cache initialization to include install…
jckarter Jan 1, 2016
49d592c
[Mangler] Accelerate the variable-length encoding by using native int…
nadavrot Dec 31, 2015
e5ed768
[Mangler] Add "$" (dollar sign) to the list of legal encoding charact…
nadavrot Jan 1, 2016
48be84b
[Mangler] Optimzie the code that inserts bits to APInt.
nadavrot Jan 1, 2016
3077851
[Mangler] Update a testcase to reflect that changes in the mangler ch…
nadavrot Jan 1, 2016
a9e636a
Remove unused local variable.
practicalswift Jan 1, 2016
6b73cab
Remove unused imports.
practicalswift Jan 1, 2016
7daaa22
Completely reimplement/redesign the AST representation of parameters.
lattner Jan 1, 2016
4f84d71
Merge pull request #837 from practicalswift/python-fixes-20160101
Jan 1, 2016
a30ae2b
Merge pull request #836 from zachpanz88/new-year
lattner Jan 1, 2016
78be059
Revert a testcase change I made in 7daaa22, which doesn't seem correct.
lattner Jan 1, 2016
cc3f173
remove variadics, default args etc, from tuple patterns, and simplify
lattner Jan 1, 2016
b2ef69e
Omit needless words utility script: allow "-d ''" to suppress diff'ing.
DougGregor Jan 1, 2016
03baf0f
constify the ASTContext to TypeRepr's operator new and clone(). NFC.
lattner Jan 1, 2016
a6f94d5
Remove the resolver parameter to coerceParameterListToType.
lattner Jan 1, 2016
84b3a2e
remove the 'forFunctionParam' from getTypeForPattern since it is alwa…
lattner Jan 1, 2016
404c414
remove TR_Variadic and TR_FunctionResult, which aren't used anymore, …
lattner Jan 1, 2016
2af78ae
forward declare ASTWalker in ASTNode.h instead of including its heade…
lattner Jan 1, 2016
fe3250e
Constify Pattern::operator new and remove Pattern::clone completely,
lattner Jan 1, 2016
4da65bb
eliminate TypeBase::getRelabeledType()
lattner Jan 1, 2016
62e0680
simplify PrintAST::printTypedPattern by removing the now-always-false…
lattner Jan 1, 2016
b3e75dd
Eliminate the stored "size" field in ArrayTypeRepr since it is always…
lattner Jan 1, 2016
5ce3de8
remove & dial back three old bits of syntax auto-upgrading support:
lattner Jan 1, 2016
2414102
Refactor ObjC dependencies in definite_init_diagnostics tests
Jan 1, 2016
2f325d9
[SILOptimizer] Refactor ObjC dependencies in sil_combine tests
Dec 31, 2015
0d86338
Merge pull request #839 from ezephir/linux-test-definite-init
gribozavr Jan 1, 2016
4ae404e
Remove unused diagnostics (autoclosure_is_decl_attribute)
practicalswift Jan 1, 2016
958a826
Use "not in" to be consistent with rest of code base and PEP8.
practicalswift Jan 1, 2016
ef88a80
Fix recently introduced typos
practicalswift Jan 1, 2016
18a810a
Merge pull request #840 from practicalswift/unused-attribute
lattner Jan 1, 2016
635780f
[stdlib/prototype] multiprecision +/-: add rhs word shift
Jan 1, 2016
33371c1
Merge pull request #843 from practicalswift/typo-fixes-20160101
trentxintong Jan 1, 2016
c225e19
Assertion: Avoid endless loop in case of circular class inheritance.
practicalswift Jan 1, 2016
1765a3b
Merge pull request #845 from practicalswift/endless-loop-in-case-of-c…
Jan 1, 2016
249c86e
Revert "[stdlib/prototype] multiprecision +/-: add rhs word shift"
Jan 1, 2016
310f48e
Improve dead store elimination compilation time.
trentxintong Jan 1, 2016
5fc7bd2
Assertion: Avoid endless loop in case of circular class inheritance.
practicalswift Jan 1, 2016
c11cbfb
Merge pull request #827 from practicalswift/circular-class-inheritance
lattner Jan 1, 2016
af8d51d
Merge pull request #822 from practicalswift/circular-protocol-inherit…
lattner Jan 1, 2016
3c1c6c8
[SourceKit] Add test case for crash triggered in swift::ConformanceLo…
practicalswift Jan 1, 2016
e55574a
[SourceKit] Add test case for crash triggered in swift::GenericFuncti…
practicalswift Jan 1, 2016
82acd07
Add some helper methods. NFC.
lattner Jan 1, 2016
aaa90d7
rework TypeChecker::defineDefaultConstructor to be based on terms of
lattner Jan 1, 2016
353dc12
TupleType::hasInit() is exactly equivalent to TupleType::hasDefaultVa…
lattner Jan 1, 2016
ccc1702
Change omitNeedlessWords to be based on ParameterList instead of Tupl…
lattner Jan 1, 2016
8227033
Merge pull request #851 from practicalswift/sourcekit-066-swift-confo…
lattner Jan 1, 2016
c2f5ffa
Merge pull request #848 from practicalswift/sourcekit-064-swift-gener…
lattner Jan 1, 2016
c264b1e
Merge pull request #847 from practicalswift/endless-loop-in-case-of-c…
lattner Jan 1, 2016
277a62a
remove the Parameter::isTypeImplicit hack and replace it with somethi…
lattner Jan 1, 2016
4479b46
move the TypeLoc for a parameter out of Parameter and onto ParamDecl.…
lattner Jan 1, 2016
88b2261
Fixed unused variable warnings in the compiler.
rudkx Jan 1, 2016
df82ce3
Fixed unused variable warnings in SourceKit.
rudkx Jan 1, 2016
7748f91
remove a field that is never set and never read. NFC.
lattner Jan 1, 2016
0e97d9e
refactor ParameterList::clone a bit to move the stuff for cloning
lattner Jan 1, 2016
0e5a28b
Fixed unused variable warning in the type checker.
rudkx Jan 1, 2016
5e8c9a3
Revert "remove the Parameter::isTypeImplicit hack and replace it with…
lattner Jan 1, 2016
0d2195b
Fixup SourceKit now that TypeLoc is in ParamDecl.
rudkx Jan 1, 2016
b170b70
move the rest of the state out of Parameter and into ParamDecl,
lattner Jan 1, 2016
da5e7d3
[Mangler Utils] Don't print the full path in the comments of auto gen…
nadavrot Jan 1, 2016
a3fbcfd
[Mangler Utils] Generate a shorter code sequence for the operation of…
nadavrot Jan 1, 2016
c16173c
[Mangler Utils] Don't print the full path in the comments of auto gen…
nadavrot Jan 1, 2016
7eff55d
[Mangler Utils] Fix an off-by-one error in the calculation of the lon…
nadavrot Jan 1, 2016
8a15c5a
[Docs] Add a section that describes the use of the programs that gene…
nadavrot Jan 1, 2016
2b44025
[Mangler] Shrink bitwidth after divmod while decoding fixed-width str…
nadavrot Jan 1, 2016
f3b05c5
[SourceKit] Fix an unused variable warning.
nadavrot Jan 2, 2016
0069957
Revert "Change omitNeedlessWords to be based on ParameterList instead…
rudkx Jan 2, 2016
9b83f36
[stdlib/prototype] Hex in test failure diagnostics
Jan 1, 2016
20ca122
[stdlib/prototype] Heterogeneous/multiprecision multiply
Jan 2, 2016
2723464
[stdlib/prototype] Force build at -Onone
Jan 2, 2016
6043fdb
Rename SILFunction::EK => SILFunction::EffectsKindAttr.
gottesmm Jan 2, 2016
7e5efb4
[swift-compress] Add flags to select one of the two compression indep…
nadavrot Jan 2, 2016
1e2f1ff
[Compression] Accenerate the encoding of variable length strings.
nadavrot Jan 2, 2016
76031c7
Add support to the AST for multiple @semantic @attributes.
gottesmm Feb 9, 2015
88d558c
Rename attr_asmname.swift => attr_silgen_name.swift since @asmname ha…
gottesmm Jan 2, 2016
180fa23
Fix typo.
gottesmm Jan 2, 2016
389238e
Add support for multiple @_semantics attributes at the SIL level.
gottesmm Jan 2, 2016
c90bd19
Fix recently introduced typo.
practicalswift Jan 2, 2016
2fc86cf
Merge pull request #856 from practicalswift/typo-fixes-20160102
gribozavr Jan 2, 2016
9ce3e45
Merge pull request #831 from ezephir/sil-docs-integer-literal
rudkx Jan 2, 2016
63faeac
[SR-433][Sema] Don't produce vararg tuples outside of arglists
jder Jan 2, 2016
3d8433b
[arc] Add in a new semantics attribute called "arc.programtermination…
gottesmm Jan 2, 2016
9e551dd
Doxygenify file level comment.
gottesmm Jan 2, 2016
168c8f0
My recent changes broke this test, XFAIL it until I have time to fix …
lattner Jan 2, 2016
75cb941
[Constraint System] Kill the ArchetypeOpener; bind type variables ins…
DougGregor Jan 2, 2016
66b4481
[swiftc] Add test case for crash triggered in swift::ValueDecl::setTy…
practicalswift Jan 3, 2016
013d08d
Add a bailout location # threshold in DSE.
trentxintong Jan 3, 2016
ad82cbd
Clone arguments with the implicit bit set when generating implicit ac…
lattner Jan 3, 2016
1140d7b
[Mangler] Accelerate the decoding of characters from APInt.
nadavrot Jan 3, 2016
eb7e699
Fix a comment. NFC.
nadavrot Jan 3, 2016
e1fe27b
[Constraint system] Eliminate DependentTypeOpener. NFC
DougGregor Jan 3, 2016
5489a37
[Mangler] Accelerate the variable-length encoder (1/2).
nadavrot Jan 3, 2016
01e3615
[Mangler] Update the auto-generated header files for the encoder chan…
nadavrot Jan 3, 2016
4ea79fe
There are simply too many locations and too many basic blocks in some
trentxintong Jan 3, 2016
6c32688
Fix recently introduced typos.
practicalswift Jan 3, 2016
46534ef
Merge pull request #863 from practicalswift/typo-fixes-20160103
trentxintong Jan 3, 2016
149e1e4
Fix 80-column violations.
rudkx Jan 3, 2016
11b2a7d
[arc-sequence-opts] Add more log output.
gottesmm Jan 3, 2016
65ce155
Re-convert omitNeedlessWords to be defined in terms of parameter lists
lattner Jan 3, 2016
d8df61d
Rename all globalarcopts* tests => arcsequenceopts* tests to match re…
gottesmm Jan 3, 2016
8cfa6f3
Remove all dependencies on the stdlib from ARC Sequence Opts tests ex…
gottesmm Jan 3, 2016
aa0b62a
Remove Linux XFAIL in stdlib StringTraps tests
Jan 1, 2016
375f525
Make AADumper and MemoryBehaviorDumper function passes. They do not n…
gottesmm Jan 3, 2016
a503269
[codegardening] Move MemBehaviorDumper from AADumper.cpp into its own…
gottesmm Jan 3, 2016
6afe77d
Eliminate the Parameter type completely - now ParameterList is just
lattner Jan 3, 2016
95f07f0
rename AST/Parameter.h to AST/ParameterList.h now that Parameter is g…
lattner Jan 3, 2016
c2458a7
Last tweaks to rename this header.
lattner Jan 3, 2016
bf6ddcd
[sil-mode.el] Add syntax highlighting for checked_cast_addr_br.
gottesmm Jan 3, 2016
8cdaf4a
[Stdlib] Add a test for the performance of CollectionType.first
lilyball Jan 3, 2016
3c1965e
Merge the AST walker for "ExprTypeSaver" and "TypeNullifier" into a s…
lattner Jan 4, 2016
31ff35e
Use 80 column headers consistently.
practicalswift Jan 4, 2016
dfcece7
Use consistent style for comment separators.
practicalswift Jan 4, 2016
e1ef609
Revert "[codegardening] Move MemBehaviorDumper from AADumper.cpp into…
gottesmm Jan 4, 2016
606df10
doxygenify file level comment.
gottesmm Jan 4, 2016
0e865e8
[codegardening] Separate MemBehaviorDumper and AADumper... again.
gottesmm Jan 4, 2016
80e5854
[codegardening] Add a new pass called RCIdentityDumper that dumps the…
gottesmm Jan 3, 2016
50baf2e
Use consistent formatting in top of file headers.
practicalswift Jan 4, 2016
8482b59
[swiftc] Add test case for crash triggered in swift::ConformanceLooku…
practicalswift Jan 4, 2016
420beda
Rework the interface to coerceParameterListToType to make it obvious
lattner Jan 4, 2016
5b32777
Merge pull request #865 from practicalswift/consistent-headers
lattner Jan 4, 2016
3aaac0f
[Mangler] Emit auto-generated constants as 'const'.
nadavrot Jan 4, 2016
171f7d5
[Compression] Increase the number of chars used on non APInt words.
nadavrot Jan 4, 2016
2a626b4
[Constraint system] Remove some unused code. NFC
DougGregor Jan 4, 2016
2dcdcea
Fix recently introduced typo.
practicalswift Jan 4, 2016
199c4ea
Consistent use of programming language indicator in top of file comment.
practicalswift Jan 4, 2016
f91525a
Consistent placement of "-*- [language] -*-===//" in header.
practicalswift Jan 4, 2016
022efe9
Reference file names (and not paths) in file headers.
practicalswift Jan 4, 2016
fd608f3
Fix incorrect file names in file headers.
practicalswift Jan 4, 2016
b47adb0
Merge pull request #868 from practicalswift/typo-fixes-20160104
gottesmm Jan 4, 2016
1f2c865
Merge pull request #860 from kballard/test-collectiontype-lazy-first-…
gribozavr Jan 4, 2016
e094e9f
Merge pull request #869 from practicalswift/consistent-headers-again
gribozavr Jan 4, 2016
7d5f329
Merge pull request #835 from ezephir/linux-test-sil-combine
gribozavr Jan 4, 2016
1339b54
Consistent use of header comment format.
practicalswift Jan 4, 2016
d56b8ba
Merge pull request #870 from practicalswift/headers
lattner Jan 4, 2016
44db638
[build-script] Print unknown target
modocache Jan 4, 2016
9e2e24b
SILCombine: add debug message. NFC.
eeckstein Jan 4, 2016
f1f4c69
SILCombine: fix non-deterministic compilation
eeckstein Jan 4, 2016
ba40b3f
Take a more displined approach in DSE as to how to a function is opti…
trentxintong Jan 4, 2016
f618935
[Omit needless words] Don't ask for the StringRef of an empty identif…
DougGregor Jan 4, 2016
6dd70c9
[Clang importer] Delete a redundant attribute-import operation.
DougGregor Jan 4, 2016
dee6922
Update copyright notice.
practicalswift Jan 4, 2016
7b2bc2a
Fix recently introduced typos.
practicalswift Jan 4, 2016
ef798c7
[SourceKit] Add test case for crash triggered in swift::constraints::…
practicalswift Jan 4, 2016
c73bb63
[SyntaxColoring] Teach syntax model to recognize playground-specific …
nkcsgexi Jan 4, 2016
76c97b1
[Sema] Return nullptr less often when typechecking stmts. NFC.
cwillmor Dec 22, 2015
a28112f
Remove unnecessary XFAIL.
nkcsgexi Jan 4, 2016
ca92efc
Use consistent formatting of header comments.
practicalswift Jan 4, 2016
de3c793
Merge pull request #872 from practicalswift/copyright-fixes
rudkx Jan 4, 2016
53042ba
[swiftc] Add test case for crash triggered in swift::TypeBase::getCan…
practicalswift Jan 4, 2016
ff5de10
Merge pull request #875 from practicalswift/consistent-headers-final-pr
nadavrot Jan 4, 2016
b8c4edd
Merge pull request #873 from practicalswift/typo-fixes-20160104b
nadavrot Jan 4, 2016
b90258d
Fix typo in verifier failure message.
rudkx Jan 4, 2016
343712d
Add some minimal SIL verification of checked_cast_addr_br.
rudkx Jan 4, 2016
cdc4107
Move cases for switch_enum_addr and checked_cast_addr_br in switch.
rudkx Jan 4, 2016
bfba3a7
[Omit needless words] Fix lowercasing of initialisms ending with a no…
DougGregor Jan 5, 2016
3c61492
Revert "Rework the interface to coerceParameterListToType to make it …
rudkx Jan 5, 2016
6ce0f00
Remove a *pass* keyword for consistency
trentxintong Jan 5, 2016
3f63561
Remove a stale comment.
Jan 5, 2016
44c2cbc
Use correct formatting for start-of-file header.
practicalswift Jan 5, 2016
c48a256
Use correct formatting for separator line.
practicalswift Jan 5, 2016
4d03887
Merge pull request #844 from ezephir/linux-test-string-traps
gparker42 Jan 5, 2016
92e5dab
Merge pull request #871 from modocache/cross-compilation
gribozavr Jan 5, 2016
747a6eb
Add crash type annotations and Valgrind output for memory errors.
practicalswift Jan 5, 2016
e13736d
Merge pull request #878 from practicalswift/crash-type-annotations
gribozavr Jan 5, 2016
c60387d
[SourceKit] Add test case for crash triggered in swift::TypeChecker::…
practicalswift Jan 5, 2016
25ca69f
[SIL] Add test case for crash triggered in swift::Parser::parseExprId…
practicalswift Jan 5, 2016
2ea084b
Merge pull request #841 from practicalswift/pep8-membership-fix
moiseev Jan 5, 2016
d52ec99
Merge pull request #879 from practicalswift/sil-023-swift-parser-pars…
lattner Jan 5, 2016
ba2e534
Merge pull request #877 from practicalswift/comment-consistency
lattner Jan 5, 2016
4d24800
[Omit needless words] Use the getter name for BOOL properties.
DougGregor Jan 5, 2016
3f19714
James Campbell pointed out on swift-evolution that the [:] literal sy…
lattner Jan 5, 2016
aa5105c
Remove some commented out code and add a FIXME as caught by Jordan, t…
lattner Jan 5, 2016
268b7fa
get_grapheme_cluster_break_tests_as_UTF8 can break when locale isn't
tom-gall Jan 5, 2016
1b385eb
Separate out ObjC code in def_basic Serialization tests.
Jan 1, 2016
e0eba97
Fix typos.
practicalswift Jan 5, 2016
33e3f96
Remove unexpected character.
practicalswift Jan 5, 2016
a23e161
[stdlib] Fix conversion from (signed) int to float in default init
Jan 6, 2016
47e4b5d
Merge pull request #886 from nonsensery/fix_default_float_initializer
Jan 6, 2016
fc32a94
Merge pull request #883 from tom-gall/gentoo-linux-fixes
Jan 6, 2016
589a46f
Merge pull request #858 from jder/vararg-tuple-conversion-for-args-only
cwillmor Jan 6, 2016
97b98b1
[gyb] Ignore filesystem locale and enforce UTF-8
RLovelett Jan 6, 2016
7dd9f5f
Improve IRGen's infrastructure for caching local type data.
rjmccall Jan 6, 2016
6843674
[CodeCompletion] Clear error-type results when code completion engine…
nkcsgexi Jan 6, 2016
bfe843f
Fix crash in post-dominator-tree verification.
eeckstein Jan 6, 2016
e26352e
Merge pull request #885 from practicalswift/typo-fixes-20160106
trentxintong Jan 6, 2016
40c1622
[test] Update test after fixing a crash.
nkcsgexi Jan 6, 2016
034712e
add newlines to the end of files.
lattner Jan 6, 2016
bb28c3a
fix some comment typos Jordan noticed.
lattner Jan 6, 2016
19bb1e1
move a & from a caller to the callee to appease Jordan.
lattner Jan 6, 2016
b03617e
Remove bogus 'expected-error'.
tkremenek Jan 6, 2016
590310e
Merge pull request #887 from RLovelett/getfilesystemencoding
tkremenek Jan 6, 2016
7d45fc4
Jordan pointed out that VarDecl::isSelfParameter really does need
lattner Jan 6, 2016
9cd96ce
Refine the use and behavior of ConditionalDominanceScope.
rjmccall Jan 6, 2016
a3c62ca
[Sema] Allow @objc on enum cases
lilyball Dec 24, 2015
623e6e1
Merge pull request #842 from ezephir/linux-test-basic-sil
gribozavr Jan 6, 2016
e56345b
Merge pull request #866 from practicalswift/swiftc-28190-swift-confor…
gribozavr Jan 6, 2016
e9c5a60
Merge pull request #880 from practicalswift/sourcekit-068-swift-typec…
gribozavr Jan 6, 2016
53128de
Merge pull request #874 from practicalswift/sourcekit-067-swift-const…
gribozavr Jan 6, 2016
dcc1638
Merge pull request #859 from practicalswift/swiftc-28189-swift-valued…
gribozavr Jan 6, 2016
54dcd16
Merge pull request #876 from practicalswift/swiftc-28191-swift-typeba…
gribozavr Jan 6, 2016
0f3179d
Fix formatting for some newly introduced file headers.
practicalswift Jan 6, 2016
154f571
Fix typos.
practicalswift Jan 6, 2016
0f81366
[swiftc] Add test case for crash triggered in swift::GenericFunctionT…
practicalswift Jan 6, 2016
3b30fb4
Merge pull request #892 from practicalswift/typo-fixes-20160106b
trentxintong Jan 6, 2016
3ce4fbf
Let the ComputeDominanceInfo pass also compute post-dominance info.
eeckstein Jan 6, 2016
bb181f6
Merge pull request #893 from practicalswift/swiftc-28192-swift-generi…
gribozavr Jan 6, 2016
5aa40dd
Extend DefaultArgumentKind with cases for nil, [], and [:].
DougGregor Jan 6, 2016
055b326
Move utility function from Inputs/resilient_class.swift to single tes…
slavapestov Jan 5, 2016
ae41794
IRGen: Small refactoring for emitInvariantLoadFromMetadataAtIndex()
slavapestov Jan 5, 2016
e786a6d
Merge pull request #891 from practicalswift/fix-recently-introduced-h…
lattner Jan 6, 2016
2a27acd
IRGen: Fix resilient class layout on Linux
slavapestov Jan 5, 2016
1ea703c
[Compression] Implement a new strategy for finding frequently used su…
nadavrot Jan 6, 2016
f182d39
[Mangler] Move the body of the 'finalize' methods into the cpp files.
nadavrot Jan 6, 2016
1600c52
[stdlib] Constraining `AnySequence.init`
Jan 6, 2016
6c8c9bf
Consistently use normal quotes ("…") instead of curly quotes (“…”).
practicalswift Jan 6, 2016
695a78c
Remove an include file that snuck in by mistake.
nadavrot Jan 6, 2016
267011c
Merge pull request #895 from moiseev/anysequence
moiseev Jan 6, 2016
31f17e2
[stdlib] using static method dispatch instead of failable casts
Jan 6, 2016
dbad606
IRGen: Fix recent change for Objective-C runtime, oops
slavapestov Jan 6, 2016
0b6cedd
[Clang importer] Infer default argument [:] for some NSDictionary par…
DougGregor Jan 6, 2016
7775b9c
Runtime: Remove swift_retainCount entry points.
jckarter Jan 6, 2016
2fdcf9a
[Build system] Add presets for Swift inside the LLDB tree.
scallanan Jan 6, 2016
2c4c7bd
Don't serialize full ConcreteDeclRefs for conformance value witnesses.
jrose-apple Jan 6, 2016
f473851
[PrintObjC] Support @objc(name) on enum cases
lilyball Dec 28, 2015
6ef18cd
Merge pull request #797 from kballard/enum-constant-objc
jrose-apple Jan 6, 2016
5392ac8
Add CHANGELOG.md entry about @objc(Name) on enums and enum cases
lilyball Jan 6, 2016
93a682c
Merge pull request #900 from kballard/changelog-objc-enums
jrose-apple Jan 6, 2016
de76781
Dependencies: lookups in subscript signatures count as dependencies.
jrose-apple Jan 7, 2016
33a6cce
Dependencies: references in generic signatures create public dependen…
jrose-apple Jan 7, 2016
0d03ea3
[SourceKit] Fix some -Wpessimizing-move issues.
jrose-apple Jan 7, 2016
f752ac5
[test] Remove stray FIXME that's actually behaving correctly.
jrose-apple Jan 7, 2016
5f80471
[build system] Renamed the preset for LLDB_Embedded and added more co…
scallanan Jan 7, 2016
6ff2f09
[SIL] Let alloc_stack return a single value.
eeckstein Jan 5, 2016
c3a769e
Fix code examples with alloc_stack in comments.
eeckstein Jan 5, 2016
9ad406d
Remove the local_storage type attribute and SIL value category.
eeckstein Jan 5, 2016
1f5a6b3
Allow caching in conditional dominance scopes and fix some
rjmccall Jan 7, 2016
1c5ffe6
Change PointerIntEnum to a new better representation.
gottesmm Jan 7, 2016
a8dd1de
Merge pull request #896 from practicalswift/curly-quotes
lattner Jan 7, 2016
05d6b95
Fix recently introduced typos.
practicalswift Jan 7, 2016
52b00c6
Merge pull request #904 from practicalswift/typo-fixes-20160107
gottesmm Jan 7, 2016
c45dc6d
More resilient class layout tests
slavapestov Jan 5, 2016
1302539
IRGen: Rename "Sequential Type" to "Record Type", the latter is more …
slavapestov Jan 7, 2016
e8ea46f
Merge branch 'master' into rebase-swiftandroid-onto-trunk-20160107
modocache Jan 7, 2016
0bd8c32
Merge branch 'master' of https://github.com/SwiftAndroid/swift into r…
modocache Jan 7, 2016
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
The diff you're trying to view is too large. We only load the first 3000 changed files.
2 changes: 1 addition & 1 deletion .dir-locals.el
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
;
; This source file is part of the Swift.org open source project
;
; Copyright (c) 2014 - 2015 Apple Inc. and the Swift project authors
; Copyright (c) 2014 - 2016 Apple Inc. and the Swift project authors
; Licensed under Apache License v2.0 with Runtime Library Exception
;
; See http://swift.org/LICENSE.txt for license information
Expand Down
Loading