Alexander Udalov
|
1e611f4df1
|
Minor refactoring in TypeUtils
Move out unneeded things in runtime, fix warnings
|
2014-03-28 21:56:04 +04:00 |
|
Alexander Udalov
|
d08da465d4
|
Module 'serialization' doesn't depend on intellij-core anymore
|
2014-03-28 21:44:07 +04:00 |
|
Alexander Udalov
|
59c04f5aff
|
Module 'util.runtime' doesn't depend on intellij-core anymore
|
2014-03-28 21:44:07 +04:00 |
|
Alexander Udalov
|
d719222bc4
|
Delete CommonSuppliers, use Guava directly
|
2014-03-28 21:44:07 +04:00 |
|
Alexander Udalov
|
7c4079fd32
|
Tear down SubstitutionUtils and move to frontend
|
2014-03-28 21:44:00 +04:00 |
|
Alexander Udalov
|
e3fffe275b
|
Fix implementation of Iterable<T>.take
#KT-4780 Fixed
|
2014-03-28 19:08:48 +04:00 |
|
Evgeny Gerashchenko
|
829cd95469
|
KT-4770 Javac fails against Kotlin inner class
#KT-4770 fixed
|
2014-03-28 16:46:26 +04:00 |
|
Andrey Breslav
|
bcc6843835
|
Render file name and position in errors from JS library stubs
|
2014-03-28 13:18:46 +04:00 |
|
Nikolay Krasko
|
c74542c72e
|
Download idea for verify to non-default folder
|
2014-03-28 12:48:56 +04:00 |
|
Alexander Udalov
|
ea4daed0ac
|
Use FqNameUnsafe instead of FqName in JVM intrinsics
#KT-4777 Fixed
|
2014-03-27 22:46:44 +04:00 |
|
Alexander Udalov
|
94084fb8e1
|
Regenerate tests
|
2014-03-27 22:43:55 +04:00 |
|
Valentin Kipyatkov
|
19bb3ca92a
|
Fixed test (ran GenerateInjectors)
|
2014-03-27 16:11:36 +04:00 |
|
Nikolay Krasko
|
59137d61fd
|
Remove verify directory before creating (make steps more independent)
|
2014-03-27 15:44:08 +04:00 |
|
Valentin Kipyatkov
|
50bb90a1e3
|
Smart completion: support for overloaded method calls
|
2014-03-27 15:21:57 +04:00 |
|
Alexey Sedunov
|
15364ceae6
|
Fix bug in test generation (as introduced by earlier commit)
|
2014-03-27 13:00:37 +04:00 |
|
Alexander Udalov
|
0deea6b83c
|
Add test for obsolete issue
#KT-1936 Obsolete
|
2014-03-27 03:06:59 +04:00 |
|
Evgeny Gerashchenko
|
3962064bd2
|
Fixed compilation of KDoc
|
2014-03-26 23:55:12 +03:00 |
|
Andrey Breslav
|
708694a09d
|
Resolve annotation arguments only once
|
2014-03-26 21:10:29 +04:00 |
|
Andrey Breslav
|
298ddcf0ad
|
Do not resolve annotation arguments when only a type is requested
This replaces the logic that always did complete constructor call resolution by a request to typeResolver when only a type is needed
|
2014-03-26 21:10:29 +04:00 |
|
Andrey Breslav
|
1cdfab761a
|
Lazy annotation resolution supported
|
2014-03-26 21:10:29 +04:00 |
|
Andrey Breslav
|
bb17adc8d7
|
LazyAnnotations implementation
|
2014-03-26 21:10:29 +04:00 |
|
Andrey Breslav
|
72b2fa77f7
|
Test for recursively annotated class object added
|
2014-03-26 21:10:29 +04:00 |
|
Andrey Breslav
|
b3fb2e2314
|
Register files in package in LAZY mode
|
2014-03-26 21:10:29 +04:00 |
|
Andrey Breslav
|
311e7ab5fe
|
Make RecursiveDescriptorProcessorTest happy, it relies on the order of interfaces
|
2014-03-26 21:10:28 +04:00 |
|
Andrey Breslav
|
3560a9da73
|
Minor. Extract method
|
2014-03-26 21:10:28 +04:00 |
|
Andrey Breslav
|
cbb24a7d4e
|
Multiple rewrites to the same key in a map replaced by one write
|
2014-03-26 21:10:28 +04:00 |
|
Andrey Breslav
|
27d4e583a8
|
Unneeded field removed
|
2014-03-26 21:10:28 +04:00 |
|
Andrey Breslav
|
368381a861
|
Minor. Rename method
|
2014-03-26 21:10:28 +04:00 |
|
Andrey Breslav
|
f6439ade55
|
Minor. Extract method
|
2014-03-26 21:10:28 +04:00 |
|
Andrey Breslav
|
df1f0886c5
|
Inject a project into TDA for proper lazy session initialization
|
2014-03-26 21:10:27 +04:00 |
|
Andrey Breslav
|
4b5a192e4c
|
Don't add primary constructors parameters for properties
|
2014-03-26 21:10:27 +04:00 |
|
Andrey Breslav
|
bf2cc99109
|
Don't add delegated members from error types
|
2014-03-26 21:10:27 +04:00 |
|
Andrey Breslav
|
34c6eaec56
|
Correct scope for property accessors in lazy resolve
|
2014-03-26 21:10:27 +04:00 |
|
Andrey Breslav
|
4dfb6763b2
|
Alias importing fixed for the lazy case
|
2014-03-26 21:10:27 +04:00 |
|
Evgeny Gerashchenko
|
9ecd680fd4
|
Rewritten PackageFragmentDescriptor to Kotlin.
|
2014-03-26 00:41:54 +04:00 |
|
Evgeny Gerashchenko
|
00c0c1acd1
|
Introduced base PackageFragmentDescriptorImpl class,
|
2014-03-26 00:30:56 +04:00 |
|
Evgeny Gerashchenko
|
b736d1602e
|
Got rid of conustructors zoo in value parameter and getter/setter descriptors.
|
2014-03-25 21:35:09 +04:00 |
|
Evgeny Gerashchenko
|
cf61446d69
|
Fixed order of containing and original in property descriptors.
|
2014-03-25 21:35:09 +04:00 |
|
Evgeny Gerashchenko
|
48f8aa279b
|
Extracted "preserve original" flag.
|
2014-03-25 21:34:11 +04:00 |
|
Evgeny Gerashchenko
|
1aaea21f63
|
Got rid of constructors/initializers zoo in property descriptors
|
2014-03-25 21:33:15 +04:00 |
|
Evgeny Gerashchenko
|
eaad1f9f50
|
Got rid of constructors/initializers zoo in simple function descriptors
|
2014-03-25 21:33:14 +04:00 |
|
Evgeny Gerashchenko
|
8d38e74bd9
|
Got rid of constructors/initializers zoo in constructor descriptors
|
2014-03-25 21:33:09 +04:00 |
|
Nikolay Krasko
|
23e6ae02bd
|
Update versions pattern in order to support several numbers in version
|
2014-03-25 19:02:49 +04:00 |
|
Nikolay Krasko
|
d577656815
|
Download latest android studio by default
|
2014-03-25 19:02:49 +04:00 |
|
Alexey Sedunov
|
cceb66d632
|
Implement structural grouping of Kotlin declaration usages
#KT-4742 Fixed
|
2014-03-25 18:01:06 +04:00 |
|
Alexey Sedunov
|
5d4527d7aa
|
Parser: Fix recovery of constructor parameter list
#KT-4739 Fixed
|
2014-03-25 16:49:46 +04:00 |
|
Alexey Sedunov
|
028a71273c
|
Fix test data of QuickFixTest
|
2014-03-25 16:49:44 +04:00 |
|
Alexey Sedunov
|
1bbec14cc0
|
Inspections: Explicit "get"
|
2014-03-25 16:49:43 +04:00 |
|
Alexey Sedunov
|
a0bc6a7b39
|
Base classes for Kotlin inspections
|
2014-03-25 16:49:40 +04:00 |
|
kuity
|
48b9dcf5ae
|
Added KT-4549 SwapBinaryExpression Intention
|
2014-03-25 15:55:53 +04:00 |
|