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/miri
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 0e4f9634a6850c6c10747cda0b56192ec8c00717
Choose a base ref
...
head repository: rust-lang/miri
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 28f2e5b17a9a4c33a810dffda8eaaf55a1b8b70d
Choose a head ref
  • 13 commits
  • 5 files changed
  • 6 contributors

Commits on Apr 7, 2019

  1. Configuration menu
    Copy the full SHA
    72cd133 View commit details
    Browse the repository at this point in the history
  2. rename MIRI_TARGET -> MIRI_COMPILETEST_TARGET to clarify that this af…

    …fects compiletest only
    RalfJung committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    336a59d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #678 from RalfJung/test-env

    compiletest env var cleanup
    RalfJung authored Apr 7, 2019
    Configuration menu
    Copy the full SHA
    5c5cc2a View commit details
    Browse the repository at this point in the history
  4. Add calloc

    TimDiekmann authored Apr 7, 2019
    Configuration menu
    Copy the full SHA
    6e4264b View commit details
    Browse the repository at this point in the history
  5. Fix tagging order

    TimDiekmann committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    d1d05c8 View commit details
    Browse the repository at this point in the history
  6. Update compiletest

    Manishearth committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    3002bbd View commit details
    Browse the repository at this point in the history
  7. Merge pull request #682 from Manishearth/compiletestup

    Update compiletest
    eddyb authored Apr 7, 2019
    Configuration menu
    Copy the full SHA
    6871145 View commit details
    Browse the repository at this point in the history
  8. Tidy up calloc code

    TimDiekmann committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    a59e155 View commit details
    Browse the repository at this point in the history
  9. Add calloc test

    TimDiekmann committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    fa0755c View commit details
    Browse the repository at this point in the history
  10. Fix calloc test

    Forgot to free the memory. Miri found the bug :)
    TimDiekmann committed Apr 7, 2019
    Configuration menu
    Copy the full SHA
    fdefac8 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2019

  1. Update src/fn_call.rs

    Co-Authored-By: TimDiekmann <21277928+TimDiekmann@users.noreply.github.com>
    bjorn3 and TimDiekmann authored Apr 8, 2019
    Configuration menu
    Copy the full SHA
    32d0126 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2d5f00 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #681 from TimDiekmann/calloc

    Add `calloc`
    RalfJung authored Apr 8, 2019
    Configuration menu
    Copy the full SHA
    28f2e5b View commit details
    Browse the repository at this point in the history
Loading