8000 Comparing dummy-master...java-to-kotlin-collections · java-to-kotlin/code · GitHub
[go: up one dir, main page]

Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: java-to-kotlin/code
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: dummy-master
Choose a base ref
...
head repository: java-to-kotlin/code
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: java-to-kotlin-collections
Choose a head ref
  • 19 commits
  • 20 files changed
  • 3 contributors

Commits on Jun 23, 2021

  1. Minimum git setup

    Duncan McGregor authored and dmcg committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    0afc9da View commit details
    Browse the repository at this point in the history
  2. projects.0 : Gradle Java build

    npryce authored and dmcg committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    a64ebc9 View commit details
    Browse the repository at this point in the history
  3. projects.1 : add Kotlin plugin to the build

    Kotlin version specified in property that can be overridden on command-line
    npryce authored and dmcg committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    66ff11f View commit details
    Browse the repository at this point in the history
  4. IDE config for Kotlin formatting

    npryce authored and dmcg committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    144bad9 View commit details
    Browse the repository at this point in the history
  5. BASELINE for all examples

    dmcg committed Jun 23, 2021
    Configuration menu
    Copy the full SHA
    1d281b0 View commit details
    Browse the repository at this point in the history

Commits on Jun 25, 2021

  1. Collections initial commit

    Duncan McGregor authored and dmcg committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    ac0908a View commit details
    Browse the repository at this point in the history
  2. Use 1.2 collections

    Duncan McGregor authored and dmcg committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    6a124c0 View commit details
    Browse the repository at this point in the history
  3. collections.0 : Baseline

    Duncan McGregor authored and dmcg committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    7b96e63 View commit details
    Browse the repository at this point in the history
  4. collections.1 : Show mutation in longestJourneyIn

    Duncan McGregor authored and dmcg committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    09fda1c View commit details
    Browse the repository at this point in the history
  5. collections.2 : Undo last

    Duncan McGregor authored and dmcg committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    7d6b76d View commit details
    Browse the repository at this point in the history
  6. collections.3 : Use sorted

    Duncan McGregor authored and dmcg committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    ac78f80 View commit details
    Browse the repository at this point in the history
  7. collections.4 : Inline locals

    Duncan McGregor authored and dmcg committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    bb41254 View commit details
    Browse the repository at this point in the history
  8. collections.5 : Return reference to mutated param

    Duncan McGregor authored and dmcg committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    a705882 View commit details
    Browse the repository at this point in the history
  9. collections.6 : Implement with stream

    Duncan McGregor authored and dmcg committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    589c6b0 View commit details
    Browse the repository at this point in the history
  10. collections.7 : Inline local

    Duncan McGregor authored and dmcg committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    877db5c View commit details
    Browse the repository at this point in the history
  11. collections.8 : Convert Suffering to Kotlin

    Duncan McGregor authored and dmcg committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    f9d307c View commit details
    Browse the repository at this point in the history
  12. collections.9 : Refactor longestJourneysIn

    Duncan McGregor authored and dmcg committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    f055f65 View commit details
    Browse the repository at this point in the history
  13. collections.10 : Extension function for longestJourneysIn

    Duncan McGregor authored and dmcg committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    a9cc497 View commit details
    Browse the repository at this point in the history
  14. collections.11 : Refactor bearable

    Duncan McGregor authored and dmcg committed Jun 25, 2021
    Configuration menu
    Copy the full SHA
    a753fb8 View commit details
    Browse the repository at this point in the history
Loading
0