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: 1581ef8
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: 0fd32d4
Choose a head ref
  • 10 commits
  • 9 files changed
  • 4 contributors

Commits on May 9, 2020

  1. allocate 2 pages more than requested for guard pages

    as there is two guard pages used (one on top, and another on bottom), two additionnals guard pages needs to be allocated.
    semarie committed May 9, 2020
    Configuration menu
    Copy the full SHA
    88f67c4 View commit details
    Browse the repository at this point in the history
  2. few corrections for guess_os_stack_limit() on OpenBSD

    - assert_eq!() syntax
    - `ss_sp` is pointer (not usize)
    - `ss_sp` is top (well, for all archs except hppa on OpenBSD, but hppa isn't supported by rust for now)
    semarie authored and nagisa committed May 9, 2020
    Configuration menu
    Copy the full SHA
    772c9aa View commit details
    Browse the repository at this point in the history
  3. allocate stack with MAP_STACK on OpenBSD

    use mmap(2) instead of mprotect(2) to pass MAP_STACK
    semarie authored and nagisa committed May 9, 2020
    Configuration menu
    Copy the full SHA
    93325b4 View commit details
    Browse the repository at this point in the history
  4. Release stacker 0.1.9

    nagisa committed May 9, 2020
    Configuration menu
    Copy the full SHA
    9a01959 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2020

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

Commits on Jun 7, 2020

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

Commits on Jun 15, 2020

  1. Release psm 0.1.9

    Fixes build on aarch64-pc-windows-msvc
    nagisa committed Jun 15, 2020
    Configuration menu
    Copy the full SHA
    6789b46 View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

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

Commits on Jun 25, 2020

  1. Configuration menu
    Copy the full SHA
    ce83dfa View commit details
    Browse the repository at this point in the history
  2. Bump to 0.1.10

    nagisa committed Jun 25, 2020
    Configuration menu
    Copy the full SHA
    0fd32d4 View commit details
    Browse the repository at this point in the history
Loading