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/rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: kennytm/rust
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: needle-api
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 32 files changed
  • 1 contributor

Commits on Apr 19, 2019

  1. Support OMG-WTF-8 in wtf8.rs.

    kennytm committed Apr 19, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    fcd71f6 View commit details
  2. Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    175d8e8 View commit details
  3. Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    a795af0 View commit details
  4. Generalize the slice methods to use the Needle API.

    Known issue: will require additional type annotations.
    kennytm committed Apr 19, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    3be85df View commit details
  5. Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    58e8735 View commit details
  6. Delegate Eq/PartialEq/Ord/PartialOrd/Hash of OsStr to their internal …

    …impl.
    
    This is required to make OsStr on Windows behaves as expected.
    kennytm committed Apr 19, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    18a59c0 View commit details
  7. Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    602da5c View commit details
  8. Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    f1bedc3 View commit details
  9. Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    a10c43a View commit details
  10. Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    d118cd0 View commit details
  11. Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    eba3253 View commit details
  12. Brings back Wtf8Buf

    kennytm committed Apr 19, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    f9fece2 View commit details
  13. Fix build and test failure

    kennytm committed Apr 19, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    d38b8e6 View commit details
  14. Removed all intra-doc-links from the needle docs.

    They are not resolving (perhaps due to re-export) and causing CI failure.
    kennytm committed Apr 19, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    a8bc182 View commit details
  15. bless some UI changes

    kennytm committed Apr 19, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    f4ad8c4 View commit details
  16. Convert slice::split and friends back to taking FnMut only.

    The inference breakage is too strong. Instead, introduced slice::split_match and
    friends as the needle-taking methods.
    kennytm committed Apr 19, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    9dc2d70 View commit details
  17. Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    f1f34fa View commit details
  18. Fix 2018 edition fallout.

    kennytm committed Apr 19, 2019

    Verified

    This commit was signed with the committer’s verified signature.
    Copy the full SHA
    6cc67c7 View commit details
Loading