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

[beta] std: Back out backtrace pruning logic on beta #40684

Merged
merged 3 commits into from
Mar 27, 2017

Commits on Mar 20, 2017

  1. std: Back out backtrace pruning logic on beta

    It was discovered rust-lang#40264 that this backtrace pruning logic is a little too
    aggressive, so while we figure how out to handle rust-lang#40264 this commit backs out
    the changes on beta to prune frames. Note that other cosmetic changes, such as
    better path printing and such remain.
    alexcrichton committed Mar 20, 2017
    Configuration menu
    Copy the full SHA
    810fd29 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2017

  1. travis: try to fix the build on emscripten

    The emsdk-portable .tar.gz now extracts to emsdk-portable instead of
    emsdk_portable. Handle that.
    arielb1 authored and alexcrichton committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    5da59ba View commit details
    Browse the repository at this point in the history
  2. fix permissions of emsdk_portable

    TimNN authored and alexcrichton committed Mar 27, 2017
    Configuration menu
    Copy the full SHA
    7573111 View commit details
    Browse the repository at this point in the history