|
Failed to load latest commit information. |
|
annotations
|
Deprecate Annotations.getUseSiteTargetedAnnotations
|
Sep 6, 2018
|
|
deserialization
|
Move some declarations between 'descriptors' and 'deserialization'
|
Jun 6, 2017
|
|
impl
|
Merge use-site targeted annotations into corresponding Annotations
|
Sep 6, 2018
|
|
CallableDescriptor.java
|
Replace ReadOnly/Mutable usages in the compiler
|
Aug 3, 2018
|
|
CallableMemberDescriptor.java
|
Support for import aliases in code completion
|
Aug 8, 2017
|
|
ClassConstructorDescriptor.kt
|
KT-13780 No completion and assertion error in log
|
Oct 13, 2016
|
|
ClassDescriptor.java
|
Replace ReadOnly/Mutable usages in the compiler
|
Aug 3, 2018
|
|
ClassKind.java
|
rename JetClass.isTrait() to isInterface(); rename ClassKind.TRAIT to…
|
Apr 29, 2015
|
|
ClassOrPackageFragmentDescriptor.java
|
Rename jet -> kotlin in descriptors, types, names
|
Jan 10, 2015
|
|
ClassifierDescriptor.java
|
Intoduce and support DslMarker annotation
|
Nov 1, 2016
|
|
ClassifierDescriptorWithTypeParameters.java
|
Replace ReadOnly/Mutable usages in the compiler
|
Aug 3, 2018
|
|
ConstUtil.kt
|
Support constant evaluation of unsigned type constructors
|
Jun 4, 2018
|
|
ConstructorDescriptor.java
|
Collect sam adapters for constructors in synthetic scope
|
Jun 16, 2017
|
|
DeclarationDescriptor.java
|
Move DeclarationDescriptor.substitute to separate interface Substitut…
|
Apr 13, 2017
|
|
DeclarationDescriptorNonRoot.java
|
Rename jet -> kotlin in descriptors, types, names
|
Jan 10, 2015
|
|
DeclarationDescriptorVisitor.java
|
KT-11588 Type aliases
|
May 20, 2016
|
|
DeclarationDescriptorWithNavigationSubstitute.kt
|
Navigation: Resolve typealiased SAM-references to type alias declaration
|
Mar 6, 2018
|
|
DeclarationDescriptorWithSource.java
|
Use original descriptor when trying to obtain source
|
Jul 9, 2015
|
|
DeclarationDescriptorWithVisibility.java
|
Rename jet -> kotlin in descriptors, types, names
|
Jan 10, 2015
|
|
DescriptorWithDeprecation.kt
|
Introduce deprecation of companion objects nested classes
|
Feb 21, 2018
|
|
EffectiveVisibility.kt
|
Partial code cleanup: can be private and some others applied
|
Aug 1, 2017
|
|
FieldDescriptor.kt
|
Merge use-site targeted annotations into corresponding Annotations
|
Sep 6, 2018
|
|
FunctionDescriptor.java
|
Take ReceiverParameterDescriptor in FunctionDescriptorImpl.initialize
|
Aug 27, 2018
|
|
InvalidModuleException.kt
|
Throw InvalidModuleException in assertValid() instead of standard ISE
|
Nov 18, 2017
|
|
MemberDescriptor.java
|
Rename isImpl to isActual in descriptors
|
Sep 15, 2017
|
|
Modality.kt
|
AllOpen: Fix incorrect 'accessing non-final property in constructor' …
|
Jan 15, 2018
|
|
ModuleDescriptor.kt
|
Fix internal-visibility mangling in IDE
|
Jul 9, 2018
|
|
Named.java
|
Rename jet -> kotlin in descriptors, types, names
|
Jan 10, 2015
|
|
NotFoundClasses.kt
|
Wire StorageManager into a ClassTypeConstructorImpl and ClassDescript…
|
Apr 12, 2018
|
|
PackageFragmentDescriptor.kt
|
core: cleanup 'public', property access syntax
|
Jan 7, 2016
|
|
PackageFragmentProvider.kt
|
core: cleanup 'public', property access syntax
|
Jan 7, 2016
|
|
PackageFragmentProviderImpl.kt
|
core: cleanup 'public', property access syntax
|
Jan 7, 2016
|
|
PackageViewDescriptor.kt
|
core: cleanup 'public', property access syntax
|
Jan 7, 2016
|
|
ParameterDescriptor.java
|
Introduce ValueDescriptor as a common super-interface
|
Oct 18, 2016
|
|
PropertyAccessorDescriptor.java
|
Delegated Properties: Analysis adjustments for local delegated proper…
|
May 13, 2016
|
|
PropertyDescriptor.java
|
Merge use-site targeted annotations into corresponding Annotations
|
Sep 6, 2018
|
|
PropertyGetterDescriptor.java
|
Change overriddenDescriptors' type from Set to Collection
|
Aug 7, 2015
|
|
PropertySetterDescriptor.java
|
Change overriddenDescriptors' type from Set to Collection
|
Aug 7, 2015
|
|
ReceiverParameterDescriptor.java
|
Take ReceiverParameterDescriptor in FunctionDescriptorImpl.initialize
|
Aug 27, 2018
|
|
ScriptDescriptor.java
|
Implement script environment variables in backend, add simple test
|
May 3, 2018
|
|
SimpleFunctionDescriptor.java
|
Refactor function descriptors copy mechanism
|
Apr 25, 2016
|
|
SourceElement.java
|
Add the ability to get containing source file from SourceElement
|
Oct 1, 2015
|
|
SourceFile.java
|
Include file name for package-level members in diagnostics
|
May 26, 2017
|
|
Substitutable.kt
|
Move DeclarationDescriptor.substitute to separate interface Substitut…
|
Apr 13, 2017
|
|
SupertypeLoopChecker.kt
|
Extract common logic into AbstractTypeConstructor
|
Mar 10, 2016
|
|
SyntheticPropertyDescriptor.kt
|
Introduce SyntheticPropertyDescriptor interface
|
Jul 19, 2018
|
|
TypeAliasDescriptor.kt
|
Move DeclarationDescriptor.substitute to separate interface Substitut…
|
Apr 13, 2017
|
|
TypeParameterDescriptor.java
|
Move DeclarationDescriptor.substitute to separate interface Substitut…
|
Apr 13, 2017
|
|
ValueDescriptor.java
|
Introduce ValueDescriptor as a common super-interface
|
Oct 18, 2016
|
|
ValueParameterDescriptor.kt
|
Resolve lateinit variables
|
Aug 31, 2017
|
|
VariableAccessorDescriptor.kt
|
Delegated Properties: Analysis adjustments for local delegated proper…
|
May 13, 2016
|
|
VariableDescriptor.java
|
Resolve lateinit variables
|
Aug 31, 2017
|
|
VariableDescriptorWithAccessors.kt
|
Cleanup: post-cleanup after deprecation cleanup in compiler
|
Mar 23, 2017
|
|
Visibilities.java
|
Fix internal compiler error on importing invisible fake reference
|
Jun 26, 2018
|
|
Visibility.kt
|
Effective visibility refactoring: calculate parent decriptor lazily, …
|
Dec 9, 2016
|
|
descriptorUtil.kt
|
Deserialize constructors and properties with version requirement 1.3
|
Jul 11, 2018
|
|
findClassInModule.kt
|
Move some declarations between 'descriptors' and 'deserialization'
|
Jun 6, 2017
|
|
typeParameterUtils.kt
|
KT-11588 Type aliases
|
Jun 1, 2016
|