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/log
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rust-lang/log
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 0.3.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 14 commits
  • 6 files changed
  • 2 contributors

Commits on Aug 13, 2017

  1. Shim 0.3.x into 0.4.x

    0.3.x loggers turn into 0.4.x loggers, and all log records from 0.3.x and
    0.4.x will route to the registered logger, whether it be an 0.3.x logger or
    0.4.x logger.
    sfackler committed Aug 13, 2017
    Configuration menu
    Copy the full SHA
    de2a06b View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2017

  1. Get tests working

    Split integration tests out to a separate crate, and disable doctests :(
    
    Since we depend on a library with the same name as us, tests get two
    copies of log linked in which fails to compile.
    sfackler committed Aug 15, 2017
    Configuration menu
    Copy the full SHA
    bcf0318 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #217 from sfackler/0.3.x

    Shim 0.3.x into 0.4.x
    sfackler authored Aug 15, 2017
    Configuration menu
    Copy the full SHA
    47cda51 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2017

  1. Update shim for 0.4 changes

    sfackler committed Sep 26, 2017
    Configuration menu
    Copy the full SHA
    e2e1904 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #227 from sfackler/0.3.x-non-static

    Update shim for 0.4 changes
    alexcrichton authored Sep 26, 2017
    Configuration menu
    Copy the full SHA
    66badcc View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2017

  1. Update for upstream changes

    sfackler committed Oct 6, 2017
    Configuration menu
    Copy the full SHA
    09e8036 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2017

  1. Directly perform 0.3 -> 0.3 logging

    We otherwise loose the file and module info which is no good.
    sfackler committed Oct 7, 2017
    Configuration menu
    Copy the full SHA
    347c4d2 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2017

  1. Merge pull request #233 from sfackler/0.3.x-patch

    Directly perform 0.3 -> 0.3 logging
    alexcrichton authored Oct 8, 2017
    Configuration menu
    Copy the full SHA
    fd23065 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2017

  1. Fix feature

    sfackler committed Oct 13, 2017
    Configuration menu
    Copy the full SHA
    23012a9 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #237 from sfackler/fix-feature

    Fix feature
    sfackler authored Oct 13, 2017
    Configuration menu
    Copy the full SHA
    2a02fc4 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2017

  1. Configuration menu
    Copy the full SHA
    c21bdff View commit details
    Browse the repository at this point in the history
  2. Merge pull request #247 from sfackler/back-compat-update

    Update 0.3.x for 0.4.x changes
    alexcrichton authored Dec 6, 2017
    Configuration menu
    Copy the full SHA
    3f02625 View commit details
    Browse the repository at this point in the history
  3. Use the release candidate

    sfackler committed Dec 6, 2017
    Configuration menu
    Copy the full SHA
    13203e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2017

  1. Use log 0.4

    sfackler committed Dec 24, 2017
    Configuration menu
    Copy the full SHA
    c946380 View commit details
    Browse the repository at this point in the history
Loading