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: 0.1.28
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: 0.1.31
Choose a head ref
  • 7 commits
  • 10 files changed
  • 4 contributors

Commits on May 22, 2020

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

Commits on May 26, 2020

  1. Use crate visibility for traits (#358)

    Co-authored-by: Tomasz Miąsko <tomasz.miasko@gmail.com>
    Tomasz Miąsko and tmiasko authored May 26, 2020
    Configuration menu
    Copy the full SHA
    d0ea076 View commit details
    Browse the repository at this point in the history
  2. Bump to 0.1.29

    alexcrichton committed May 26, 2020
    Configuration menu
    Copy the full SHA
    156fcf1 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

  1. Expand wasm32 testing on CI (#360)

    * Expand wasm32 testing on CI
    
    Run the full `run.sh` test script to get full assertions, including that
    nothing in the wasm compiler-builtins is panicking. Unfortunately it's
    currently panicking, so this is good to weed out!
    
    * Update libm
    alexcrichton authored May 29, 2020
    Configuration menu
    Copy the full SHA
    4bf8cad View commit details
    Browse the repository at this point in the history
  2. Bump to 0.1.30

    alexcrichton committed May 29, 2020
    Configuration menu
    Copy the full SHA
    d3efbd2 View commit details
    Browse the repository at this point in the history
  3. Add back in unsafe for bootstrapping

    And add an `#[allow]` for now to appease stage0
    alexcrichton committed May 29, 2020
    Configuration menu
    Copy the full SHA
    d837cce View commit details
    Browse the repository at this point in the history
  4. Bump to 0.1.31

    alexcrichton committed May 29, 2020
    Configuration menu
    Copy the full SHA
    5488a09 View commit details
    Browse the repository at this point in the history
Loading