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: rubinius/rubinius
base: 23f4091008da
Choose a base ref
...
head repository: rubinius/rubinius
compare: a047cddf3ef5
Choose a head ref
  • 9 commits
  • 11 files changed
  • 2 contributors

Commits on Mar 31, 2015

  1. Configuration menu
    Copy the full SHA
    bf19334 View commit details
    Browse the repository at this point in the history
  2. Fixed InternalThreads::shutdown.

    Mutating a C++ collection while iterating is a no-no.
    brixen committed Mar 31, 2015
    Configuration menu
    Copy the full SHA
    70a2a23 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2015

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

Commits on Apr 4, 2015

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

Commits on Apr 7, 2015

  1. "this" can not be null

    Per clang 3.6 checking if "this" is null or not results in a compiler
    error.
    Yorick Peterse committed Apr 7, 2015
    Configuration menu
    Copy the full SHA
    50aa735 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2015

  1. Configuration menu
    Copy the full SHA
    741b4ec View commit details
    Browse the repository at this point in the history
  2. Fixed InternalThreads::shutdown.

    Mutating a C++ collection while iterating is a no-no.
    brixen committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    0f6ea9f View commit details
    Browse the repository at this point in the history
  3. Fixed assert using this for clang++ 6.1.0.

    vm/oop.hpp:613:14: error: 'this' pointer cannot be null in
          well-defined C++ code; pointer may be assumed to always convert to true
          [-Werror,-Wundefined-bool-conversion]
          assert(this && (!reference_p() || (type_id() > InvalidType && type_id() < LastObje...
                 ^~~~ ~~
    brixen committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    fd49f0d View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin' into 1.8.7

    Conflicts:
    	vm/console.cpp
    	vm/environment.cpp
    	vm/environment.hpp
    brixen committed Apr 14, 2015
    Configuration menu
    Copy the full SHA
    a047cdd View commit details
    Browse the repository at this point in the history