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] backports #42841

Closed
wants to merge 18 commits into from
Closed

[beta] backports #42841

wants to merge 18 commits into from

Commits on Jun 22, 2017

  1. Fixes bootstrapping with custom cargo/rustc.

    config.mk is now always read when parsing the configuration to prevent
    this from reoccurring in the future, hopefully.
    Mark-Simulacrum authored and brson committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    d687176 View commit details
    Browse the repository at this point in the history
  2. Backport fixes to LLVM 4.0 ARM codegen bugs

    So ARM had quite a few codegen bugs on LLVM 4.0 which are fixed on LLVM
    trunk. This backports 5 of them:
    r297871 - ARM: avoid clobbering register in v6 jump-table expansion.
        - fixes rust-lang#42248
    r294949 - [Thumb-1] TBB generation: spot redefinitions of index
    r295816 - [ARM] Fix constant islands pass.
    r300870 - [Thumb-1] Fix corner cases for compressed jump tables
    r302650 - [IfConversion] Add missing check in
    IfConversion/canFallThroughTo
        - unblocks rust-lang#39409
    arielb1 authored and brson committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    d9b47c3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8551427 View commit details
    Browse the repository at this point in the history
  4. resolve: fix perf bug.

    jseyfried authored and brson committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    433450a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d8fd8df View commit details
    Browse the repository at this point in the history
  6. move implied_bounds into regionck

    nikomatsakis authored and brson committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    f6e76be View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    785e82c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    21b276f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8d6d9d1 View commit details
    Browse the repository at this point in the history
  10. Fix test formatting

    Zoxc authored and brson committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    0b1469a View commit details
    Browse the repository at this point in the history
  11. Added more tests

    Zoxc authored and brson committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    818fa6e View commit details
    Browse the repository at this point in the history
  12. explain purpose of test

    nikomatsakis authored and brson committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    7ded8a9 View commit details
    Browse the repository at this point in the history
  13. document purpose of test

    nikomatsakis authored and brson committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    b568ab6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    202263d View commit details
    Browse the repository at this point in the history
  15. remove trailing whitespace

    nikomatsakis authored and brson committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    cc273a5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    f0a3296 View commit details
    Browse the repository at this point in the history
  17. Fix formatting

    Zoxc authored and brson committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    47ad9e1 View commit details
    Browse the repository at this point in the history
  18. Revert "Update jemalloc to 4.5.0"

    This reverts commit 65d0be3.
    arthurprs authored and brson committed Jun 22, 2017
    Configuration menu
    Copy the full SHA
    fc87577 View commit details
    Browse the repository at this point in the history