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/rust
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: avr-rust/rust-legacy-fork
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: avr-support
Choose a head ref
  • 14 commits
  • 34 files changed
  • 3 contributors

Commits on Jun 8, 2019

  1. Configuration menu
    Copy the full SHA
    c8c7654 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d020dd7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a28ee4d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3267ae8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d71ae5e View commit details
    Browse the repository at this point in the history
  6. [AVR] Add AVR platform support

    shepmaster authored and dylanmckay committed Jun 8, 2019
    Configuration menu
    Copy the full SHA
    043550d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b48663d View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2019

  1. Configuration menu
    Copy the full SHA
    a40552c View commit details
    Browse the repository at this point in the history
  2. [AVR] Fix debug printing of function pointers

    This commit fixes debug printing of function pointers on AVR. AVR does
    not support `addrspacecast` instructions, and so this patch modifies
    libcore so that a `ptrtoint` IR instruction is used and the address
    space cast is avoided.
    dylanmckay committed Jun 9, 2019
    Configuration menu
    Copy the full SHA
    17839c7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #135 from ratkins/patch-1

    Add extra steps for macOS, as noted in #131
    dylanmckay committed Jun 9, 2019
    Configuration menu
    Copy the full SHA
    65b8041 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    311d956 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a1785d View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2019

  1. Document to use stage2

    Evidently there's some difference, see avr-rust#144 (comment)
    shepmaster authored Jun 13, 2019
    Configuration menu
    Copy the full SHA
    8405b30 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2020

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