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: rust-lang/cargo
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0.76.0
Choose a base ref
...
head repository: rust-lang/cargo
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.77.0
Choose a head ref

Commits on Jul 7, 2016

  1. Hello World

    killercup committed Jul 7, 2016
    Copy the full SHA
    562cfa8 View commit details
  2. Add Boilerplate

    killercup committed Jul 7, 2016
    Copy the full SHA
    e82ff82 View commit details
  3. Add Clippy Example Output

    $ git clone https://github.com/pcwalton/libui-rs.git
    # HEAD is at 13299d28f69f8009be8e08e453a9b0024f153a60
    $ cd libui-rs/ui/
    $ cargo clippy -- -Z unstable-options --error-format json 2> clippy.json
    killercup committed Jul 7, 2016
    Copy the full SHA
    fddc609 View commit details
  4. Copy the full SHA
    d452574 View commit details
  5. Write simple prototype in JS

    Couldn't get serde to work with recursive `Diagnostic`, so I pushed that
    out in JS instead. Code structure should work pretty much the same in
    Rust.
    killercup committed Jul 7, 2016
    Copy the full SHA
    66c9572 View commit details
  6. Comments

    killercup committed Jul 7, 2016
    Copy the full SHA
    0052c87 View commit details
  7. Copy the full SHA
    a1245c3 View commit details
  8. Copy the full SHA
    75c8a98 View commit details
  9. Add simple CLI

    killercup committed Jul 7, 2016
    Copy the full SHA
    70526f0 View commit details
  10. Fancy Output in Color

    killercup committed Jul 7, 2016
    Copy the full SHA
    9d1efe0 View commit details
  11. Interactivity

    Now only the hard part is missing!
    killercup committed Jul 7, 2016
    Copy the full SHA
    89b2cc1 View commit details
  12. Add Complete libui-rs sources as fixture

    Probably not the best idea, but it works for now
    killercup committed Jul 7, 2016
    Copy the full SHA
    f9370d2 View commit details
  13. DANGER! This will destroy your files!

    Add 'replace' option. The byte offset seems to be broken, though.
    killercup committed Jul 7, 2016
    Copy the full SHA
    dec492a View commit details
  14. Add Apache 2.0 License

    killercup committed Jul 7, 2016
    Copy the full SHA
    f64dfe2 View commit details
  15. Add Readme

    killercup committed Jul 7, 2016
    Copy the full SHA
    91f3156 View commit details
  16. Remove JS Prototype

    killercup committed Jul 7, 2016
    Copy the full SHA
    9ce46a1 View commit details
  17. Fix Clippy's Suggestions

    killercup committed Jul 7, 2016
    Copy the full SHA
    2212a2c View commit details
  18. More Readme

    killercup committed Jul 7, 2016
    Copy the full SHA
    fb71f67 View commit details

Commits on Jul 8, 2016

  1. Refactor CLI UX a bit

    killercup committed Jul 8, 2016
    Copy the full SHA
    695eec0 View commit details

Commits on Jul 9, 2016

  1. Replace by Line Number

    killercup committed Jul 9, 2016
    Copy the full SHA
    2224a55 View commit details
  2. Copy the full SHA
    ee128f3 View commit details
  3. Update Readme

    killercup committed Jul 9, 2016
    Copy the full SHA
    78a0edc View commit details
  4. Copy the full SHA
    e74e9b0 View commit details
  5. Copy the full SHA
    4b7e7cc View commit details
  6. Omit Needless Borrows

    killercup committed Jul 9, 2016
    Copy the full SHA
    a249a96 View commit details
  7. Copy the full SHA
    da7d992 View commit details
  8. Copy the full SHA
    8a496aa View commit details
  9. Reduce Stupidity

    killercup committed Jul 9, 2016
    Copy the full SHA
    f13e843 View commit details
  10. Fix Typos in Readme

    cf. #1
    killercup committed Jul 9, 2016
    Copy the full SHA
    dd49d9f View commit details
  11. First try at replacing partials lines

    Concerns #1
    killercup committed Jul 9, 2016
    Copy the full SHA
    b883480 View commit details
  12. Fix Column Offset

    killercup committed Jul 9, 2016
    Copy the full SHA
    5f0234f View commit details

Commits on Jul 11, 2016

  1. Copy the full SHA
    6937912 View commit details
  2. Merge pull request #7 from killercup/feature/partial-line-replacements

    Better than nothing I guess
    killercup authored Jul 11, 2016
    Copy the full SHA
    4eefb06 View commit details
  3. Add TravisCI

    killercup committed Jul 11, 2016
    Copy the full SHA
    4eebf8c View commit details

Commits on Jul 12, 2016

  1. Copy the full SHA
    49408a2 View commit details
  2. Merge pull request #16 from Manishearth/patch-1

    fix clippy command redirection
    killercup authored Jul 12, 2016
    Copy the full SHA
    4a6e03f View commit details

Commits on Aug 27, 2016

  1. Upgrade serde to 0.8

    killercup committed Aug 27, 2016
    Copy the full SHA
    ac1f38b View commit details

Commits on Sep 18, 2016

  1. Did you mean to write: "clippy"?

    mre authored Sep 18, 2016
    Copy the full SHA
    5605d4f View commit details
  2. Fix a clippy suggestion

    killercup committed Sep 18, 2016
    Copy the full SHA
    bb3e5e7 View commit details
  3. Copy the full SHA
    527fe89 View commit details
  4. Copy the full SHA
    27bbcee View commit details
  5. Copy the full SHA
    f3f2c47 View commit details

Commits on Nov 7, 2016

  1. replace serde_macros by serde_derive

    serde_macros is being deprecated in favor of serde_derive[0].
    As a result, rustfix does not build on nighlty anymore[1].
    This commit replaces serde_macros by serde_derive.
    
    [0]
    https://users.rust-lang.org/t/serde-transitioning-to-macros-1-1/7437/5
    
    [1] serde-rs/serde#606 (comment)
    little-dude committed Nov 7, 2016
    Copy the full SHA
    66b9e34 View commit details
  2. Copy the full SHA
    b7ca441 View commit details
  3. Merge pull request #20 from little-dude/master

    replace serde_macros by serde_derive
    killercup authored Nov 7, 2016
    Copy the full SHA
    29901f0 View commit details

Commits on May 10, 2017

  1. Update to serde 1.0

    oli-obk committed May 10, 2017
    Copy the full SHA
    0128446 View commit details
  2. Merge pull request #21 from oli-obk/master

    Update to serde 1.0
    killercup authored May 10, 2017
    Copy the full SHA
    4e73be6 View commit details
  3. Copy the full SHA
    12cb9b0 View commit details
  4. Copy the full SHA
    adf1c75 View commit details
  5. Merge pull request #23 from oli-obk/master

    Fix rustfix and highlighting
    killercup authored May 10, 2017
    Copy the full SHA
    421be71 View commit details
Loading