Evgeny Gerashchenko
|
3e5feeb436
|
Minor. Added comments.
|
2013-06-03 17:40:58 +04:00 |
|
Evgeny Gerashchenko
|
89b3f953d1
|
Fixed broken reference to jar.
|
2013-06-03 17:40:57 +04:00 |
|
Evgeny Gerashchenko
|
6d0b8f953d
|
Typo.
|
2013-06-03 17:40:57 +04:00 |
|
Nikolay Krasko
|
555e182d6d
|
Fix returned indices from TextBlockTransferableData
Thanks to Alexander (https://github.com/Alefas) for idea
#KT-3662 Fixed
|
2013-05-31 20:55:35 +04:00 |
|
Andrey Breslav
|
6d6e627641
|
Support custom JDK annotations path for TeamCity
|
2013-05-31 20:35:32 +04:00 |
|
Svetlana Isakova
|
61f50fc832
|
removed 'allowNamespaces' flag
from creating IdentifierInfo
|
2013-05-31 16:29:07 +04:00 |
|
Svetlana Isakova
|
42b34586bd
|
made ReceiverValueVisitor an interface
|
2013-05-31 16:29:07 +04:00 |
|
Svetlana Isakova
|
f05f616230
|
KT-2422 Invalid warning "Condition is always true"
#KT-2422 fixed
|
2013-05-31 16:29:07 +04:00 |
|
Leonid Shalupov
|
213e8c11c9
|
Merge pull request #283 from nskvortsov/master
Isolated classloading for kotlin gradle plugin
|
2013-05-31 05:18:16 -07:00 |
|
Natalia Ukhorskaya
|
3b72b2be0c
|
Merge pull request #282 from lopekpl/type_mismatch_in_literals3
QuickFixes for TYPE_MISMATCH
|
2013-05-31 01:29:32 -07:00 |
|
Maxim Shafirov
|
868bf90de2
|
Rollback 0514ddc719 due to failing tests
|
2013-05-31 11:35:11 +04:00 |
|
Maxim Shafirov
|
58914cdf33
|
Delegate properties stdlib, take 2.
|
2013-05-30 19:06:45 +04:00 |
|
shafirov
|
a954508284
|
Merge pull request #284 from erokhins/master
fix Iterable<T>.toSortedList in libraries
|
2013-05-30 07:04:46 -07:00 |
|
Erokhin Stanislav
|
0514ddc719
|
fix Iterable<T>.toSortedList
|
2013-05-30 17:09:31 +04:00 |
|
Nikita Skvortsov
|
5429c1333e
|
Tests for wrapped plugin, some polishing
|
2013-05-30 15:21:27 +04:00 |
|
Nikita Skvortsov
|
9f0acd0e98
|
fix tests
|
2013-05-30 15:21:26 +04:00 |
|
Nikita Skvortsov
|
308c12f45c
|
first class loader wrapper implementation
|
2013-05-30 15:21:26 +04:00 |
|
Nikita Skvortsov
|
7e36547b38
|
Added wrapper module for gradle plugin
|
2013-05-30 15:21:25 +04:00 |
|
Nikita Skvortsov
|
7e58d83121
|
rename module
|
2013-05-30 15:21:25 +04:00 |
|
Natalia.Ukhorskaya
|
fc3a413fba
|
Check not null annotations for parameters in IdeaJdkAnnotationsReflectedTest
|
2013-05-30 13:07:53 +04:00 |
|
Evgeny Gerashchenko
|
92bc46ab8f
|
Fixed starting in profiler.
|
2013-05-30 13:07:52 +04:00 |
|
Andrey Breslav
|
5a50caa8ac
|
The error message now tells the user about jps.kotlin.home
For TeamCity users
|
2013-05-30 13:07:51 +04:00 |
|
Andrey Breslav
|
a8267b370e
|
Do not fail on circular dependencies + better message
|
2013-05-30 13:07:50 +04:00 |
|
Evgeny Gerashchenko
|
bc8a6d9023
|
Ignoring all workspace.xml files.
|
2013-05-30 13:07:49 +04:00 |
|
Evgeny Gerashchenko
|
63899bdd5d
|
Sorted .gitignore
|
2013-05-30 13:07:48 +04:00 |
|
Evgeny Gerashchenko
|
b2ed1b1e96
|
Cleanup in .gitignore
|
2013-05-30 13:07:47 +04:00 |
|
Evgeny Gerashchenko
|
771cf85179
|
Added my dictionary with "klass" word.
|
2013-05-30 13:07:46 +04:00 |
|
Mikhael Bogdanov
|
61b495e95c
|
Fixed 'lowercaseFirstLetter' for test data in 280 pull request
|
2013-05-30 13:07:45 +04:00 |
|
Sergey Rostov
|
d847123c9c
|
KDoc wiki links pair matcher and @tags highlighter
|
2013-05-30 13:07:44 +04:00 |
|
Sergey Rostov
|
940008cdaa
|
KDoc lexer refactored (got rid of hacks and separate tokens for words). Fixed bug with isInComment(element) detection.
|
2013-05-30 13:07:42 +04:00 |
|
Sergey Rostov
|
85ab1619a7
|
Update KetTokens.Comments TokenSet
|
2013-05-30 13:07:41 +04:00 |
|
Sergey Rostov
|
9dfe0f42a3
|
KT-1545, KT-3161 KDoc formatter
|
2013-05-30 13:07:40 +04:00 |
|
Sergey Rostov
|
c4bdf72054
|
KT-1545, KT-3161 KDoc lexer & parser
|
2013-05-30 13:07:38 +04:00 |
|
Sergey Rostov
|
92659ca7a5
|
KT-3161 JetCommenter implementation stub
|
2013-05-30 13:07:37 +04:00 |
|
Michał Sapalski
|
d849258757
|
Support for generic classes in quickfix for NOTHING_TO_OVERRIDE
|
2013-05-30 13:07:36 +04:00 |
|
Michał Sapalski
|
642d073bc9
|
Quickfix for NOTHING_TO_OVERRIDE: add function to one of supertypes.
|
2013-05-30 13:07:35 +04:00 |
|
Mikhael Bogdanov
|
11c44890a7
|
KT-3652: Char is converted to Int when used inside string interpolation
#KT-3652 Fixed
|
2013-05-30 13:07:33 +04:00 |
|
Andrey Breslav
|
aa90dac6d1
|
Support jps.kotlin.home
|
2013-05-30 13:07:32 +04:00 |
|
Andrey Breslav
|
8511137596
|
Support jps.kotlin.home
|
2013-05-30 13:07:31 +04:00 |
|
Evgeny Gerashchenko
|
8694cfa9ad
|
Fixed compilation after renaming Name.getName()
to asString()
|
2013-05-30 13:07:30 +04:00 |
|
Martin Lau
|
ff47c4b585
|
Added scanning for annotations.xml entries within maven dependencies
|
2013-05-30 13:07:29 +04:00 |
|
Evgeny Gerashchenko
|
f52338a582
|
Renamed Name.getName() and FqName.getFqName() to asString()
|
2013-05-30 13:07:28 +04:00 |
|
Evgeny Gerashchenko
|
19e1331c11
|
Fixed loading SAM interfaces when they inherit abstract methods.
|
2013-05-30 13:07:27 +04:00 |
|
Evgeny Gerashchenko
|
cdb096035b
|
Minor. Fixed assertion message.
|
2013-05-30 13:07:26 +04:00 |
|
Evgeny Gerashchenko
|
f6a6b55ffa
|
Test for KT-3331 RuntimeException in frontend-java at TypeVariableResolverFromTypeDescriptors.getTypeVariable()
#KT-3331 obsolete
|
2013-05-30 13:07:25 +04:00 |
|
Evgeny Gerashchenko
|
6c12b694af
|
KT-3577 Stack overflow when resolving SAM adapter (from completion, show parameters, etc)
#KT-3577
|
2013-05-30 13:07:24 +04:00 |
|
Evgeny Gerashchenko
|
3c770c2646
|
Added dependency class resolver -> function resolver.
|
2013-05-30 13:07:23 +04:00 |
|
Evgeny Gerashchenko
|
08f902d373
|
Minor. Replaced for with for each.
|
2013-05-30 13:07:22 +04:00 |
|
Sergey Rostov
|
ba142652c4
|
KT-3575, KT-2297 Inserting pair for "${": reverting to use KotlinTypeHandler
(with disabling JetPairMatcher for this case)
|
2013-05-30 13:07:21 +04:00 |
|
Natalia.Ukhorskaya
|
e05a9efeab
|
Don't create stubs for properties in delegate expression
|
2013-05-30 13:07:20 +04:00 |
|