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/stacker
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: rust-lang/stacker
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: modernize
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 4 commits
  • 32 files changed
  • 1 contributor

Commits on Oct 30, 2022

  1. Configuration menu
    Copy the full SHA
    9bf3f60 View commit details
    Browse the repository at this point in the history
  2. Drop actions-rs actions

    Unmaintained, and manual `run` commands are more readable anyhow.
    nagisa committed Oct 30, 2022
    Configuration menu
    Copy the full SHA
    8a8c05d View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2022

  1. Move tests to a single file

    This avoids compiling a binary for each separate test. Makes it much
    easier to point a debugger at psm test cases too.
    nagisa committed Nov 1, 2022
    Configuration menu
    Copy the full SHA
    ed58885 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2022

  1. Migrate archs that support inline assembly to Rust

    This really has a couple benefits – first, is that we have an
    opportunity to simplify the code in some instances. But most
    importantly, we no longer need to deal with external assemblers and
    different syntax for each.
    
    Eventually we might even be able to utilize them macros to reduce
    duplication too!
    nagisa committed Nov 6, 2022
    Configuration menu
    Copy the full SHA
    ae88757 View commit details
    Browse the repository at this point in the history
Loading