Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: jruby/jruby
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: c90af6a061cd
Choose a base ref
...
head repository: jruby/jruby
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 88c716e6a12a
Choose a head ref

Commits on Sep 4, 2015

  1. 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
    tdaitx committed Sep 4, 2015
    Copy the full SHA
    b681987 View commit details

Commits on Sep 8, 2015

  1. Copy the full SHA
    f3d83ed View commit details
  2. [Truffle] jruby+truffle_runner: load core files from repository

    other minor improvements
    pitr-ch committed Sep 8, 2015
    Copy the full SHA
    34b8eee View commit details
  3. Copy the full SHA
    18a14ab View commit details
  4. Copy the full SHA
    7862ef1 View commit details
  5. Merge pull request #3310 from tdaitx/fix-3304-return-utc

    return UTC instead of GMT (fixes #3304)
    mkristian committed Sep 8, 2015
    Copy the full SHA
    0596e57 View commit details
  6. Copy the full SHA
    1320fc9 View commit details
  7. Copy the full SHA
    1e9a59d View commit details
  8. [Truffle] add Etc.nprocessors

    called by `rake -T`
    pitr-ch committed Sep 8, 2015
    Copy the full SHA
    c76c89d View commit details
  9. [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`
    pitr-ch committed Sep 8, 2015
    4
    Copy the full SHA
    6d62f88 View commit details

Commits on Sep 9, 2015

  1. Copy the full SHA
    bbad532 View commit details
  2. Copy the full SHA
    77918e9 View commit details
  3. Copy the full SHA
    20e66c9 View commit details
  4. Copy the full SHA
    be04a71 View commit details
  5. Copy the full SHA
    00ba783 View commit details
  6. Copy the full SHA
    03ee941 View commit details
  7. Copy the full SHA
    262d167 View commit details
  8. Copy the full SHA
    4b48b23 View commit details
  9. [find-bugs] remove (unused) helpers - currently always end-up with Ty…

    …peError
    
    otherwise they would NPE due `RubyModule module = null; // ...`
    kares committed Sep 9, 2015
    Copy the full SHA
    ed3d429 View commit details
  10. Merge pull request #3317 from jruby/test-findbugs-1

    find-bugs 1.
    enebo committed Sep 9, 2015
    Copy the full SHA
    ff0fcb8 View commit details

Commits on Sep 10, 2015

  1. Copy the full SHA
    1493eb7 View commit details
  2. [find-bugs] inefficient string buffering - avoid passing concatenatin…

    …g string to builder
    kares committed Sep 10, 2015
    Copy the full SHA
    fc96fcd View commit details
  3. Copy the full SHA
    586c18e View commit details
  4. Copy the full SHA
    6ea1639 View commit details
  5. 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
    mkristian committed Sep 10, 2015
    Copy the full SHA
    70527c2 View commit details
  6. 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.
    mkristian committed Sep 10, 2015
    Copy the full SHA
    9ceb2fe View commit details
  7. Copy the full SHA
    4863e1d View commit details
  8. Copy the full SHA
    92956b9 View commit details
  9. Copy the full SHA
    c2abe75 View commit details
  10. Copy the full SHA
    8b453d3 View commit details
  11. Copy the full SHA
    39756de View commit details
  12. Copy the full SHA
    f767fdc View commit details
  13. [find-bugs] use local map instead of calling the same method again in…

    … ScriptingContainer
    kares committed Sep 10, 2015
    Copy the full SHA
    993655d View commit details
  14. Copy the full SHA
    43f13df View commit details
  15. Copy the full SHA
    781a8f4 View commit details
  16. Copy the full SHA
    e79372d View commit details
  17. Copy the full SHA
    b44f77f View commit details
  18. Copy the full SHA
    b528582 View commit details
  19. Copy the full SHA
    acf32cd View commit details
  20. Copy the full SHA
    f38f397 View commit details
  21. Copy the full SHA
    3c8e449 View commit details
  22. Copy the full SHA
    f2b3f48 View commit details
  23. Copy the full SHA
    e5f37ba View commit details
  24. [find-bugs] add some local vars for re-use + builder instead of strin…

    …g concat (due loop)
    kares committed Sep 10, 2015
    Copy the full SHA
    a093817 View commit details
  25. Copy the full SHA
    d88ea19 View commit details
  26. Copy the full SHA
    2edf70d View commit details
  27. Copy the full SHA
    bc1962f View commit details
  28. Copy the full SHA
    e82eaeb View commit details
  29. [Truffle] avoid using ruby in RangeNodes which may cause local jump e…

    …rrors
    
    - use CallDispatchHeadNode instead
    - fixes ActiveSupport failing test
    pitr-ch committed Sep 10, 2015
    Copy the full SHA
    b71acc6 View commit details
  30. Copy the full SHA
    998803c View commit details
Loading