-
-
Notifications
You must be signed in to change notification settings - Fork 925
Comparing changes
Open a pull request
base repository: jruby/jruby
base: 4a8afb7d4087
head repository: jruby/jruby
compare: 212a907922a6
Commits on Feb 27, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 026d1d9 - Browse repository at this point
Copy the full SHA 026d1d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for ac6a9de - Browse repository at this point
Copy the full SHA ac6a9deView commit details -
Configuration menu - View commit details
-
Copy full SHA for 317e9ba - Browse repository at this point
Copy the full SHA 317e9baView commit details -
Configuration menu - View commit details
-
Copy full SHA for a3d28b8 - Browse repository at this point
Copy the full SHA a3d28b8View commit details -
test asserting that concurrent proxy initialization does dispatch met…
…hods correctly closing #2014
Configuration menu - View commit details
-
Copy full SHA for 0d1c338 - Browse repository at this point
Copy the full SHA 0d1c338View commit details
Commits on Mar 1, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b989d66 - Browse repository at this point
Copy the full SHA b989d66View commit details -
Merge pull request #2634 from bjfish/truffle_io_binread
[Truffle] Implemented IO.binread
Configuration menu - View commit details
-
Copy full SHA for e5ed970 - Browse repository at this point
Copy the full SHA e5ed970View commit details -
Configuration menu - View commit details
-
Copy full SHA for ddced14 - Browse repository at this point
Copy the full SHA ddced14View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2cdf77e - Browse repository at this point
Copy the full SHA 2cdf77eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 86681e5 - Browse repository at this point
Copy the full SHA 86681e5View commit details -
2
Configuration menu - View commit details
-
Copy full SHA for 46c9f10 - Browse repository at this point
Copy the full SHA 46c9f10View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5946dc7 - Browse repository at this point
Copy the full SHA 5946dc7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 940601d - Browse repository at this point
Copy the full SHA 940601dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f63f105 - Browse repository at this point
Copy the full SHA f63f105View commit details -
Configuration menu - View commit details
-
Copy full SHA for 116d004 - Browse repository at this point
Copy the full SHA 116d004View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0953ec5 - Browse repository at this point
Copy the full SHA 0953ec5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 341c1e6 - Browse repository at this point
Copy the full SHA 341c1e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 132ceea - Browse repository at this point
Copy the full SHA 132ceeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 824cd03 - Browse repository at this point
Copy the full SHA 824cd03View commit details -
Configuration menu - View commit details
-
Copy full SHA for a1ef2b7 - Browse repository at this point
Copy the full SHA a1ef2b7View commit details
Commits on Mar 2, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 0c32736 - Browse repository at this point
Copy the full SHA 0c32736View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1bf005c - Browse repository at this point
Copy the full SHA 1bf005cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea0765d - Browse repository at this point
Copy the full SHA ea0765dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f5ff5c - Browse repository at this point
Copy the full SHA 2f5ff5cView commit details -
Configuration menu - View commit details
-
Copy full SHA for f857e70 - Browse repository at this point
Copy the full SHA f857e70View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0623029 - Browse repository at this point
Copy the full SHA 0623029View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0eba28 - Browse repository at this point
Copy the full SHA e0eba28View commit details -
Configuration menu - View commit details
-
Copy full SHA for f47369d - Browse repository at this point
Copy the full SHA f47369dView commit details -
[Truffle] Fix require_relative from main script.
* Main script path is not a full path, contrary to all other files. (On purpose, so it appears as a relative path in bactraces).
Configuration menu - View commit details
-
Copy full SHA for 1c6189c - Browse repository at this point
Copy the full SHA 1c6189cView commit details -
[Truffle] Simplify FeatureManager.require by only allowing a single p…
…ath. * Refactor to FeatureManager.getSourcePath instead of if(main script).
Configuration menu - View commit details
-
Copy full SHA for 4897cd6 - Browse repository at this point
Copy the full SHA 4897cd6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f3d68f4 - Browse repository at this point
Copy the full SHA f3d68f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e2532dd - Browse repository at this point
Copy the full SHA e2532ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 01df414 - Browse repository at this point
Copy the full SHA 01df414View commit details -
Configuration menu - View commit details
-
Copy full SHA for 74504a0 - Browse repository at this point
Copy the full SHA 74504a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1720227 - Browse repository at this point
Copy the full SHA 1720227View commit details -
add a test (from #1621) for guarding against dead-locks in proxy-clas…
…s initialization
Configuration menu - View commit details
-
Copy full SHA for 61acccd - Browse repository at this point
Copy the full SHA 61acccdView commit details -
Configuration menu - View commit details
-
Copy full SHA for db7268b - Browse repository at this point
Copy the full SHA db7268bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 679277d - Browse repository at this point
Copy the full SHA 679277dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 342571a - Browse repository at this point
Copy the full SHA 342571aView commit details -
actually use the runtime field we cache & hide it since it's never us…
…ed in sub-classes
Configuration menu - View commit details
-
Copy full SHA for 0f3c822 - Browse repository at this point
Copy the full SHA 0f3c822View commit details -
Configuration menu - View commit details
-
Copy full SHA for 875b25a - Browse repository at this point
Copy the full SHA 875b25aView commit details -
[Truffle] Fix the problem of 1440adc by not interrupting the current …
…thread. * Since that is always useless and we need to be able to interrupt all other threads if we want to reach the safepoint in reasonable time.
Configuration menu - View commit details
-
Copy full SHA for a600633 - Browse repository at this point
Copy the full SHA a600633View commit details -
[Truffle] Take the lock earlier for pauseAllThreadsAndExecuteFromNonR…
…ubyThread. * So we ensure to enter and leave within the lock so no other thread can see us in the Phaser.
Configuration menu - View commit details
-
Copy full SHA for 45a37cb - Browse repository at this point
Copy the full SHA 45a37cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8e1f14 - Browse repository at this point
Copy the full SHA a8e1f14View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff02270 - Browse repository at this point
Copy the full SHA ff02270View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7490f74 - Browse repository at this point
Copy the full SHA 7490f74View commit details -
Configuration menu - View commit details
-
Copy full SHA for e263fe4 - Browse repository at this point
Copy the full SHA e263fe4View commit details -
minor (micro-bm) improvements in RubyToJavaInvoker's consturctor - le…
…ss allocations - use IntHashMap (internally) to avoid integer "boxing" - instantiate varargs list on demand if it's needed
Configuration menu - View commit details
-
Copy full SHA for 45f9045 - Browse repository at this point
Copy the full SHA 45f9045View commit details -
Configuration menu - View commit details
-
Copy full SHA for e57479f - Browse repository at this point
Copy the full SHA e57479fView commit details -
Merge pull request #2638 from bjfish/truffle_strscan
[Truffle] Implemented Regexp#match_start for strscan.
Configuration menu - View commit details
-
Copy full SHA for 74028ea - Browse repository at this point
Copy the full SHA 74028eaView commit details
There are no files selected for viewing