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: dtolnay/indoc
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.2.3
Choose a base ref
...
head repository: dtolnay/indoc
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.2.4
Choose a head ref
  • 16 commits
  • 20 files changed
  • 1 contributor

Commits on Nov 25, 2017

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

Commits on Nov 29, 2017

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

Commits on Jan 27, 2018

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

Commits on Feb 26, 2018

  1. Update ui tests for rustc nightly-2018-02-25

    This reverts commit e630a96.
    dtolnay committed Feb 26, 2018
    Configuration menu
    Copy the full SHA
    4c2368e View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2018

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

Commits on Apr 30, 2018

  1. Configuration menu
    Copy the full SHA
    fae480d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7e2f235 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    113df80 View commit details
    Browse the repository at this point in the history
  4. Update to syn 0.13

    dtolnay committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    64c5f41 View commit details
    Browse the repository at this point in the history
  5. Remove old rustfmt config

    dtolnay committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    7c2fcb6 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c9461e0 View commit details
    Browse the repository at this point in the history
  7. Format with rustfmt 0.4.2

    dtolnay committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    a139e0a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    62b52ee View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    156885c View commit details
    Browse the repository at this point in the history
  10. Reset build directory between tests

    This fixes:
    
        error[E0464]: multiple matching crates for `indoc`
          --> tests/ui-stable/no-arguments.rs:10:1
           |
        10 | extern crate indoc;
           | ^^^^^^^^^^^^^^^^^^^
           |
           = note: candidates:
                   crate `indoc`: target/debug/deps/libindoc-71f336784875944c.rlib
                   crate `indoc`: target/debug/deps/libindoc-865d3d42afd5a45d.rlib
    
        error[E0463]: can't find crate for `indoc`
    dtolnay committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    dc9a4f0 View commit details
    Browse the repository at this point in the history
  11. Release 0.2.4

    dtolnay committed Apr 30, 2018
    Configuration menu
    Copy the full SHA
    30d271d View commit details
    Browse the repository at this point in the history
Loading