This website requires JavaScript.
Explore
Help
Register
Sign In
azalea
/
kotlin-fork
Watch
1
Star
0
Fork
0
You've already forked kotlin-fork
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
238cc7c257d5995c35c653f63ad5b9b00455c738
kotlin-fork
/
compiler
/
testData
/
codegen
/
bytecodeText
/
stringOperations
T
History
Mark Punzalan
238cc7c257
[FIR] Enable BytecodeText tests for FIR.
...
143 out of 767 tests (18.6%) are currently failing.
2020-09-29 10:21:21 +03:00
..
concat.kt
…
constConcat.kt
JVM_IR: move const initialization handling to lowering
2019-11-29 16:49:52 +01:00
constValConcat.kt
JVM_IR: move const initialization handling to lowering
2019-11-29 16:49:52 +01:00
doNotAppendEmptyString.kt
…
interpolation.kt
…
kt15235.kt
…
kt19037.kt
…
multipleNestedConcat.kt
…
nestedConcat.kt
…
nonNullableStringPlus.kt
…
nullableStringPlus.kt
…
partiallyConstConcat.kt
…
plusAssign.kt
…
primitivesAsStringTemplates.kt
Minor: Make String.valueOf bytecode tests more precise
2019-10-18 17:24:12 +02:00
primitiveToString.kt
Minor: Fix some test cases
2019-10-07 12:54:11 +02:00
primitiveToStringNotOptimizable.kt
Minor: Make String.valueOf bytecode tests more precise
2019-10-18 17:24:12 +02:00
singleConcat.kt
[FIR] Enable BytecodeText tests for FIR.
2020-09-29 10:21:21 +03:00
stringBuilderToString.kt
IR: Don't use IrStringConcatenation for ordinary toString calls
2020-03-27 17:31:48 +03:00
stringPlus.kt
…
useAppendCharForOneCharStringInTemplate_2.kt
[JVM IR] Use
append(Char)
for 1-length string literals in string
2020-03-26 12:39:39 +03:00
useAppendCharForOneCharStringInTemplate.kt
[JVM IR] Use
append(Char)
for 1-length string literals in string
2020-03-26 12:39:39 +03:00
useAppendCharForOneCharStringUsingPlus.kt
[JVM IR] Use
append(Char)
for 1-length string literals in string
2020-03-26 12:39:39 +03:00