Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Formatting implementation using new tree #1109

Merged
merged 67 commits into from
Nov 14, 2014
Merged

Formatting implementation using new tree #1109

merged 67 commits into from
Nov 14, 2014

Commits on Oct 14, 2014

  1. Configuration menu
    Copy the full SHA
    b6b8081 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    40358a1 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2014

  1. do not check Missing

    vladima committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    b9e5384 View commit details
    Browse the repository at this point in the history
  2. temporary disable smart indentation for type literals, fix computatio…

    …n for end line position
    vladima committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    27cb5b0 View commit details
    Browse the repository at this point in the history
  3. fix a few issues in rules

    vladima committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    c0466b6 View commit details
    Browse the repository at this point in the history
  4. update baseline

    vladima committed Oct 15, 2014
    Configuration menu
    Copy the full SHA
    62f464e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c211f97 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2014

  1. multiline comments support

    vladima committed Oct 17, 2014
    Configuration menu
    Copy the full SHA
    4e84377 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6fe2b3e View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2014

  1. initial rev

    vladima committed Oct 18, 2014
    Configuration menu
    Copy the full SHA
    381a2ec View commit details
    Browse the repository at this point in the history

Commits on Oct 20, 2014

  1. Configuration menu
    Copy the full SHA
    092900b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2014

  1. respect parent indentation

    vladima committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    35f4c48 View commit details
    Browse the repository at this point in the history
  2. move code around

    vladima committed Oct 21, 2014
    Configuration menu
    Copy the full SHA
    cd391b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    faccc71 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2014

  1. Configuration menu
    Copy the full SHA
    edd35f0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ba24fb View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2014

  1. Configuration menu
    Copy the full SHA
    7ffcd58 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2014

  1. Configuration menu
    Copy the full SHA
    e795b59 View commit details
    Browse the repository at this point in the history
  2. merge with master

    vladima committed Oct 24, 2014
    Configuration menu
    Copy the full SHA
    622b761 View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2014

  1. Configuration menu
    Copy the full SHA
    d2e9a62 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2014

  1. Configuration menu
    Copy the full SHA
    fc261b7 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2014

  1. Configuration menu
    Copy the full SHA
    41a2a03 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2014

  1. Configuration menu
    Copy the full SHA
    593fb32 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2014

  1. Configuration menu
    Copy the full SHA
    dbd5b31 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e830ae2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    31e256f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f3842f View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2014

  1. update test baselines

    vladima committed Oct 31, 2014
    Configuration menu
    Copy the full SHA
    e270bda View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2014

  1. Configuration menu
    Copy the full SHA
    f28c1a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a30fa8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    680b594 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2014

  1. Configuration menu
    Copy the full SHA
    1305471 View commit details
    Browse the repository at this point in the history
  2. merge with master

    vladima committed Nov 6, 2014
    Configuration menu
    Copy the full SHA
    edbb99d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    154977c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbc2da7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ace99ad View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c3a88d3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b7b3506 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2014

  1. simplify formatting scanner

    vladima committed Nov 7, 2014
    Configuration menu
    Copy the full SHA
    364b63b View commit details
    Browse the repository at this point in the history
  2. removed duplicate code

    vladima committed Nov 7, 2014
    Configuration menu
    Copy the full SHA
    91065ec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7e595f4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    62dd501 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b19eb3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fc59045 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    27c463e View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2014

  1. Configuration menu
    Copy the full SHA
    8464785 View commit details
    Browse the repository at this point in the history
  2. code cleanup: fix typo in formatting scanner, removed explicit indent…

    …ation for comments, invert conditions to reduce nesting
    vladima committed Nov 8, 2014
    Configuration menu
    Copy the full SHA
    ae034d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aafc54e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    07469fb View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2014

  1. Configuration menu
    Copy the full SHA
    b1c2907 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5bbdbff View commit details
    Browse the repository at this point in the history
  3. drop duplicated code

    vladima committed Nov 9, 2014
    Configuration menu
    Copy the full SHA
    82722b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    41e682c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f8f2e6a View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2014

  1. code cleanup: added comments

    vladima committed Nov 10, 2014
    Configuration menu
    Copy the full SHA
    2458d23 View commit details
    Browse the repository at this point in the history
  2. merge with master

    vladima committed Nov 10, 2014
    Configuration menu
    Copy the full SHA
    89dee07 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8960ab9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0e5d7aa View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2014

  1. Configuration menu
    Copy the full SHA
    d6769ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    068e589 View commit details
    Browse the repository at this point in the history
  3. merge with master

    vladima committed Nov 11, 2014
    Configuration menu
    Copy the full SHA
    7c67759 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    29497b8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4c5d1fb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    31763a3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f53254b View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2014

  1. code cleanup: added comments

    vladima committed Nov 14, 2014
    Configuration menu
    Copy the full SHA
    9e9f94a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23e35bc View commit details
    Browse the repository at this point in the history