-
-
Notifications
You must be signed in to change notification settings - Fork 925
Comparing changes
Open a pull request
base repository: jruby/jruby
base: c90af6a061cd
head repository: jruby/jruby
compare: 88c716e6a12a
Commits on Sep 4, 2015
-
return UTC instead of GMT (fixes #3304)
As per Ruby's Time#zone [1] UTC should be used instead of GMT since Ruby 1.8. This also fixes #3304. [1] http://ruby-doc.org/core-2.2.3/Time.html#method-i-zone
Configuration menu - View commit details
-
Copy full SHA for b681987 - Browse repository at this point
Copy the full SHA b681987View commit details
Commits on Sep 8, 2015
-
Configuration menu - View commit details
-
Copy full SHA for f3d83ed - Browse repository at this point
Copy the full SHA f3d83edView commit details -
[Truffle] jruby+truffle_runner: load core files from repository
other minor improvements
Configuration menu - View commit details
-
Copy full SHA for 34b8eee - Browse repository at this point
Copy the full SHA 34b8eeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18a14ab - Browse repository at this point
Copy the full SHA 18a14abView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7862ef1 - Browse repository at this point
Copy the full SHA 7862ef1View commit details -
Merge pull request #3310 from tdaitx/fix-3304-return-utc
return UTC instead of GMT (fixes #3304)
Configuration menu - View commit details
-
Copy full SHA for 0596e57 - Browse repository at this point
Copy the full SHA 0596e57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1320fc9 - Browse repository at this point
Copy the full SHA 1320fc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1e9a59d - Browse repository at this point
Copy the full SHA 1e9a59dView commit details -
Configuration menu - View commit details
-
Copy full SHA for c76c89d - Browse repository at this point
Copy the full SHA c76c89dView commit details -
[Truffle] jruby+truffle_runner: add --executable option to run execut…
…ables of gems `jruby+truffle run -e rspec spec/concurrent/actor_spec.rb` `jruby+truffle run -e rake -- -T`
4Configuration menu - View commit details
-
Copy full SHA for 6d62f88 - Browse repository at this point
Copy the full SHA 6d62f88View commit details
Commits on Sep 9, 2015
-
[Truffle] findbugs: extend filter rules to match generated classes co…
…ntaining NodesFactory
Configuration menu - View commit details
-
Copy full SHA for bbad532 - Browse repository at this point
Copy the full SHA bbad532View commit details -
Configuration menu - View commit details
-
Copy full SHA for 77918e9 - Browse repository at this point
Copy the full SHA 77918e9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20e66c9 - Browse repository at this point
Copy the full SHA 20e66c9View commit details -
Configuration menu - View commit details
-
Copy full SHA for be04a71 - Browse repository at this point
Copy the full SHA be04a71View commit details -
Configuration menu - View commit details
-
Copy full SHA for 00ba783 - Browse repository at this point
Copy the full SHA 00ba783View commit details -
Configuration menu - View commit details
-
Copy full SHA for 03ee941 - Browse repository at this point
Copy the full SHA 03ee941View commit details -
Configuration menu - View commit details
-
Copy full SHA for 262d167 - Browse repository at this point
Copy the full SHA 262d167View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b48b23 - Browse repository at this point
Copy the full SHA 4b48b23View commit details -
[find-bugs] remove (unused) helpers - currently always end-up with Ty…
…peError otherwise they would NPE due `RubyModule module = null; // ...`
Configuration menu - View commit details
-
Copy full SHA for ed3d429 - Browse repository at this point
Copy the full SHA ed3d429View commit details -
Configuration menu - View commit details
-
Copy full SHA for ff0fcb8 - Browse repository at this point
Copy the full SHA ff0fcb8View commit details
Commits on Sep 10, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 1493eb7 - Browse repository at this point
Copy the full SHA 1493eb7View commit details -
[find-bugs] inefficient string buffering - avoid passing concatenatin…
…g string to builder
Configuration menu - View commit details
-
Copy full SHA for fc96fcd - Browse repository at this point
Copy the full SHA fc96fcdView commit details -
Configuration menu - View commit details
-
Copy full SHA for 586c18e - Browse repository at this point
Copy the full SHA 586c18eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ea1639 - Browse repository at this point
Copy the full SHA 6ea1639View commit details -
when a container gets terminated then a new container need a new JRub…
…yClassloader when closing the JRubyClassLoader on a runtime the reference needs to set to null. this allows to reuse the global runtime which gets a new JRubyClassLoader when used again. use case is new ScriptionContainer().terminate() then a new instance of ScriptingContainer has to load jruby extensions as the first instance. note the use of the global runtime here. fixes #3300
Configuration menu - View commit details
-
Copy full SHA for 70527c2 - Browse repository at this point
Copy the full SHA 70527c2View commit details -
do search for serviceExtensions at the very end of the librarySearch
this reduces the search especially when loading jars. there is no more ServiceExtension search anymore for jar-resources beside the one after adding the jar to the classloader.
Configuration menu - View commit details
-
Copy full SHA for 9ceb2fe - Browse repository at this point
Copy the full SHA 9ceb2feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4863e1d - Browse repository at this point
Copy the full SHA 4863e1dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92956b9 - Browse repository at this point
Copy the full SHA 92956b9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2abe75 - Browse repository at this point
Copy the full SHA c2abe75View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8b453d3 - Browse repository at this point
Copy the full SHA 8b453d3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 39756de - Browse repository at this point
Copy the full SHA 39756deView commit details -
Configuration menu - View commit details
-
Copy full SHA for f767fdc - Browse repository at this point
Copy the full SHA f767fdcView commit details -
[find-bugs] use local map instead of calling the same method again in…
… ScriptingContainer
Configuration menu - View commit details
-
Copy full SHA for 993655d - Browse repository at this point
Copy the full SHA 993655dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43f13df - Browse repository at this point
Copy the full SHA 43f13dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 781a8f4 - Browse repository at this point
Copy the full SHA 781a8f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e79372d - Browse repository at this point
Copy the full SHA e79372dView commit details -
Configuration menu - View commit details
-
Copy full SHA for b44f77f - Browse repository at this point
Copy the full SHA b44f77fView commit details -
Configuration menu - View commit details
-
Copy full SHA for b528582 - Browse repository at this point
Copy the full SHA b528582View commit details -
Configuration menu - View commit details
-
Copy full SHA for acf32cd - Browse repository at this point
Copy the full SHA acf32cdView commit details -
Configuration menu - View commit details
-
Copy full SHA for f38f397 - Browse repository at this point
Copy the full SHA f38f397View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c8e449 - Browse repository at this point
Copy the full SHA 3c8e449View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2b3f48 - Browse repository at this point
Copy the full SHA f2b3f48View commit details -
[find-bugs] favor local var instead of executing same code twice/over…
… + clean if-else
Configuration menu - View commit details
-
Copy full SHA for e5f37ba - Browse repository at this point
Copy the full SHA e5f37baView commit details -
[find-bugs] add some local vars for re-use + builder instead of strin…
…g concat (due loop)
Configuration menu - View commit details
-
Copy full SHA for a093817 - Browse repository at this point
Copy the full SHA a093817View commit details -
Configuration menu - View commit details
-
Copy full SHA for d88ea19 - Browse repository at this point
Copy the full SHA d88ea19View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2edf70d - Browse repository at this point
Copy the full SHA 2edf70dView commit details -
Configuration menu - View commit details
-
Copy full SHA for bc1962f - Browse repository at this point
Copy the full SHA bc1962fView commit details -
Configuration menu - View commit details
-
Copy full SHA for e82eaeb - Browse repository at this point
Copy the full SHA e82eaebView commit details -
[Truffle] avoid using ruby in RangeNodes which may cause local jump e…
…rrors - use CallDispatchHeadNode instead - fixes ActiveSupport failing test
Configuration menu - View commit details
-
Copy full SHA for b71acc6 - Browse repository at this point
Copy the full SHA b71acc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 998803c - Browse repository at this point
Copy the full SHA 998803cView 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 c90af6a061cd...88c716e6a12a