-
-
Notifications
You must be signed in to change notification settings - Fork 925
Comparing changes
Open a pull request
base repository: jruby/jruby
base: 808576477486
head repository: jruby/jruby
compare: 613810fdff1e
Commits on Feb 12, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1c0f056 - Browse repository at this point
Copy the full SHA 1c0f056View commit details
Commits on Feb 15, 2015
-
Configuration menu - View commit details
-
Copy full SHA for ce61f48 - Browse repository at this point
Copy the full SHA ce61f48View commit details -
[Truffle] Switch RubyTime to use DateTime rather than Rubinius-style …
…seconds and nanoseconds.
Configuration menu - View commit details
-
Copy full SHA for aa3d59c - Browse repository at this point
Copy the full SHA aa3d59cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3e87b6e - Browse repository at this point
Copy the full SHA 3e87b6eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e3bb14 - Browse repository at this point
Copy the full SHA 5e3bb14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ab584e - Browse repository at this point
Copy the full SHA 0ab584eView commit details -
3
Configuration menu - View commit details
-
Copy full SHA for 0cab173 - Browse repository at this point
Copy the full SHA 0cab173View commit details -
[Truffle] Include first line of stack trace in error message when tra…
…nslating Java exceptions.
Configuration menu - View commit details
-
Copy full SHA for 9e4bc23 - Browse repository at this point
Copy the full SHA 9e4bc23View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1d3118 - Browse repository at this point
Copy the full SHA a1d3118View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48d8974 - Browse repository at this point
Copy the full SHA 48d8974View commit details -
Fix #2514: Get rid of broken sanity test for exceptions
I had added that test originally as a sanity test to make sure the new exception handling code that sets $! and saves/restores that global variable wasn't broken in 9K (which is different from 1.7) However, as reported in #2514, there are real scenarios where the objects will not line up -- specifically because of the proxy wrapping for java exceptions. Given that we haven't had any real bug reports from that test all this time we hvae run tests and apps, and we only got a false positive, I'm going to get rid of the test and be done with it.
Configuration menu - View commit details
-
Copy full SHA for 7252d05 - Browse repository at this point
Copy the full SHA 7252d05View commit details -
Configuration menu - View commit details
-
Copy full SHA for d474788 - Browse repository at this point
Copy the full SHA d474788View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2455443 - Browse repository at this point
Copy the full SHA 2455443View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7210eb1 - Browse repository at this point
Copy the full SHA 7210eb1View commit details -
Configuration menu - View commit details
-
Copy full SHA for f25603c - Browse repository at this point
Copy the full SHA f25603cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8265df6 - Browse repository at this point
Copy the full SHA 8265df6View commit details -
Configuration menu - View commit details
-
Copy full SHA for ef31309 - Browse repository at this point
Copy the full SHA ef31309View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93b3757 - Browse repository at this point
Copy the full SHA 93b3757View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6028da2 - Browse repository at this point
Copy the full SHA 6028da2View commit details -
[Truffle] Untagged some passing specs now that SyntaxErrors report co…
…rrect line numbers with detailed source positions.
Configuration menu - View commit details
-
Copy full SHA for c617dcf - Browse repository at this point
Copy the full SHA c617dcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 05aad64 - Browse repository at this point
Copy the full SHA 05aad64View commit details
Commits on Feb 16, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a85d0a0 - Browse repository at this point
Copy the full SHA a85d0a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0227c2b - Browse repository at this point
Copy the full SHA 0227c2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for d5a07b3 - Browse repository at this point
Copy the full SHA d5a07b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b014d0 - Browse repository at this point
Copy the full SHA 7b014d0View commit details -
[Truffle] Have a try at implementing a not fully compliant Bignum#coe…
…rce. * So it does not create Fixnum-range Bignums.
Configuration menu - View commit details
-
Copy full SHA for 535bc52 - Browse repository at this point
Copy the full SHA 535bc52View commit details -
[Truffle] No need for a FixnumOrBignumNode for ObjectIDOperations.
* They produce Bignums on purpose.
Configuration menu - View commit details
-
Copy full SHA for 04f85be - Browse repository at this point
Copy the full SHA 04f85beView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5ed06d4 - Browse repository at this point
Copy the full SHA 5ed06d4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 049955c - Browse repository at this point
Copy the full SHA 049955cView commit details -
Configuration menu - View commit details
-
Copy full SHA for a563d9c - Browse repository at this point
Copy the full SHA a563d9cView commit details -
[Truffle] Warn if using isModuleFunction on a Class.
* In Ruby it should even be a NoMethodError.
Configuration menu - View commit details
-
Copy full SHA for 6baf79e - Browse repository at this point
Copy the full SHA 6baf79eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 258be73 - Browse repository at this point
Copy the full SHA 258be73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7886e2d - Browse repository at this point
Copy the full SHA 7886e2dView commit details -
[Truffle] Fix Fixnum#div(Bignum).
* Essentially, as Bignum#coerce(Fixnum).first returns Fixnum, all Fixnum operations should act on Bignum instead of doing it via coercion.
Configuration menu - View commit details
-
Copy full SHA for a93592d - Browse repository at this point
Copy the full SHA a93592dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f81e15 - Browse repository at this point
Copy the full SHA 8f81e15View commit details -
[Truffle] Implemented the :string_equal Rubinius primitive.
This helps round out some cases in String#== as well.
Configuration menu - View commit details
-
Copy full SHA for e864e49 - Browse repository at this point
Copy the full SHA e864e49View commit details -
Configuration menu - View commit details
-
Copy full SHA for 36b73a5 - Browse repository at this point
Copy the full SHA 36b73a5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5f3b081 - Browse repository at this point
Copy the full SHA 5f3b081View commit details -
Configuration menu - View commit details
-
Copy full SHA for cdda7d3 - Browse repository at this point
Copy the full SHA cdda7d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4078418 - Browse repository at this point
Copy the full SHA 4078418View commit details -
Configuration menu - View commit details
-
Copy full SHA for 192f60a - Browse repository at this point
Copy the full SHA 192f60aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c1091bd - Browse repository at this point
Copy the full SHA c1091bdView commit details -
Configuration menu - View commit details
-
Copy full SHA for eaff186 - Browse repository at this point
Copy the full SHA eaff186View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 7300969 - Browse repository at this point
Copy the full SHA 7300969View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b12a6a - Browse repository at this point
Copy the full SHA 7b12a6aView commit details -
Abstracted EncodingUtils.encCrStrBufCat to work with any CodeRangeabl…
…e and EncodingUtils.strBufCat to work with any ByteListHolder.
Configuration menu - View commit details
-
Copy full SHA for 92122e0 - Browse repository at this point
Copy the full SHA 92122e0View commit details -
Configuration menu - View commit details
-
Copy full SHA for ffda39d - Browse repository at this point
Copy the full SHA ffda39dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 582a44a - Browse repository at this point
Copy the full SHA 582a44aView commit details -
Configuration menu - View commit details
-
Copy full SHA for f29469e - Browse repository at this point
Copy the full SHA f29469eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c8aeded - Browse repository at this point
Copy the full SHA c8aededView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff 808576477486...613810fdff1e