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

RFC: Implicit caller location (third try to the unwrap/expect line info problem) #2091

Merged
merged 12 commits into from
Jan 27, 2018

Commits on Jul 31, 2017

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

Commits on Aug 2, 2017

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

Commits on Aug 8, 2017

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

Commits on Aug 9, 2017

  1. Replied on some concerns.

    kennytm committed Aug 9, 2017
    Configuration menu
    Copy the full SHA
    30b12eb View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2017

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

Commits on Aug 25, 2017

  1. Fix a typo.

    kennytm committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    82ef9a0 View commit details
    Browse the repository at this point in the history
  2. Minor grammar and typo fixes (#1)

    shepmaster authored and kennytm committed Aug 25, 2017
    Configuration menu
    Copy the full SHA
    366351d View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2017

  1. Updated for responses.

    1. `#[implicit_caller_location]` -> `#[blame_caller]`. The internal
        attribute remains as `#[rustc_implicit_caller_location]`.
    2. Imported discussion about "my fault" vs "your fault". Ensure only
        `panic!()` and `assert!()` will get caller's location.
    3. Added DbC as a viable alternative (in terms of syntax).
    4. Removed the section about `Try` since we decided not to support
        `#[blame_caller]` on traits.
    kennytm committed Sep 5, 2017
    Configuration menu
    Copy the full SHA
    2c89cee View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2017

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

Commits on Sep 20, 2017

  1. Link to RFC rust-lang#2154.

    kennytm committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    ffea16f View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2018

  1. s/blame/track/g

    kennytm committed Jan 27, 2018
    Configuration menu
    Copy the full SHA
    97747b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd6feba View commit details
    Browse the repository at this point in the history