-
-
Notifications
You must be signed in to change notification settings - Fork 925
Comparing changes
Open a pull request
base repository: jruby/jruby
base: 9f38db6931b0
head repository: jruby/jruby
compare: 640a388b16c2
Commits on Nov 7, 2014
-
Configuration menu - View commit details
-
Copy full SHA for cb1fe73 - Browse repository at this point
Copy the full SHA cb1fe73View commit details -
[Truffle] Implement private constants and pass all their specs.
* The ReadConstantNode is now passed its LexicalScope. We still need to have it in SharedMethodInfo only for Module.nesting (if aliased). * Add an RubyModule.includedModules() iterator, as ancestors() but stopping at the first class seen.
Configuration menu - View commit details
-
Copy full SHA for 6abc370 - Browse repository at this point
Copy the full SHA 6abc370View commit details -
Configuration menu - View commit details
-
Copy full SHA for 719e970 - Browse repository at this point
Copy the full SHA 719e970View commit details -
Configuration menu - View commit details
-
Copy full SHA for d2ed0c1 - Browse repository at this point
Copy the full SHA d2ed0c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3c600d - Browse repository at this point
Copy the full SHA b3c600dView commit details -
run tests/jruby.index with jruby-complete
some tests fail they are put on allow on travis.
Configuration menu - View commit details
-
Copy full SHA for a8eb2bf - Browse repository at this point
Copy the full SHA a8eb2bfView commit details -
[Truffle] Improve BooleanCastNode so to better reflect its cousin Rub…
…yContext.isTruthy(). * They do the same but the node might be more efficient.
Configuration menu - View commit details
-
Copy full SHA for 5d93cdc - Browse repository at this point
Copy the full SHA 5d93cdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ac9f2eb - Browse repository at this point
Copy the full SHA ac9f2ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5164fc0 - Browse repository at this point
Copy the full SHA 5164fc0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d4e96d - Browse repository at this point
Copy the full SHA 7d4e96dView commit details -
[Truffle] Refactor RubyClass constructors for more clarity.
* A regular class shall always have a singleton class. * On usage of a singleton class (via getSingletonClass), it should have its own singleton class for proper lookup and consistency. * Also try to simplify booting classes. * Remove useless currentNode in unsafeSetSuperclass().
Configuration menu - View commit details
-
Copy full SHA for a9258bb - Browse repository at this point
Copy the full SHA a9258bbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 99067b0 - Browse repository at this point
Copy the full SHA 99067b0View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc69127 - Browse repository at this point
Copy the full SHA cc69127View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e4f376 - Browse repository at this point
Copy the full SHA 6e4f376View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97378bc - Browse repository at this point
Copy the full SHA 97378bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46a602c - Browse repository at this point
Copy the full SHA 46a602cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9422873 - Browse repository at this point
Copy the full SHA 9422873View commit details -
[Truffle] Singleton classes on objects should also have their own sin…
…gleton classes. * So there is always one level of singleton classes more than the user asked, such that these singleton classes have a proper metaclass.
Configuration menu - View commit details
-
Copy full SHA for ffc6708 - Browse repository at this point
Copy the full SHA ffc6708View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a8acd1 - Browse repository at this point
Copy the full SHA 9a8acd1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 522036f - Browse repository at this point
Copy the full SHA 522036fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 977fbcb - Browse repository at this point
Copy the full SHA 977fbcbView commit details -
Revert "[Truffle] Reuse Module#instance_methods for Kernel#methods.":…
… not working well yet. This reverts commit 522036f.
Configuration menu - View commit details
-
Copy full SHA for fad8862 - Browse repository at this point
Copy the full SHA fad8862View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a13045 - Browse repository at this point
Copy the full SHA 8a13045View commit details
Commits on Nov 8, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 1fe2e27 - Browse repository at this point
Copy the full SHA 1fe2e27View commit details -
Merge remote-tracking branch 'origin/master' into update_stdlib
Conflicts: .travis.yml
Configuration menu - View commit details
-
Copy full SHA for 640a388 - Browse repository at this point
Copy the full SHA 640a388View commit details
There are no files selected for viewing