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/compiler-builtins
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0703bfa72524e01e414477657ca9b64794c5c1c3
Choose a base ref
...
head repository: rust-lang/compiler-builtins
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 939cbca6e9d829265d6cf006d3532142a4061cd3
Choose a head ref
  • 14 commits
  • 9 files changed
  • 3 contributors

Commits on Sep 6, 2018

  1. Support windows/arm target

    jordanrh1 committed Sep 6, 2018
    Configuration menu
    Copy the full SHA
    78f544f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f3bd252 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2018

  1. Remove unnecessary check

    jordanrh1 committed Sep 7, 2018
    Configuration menu
    Copy the full SHA
    0a87c71 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #256 from jordanrh1/windows-arm

    Support windows/arm target
    alexcrichton authored Sep 7, 2018
    Configuration menu
    Copy the full SHA
    4bbfb7e View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2018

  1. Remove superfluous cc flags

    Latest `cc-rs` already manage all arm/thumb flags, so We can
    safely remove this piece of code.
    paoloteti committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    59353af View commit details
    Browse the repository at this point in the history
  2. Remove unused variable target_arch_arm

    Previous commit makes this variable unused
    paoloteti committed Sep 8, 2018
    Configuration menu
    Copy the full SHA
    8128d99 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2018

  1. Merge pull request #259 from paoloteti/cc-rs

    Remove superfluous cc flags
    alexcrichton authored Sep 9, 2018
    Configuration menu
    Copy the full SHA
    7e1a1e9 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2018

  1. panic_handler is now stable

    Fixes the following warning:
    
    "warning: the feature `panic_handler` has been stable since
    1.30.0 and no longer requires an attribute to enable"
    paoloteti committed Sep 13, 2018
    Configuration menu
    Copy the full SHA
    8bfd437 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2018

  1. Apple-darwin: set DEBUG_LTO_BUILD_DOESNT_WORK

    Temporary workaround for the well known
    "undefined references problem for debug-assertions+lto" (#79)
    paoloteti committed Sep 14, 2018
    Configuration menu
    Copy the full SHA
    fa36133 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #261 from paoloteti/fix-travis-ci

    Attempt to fix TravisCI
    alexcrichton authored Sep 14, 2018
    Configuration menu
    Copy the full SHA
    a50c848 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2018

  1. Conversion from a wider to a narrower IEEE-754 floating-point type

    Adds generic conversion from a wider to a narrower IEEE-754
    floating-point type.
    
    Implement `__truncdfsf2` and `__truncdfsf2vfp` and associated test-cases.
    paoloteti committed Sep 17, 2018
    Configuration menu
    Copy the full SHA
    baab4fd View commit details
    Browse the repository at this point in the history
  2. Merge pull request #262 from paoloteti/truncate

    Conversion from a wider to a narrower IEEE-754 floating-point type
    alexcrichton authored Sep 17, 2018
    Configuration menu
    Copy the full SHA
    b69172a View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2018

  1. Update libm submodule

    alexcrichton committed Oct 24, 2018
    Configuration menu
    Copy the full SHA
    f7fbdc3 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2018

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