-
-
Notifications
You must be signed in to change notification settings - Fork 925
Comparing changes
Open a pull request
base repository: jruby/jruby
base: 7d26b4b2027c
head repository: jruby/jruby
compare: 3d510ea9d103
Commits on Jan 26, 2015
-
Configuration menu - View commit details
-
Copy full SHA for ed6ccf7 - Browse repository at this point
Copy the full SHA ed6ccf7View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for a4686d8 - Browse repository at this point
Copy the full SHA a4686d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for c9ae6ab - Browse repository at this point
Copy the full SHA c9ae6abView commit details
Commits on Jan 27, 2015
-
3
Configuration menu - View commit details
-
Copy full SHA for 9549565 - Browse repository at this point
Copy the full SHA 9549565View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 17be927 - Browse repository at this point
Copy the full SHA 17be927View commit details -
4
Configuration menu - View commit details
-
Copy full SHA for 0919714 - Browse repository at this point
Copy the full SHA 0919714View commit details -
[Truffle] Use a ThreadPassNode directly rather than resolving constan…
…t and such. * Notably did not work if inside BasicObject.
2Configuration menu - View commit details
-
Copy full SHA for 0f550c5 - Browse repository at this point
Copy the full SHA 0f550c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a12b6f1 - Browse repository at this point
Copy the full SHA a12b6f1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20dad68 - Browse repository at this point
Copy the full SHA 20dad68View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0251509 - Browse repository at this point
Copy the full SHA 0251509View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9bf06cf - Browse repository at this point
Copy the full SHA 9bf06cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for e8a0f1d - Browse repository at this point
Copy the full SHA e8a0f1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2840563 - Browse repository at this point
Copy the full SHA 2840563View commit details -
Configuration menu - View commit details
-
Copy full SHA for 27e480c - Browse repository at this point
Copy the full SHA 27e480cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 737a821 - Browse repository at this point
Copy the full SHA 737a821View commit details -
RubySpec: fix bad spec defining X on Object.
* It caused an error as X might already be defined, such as by the lambda spec in language.
Configuration menu - View commit details
-
Copy full SHA for 5b1fad2 - Browse repository at this point
Copy the full SHA 5b1fad2View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3dcd90 - Browse repository at this point
Copy the full SHA f3dcd90View commit details -
[Truffle] Fix bug due to bad Specialization chosen as UndefinedPlaceh…
…older is an Object ...
Configuration menu - View commit details
-
Copy full SHA for fc569f0 - Browse repository at this point
Copy the full SHA fc569f0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1befb7b - Browse repository at this point
Copy the full SHA 1befb7bView commit details -
Add FIXME Comment questioning whether linearlized BBs will preserve r…
…ecv arg ordering
Configuration menu - View commit details
-
Copy full SHA for 6d9344c - Browse repository at this point
Copy the full SHA 6d9344cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d98439 - Browse repository at this point
Copy the full SHA 4d98439View commit details -
Configuration menu - View commit details
-
Copy full SHA for c601151 - Browse repository at this point
Copy the full SHA c601151View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d080fc - Browse repository at this point
Copy the full SHA 0d080fcView commit details -
Merge pull request #2526 from Who828/local_variables_bug
Fixed a bug with local_variables ordering and duplicate variables
Configuration menu - View commit details
-
Copy full SHA for 7713b6b - Browse repository at this point
Copy the full SHA 7713b6bView commit details -
Hack to make package-info.java emit a dummy class.
...to avoid recompiling it every time.
Configuration menu - View commit details
-
Copy full SHA for 09721d6 - Browse repository at this point
Copy the full SHA 09721d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for dbdfc4e - Browse repository at this point
Copy the full SHA dbdfc4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 576ecb3 - Browse repository at this point
Copy the full SHA 576ecb3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f534b8 - Browse repository at this point
Copy the full SHA 4f534b8View commit details
Commits on Jan 28, 2015
-
Configuration menu - View commit details
-
Copy full SHA for ccb45cc - Browse repository at this point
Copy the full SHA ccb45ccView commit details -
Merge pull request #2530 from Who828/local_variables_bug
Forgot to match the order of JRuby local variables spec to MRI
Configuration menu - View commit details
-
Copy full SHA for d12289e - Browse repository at this point
Copy the full SHA d12289eView commit details -
make the regular classloader load path default again
add an option which allows to switch to a self-first strategy which might be able to solve some classloader conflicts. keep the old tests using the switch to use the SelfFirstClassLoader
3Configuration menu - View commit details
-
Copy full SHA for 580bd4e - Browse repository at this point
Copy the full SHA 580bd4eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 33c7f7e - Browse repository at this point
Copy the full SHA 33c7f7eView commit details -
[Truffle] deduplicate getKeywordsHash into RubyArguments
To reduce duplicate code between CheckArityNode, ReadKeywordArgumentNode, ReadKeywordRestArgumentNode move the getKeywordsHash method into RubyArguments - where all the other argument helper functions live.
Configuration menu - View commit details
-
Copy full SHA for 2caf50c - Browse repository at this point
Copy the full SHA 2caf50cView commit details -
Merge pull request #2532 from mswart/dedubGetKeywordsHash
[Truffle] deduplicate getKeywordsHash into RubyArguments
Configuration menu - View commit details
-
Copy full SHA for 451fb60 - Browse repository at this point
Copy the full SHA 451fb60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ef07df - Browse repository at this point
Copy the full SHA 4ef07dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb93b3e - Browse repository at this point
Copy the full SHA bb93b3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c45c23 - Browse repository at this point
Copy the full SHA 9c45c23View commit details -
Configuration menu - View commit details
-
Copy full SHA for d947caa - Browse repository at this point
Copy the full SHA d947caaView commit details -
[Truffle] Flatten the AST at new lines [pass, trace, child], not [pas…
…s, (trace child)]
Configuration menu - View commit details
-
Copy full SHA for 88e9106 - Browse repository at this point
Copy the full SHA 88e9106View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d510ea - Browse repository at this point
Copy the full SHA 3d510eaView commit details
There are no files selected for viewing