This website requires JavaScript.
Explore
Help
Register
Sign In
jlengrand
/
kotlin
Watch
1
Star
0
Fork
0
You've already forked kotlin
mirror of
https://github.com/jlengrand/kotlin.git
synced
2026-05-09 00:21:47 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
21178a4f1a317844c288e400e41e99cc30515fc8
kotlin
/
compiler
/
testData
/
codegen
/
bytecodeText
/
forLoop
History
Mark Punzalan
21178a4f1a
Fix issue getting the
size
property from Collection bounded type
...
parameters, when lowering for-loops over Collection.indices.
2019-11-07 13:43:24 +01:00
..
forInArrayWithIndex
…
forInCharSequenceWithIndex
…
forInIndices
Fix issue getting the
size
property from Collection bounded type
2019-11-07 13:43:24 +01:00
forInIterableWithIndex
…
forInReversed
JVM_IR: Enable loopVarInterval and forInReversedCollectionIndices
2019-10-29 07:43:37 +01:00
forInSequenceWithIndex
…
forInUntil
…
stepped
Add bytecode text tests for ForLoopsLowering.
2019-10-28 15:26:38 +01:00
forInCharSequence.kt
[IR] For loop lowering for iteration over CharacterSequences.
2019-08-30 09:35:59 +02:00
forInCharSequenceTypeParameter.kt
Fix issue getting the
size
property from Collection bounded type
2019-11-07 13:43:24 +01:00
forInDownToCharMinValue.kt
…
forInDownToIntMinValue.kt
…
forInDownToLongMinValue.kt
…
forInObjectArray.kt
…
forInOptimizableUnsignedRange.kt
…
forInPrimitiveArray.kt
…
forInRangeSpecializedToUntil.kt
[IR] Support Collection<*>.indices in for loop lowering.
2019-09-18 19:00:17 +02:00
forInRangeToCharConst.kt
…
forInRangeToCharMaxValue.kt
…
forInRangeToConst.kt
…
forInRangeToIntMaxValue.kt
…
forInRangeToLongConst.kt
…
forInRangeToLongMaxValue.kt
…
forInRangeToQualifiedConst.kt
…
forInRangeWithImplicitReceiver.kt
…
forInStringSpecialized.kt
[JVM_IR, IR] Remove more needless temporary variables.
2019-09-11 10:07:45 +02:00
forIntInDownTo.kt
…
intrinsicArrayConstructorsUseCounterLoop.kt
…
loopVarInterval.kt
JVM_IR: Enable loopVarInterval and forInReversedCollectionIndices
2019-10-29 07:43:37 +01:00
primitiveLiteralRange1.kt
…
primitiveLiteralRange2.kt
…
primitiveProgression.kt
Add new tests for
step
progressions and fix existing tests.
2019-10-28 15:26:38 +01:00
primitiveRange.kt
…