Evgeny Gerashchenko
|
3352d8a954
|
Minor. Renamed method.
|
2013-12-17 20:28:56 +04:00 |
|
Evgeny Gerashchenko
|
e175ebf60a
|
Rendering package FQ names instead of short names.
|
2013-12-17 20:28:56 +04:00 |
|
Evgeny Gerashchenko
|
212d303c7b
|
Modified test checking visibility of class objects.
|
2013-12-17 20:28:55 +04:00 |
|
Evgeny Gerashchenko
|
ecd5dc60ad
|
Correctly checking visibility from package view.
|
2013-12-17 20:28:55 +04:00 |
|
Evgeny Gerashchenko
|
5c22787c15
|
Simplified API of JetNamespaceHeader and its usages.
|
2013-12-17 20:28:55 +04:00 |
|
Evgeny Gerashchenko
|
df1e92959e
|
Generified subpackages obtaining, fixed it for mixed packages.
|
2013-12-17 20:28:54 +04:00 |
|
Evgeny Gerashchenko
|
3de7f7646b
|
Better assertion.
|
2013-12-17 20:28:54 +04:00 |
|
Evgeny Gerashchenko
|
20cafec423
|
Using default toString().
|
2013-12-17 20:28:53 +04:00 |
|
Evgeny Gerashchenko
|
de6f25ff1b
|
Removed unused method.
|
2013-12-17 20:28:53 +04:00 |
|
Evgeny Gerashchenko
|
0f2d9cfbc3
|
Removed passing of RedeclarationHandler (in code before refactoring it was always DO_NOTHING).
|
2013-12-17 20:28:53 +04:00 |
|
Evgeny Gerashchenko
|
fbd398fd8e
|
Added test for finding subpackages in mixed Java & compiled Kotlin package.
|
2013-12-17 20:28:52 +04:00 |
|
Evgeny Gerashchenko
|
00f0ad2eda
|
Minor. Removed unused test method.
|
2013-12-17 20:28:52 +04:00 |
|
Evgeny Gerashchenko
|
d198c202e3
|
Minor. Moved method.
|
2013-12-17 20:28:51 +04:00 |
|
Evgeny Gerashchenko
|
c472cb682f
|
Minor. Moved method.
|
2013-12-17 20:28:51 +04:00 |
|
Evgeny Gerashchenko
|
1cb13fce12
|
Minor. Simplified code in KotlinBuiltIns.
|
2013-12-17 20:28:51 +04:00 |
|
Evgeny Gerashchenko
|
73114d7e9c
|
Fragment providers added on higher level.
|
2013-12-17 20:28:50 +04:00 |
|
Evgeny Gerashchenko
|
3f790f5f0c
|
Minor. Nullability annotations.
|
2013-12-17 20:28:49 +04:00 |
|
Evgeny Gerashchenko
|
e680567290
|
Restored test code for deserialized scopes.
|
2013-12-17 20:28:49 +04:00 |
|
Evgeny Gerashchenko
|
d64cfa04e9
|
Simplified method.
|
2013-12-17 20:28:49 +04:00 |
|
Evgeny Gerashchenko
|
30e668634c
|
Locking scopes of MutablePackageFragmentDescriptors.
|
2013-12-17 20:28:48 +04:00 |
|
Evgeny Gerashchenko
|
98ad890b60
|
Extracted method for finding exactly one fragment.
|
2013-12-17 20:28:48 +04:00 |
|
Evgeny Gerashchenko
|
1bbe9b0bd4
|
Removed DescriptorFinder.findPackage.
|
2013-12-17 20:28:47 +04:00 |
|
Evgeny Gerashchenko
|
557aaf363a
|
Renamed method and got rid of some usages.
|
2013-12-17 20:28:47 +04:00 |
|
Evgeny Gerashchenko
|
ad7044cc6c
|
Fixed resolving references to packages in plugin.
|
2013-12-17 20:28:46 +04:00 |
|
Evgeny Gerashchenko
|
fbdc31790b
|
Allowed "rewriting" unresolvedCache elements.
This is used to fix tests. The fix is pretty dirty, but related code is going to be thrown away anyway.
|
2013-12-17 20:28:46 +04:00 |
|
Evgeny Gerashchenko
|
bf0daf4b20
|
Minor. Renamed method.
|
2013-12-17 20:28:46 +04:00 |
|
Evgeny Gerashchenko
|
5d0381f073
|
Using FqName instead of FqNameUnsafe for package predicate.
|
2013-12-17 20:28:45 +04:00 |
|
Evgeny Gerashchenko
|
78e40114ca
|
More straightforward caching.
|
2013-12-17 20:28:45 +04:00 |
|
Evgeny Gerashchenko
|
e18173cbac
|
Made scope in JavaPackageFragmentDescriptor final.
|
2013-12-17 20:28:44 +04:00 |
|
Evgeny Gerashchenko
|
601cd4ce46
|
Migrated JS backend to package views and fragments.
|
2013-12-17 20:28:44 +04:00 |
|
Evgeny Gerashchenko
|
aa2ff87b47
|
Simplified intrinsics matching in JS backend.
|
2013-12-17 20:28:44 +04:00 |
|
Evgeny Gerashchenko
|
28ef7495af
|
Removed obsolete code in codegen for 'var' parameters captured in closure. 'Var' parameters are forbidden now.
|
2013-12-17 20:28:43 +04:00 |
|
Evgeny Gerashchenko
|
e625a3a869
|
Cleanup of CheckLocalVariablesTableTest
|
2013-12-17 20:28:43 +04:00 |
|
Evgeny Gerashchenko
|
9d2b79c631
|
Migrated CliLightClassGenerationSupport to package views.
|
2013-12-17 20:28:42 +04:00 |
|
Evgeny Gerashchenko
|
7e4e3e849d
|
Removed obsolete classes.
|
2013-12-17 20:28:42 +04:00 |
|
Evgeny Gerashchenko
|
303f2b8c4c
|
Simplified BuiltinsReferenceResolver.
|
2013-12-17 20:28:42 +04:00 |
|
Evgeny Gerashchenko
|
75e550fe11
|
Removed namespaces from descriptor visitor.
|
2013-12-17 20:28:41 +04:00 |
|
Evgeny Gerashchenko
|
005b59e783
|
Inlined method.
|
2013-12-17 20:28:41 +04:00 |
|
Evgeny Gerashchenko
|
b783175fb4
|
Removed ex-ModuleConfiguration classes.
|
2013-12-17 20:28:40 +04:00 |
|
Evgeny Gerashchenko
|
d0605009ae
|
Removed ModuleConfiguration.
|
2013-12-17 20:28:40 +04:00 |
|
Evgeny Gerashchenko
|
67f06c816b
|
Reimplemented non-trivial logic of ModuleConfiguration.
|
2013-12-17 20:28:39 +04:00 |
|
Evgeny Gerashchenko
|
19d8f1394b
|
Big refactoring continued. Migrating to package views and fragments.
|
2013-12-17 20:28:39 +04:00 |
|
Evgeny Gerashchenko
|
577fb25777
|
Got rid of useless nested class.
|
2013-12-17 19:18:33 +04:00 |
|
Evgeny Gerashchenko
|
7abe6a5b4a
|
Big refactoring. Migrating to package views and fragments.
|
2013-12-17 19:18:33 +04:00 |
|
Evgeny Gerashchenko
|
369824cd2e
|
Skipping error types when processing alternative signatures.
|
2013-12-17 19:18:32 +04:00 |
|
Evgeny Gerashchenko
|
6c9a5e6a5f
|
Got rid of useless trace access.
|
2013-12-17 19:18:32 +04:00 |
|
Evgeny Gerashchenko
|
3ccaa9f13e
|
Minor. Dictionary.
|
2013-12-17 19:18:32 +04:00 |
|
Evgeny Gerashchenko
|
2a0d81a6fe
|
Introduced package view and fragment classes.
|
2013-12-17 19:18:31 +04:00 |
|
Evgeny Gerashchenko
|
62c542341a
|
Renamed NamespaceComparator → RecursiveDescriptorComparator.
|
2013-12-17 19:18:31 +04:00 |
|
Evgeny Gerashchenko
|
1b28fb50b9
|
Removed useless method.
|
2013-12-17 19:18:31 +04:00 |
|